/* Funtastic landing. Generated from the approved local concept and scoped to the plugin template. */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.funtastic-document {
  margin: 0;
  overflow-x: hidden;
  background: #f6f4ee;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

.funtastic-site {
  width: 100%;
  max-width: none;
  padding: 0;
  overflow: clip;
  font-family: Geist, Inter, "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

.funtastic-site img {
  display: block;
  max-width: 100%;
}

.funtastic-site a {
  color: inherit;
  text-decoration: none;
}

.funtastic-site button,
.funtastic-site input,
.funtastic-site textarea {
  font: inherit;
}

.funtastic-site button {
  appearance: none;
}

.funtastic-site [hidden] {
  display: none !important;
}

.funtastic-motion-ready .funtastic-site [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.funtastic-motion-ready .funtastic-site [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.funtastic-menu-open {
  overflow: hidden;
}

body.admin-bar .funtastic-site .funtastic-nav.header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .funtastic-site .funtastic-nav.header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .funtastic-motion-ready .funtastic-site [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Landing layout */
.funtastic-site {
  --v-blue: #1471b8;
  --v-blue-deep: #07558f;
  --v-navy: #07192f;
  --v-yellow: #f5c25f;
  --v-cream: #f6f4ee;
  --v-white: #ffffff;
  --v-control-radius: 10px;
  min-height: 100vh;
  overflow: clip;
  background: var(--v-cream);
  color: var(--v-navy);
}

.funtastic-site .header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  display: grid;
  height: 86px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 36px;
  padding: 0 3.2vw;
  border-bottom: 1px solid rgba(7, 25, 47, 0.1);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px) saturate(130%);
}

.funtastic-site .brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 11px;
}

.funtastic-site .brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.funtastic-site .brand span {
  display: grid;
  gap: 1px;
}

.funtastic-site .brand strong {
  color: var(--v-blue);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.funtastic-site .brand small {
  color: rgba(7, 25, 47, 0.58);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.funtastic-site .navigation {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.5vw, 42px);
  font-size: 13px;
  font-weight: 700;
}

.funtastic-site .navigation a {
  transition: color 180ms ease;
}

.funtastic-site .navigation a:hover {
  color: var(--v-blue);
}

.funtastic-site .headerCta,
.funtastic-site .primaryButton,
.funtastic-site .secondaryButton,
.funtastic-site .whatsappButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: var(--v-control-radius);
  padding: 13px 19px;
  font-size: 13px;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.funtastic-site .headerCta {
  justify-self: end;
  min-height: 44px;
  border-color: var(--v-blue);
  color: var(--v-blue);
}

.funtastic-site .headerCta:hover,
.funtastic-site .primaryButton:hover,
.funtastic-site .secondaryButton:hover,
.funtastic-site .whatsappButton:hover {
  transform: translateY(-2px);
}

.funtastic-site .mobileMenu {
  display: none;
}

.funtastic-site .hero {
  min-height: 100svh;
  padding: 104px 2.4vw 22px;
  background: var(--v-cream);
}

.funtastic-site .heroGrid {
  display: grid;
  width: min(1540px, 100%);
  min-height: calc(100svh - 126px);
  grid-template-columns: minmax(430px, 0.9fr) repeat(7, minmax(0, 1fr));
  grid-template-rows: minmax(390px, 1.38fr) minmax(220px, 0.82fr);
  gap: 18px;
  margin: 0 auto;
}

.funtastic-site .heroCopy,
.funtastic-site .brandSlider,
.funtastic-site .poolTile,
.funtastic-site .showTile {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
}

.funtastic-site .heroCopy {
  display: flex;
  grid-column: 1 / 4;
  grid-row: 1 / 3;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.5vw, 78px);
  background: var(--v-blue);
  color: var(--v-white);
}

.funtastic-site .heroCopy::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  border: 54px solid rgba(245, 194, 95, 0.22);
  border-radius: 50%;
  content: "";
}

.funtastic-site .eyebrow {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--v-white);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.funtastic-site .eyebrow::before {
  width: 32px;
  height: 2px;
  background: var(--v-yellow);
  content: "";
}

.funtastic-site .heroCopy h1 {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: var(--v-white);
  font-size: clamp(52px, 5vw, 82px);
  font-weight: 820;
  letter-spacing: -0.06em;
  line-height: 0.92;
  text-wrap: balance;
}

.funtastic-site .heroCopy h1 em {
  color: var(--v-yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.funtastic-site .heroLead {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.56;
}

.funtastic-site .heroActions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.funtastic-site .primaryButton {
  background: var(--v-yellow);
  color: var(--v-navy);
}

.funtastic-site .primaryButton:hover {
  background: #ffd477;
}

.funtastic-site .secondaryButton {
  border-color: rgba(255, 255, 255, 0.48);
  color: var(--v-white);
}

.funtastic-site .secondaryButton:hover {
  background: var(--v-white);
  color: var(--v-navy);
}

.funtastic-site .whatsappButton {
  justify-content: flex-start;
  gap: 11px;
  border-color: rgba(255, 255, 255, 0.42);
  background: var(--v-white);
  color: var(--v-navy);
}

.funtastic-site .whatsappButton > svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #25d366;
}

.funtastic-site .whatsappButton > span {
  display: grid;
  gap: 1px;
  font-size: 12px;
  line-height: 1.1;
}

.funtastic-site .whatsappButton small {
  color: var(--v-blue);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.funtastic-site .whatsappButton:hover {
  background: var(--v-yellow);
  color: var(--v-navy);
}

.funtastic-site .heroServices {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: clamp(34px, 5vh, 58px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 18px;
}

.funtastic-site .heroServices span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.funtastic-site .heroServices span::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--v-yellow);
  content: "";
}

.funtastic-site .brandSlider {
  grid-column: 4 / 9;
  grid-row: 1;
  background: var(--v-navy);
}

.funtastic-site .poolTile {
  grid-column: 4 / 6;
  grid-row: 2;
}

.funtastic-site .showTile {
  grid-column: 6 / 9;
  grid-row: 2;
}

.funtastic-site .poolTile img,
.funtastic-site .showTile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.funtastic-site .poolTile img {
  object-position: center;
}

.funtastic-site .showTile img {
  object-position: center 36%;
}

.funtastic-site .poolTile:hover img,
.funtastic-site .showTile:hover img {
  transform: scale(1.025);
}

.funtastic-site .poolTile::after,
.funtastic-site .showTile::after {
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(to top, rgba(7, 25, 47, 0.78), transparent);
  content: "";
  pointer-events: none;
}

.funtastic-site .poolTile figcaption,
.funtastic-site .showTile figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: var(--v-white);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.05em;
}

.funtastic-site .sliderTrack,
.funtastic-site .sliderSlide,
.funtastic-site .sliderSlide img,
.funtastic-site .sliderShade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.funtastic-site .sliderTrack,
.funtastic-site .sliderSlide {
  overflow: hidden;
}

.funtastic-site .sliderSlide {
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.025);
  transition: opacity 900ms ease, transform 5800ms cubic-bezier(0.16, 1, 0.3, 1);
}

.funtastic-site .sliderSlideActive {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.funtastic-site .sliderSlide img {
  object-fit: cover;
}

.funtastic-site .sliderSlide:nth-child(1) img {
  object-position: center 43%;
}

.funtastic-site .sliderSlide:nth-child(2) img {
  object-position: center 50%;
}

.funtastic-site .sliderSlide:nth-child(3) img {
  object-position: center 46%;
}

.funtastic-site .sliderSlide:nth-child(4) img {
  object-position: center 44%;
}

.funtastic-site .sliderShade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(7, 25, 47, 0.34), transparent 40%),
    linear-gradient(0deg, rgba(7, 25, 47, 0.88), transparent 52%);
}

.funtastic-site .sliderSlide figcaption {
  position: absolute;
  z-index: 2;
  right: 68px;
  bottom: 28px;
  left: 28px;
  display: grid;
  gap: 5px;
  color: var(--v-white);
}

.funtastic-site .sliderSlide figcaption span {
  color: var(--v-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.funtastic-site .sliderSlide figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.25vw, 36px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  text-wrap: balance;
}

.funtastic-site .funtasticSliderProgress {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}

.funtastic-site .funtasticSliderProgress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--v-yellow);
  transform-origin: left center;
  animation: funtasticSliderProgress 4800ms linear forwards;
}

.funtastic-site .funtasticSliderProgress .funtasticSliderProgressPaused {
  animation-play-state: paused;
}

.funtastic-site .sliderPause {
  position: absolute;
  z-index: 6;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  cursor: pointer;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--v-control-radius);
  background: rgba(7, 25, 47, 0.38);
  color: var(--v-white);
  font-size: 10px;
  opacity: 0.72;
  backdrop-filter: blur(9px);
  transition: opacity 180ms ease, background 180ms ease, border-color 180ms ease;
}

.funtastic-site .sliderPause:hover,
.funtastic-site .sliderPause:focus-visible {
  border-color: var(--v-yellow);
  background: rgba(7, 25, 47, 0.72);
  opacity: 1;
}

@keyframes funtasticSliderProgress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.funtastic-site .sliderStatus {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.funtastic-site .partnersSection {
  padding: clamp(92px, 10vw, 158px) max(4vw, calc((100vw - 1440px) / 2));
  border-bottom: 1px solid rgba(7, 25, 47, 0.1);
  background: var(--v-white);
}

.funtastic-site .partnersHeading {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.3fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: start;
  margin-bottom: clamp(48px, 6vw, 84px);
}

.funtastic-site .partnersHeading h2 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 5.3vw, 82px);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.funtastic-site .partnersHeading h2 em {
  color: var(--v-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.funtastic-site .partnersHeading > div > p {
  max-width: 710px;
  margin: 30px 0 0;
  color: rgba(7, 25, 47, 0.68);
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.65;
}

.funtastic-site .partnerChains {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 25, 47, 0.16);
  border-bottom: 1px solid rgba(7, 25, 47, 0.16);
}

.funtastic-site .partnerChain {
  position: relative;
  display: grid;
  min-height: 228px;
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 3vw, 50px);
  padding: clamp(28px, 3vw, 46px);
  border-right: 1px solid rgba(7, 25, 47, 0.16);
  transition: background 180ms ease, color 180ms ease;
}

.funtastic-site .partnerChain:last-child {
  border-right: 0;
}

.funtastic-site .partnerChain:hover,
.funtastic-site .partnerChain:focus-visible,
.funtastic-site .partnerHotels a:hover,
.funtastic-site .partnerHotels a:focus-visible {
  background: var(--v-cream);
}

.funtastic-site .partnerLogo,
.funtastic-site .partnerHotelLogo {
  display: grid;
  min-width: 0;
  place-items: center;
}

.funtastic-site .partnerLogo img {
  width: min(100%, 190px);
  max-height: 76px;
  object-fit: contain;
  filter: grayscale(1) brightness(0);
  opacity: 0.78;
}

.funtastic-site .partnerMeta {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.funtastic-site .partnerMeta small,
.funtastic-site .partnerHotelMeta small,
.funtastic-site .partnerHotelsHeading small {
  color: rgba(7, 25, 47, 0.68);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.funtastic-site .partnerMeta strong {
  font-size: clamp(20px, 2vw, 27px);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.funtastic-site .partnerMeta > span {
  color: var(--v-blue);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.funtastic-site .partnerLinkIcon {
  align-self: start;
  color: var(--v-blue);
  font-size: 18px;
  font-weight: 800;
  transition: transform 180ms ease;
}

.funtastic-site .partnerChain:hover .partnerLinkIcon,
.funtastic-site .partnerChain:focus-visible .partnerLinkIcon,
.funtastic-site .partnerHotels a:hover .partnerLinkIcon,
.funtastic-site .partnerHotels a:focus-visible .partnerLinkIcon {
  transform: translate(3px, -3px);
}

.funtastic-site .partnerHotelsHeading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 52px 0 20px;
}

.funtastic-site .partnerHotelsHeading > span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funtastic-site .partnerHotels {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(7, 25, 47, 0.12);
  border-left: 1px solid rgba(7, 25, 47, 0.12);
}

.funtastic-site .partnerHotels li {
  min-width: 0;
  grid-column: span 3;
}

.funtastic-site .partnerHotels li:nth-child(n + 5) {
  grid-column: span 4;
}

.funtastic-site .partnerHotels a {
  position: relative;
  display: flex;
  min-height: 210px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 2.5vw, 38px);
  border-right: 1px solid rgba(7, 25, 47, 0.12);
  border-bottom: 1px solid rgba(7, 25, 47, 0.12);
  transition: background 180ms ease;
}

.funtastic-site .partnerHotelLogo {
  min-height: 76px;
  justify-items: start;
}

.funtastic-site .partnerHotelLogo img {
  width: min(100%, 158px);
  max-height: 70px;
  object-fit: contain;
  object-position: left center;
  filter: grayscale(1) brightness(0);
  opacity: 0.72;
}

.funtastic-site .partnerHotelLogo img.partnerLogoBrandColor {
  filter: none;
  opacity: 0.92;
}

.funtastic-site .partnerHotelMeta {
  display: grid;
  gap: 8px;
  padding-right: 24px;
}

.funtastic-site .partnerHotelMeta strong {
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.funtastic-site .partnerHotels .partnerLinkIcon {
  position: absolute;
  right: 24px;
  bottom: 30px;
}

.funtastic-site .plansSection,
.funtastic-site .faqSection {
  padding: clamp(88px, 10vw, 160px) max(4vw, calc((100vw - 1440px) / 2));
}

.funtastic-site .plansHeading {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1.3fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: start;
  margin-bottom: clamp(52px, 6vw, 92px);
}

.funtastic-site .sectionKicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0;
  color: var(--v-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.funtastic-site .sectionKicker::before {
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.funtastic-site .plansHeading h2,
.funtastic-site .methodContent h2,
.funtastic-site .destinationsIntro h2,
.funtastic-site .faqSection h2,
.funtastic-site .contactContent h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.6vw, 84px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

.funtastic-site .plansHeading > div > p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(7, 25, 47, 0.65);
  font-size: 18px;
  line-height: 1.6;
}

.funtastic-site .plansGrid > [data-reveal]:nth-child(2) {
  transition-delay: 80ms;
}

.funtastic-site .plansGrid > [data-reveal]:nth-child(3) {
  transition-delay: 150ms;
}

.funtastic-site .planLabel {
  color: var(--v-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.funtastic-site .brandDot {
  display: block;
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--v-yellow);
}

.funtastic-site .operationsSection {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr);
  background: var(--v-navy);
  color: var(--v-white);
}

.funtastic-site .operationsIntro {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  padding: clamp(78px, 8vw, 132px) clamp(40px, 7vw, 116px);
  background: var(--v-blue);
}

.funtastic-site .operationsIntro::after {
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border: 66px solid rgba(245, 194, 95, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.funtastic-site .operationsIntro .sectionKicker {
  position: relative;
  z-index: 1;
  color: var(--v-white);
}

.funtastic-site .operationsIntro .sectionKicker::before {
  background: var(--v-yellow);
}

.funtastic-site .operationsIntro h2 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 32px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 5.2vw, 80px);
  font-weight: 500;
  letter-spacing: -0.048em;
  line-height: 0.98;
  text-wrap: balance;
}

.funtastic-site .operationsIntro h2 em {
  display: block;
  margin-top: 0.08em;
  color: var(--v-yellow);
  font-style: italic;
  font-weight: 500;
}

.funtastic-site .operationsIntro > p:not(.sectionKicker) {
  position: relative;
  z-index: 1;
  max-width: 590px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.62;
}

.funtastic-site .operationsGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  margin: 0;
  padding: clamp(58px, 7vw, 108px) clamp(32px, 6vw, 92px);
  list-style: none;
}

.funtastic-site .operationsGrid li {
  display: grid;
  min-width: 0;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: clamp(27px, 3vw, 42px) clamp(18px, 2.8vw, 40px) clamp(27px, 3vw, 42px) 0;
}

.funtastic-site .operationsGrid li:nth-child(even) {
  padding-right: 0;
  padding-left: clamp(18px, 2.8vw, 40px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.funtastic-site .operationsGrid li:last-child {
  grid-column: 1 / 3;
  padding-right: 0;
}

.funtastic-site .operationsGrid li > .brandDot {
  margin-top: 9px;
}

.funtastic-site .operationsGrid h3 {
  margin: 0;
  color: var(--v-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.7vw, 43px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.funtastic-site .operationsGrid p {
  max-width: 470px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.58;
}

.funtastic-site .methodSection {
  display: grid;
  min-height: 920px;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  background: var(--v-white);
}

.funtastic-site .methodVisual {
  position: relative;
  min-height: 740px;
  overflow: hidden;
}

.funtastic-site .methodVisual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(7, 25, 47, 0.8));
  content: "";
}

.funtastic-site .methodVisual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funtastic-site .methodQuote {
  position: absolute;
  z-index: 1;
  right: clamp(28px, 5vw, 80px);
  bottom: clamp(34px, 6vw, 88px);
  left: clamp(28px, 5vw, 80px);
  display: grid;
  gap: 7px;
  color: var(--v-white);
}

.funtastic-site .methodQuote span {
  color: var(--v-yellow);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.funtastic-site .methodQuote strong {
  max-width: 650px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(35px, 4vw, 62px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.funtastic-site .methodContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(76px, 8vw, 132px) clamp(42px, 7vw, 116px);
}

.funtastic-site .methodContent h2 {
  margin-top: 32px;
  font-size: clamp(48px, 5vw, 76px);
}

.funtastic-site .methodLead {
  max-width: 600px;
  margin: 26px 0 0;
  color: rgba(7, 25, 47, 0.62);
  font-size: 17px;
  line-height: 1.6;
}

.funtastic-site .methodSteps {
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.funtastic-site .methodSteps li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 16px;
  border-top: 1px solid rgba(7, 25, 47, 0.14);
  padding: 21px 0;
}

.funtastic-site .methodSteps li > .brandDot {
  margin-top: 4px;
  background: var(--v-blue);
}

.funtastic-site .methodSteps h3 {
  margin: 0;
  font-size: 15px;
}

.funtastic-site .methodSteps p {
  margin: 6px 0 0;
  color: rgba(7, 25, 47, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.funtastic-site .aboutHook {
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  background: var(--v-blue);
  color: var(--v-white);
}

.funtastic-site .aboutHookContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(76px, 8vw, 132px) clamp(42px, 7vw, 116px);
}

.funtastic-site .aboutHookContent .sectionKicker {
  color: var(--v-white);
}

.funtastic-site .aboutHookContent .sectionKicker::before {
  background: var(--v-yellow);
}

.funtastic-site .aboutHookContent h2 {
  max-width: 790px;
  margin: 30px 0 0;
  font-size: clamp(48px, 4.9vw, 76px);
  font-weight: 850;
  letter-spacing: -0.06em;
  line-height: 0.95;
  text-wrap: balance;
}

.funtastic-site .aboutHookContent h2 em {
  margin-left: 0.09em;
  color: var(--v-yellow);
  font-family: Georgia, "Times New Roman", serif;
  font-style: normal;
  font-weight: 500;
}

.funtastic-site .aboutHookLead {
  max-width: 670px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.65;
}

.funtastic-site .aboutHookPrinciples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.funtastic-site .aboutHookPrinciples li {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 24px 20px 24px 0;
}

.funtastic-site .aboutHookPrinciples li + li {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.funtastic-site .aboutHookPrinciples strong {
  font-size: 13px;
  line-height: 1.25;
}

.funtastic-site .aboutHookPrinciples span {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.5;
}

.funtastic-site .aboutHookLink {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
  border-bottom: 2px solid var(--v-yellow);
  padding-bottom: 8px;
  color: var(--v-white);
  font-size: 14px;
  font-weight: 900;
  transition: color 180ms ease, gap 180ms ease;
}

.funtastic-site .aboutHookLink:hover {
  gap: 17px;
  color: var(--v-yellow);
}

.funtastic-site .aboutHookVisual {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--v-yellow);
}

.funtastic-site .aboutHookVisual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(7, 25, 47, 0.72));
  content: "";
}

.funtastic-site .aboutHookVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.funtastic-site .aboutHookVisual figcaption {
  position: absolute;
  z-index: 1;
  right: 36px;
  bottom: 34px;
  left: 36px;
  color: var(--v-white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.funtastic-site .plansSection {
  background: var(--v-navy);
  color: var(--v-white);
}

.funtastic-site .plansHeading .sectionKicker,
.funtastic-site .contactContent .sectionKicker {
  color: var(--v-yellow);
}

.funtastic-site .destinationsIntro .sectionKicker {
  color: var(--v-white);
}

.funtastic-site .destinationsIntro .sectionKicker::before {
  background: var(--v-yellow);
}

.funtastic-site .plansHeading > div > p {
  color: rgba(255, 255, 255, 0.68);
}

.funtastic-site .plansGrid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.funtastic-site .plan,
.funtastic-site .planImage {
  min-width: 0;
  min-height: 610px;
  margin: 0;
  border-radius: 22px;
}

.funtastic-site .plan {
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 4vw, 62px);
}

.funtastic-site .planPremium {
  grid-column: 1 / 6;
  background: var(--v-yellow);
  color: var(--v-navy);
}

.funtastic-site .planStandard {
  grid-column: 6 / 10;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.funtastic-site .planImage {
  position: relative;
  grid-column: 10 / 13;
  overflow: hidden;
}

.funtastic-site .planTopline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid currentColor;
  padding-bottom: 20px;
  font-size: 12px;
  opacity: 0.72;
  text-transform: uppercase;
}

.funtastic-site .planTopline .brandDot {
  width: 9px;
  height: 9px;
}

.funtastic-site .planPremium .brandDot {
  background: var(--v-blue-deep);
}

.funtastic-site .planStandard .brandDot {
  background: var(--v-yellow);
}

.funtastic-site .planLabel {
  margin: 38px 0 0;
}

.funtastic-site .planPremium .planLabel {
  color: var(--v-blue-deep);
}

.funtastic-site .plan h3 {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 3.6vw, 58px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.funtastic-site .plan > p:not(.planLabel) {
  margin: 24px 0 0;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0.76;
}

.funtastic-site .plan ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 34px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 750;
}

.funtastic-site .plan li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.funtastic-site .plan li::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  content: "";
}

.funtastic-site .planPremium li::before {
  background: var(--v-blue-deep);
}

.funtastic-site .planStandard li::before {
  background: var(--v-yellow);
}

.funtastic-site .plan a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid currentColor;
  padding-top: 22px;
  font-size: 13px;
  font-weight: 900;
}

.funtastic-site .planImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.funtastic-site .planImage::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(7, 25, 47, 0.82));
  content: "";
}

.funtastic-site .planImage figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 34px;
  left: 28px;
  display: grid;
  gap: 8px;
}

.funtastic-site .planImage figcaption span {
  color: var(--v-yellow);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.funtastic-site .planImage figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}

.funtastic-site .destinationsSection {
  display: grid;
  min-height: 940px;
  grid-template-columns: minmax(470px, 0.92fr) minmax(0, 1.08fr);
  background: var(--v-navy);
  color: var(--v-white);
}

.funtastic-site .destinationsIntro {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  padding: clamp(78px, 8vw, 132px) clamp(40px, 7vw, 116px);
  background: var(--v-blue);
}

.funtastic-site .destinationsIntro::after {
  position: absolute;
  right: -110px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  border: 66px solid rgba(245, 194, 95, 0.18);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.funtastic-site .destinationsIntro h2 {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 32px 0 0;
  font-size: clamp(46px, 4.6vw, 72px);
  text-wrap: balance;
}

.funtastic-site .destinationsIntro > p:not(.sectionKicker) {
  position: relative;
  z-index: 1;
  max-width: 580px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 17px;
  line-height: 1.6;
}

.funtastic-site .destinationsList {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 44px;
}

.funtastic-site .destinationsList span {
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  padding: 16px 10px 16px 0;
  font-size: 13px;
  font-weight: 760;
}

.funtastic-site .destinationsList span::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--v-yellow);
  content: "";
}

.funtastic-site .destinationGallery {
  display: grid;
  min-width: 0;
  min-height: 940px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(470px, 1.2fr) minmax(340px, 0.8fr);
  gap: 14px;
  padding: 14px;
}

.funtastic-site .destinationGallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
}

.funtastic-site .destinationMain {
  grid-column: 1 / 13;
  grid-row: 1;
}

.funtastic-site .destinationMallorca {
  grid-column: 1 / 7;
  grid-row: 2;
}

.funtastic-site .destinationNight {
  grid-column: 7 / 13;
  grid-row: 2;
}

.funtastic-site .destinationGallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 750ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.funtastic-site .destinationMain img {
  object-position: center;
}

.funtastic-site .destinationMallorca img {
  object-position: center;
}

.funtastic-site .destinationNight img {
  object-position: 69% center;
}

.funtastic-site .destinationGallery figure:hover img {
  transform: scale(1.025);
}

.funtastic-site .destinationGallery figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 25, 47, 0.88), transparent 58%);
  content: "";
  pointer-events: none;
}

.funtastic-site .destinationGallery figcaption {
  position: absolute;
  z-index: 1;
  right: 26px;
  bottom: 25px;
  left: 26px;
  color: var(--v-white);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.03em;
}

.funtastic-site .destinationMain figcaption {
  display: grid;
  gap: 6px;
}

.funtastic-site .destinationMain figcaption span {
  color: var(--v-yellow);
  font-size: 9px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.funtastic-site .destinationMain figcaption strong {
  max-width: 590px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.5vw, 54px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.funtastic-site .faqSection {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 9vw, 150px);
  background: var(--v-cream);
}

.funtastic-site .faqSection header h2 {
  margin-top: 30px;
  font-size: clamp(46px, 4.8vw, 72px);
}

.funtastic-site .faqList {
  border-top: 1px solid rgba(7, 25, 47, 0.18);
}

.funtastic-site .faqList details {
  border-bottom: 1px solid rgba(7, 25, 47, 0.18);
}

.funtastic-site .faqList summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 25px 52px 25px 0;
  font-size: 16px;
  font-weight: 820;
}

.funtastic-site .faqList summary::-webkit-details-marker {
  display: none;
}

.funtastic-site .faqList summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  color: var(--v-blue);
  font-size: 25px;
  font-weight: 400;
  transform: translateY(-50%);
  content: "+";
}

.funtastic-site .faqList details[open] summary::after {
  content: "−";
}

.funtastic-site .faqList details p {
  max-width: 680px;
  margin: -5px 0 25px;
  color: rgba(7, 25, 47, 0.64);
  font-size: 14px;
  line-height: 1.6;
}

.funtastic-site .contactSection {
  position: relative;
  display: grid;
  min-height: min(880px, 92svh);
  place-items: center;
  overflow: hidden;
  color: var(--v-white);
}

.funtastic-site .contactSection > img,
.funtastic-site .contactOverlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.funtastic-site .contactSection > img {
  object-fit: cover;
}

.funtastic-site .contactOverlay {
  background: linear-gradient(90deg, rgba(7, 25, 47, 0.94) 0%, rgba(7, 25, 47, 0.68) 52%, rgba(7, 25, 47, 0.18) 100%);
}

.funtastic-site .contactContent {
  position: relative;
  z-index: 1;
  width: min(1320px, 88vw);
}

.funtastic-site .contactContent h2 {
  max-width: 950px;
  margin-top: 30px;
  font-size: clamp(56px, 7vw, 104px);
}

.funtastic-site .contactContent > p:not(.sectionKicker) {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.6;
}

.funtastic-site .contactActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.funtastic-site .footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  padding: 46px max(4vw, calc((100vw - 1440px) / 2));
  background: var(--v-navy);
  color: var(--v-white);
}

.funtastic-site .footerBrand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
}

.funtastic-site .footerBrand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.funtastic-site .footerBrand span {
  display: grid;
}

.funtastic-site .footerBrand strong {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.funtastic-site .footerBrand small {
  color: var(--v-yellow);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.funtastic-site .footer > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funtastic-site .footer > div {
  display: grid;
  justify-items: end;
  gap: 8px;
  font-size: 12px;
  font-weight: 760;
}

@media (max-width: 1080px) {
  .funtastic-site .header {
    grid-template-columns: 1fr auto;
  }

  .funtastic-site .navigation,
.funtastic-site .headerCta {
    display: none;
  }

  .funtastic-site .mobileMenu {
    position: relative;
    display: block;
    justify-self: end;
  }

  .funtastic-site .mobileMenu summary {
    display: grid;
    width: 46px;
    height: 46px;
    cursor: pointer;
    place-items: center;
    list-style: none;
    border: 1px solid rgba(7, 25, 47, 0.15);
  }

  .funtastic-site .mobileMenu summary::-webkit-details-marker {
    display: none;
  }

  .funtastic-site .mobileMenu summary i,
.funtastic-site .mobileMenu summary i::before,
.funtastic-site .mobileMenu summary i::after {
    width: 20px;
    height: 2px;
    background: var(--v-navy);
    content: "";
  }

  .funtastic-site .mobileMenu summary i {
    position: relative;
  }

  .funtastic-site .mobileMenu summary i::before,
.funtastic-site .mobileMenu summary i::after {
    position: absolute;
    left: 0;
  }

  .funtastic-site .mobileMenu summary i::before {
    top: -6px;
  }

  .funtastic-site .mobileMenu summary i::after {
    top: 6px;
  }

  .funtastic-site .mobileMenu nav {
    position: absolute;
    top: 58px;
    right: 0;
    display: grid;
    width: min(300px, calc(100vw - 28px));
    padding: 16px;
    background: var(--v-white);
    box-shadow: 0 22px 55px rgba(7, 25, 47, 0.16);
  }

  .funtastic-site .mobileMenu nav a {
    padding: 13px 8px;
    border-bottom: 1px solid rgba(7, 25, 47, 0.1);
    font-size: 14px;
    font-weight: 750;
  }

  .funtastic-site .heroGrid {
    grid-template-columns: minmax(360px, 0.9fr) repeat(5, minmax(0, 1fr));
  }

  .funtastic-site .heroCopy {
    grid-column: 1 / 4;
  }

  .funtastic-site .brandSlider {
    grid-column: 4 / 7;
  }

  .funtastic-site .poolTile {
    grid-column: 4 / 5;
  }

  .funtastic-site .showTile {
    grid-column: 5 / 7;
  }

  .funtastic-site .plansHeading,
.funtastic-site .partnersHeading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .funtastic-site .partnerChain {
    grid-template-columns: 140px minmax(0, 1fr) auto;
  }

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

  .funtastic-site .partnerHotels li,
.funtastic-site .partnerHotels li:nth-child(n + 5) {
    grid-column: auto;
  }

  .funtastic-site .operationsSection {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .funtastic-site .operationsIntro {
    min-height: 500px;
  }

  .funtastic-site .methodSection {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .funtastic-site .methodVisual {
    min-height: 680px;
  }

  .funtastic-site .aboutHook {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .funtastic-site .aboutHookVisual {
    min-height: 420px;
    grid-row: 1;
  }

  .funtastic-site .aboutHookContent {
    grid-row: 2;
  }

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

  .funtastic-site .planPremium,
.funtastic-site .planStandard {
    grid-column: auto;
  }

  .funtastic-site .planImage {
    grid-column: 1 / 3;
    min-height: 420px;
  }

  .funtastic-site .destinationsSection {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .funtastic-site .destinationGallery {
    min-height: 860px;
  }

  .funtastic-site .faqSection {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .funtastic-site .footer {
    grid-template-columns: 1fr 1fr;
  }

  .funtastic-site .footer > p {
    grid-column: 1 / 3;
    grid-row: 2;
  }
}

@media (min-width: 1081px) and (max-height: 1100px) {
  .funtastic-site .methodSection,
.funtastic-site .aboutHook,
.funtastic-site .destinationsSection {
    height: calc(100svh - 88px);
    min-height: calc(100svh - 88px);
  }

  .funtastic-site .methodVisual,
.funtastic-site .aboutHookVisual {
    min-height: 0;
  }

  .funtastic-site .methodContent,
.funtastic-site .aboutHookContent {
    padding: clamp(38px, 5vh, 56px) clamp(34px, 5vw, 68px);
  }

  .funtastic-site .methodContent h2 {
    margin-top: 20px;
    font-size: clamp(40px, 4vw, 56px);
  }

  .funtastic-site .methodLead {
    margin-top: 16px;
    font-size: 15px;
  }

  .funtastic-site .methodSteps {
    margin-top: 22px;
  }

  .funtastic-site .methodSteps li {
    grid-template-columns: 14px 1fr;
    gap: 12px;
    padding: 11px 0;
  }

  .funtastic-site .methodSteps p {
    margin-top: 3px;
  }

  .funtastic-site .methodQuote {
    bottom: 42px;
  }

  .funtastic-site .methodQuote strong {
    font-size: clamp(34px, 3.4vw, 48px);
  }

  .funtastic-site .aboutHookContent h2 {
    margin-top: 20px;
    font-size: clamp(39px, 4.05vw, 56px);
  }

  .funtastic-site .aboutHookLead {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.55;
  }

  .funtastic-site .aboutHookPrinciples {
    margin-top: 23px;
  }

  .funtastic-site .aboutHookPrinciples li {
    gap: 7px;
    padding: 14px 13px 14px 0;
  }

  .funtastic-site .aboutHookPrinciples li + li {
    padding-left: 13px;
  }

  .funtastic-site .aboutHookPrinciples strong {
    font-size: 12px;
  }

  .funtastic-site .aboutHookPrinciples span {
    font-size: 11px;
  }

  .funtastic-site .aboutHookLink {
    margin-top: 21px;
  }

  .funtastic-site .destinationsIntro {
    padding: clamp(38px, 5vh, 56px) clamp(34px, 5vw, 68px);
  }

  .funtastic-site .destinationsIntro h2 {
    margin-top: 20px;
    font-size: clamp(40px, 4.05vw, 56px);
  }

  .funtastic-site .destinationsIntro > p:not(.sectionKicker) {
    margin-top: 17px;
    font-size: 15px;
    line-height: 1.55;
  }

  .funtastic-site .destinationsList {
    margin-top: 23px;
  }

  .funtastic-site .destinationsList span {
    padding: 11px 8px 11px 0;
    font-size: 12px;
  }

  .funtastic-site .destinationGallery {
    min-height: calc(100svh - 88px);
    grid-template-rows: minmax(0, 1.15fr) minmax(0, 0.85fr);
  }

  .funtastic-site .destinationMain figcaption strong {
    font-size: clamp(28px, 3vw, 43px);
  }

  .funtastic-site .plansSection {
    padding-block: clamp(38px, 5vh, 54px);
  }

  .funtastic-site .plansHeading {
    margin-bottom: clamp(26px, 4vh, 40px);
  }

  .funtastic-site .plansHeading h2 {
    font-size: clamp(42px, 4vw, 56px);
  }

  .funtastic-site .plansHeading > div > p {
    margin-top: 14px;
    font-size: 15px;
  }

  .funtastic-site .plan,
.funtastic-site .planImage {
    min-height: 470px;
  }

  .funtastic-site .plan {
    padding: clamp(25px, 2.5vw, 34px);
  }

  .funtastic-site .planTopline {
    padding-bottom: 14px;
  }

  .funtastic-site .planLabel {
    margin-top: 23px;
  }

  .funtastic-site .plan h3 {
    font-size: clamp(36px, 3vw, 48px);
  }

  .funtastic-site .plan > p:not(.planLabel) {
    margin-top: 16px;
  }

  .funtastic-site .plan ul {
    margin: 18px 0 22px;
  }

  .funtastic-site .plan a {
    padding-top: 16px;
  }
}

@media (max-width: 820px) {
  .funtastic-site .header {
    height: 70px;
    padding: 0 14px;
  }

  .funtastic-site .brand img {
    width: 44px;
    height: 44px;
  }

  .funtastic-site .brand small {
    display: none;
  }

  .funtastic-site .hero {
    min-height: 0;
    padding: 82px 10px 10px;
  }

  .funtastic-site .heroGrid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 252px auto 210px;
    gap: 10px;
  }

  .funtastic-site .heroCopy,
.funtastic-site .brandSlider,
.funtastic-site .poolTile,
.funtastic-site .showTile {
    border-radius: 18px;
  }

  .funtastic-site .brandSlider {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .funtastic-site .sliderSlide figcaption {
    right: 52px;
    bottom: 18px;
    left: 14px;
  }

  .funtastic-site .sliderSlide figcaption strong {
    max-width: 250px;
    font-size: 23px;
  }

  .funtastic-site .sliderPause {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
  }

  .funtastic-site .heroCopy {
    grid-column: 1 / 3;
    grid-row: 2;
    padding: 30px 22px 26px;
  }

  .funtastic-site .eyebrow {
    margin-bottom: 18px;
    font-size: 8px;
  }

  .funtastic-site .heroCopy h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 0.94;
  }

  .funtastic-site .heroLead {
    margin-top: 20px;
    font-size: 15px;
  }

  .funtastic-site .heroActions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .funtastic-site .primaryButton,
.funtastic-site .secondaryButton,
.funtastic-site .whatsappButton {
    width: 100%;
    min-height: 52px;
  }

  .funtastic-site .heroServices {
    gap: 7px;
    margin-top: 26px;
    padding-top: 15px;
  }

  .funtastic-site .heroServices span {
    gap: 5px;
    font-size: 8px;
  }

  .funtastic-site .heroServices span::before {
    width: 5px;
    height: 5px;
  }

  .funtastic-site .poolTile {
    grid-column: 1;
    grid-row: 3;
  }

  .funtastic-site .showTile {
    grid-column: 2;
    grid-row: 3;
  }

  .funtastic-site .poolTile figcaption,
.funtastic-site .showTile figcaption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    font-size: 10px;
  }

  .funtastic-site .partnersSection {
    padding: 78px 14px;
  }

  .funtastic-site .partnersHeading {
    gap: 22px;
    margin-bottom: 42px;
  }

  .funtastic-site .partnersHeading h2 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1;
  }

  .funtastic-site .partnersHeading > div > p {
    margin-top: 20px;
    font-size: 15px;
  }

  .funtastic-site .partnerChains {
    grid-template-columns: 1fr;
  }

  .funtastic-site .partnerChain {
    min-height: 172px;
    grid-template-columns: 110px minmax(0, 1fr) auto;
    gap: 18px;
    padding: 24px 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 25, 47, 0.16);
  }

  .funtastic-site .partnerChain:last-child {
    border-bottom: 0;
  }

  .funtastic-site .partnerLogo img {
    max-height: 58px;
  }

  .funtastic-site .partnerMeta strong {
    font-size: 20px;
  }

  .funtastic-site .partnerHotelsHeading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding-top: 40px;
  }

  .funtastic-site .partnerHotels a {
    min-height: 178px;
    gap: 16px;
    padding: 20px 16px;
  }

  .funtastic-site .partnerHotelLogo {
    min-height: 62px;
  }

  .funtastic-site .partnerHotelLogo img {
    max-height: 56px;
  }

  .funtastic-site .partnerHotelMeta {
    gap: 6px;
    padding-right: 12px;
  }

  .funtastic-site .partnerHotelMeta strong {
    font-size: 13px;
  }

  .funtastic-site .partnerHotelMeta small {
    font-size: 8px;
  }

  .funtastic-site .partnerHotels .partnerLinkIcon {
    right: 14px;
    bottom: 20px;
    font-size: 14px;
  }

  .funtastic-site .plansSection,
.funtastic-site .faqSection {
    padding: 78px 14px;
  }

  .funtastic-site .plansHeading {
    gap: 22px;
    margin-bottom: 42px;
  }

  .funtastic-site .plansHeading h2,
.funtastic-site .methodContent h2,
.funtastic-site .destinationsIntro h2,
.funtastic-site .faqSection h2,
.funtastic-site .contactContent h2 {
    font-size: clamp(40px, 12vw, 52px);
    line-height: 1;
  }

  .funtastic-site .plansHeading > div > p {
    margin-top: 20px;
    font-size: 15px;
  }

  .funtastic-site .operationsGrid h3 {
    font-size: 38px;
  }

  .funtastic-site .operationsIntro {
    min-height: 0;
    padding: 78px 22px 68px;
  }

  .funtastic-site .operationsIntro h2 {
    margin-top: 26px;
    font-size: clamp(44px, 13vw, 58px);
  }

  .funtastic-site .operationsIntro > p:not(.sectionKicker) {
    font-size: 15px;
  }

  .funtastic-site .operationsGrid {
    grid-template-columns: 1fr;
    padding: 34px 22px 58px;
  }

  .funtastic-site .operationsGrid li,
.funtastic-site .operationsGrid li:nth-child(even),
.funtastic-site .operationsGrid li:last-child {
    grid-column: 1;
    grid-template-columns: 14px minmax(0, 1fr);
    padding: 26px 0;
    border-left: 0;
  }

  .funtastic-site .operationsGrid h3 {
    font-size: 34px;
  }

  .funtastic-site .methodVisual {
    min-height: 510px;
  }

  .funtastic-site .methodVisual img {
    object-position: 58% center;
  }

  .funtastic-site .methodQuote {
    right: 22px;
    bottom: 30px;
    left: 22px;
  }

  .funtastic-site .methodQuote strong {
    font-size: 39px;
  }

  .funtastic-site .methodContent {
    padding: 78px 22px;
  }

  .funtastic-site .methodContent h2 {
    margin-top: 26px;
  }

  .funtastic-site .methodLead {
    margin-top: 22px;
    font-size: 15px;
  }

  .funtastic-site .methodSteps {
    margin-top: 34px;
  }

  .funtastic-site .methodSteps li {
    grid-template-columns: 14px 1fr;
    gap: 12px;
    padding: 19px 0;
  }

  .funtastic-site .aboutHookVisual {
    min-height: 340px;
  }

  .funtastic-site .aboutHookContent {
    padding: 72px 22px;
  }

  .funtastic-site .aboutHookContent h2 {
    margin-top: 26px;
    font-size: clamp(43px, 11.5vw, 56px);
  }

  .funtastic-site .aboutHookLead {
    margin-top: 24px;
    font-size: 15px;
  }

  .funtastic-site .aboutHookPrinciples {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .funtastic-site .aboutHookPrinciples li,
.funtastic-site .aboutHookPrinciples li + li {
    padding: 20px 0;
    border-left: 0;
  }

  .funtastic-site .aboutHookPrinciples li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .funtastic-site .aboutHookPrinciples strong {
    font-size: 15px;
  }

  .funtastic-site .aboutHookPrinciples span {
    font-size: 13px;
  }

  .funtastic-site .plansGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .funtastic-site .plan,
.funtastic-site .planImage {
    min-height: 540px;
    border-radius: 18px;
  }

  .funtastic-site .planPremium,
.funtastic-site .planStandard,
.funtastic-site .planImage {
    grid-column: 1;
  }

  .funtastic-site .plan {
    padding: 34px 24px;
  }

  .funtastic-site .plan h3 {
    font-size: 43px;
  }

  .funtastic-site .planImage {
    min-height: 440px;
  }

  .funtastic-site .destinationsIntro {
    padding: 78px 22px 58px;
  }

  .funtastic-site .destinationsIntro h2 {
    margin-top: 26px;
  }

  .funtastic-site .destinationsIntro > p:not(.sectionKicker) {
    font-size: 15px;
  }

  .funtastic-site .destinationsList {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .funtastic-site .destinationGallery {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 390px 230px;
    gap: 10px;
    padding: 10px;
  }

  .funtastic-site .destinationGallery figure {
    border-radius: 18px;
  }

  .funtastic-site .destinationMain {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .funtastic-site .destinationMallorca {
    grid-column: 1;
    grid-row: 2;
  }

  .funtastic-site .destinationNight {
    grid-column: 2;
    grid-row: 2;
  }

  .funtastic-site .destinationGallery figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    font-size: 10px;
  }

  .funtastic-site .destinationMain figcaption strong {
    font-size: 34px;
  }

  .funtastic-site .faqSection {
    gap: 42px;
  }

  .funtastic-site .faqSection header h2 {
    margin-top: 24px;
  }

  .funtastic-site .faqList summary {
    padding: 22px 44px 22px 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .funtastic-site .contactSection {
    min-height: 760px;
    place-items: end start;
  }

  .funtastic-site .contactSection > img {
    object-position: 62% center;
  }

  .funtastic-site .contactOverlay {
    background: linear-gradient(180deg, rgba(7, 25, 47, 0.18) 8%, rgba(7, 25, 47, 0.94) 76%);
  }

  .funtastic-site .contactContent {
    width: auto;
    padding: 76px 22px 58px;
  }

  .funtastic-site .contactContent > p:not(.sectionKicker) {
    font-size: 15px;
  }

  .funtastic-site .contactActions {
    display: grid;
  }

  .funtastic-site .footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 22px;
  }

  .funtastic-site .footer > p,
.funtastic-site .footer > div {
    grid-column: 1;
    grid-row: auto;
  }

  .funtastic-site .footer > div {
    justify-items: start;
  }

}

@media (max-width: 480px) {
  .funtastic-site .aboutHookVisual {
    min-height: 220px;
  }

  .funtastic-site .aboutHookVisual figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    font-size: 9px;
  }

  .funtastic-site .aboutHookContent {
    padding: 58px 18px 64px;
  }

  .funtastic-site .aboutHookContent h2 {
    font-size: clamp(38px, 12vw, 46px);
  }

  .funtastic-site .partnerHotels li:last-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .funtastic-site .funtasticSliderProgress {
    display: none;
  }

  .funtastic-site *,
.funtastic-site *::before,
.funtastic-site *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .funtastic-site [data-reveal] {
    transition-delay: 0ms !important;
  }
}


/* Navigation */
.funtastic-site .funtastic-nav.header {
  --nav-blue: #1471b8;
  --nav-blue-deep: #07558f;
  --nav-yellow: #f5c25f;
  --nav-navy: #07192f;
  --nav-white: #ffffff;
  --nav-control-radius: 10px;
  position: fixed;
  z-index: 80;
  inset: 0 0 auto;
  display: grid;
  height: 88px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 2vw, 36px);
  padding: 0 clamp(22px, 3vw, 52px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--nav-blue);
  box-shadow: 0 12px 34px rgba(7, 25, 47, 0.16);
  color: var(--nav-white);
  backdrop-filter: none;
}

.funtastic-site .funtastic-nav .brand,
.funtastic-site .funtastic-nav .panelBrand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
}

.funtastic-site .funtastic-nav .logoFrame {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  place-items: center;
}

.funtastic-site .funtastic-nav .logoFrame img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.funtastic-site .funtastic-nav .brandCopy,
.funtastic-site .funtastic-nav .panelBrand > span:last-child {
  display: grid;
  gap: 3px;
}

.funtastic-site .funtastic-nav .brandCopy strong {
  color: var(--nav-white);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.funtastic-site .funtastic-nav .brandCopy small {
  color: rgba(255, 255, 255, 0.94);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.funtastic-site .funtastic-nav .desktopNavigation {
  display: flex;
  width: clamp(400px, 37vw, 570px);
  align-items: center;
  justify-self: center;
  justify-content: space-between;
  gap: clamp(24px, 3.2vw, 58px);
}

.funtastic-site .funtastic-nav .desktopActions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.funtastic-site .funtastic-nav .desktopCareerCta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--nav-control-radius);
  padding: 0 16px;
  color: var(--nav-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.015em;
  white-space: nowrap;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.funtastic-site .funtastic-nav .desktopCareerCta:hover {
  border-color: var(--nav-yellow);
  color: var(--nav-yellow);
  transform: translateY(-2px);
}

.funtastic-site .funtastic-nav .desktopNavigation a {
  position: relative;
  padding: 13px 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(14px, 1.05vw, 16px);
  font-weight: 900;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color 180ms ease;
}

.funtastic-site .funtastic-nav .desktopNavigation a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 3px;
  background: var(--nav-yellow);
  content: "";
  opacity: 0;
  transform: scaleX(0.25);
  transition: opacity 180ms ease, transform 180ms ease;
}

.funtastic-site .funtastic-nav .desktopNavigation a:hover,
.funtastic-site .funtastic-nav .desktopNavigation a[aria-current="page"] {
  color: var(--nav-white);
}

.funtastic-site .funtastic-nav .desktopNavigation a:hover::after,
.funtastic-site .funtastic-nav .desktopNavigation a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.funtastic-site .funtastic-nav .desktopCta {
  display: inline-flex;
  min-height: 48px;
  overflow: hidden;
  justify-self: end;
  align-items: center;
  border-radius: var(--nav-control-radius);
  background: var(--nav-yellow);
  color: var(--nav-navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: background-color 180ms ease, transform 180ms ease;
}

.funtastic-site .funtastic-nav .desktopCta > span:first-child {
  padding: 0 19px;
}

.funtastic-site .funtastic-nav .ctaIcon {
  display: grid;
  width: 46px;
  align-self: stretch;
  place-items: center;
  border-left: 1px solid rgba(7, 25, 47, 0.18);
  color: var(--nav-navy);
}

.funtastic-site .funtastic-nav .desktopCta:hover {
  background: var(--nav-white);
  transform: translateY(-2px);
}

.funtastic-site .funtastic-nav .desktopCta svg,
.funtastic-site .funtastic-nav .mobileCareerCta svg,
.funtastic-site .funtastic-nav .mobileNavigation svg,
.funtastic-site .funtastic-nav .mobilePrimaryCta svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.funtastic-site .funtastic-nav .menuButton {
  display: none;
}

.funtastic-site .funtastic-nav .overlay {
  --nav-blue: #1471b8;
  --nav-blue-deep: #07558f;
  --nav-yellow: #f5c25f;
  --nav-navy: #07192f;
  --nav-white: #ffffff;
  --nav-control-radius: 10px;
  position: fixed;
  z-index: 100;
  inset: 0;
  padding: 0;
  background: rgba(7, 25, 47, 0.72);
  animation: funtasticOverlayIn 220ms ease both;
  backdrop-filter: blur(8px);
}

.funtastic-site .funtastic-nav .backdrop {
  position: absolute;
  z-index: 0;
  inset: 0;
  cursor: default;
  border: 0;
  background: transparent;
}

.funtastic-site .funtastic-nav .mobilePanel {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  grid-template-rows: auto 1fr auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--nav-blue);
  color: var(--nav-white);
  animation: funtasticPanelIn 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
  overscroll-behavior: contain;
}

.funtastic-site .funtastic-nav .mobilePanel::before {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: clamp(7px, 1vw, 12px);
  background: var(--nav-yellow);
  content: "";
}

.funtastic-site .funtastic-nav .mobilePanel::after {
  position: absolute;
  z-index: 0;
  top: 18%;
  right: -18vw;
  width: min(64vw, 610px);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 194, 95, 0.17);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.funtastic-site .funtastic-nav .panelHeader,
.funtastic-site .funtastic-nav .panelBody,
.funtastic-site .funtastic-nav .panelFooter {
  position: relative;
  z-index: 1;
}

.funtastic-site .funtastic-nav .panelHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(20px, 4.4vw, 54px) clamp(22px, 6vw, 82px) 20px;
}

.funtastic-site .funtastic-nav .panelLogo {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
}

.funtastic-site .funtastic-nav .panelLogo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.funtastic-site .funtastic-nav .panelBrand strong {
  color: var(--nav-white);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.funtastic-site .funtastic-nav .panelBrand small {
  color: rgba(255, 255, 255, 0.94);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.funtastic-site .funtastic-nav .closeButton {
  position: relative;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  cursor: pointer;
  border: 0;
  border-radius: var(--nav-control-radius);
  background: transparent;
  color: var(--nav-white);
  transition: border-color 180ms ease, background-color 180ms ease;
}

.funtastic-site .funtastic-nav .closeButton span {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 22px;
  height: 2px;
  background: currentColor;
}

.funtastic-site .funtastic-nav .closeButton span:first-child {
  transform: rotate(45deg);
}

.funtastic-site .funtastic-nav .closeButton span:last-child {
  transform: rotate(-45deg);
}

.funtastic-site .funtastic-nav .closeButton:hover {
  background: rgba(245, 194, 95, 0.09);
}

.funtastic-site .funtastic-nav .panelBody {
  display: grid;
  width: min(1160px, 100%);
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(30px, 7vw, 110px);
  margin: auto;
  padding: clamp(26px, 4vh, 54px) clamp(22px, 8vw, 112px);
}

.funtastic-site .funtastic-nav .mobileNavIntro {
  display: grid;
  gap: 18px;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.funtastic-site .funtastic-nav .mobileNavIntro i {
  width: 54px;
  height: 2px;
  background: var(--nav-yellow);
}

.funtastic-site .funtastic-nav .mobileNavigation {
  display: grid;
}

.funtastic-site .funtastic-nav .mobileNavigation a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 36px);
  padding: clamp(17px, 2.5vh, 28px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--nav-white);
  transition: color 180ms ease, padding-left 220ms ease;
}

.funtastic-site .funtastic-nav .mobileNavigation a:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.funtastic-site .funtastic-nav .mobileNavigation strong {
  font-size: clamp(36px, 5.8vw, 68px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

.funtastic-site .funtastic-nav .mobileNavigation svg {
  opacity: 0.48;
  transition: opacity 180ms ease, transform 180ms ease;
}

.funtastic-site .funtastic-nav .mobileNavigation a:hover,
.funtastic-site .funtastic-nav .mobileNavigation a[aria-current="page"] {
  padding-left: 8px;
  color: var(--nav-yellow);
}

.funtastic-site .funtastic-nav .mobileNavigation a:hover svg,
.funtastic-site .funtastic-nav .mobileNavigation a[aria-current="page"] svg {
  opacity: 1;
  transform: translate(3px, -3px);
}

.funtastic-site .funtastic-nav .panelFooter {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(420px, 1fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  padding: 20px clamp(22px, 6vw, 82px) clamp(24px, 4vw, 52px);
}

.funtastic-site .funtastic-nav .panelFooter > p {
  max-width: 340px;
  margin: 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: clamp(13px, 1.2vw, 16px);
  line-height: 1.55;
}

.funtastic-site .funtastic-nav .panelFooter > p strong {
  color: var(--nav-white);
  font-weight: 720;
}

.funtastic-site .funtastic-nav .mobileActions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.funtastic-site .funtastic-nav .mobileCareerCta,
.funtastic-site .funtastic-nav .mobilePrimaryCta,
.funtastic-site .funtastic-nav .mobileSecondaryCta {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--nav-control-radius);
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 850;
  transition: background-color 180ms ease, color 180ms ease;
}

.funtastic-site .funtastic-nav .mobileCareerCta {
  border: 1px solid rgba(245, 194, 95, 0.72);
  background: rgba(7, 25, 47, 0.22);
  color: var(--nav-white);
}

.funtastic-site .funtastic-nav .mobileCareerCta svg {
  color: var(--nav-yellow);
}

.funtastic-site .funtastic-nav .mobileCareerCta:hover {
  border-color: var(--nav-yellow);
  background: rgba(7, 25, 47, 0.38);
  color: var(--nav-yellow);
}

.funtastic-site .funtastic-nav .mobilePrimaryCta {
  background: var(--nav-yellow);
  color: var(--nav-navy);
}

.funtastic-site .funtastic-nav .mobilePrimaryCta:hover {
  background: var(--nav-white);
}

.funtastic-site .funtastic-nav .mobileSecondaryCta {
  grid-column: 1 / -1;
  justify-content: flex-start;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--nav-white);
}

.funtastic-site .funtastic-nav .mobileSecondaryCta > svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #25d366;
}

.funtastic-site .funtastic-nav .mobileSecondaryCta > span {
  display: grid;
  gap: 2px;
  line-height: 1.1;
}

.funtastic-site .funtastic-nav .mobileSecondaryCta small {
  color: var(--nav-yellow);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.funtastic-site .funtastic-nav .mobileSecondaryCta:hover {
  border-color: var(--nav-blue);
  background: var(--nav-blue);
}

.funtastic-site .funtastic-nav.header a:focus-visible,
.funtastic-site .funtastic-nav.header button:focus-visible {
  outline: 3px solid var(--nav-yellow);
  outline-offset: 4px;
}

@keyframes funtasticOverlayIn {
  from {
    opacity: 0;
  }
}

@keyframes funtasticPanelIn {
  from {
    opacity: 0;
    transform: translateY(-18px) scale(0.99);
  }
}

@media (max-width: 1180px) and (min-width: 1081px) {
  .funtastic-site .funtastic-nav.header {
    gap: 14px;
    padding-inline: 18px;
  }

  .funtastic-site .funtastic-nav .desktopNavigation {
    width: clamp(390px, 36vw, 420px);
    gap: 10px;
  }

  .funtastic-site .funtastic-nav .desktopNavigation a {
    font-size: 14px;
  }

  .funtastic-site .funtastic-nav .desktopCta > span:first-child {
    padding-inline: 12px;
  }

  .funtastic-site .funtastic-nav .desktopCareerCta {
    padding-inline: 13px;
  }
}

@media (max-width: 1080px) {
  .funtastic-site .funtastic-nav.header {
    height: 76px;
    grid-template-columns: 1fr auto;
    gap: 20px;
    padding: 0 clamp(14px, 3vw, 28px);
  }

  .funtastic-site .funtastic-nav .logoFrame {
    width: 48px;
    height: 48px;
  }

  .funtastic-site .funtastic-nav .logoFrame img {
    width: 46px;
    height: 46px;
  }

  .funtastic-site .funtastic-nav .desktopNavigation,
.funtastic-site .funtastic-nav .desktopActions {
    display: none;
  }

  .funtastic-site .funtastic-nav .menuButton {
    display: grid;
    width: 50px;
    height: 48px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    justify-items: start;
    column-gap: 9px;
    justify-self: end;
    cursor: pointer;
    border: 0;
    background: transparent;
    color: var(--nav-white);
  }

  .funtastic-site .funtastic-nav .menuButton > span:not(.menuButtonLabel) {
    grid-column: 1;
    width: 20px;
    height: 2px;
    margin-left: 14px;
    background: var(--nav-yellow);
  }

  .funtastic-site .funtastic-nav .menuButton > span:first-child {
    grid-row: 1;
    align-self: end;
    margin-bottom: 3px;
  }

  .funtastic-site .funtastic-nav .menuButton > span:nth-child(2) {
    grid-row: 2;
    align-self: start;
    margin-top: 3px;
  }

  .funtastic-site .funtastic-nav .menuButtonLabel {
    display: none;
  }
}

@media (min-width: 721px) and (max-width: 1080px) and (max-height: 850px) {
  .funtastic-site .funtastic-nav .panelHeader {
    padding: 14px 28px 10px;
  }

  .funtastic-site .funtastic-nav .panelLogo,
.funtastic-site .funtastic-nav .closeButton {
    width: 48px;
    height: 48px;
  }

  .funtastic-site .funtastic-nav .panelLogo img {
    width: 44px;
    height: 44px;
  }

  .funtastic-site .funtastic-nav .closeButton span {
    top: 23px;
    left: 13px;
  }

  .funtastic-site .funtastic-nav .panelBody {
    grid-template-columns: minmax(130px, 0.24fr) minmax(0, 1fr);
    gap: 32px;
    padding: 10px 54px 14px;
  }

  .funtastic-site .funtastic-nav .mobileNavIntro {
    gap: 12px;
    padding-top: 9px;
  }

  .funtastic-site .funtastic-nav .mobileNavigation a {
    padding: 10px 0;
  }

  .funtastic-site .funtastic-nav .mobileNavigation strong {
    font-size: clamp(34px, 4.4vw, 44px);
  }

  .funtastic-site .funtastic-nav .panelFooter {
    grid-template-columns: minmax(160px, 0.48fr) minmax(0, 1.52fr);
    gap: 30px;
    padding: 8px 54px 16px;
  }

  .funtastic-site .funtastic-nav .panelFooter > p {
    font-size: 13px;
  }

  .funtastic-site .funtastic-nav .mobileActions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .funtastic-site .funtastic-nav .mobileCareerCta,
.funtastic-site .funtastic-nav .mobilePrimaryCta,
.funtastic-site .funtastic-nav .mobileSecondaryCta {
    min-height: 54px;
    padding: 12px 14px;
  }

  .funtastic-site .funtastic-nav .mobileSecondaryCta {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .funtastic-site .funtastic-nav .overlay {
    padding: 0;
  }

  .funtastic-site .funtastic-nav .panelHeader {
    padding: 18px 18px 12px;
  }

  .funtastic-site .funtastic-nav .panelLogo {
    width: 50px;
    height: 50px;
  }

  .funtastic-site .funtastic-nav .panelLogo img {
    width: 46px;
    height: 46px;
  }

  .funtastic-site .funtastic-nav .closeButton {
    width: 50px;
    height: 50px;
  }

  .funtastic-site .funtastic-nav .closeButton span {
    top: 23px;
    left: 13px;
  }

  .funtastic-site .funtastic-nav .panelBody {
    display: block;
    padding: 16px 22px 26px;
  }

  .funtastic-site .funtastic-nav .mobileNavIntro {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 4px 0 18px;
  }

  .funtastic-site .funtastic-nav .mobileNavigation a {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: clamp(16px, 2.8vh, 23px) 0;
  }

  .funtastic-site .funtastic-nav .mobileNavigation strong {
    font-size: clamp(36px, 10.4vw, 52px);
    font-weight: 880;
  }

  .funtastic-site .funtastic-nav .panelFooter {
    display: block;
    padding: 12px 22px 26px;
  }

  .funtastic-site .funtastic-nav .panelFooter > p {
    margin-bottom: 18px;
  }

  .funtastic-site .funtastic-nav .mobileActions {
    grid-template-columns: 1fr;
  }

  .funtastic-site .funtastic-nav .mobilePrimaryCta,
.funtastic-site .funtastic-nav .mobileCareerCta,
.funtastic-site .funtastic-nav .mobileSecondaryCta {
    min-height: 58px;
  }

  .funtastic-site .funtastic-nav .mobileSecondaryCta {
    grid-column: auto;
  }
}

/* Stored page content may still contain the retired diagonal-arrow decoration. */
.funtastic-site .funtastic-nav .ctaIcon,
.funtastic-site .funtastic-nav .mobileNavigation svg,
.funtastic-site .funtastic-nav .mobileCareerCta > svg,
.funtastic-site .funtastic-nav .mobilePrimaryCta > svg,
.funtastic-site .partnerLinkIcon,
.funtastic-site .primaryButton > span[aria-hidden="true"],
.funtastic-site .funtastic-activity-showcase .catalogLink > span[aria-hidden="true"],
.funtastic-site .aboutHookLink > span[aria-hidden="true"],
.funtastic-site .plan a > span[aria-hidden="true"] {
  display: none;
}

.funtastic-site .funtastic-nav .mobileCareerCta,
.funtastic-site .funtastic-nav .mobilePrimaryCta {
  justify-content: center;
}

.funtastic-site .partnerChain {
  grid-template-columns: minmax(150px, 0.7fr) minmax(0, 1fr);
}

.funtastic-site .partnerHotelMeta {
  padding-right: 0;
}

.funtastic-site .plan a {
  justify-content: flex-start;
}

@media (max-width: 430px) {
  .funtastic-site .funtastic-nav.header {
    height: 72px;
    padding-inline: 12px;
  }

  .funtastic-site .funtastic-nav .brand {
    gap: 9px;
  }

  .funtastic-site .funtastic-nav .logoFrame {
    width: 44px;
    height: 44px;
  }

  .funtastic-site .funtastic-nav .logoFrame img {
    width: 42px;
    height: 42px;
  }

  .funtastic-site .funtastic-nav .brandCopy strong {
    font-size: 14px;
  }

  .funtastic-site .funtastic-nav .brandCopy small {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .funtastic-site .funtastic-nav .menuButton {
    width: 50px;
    grid-template-columns: 1fr;
  }

  .funtastic-site .funtastic-nav .menuButton > span:not(.menuButtonLabel) {
    margin-left: 14px;
  }

  .funtastic-site .funtastic-nav .menuButtonLabel {
    display: none;
  }

  .funtastic-site .funtastic-nav .mobileNavigation strong {
    font-size: clamp(32px, 10vw, 44px);
  }

  .funtastic-site .funtastic-nav .mobileNavIntro {
    display: none;
  }

  .funtastic-site .funtastic-nav .panelBody {
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .funtastic-site .funtastic-nav .mobileNavigation a {
    padding-block: 12px;
  }

  .funtastic-site .funtastic-nav .panelFooter > p {
    display: none;
  }

  .funtastic-site .funtastic-nav .panelFooter {
    padding-top: 8px;
    padding-bottom: 14px;
  }

  .funtastic-site .funtastic-nav .mobileActions {
    gap: 8px;
  }

  .funtastic-site .funtastic-nav .mobileCareerCta,
.funtastic-site .funtastic-nav .mobilePrimaryCta,
.funtastic-site .funtastic-nav .mobileSecondaryCta {
    min-height: 50px;
    padding: 11px 14px;
  }
}

@media (max-height: 680px) and (max-width: 1080px) {
  .funtastic-site .funtastic-nav .panelHeader {
    padding-top: 14px;
  }

  .funtastic-site .funtastic-nav .panelBody {
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .funtastic-site .funtastic-nav .mobileNavIntro {
    padding-bottom: 10px;
  }

  .funtastic-site .funtastic-nav .mobileNavigation a {
    padding-block: 12px;
  }

  .funtastic-site .funtastic-nav .mobileNavigation strong {
    font-size: clamp(28px, 7vh, 42px);
  }

  .funtastic-site .funtastic-nav .panelFooter {
    padding-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .funtastic-site .funtastic-nav .overlay,
.funtastic-site .funtastic-nav .mobilePanel {
    animation: none;
  }

  .funtastic-site .funtastic-nav.header *,
.funtastic-site .funtastic-nav.header *::before,
.funtastic-site .funtastic-nav.header *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}


/* Activity showcase */
.funtastic-site .funtastic-activity-showcase.section {
  --activity-blue: #1471b8;
  --activity-navy: #07192f;
  --activity-yellow: #f5c25f;
  padding: clamp(72px, 7.2vw, 112px) clamp(20px, 4.5vw, 72px);
  background: #f6f4ee;
  color: var(--activity-navy);
}

.funtastic-site .funtastic-activity-showcase .heading {
  display: grid;
  width: min(1460px, 100%);
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(28px, 4vw, 68px);
  margin: 0 auto clamp(28px, 3vw, 46px);
}

.funtastic-site .funtastic-activity-showcase .kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: start;
  margin: 10px 0 0;
  color: var(--activity-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.funtastic-site .funtastic-activity-showcase .kicker::before {
  width: 28px;
  height: 2px;
  background: var(--activity-yellow);
  content: "";
}

.funtastic-site .funtastic-activity-showcase .headingCopy {
  max-width: 910px;
}

.funtastic-site .funtastic-activity-showcase .heading h2 {
  margin: 0;
  font-size: clamp(42px, 4.3vw, 72px);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.funtastic-site .funtastic-activity-showcase .heading h2 em {
  margin-left: 0.12em;
  color: var(--activity-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.funtastic-site .funtastic-activity-showcase .headingCopy > p {
  max-width: 690px;
  margin: 22px 0 0;
  color: rgba(7, 25, 47, 0.67);
  font-size: 16px;
  line-height: 1.55;
}

.funtastic-site .funtastic-activity-showcase .catalogLink {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 10px;
  padding: 13px 18px;
  background: var(--activity-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  transition: background 180ms ease, transform 180ms ease;
}

.funtastic-site .funtastic-activity-showcase .catalogLink:hover {
  background: #07558f;
  transform: translateY(-2px);
}

.funtastic-site .funtastic-activity-showcase .catalogLink:focus-visible,
.funtastic-site .funtastic-activity-showcase .cardButton:focus-visible {
  outline: 3px solid var(--activity-yellow);
  outline-offset: 4px;
}

.funtastic-site .funtastic-activity-showcase .interactionHint {
  width: min(1460px, 100%);
  margin: 0 auto 12px;
  color: rgba(7, 25, 47, 0.7);
  font-size: 12px;
  font-weight: 700;
}

.funtastic-site .funtastic-activity-showcase .grid {
  display: grid;
  width: min(1460px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.funtastic-site .funtastic-activity-showcase .card {
  position: relative;
  min-width: 0;
  min-height: 240px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 10px;
  background: var(--activity-navy);
}

.funtastic-site .funtastic-activity-showcase .cardButton {
  position: absolute;
  inset: 0;
  width: 100%;
  overflow: hidden;
  border: 0;
  border-radius: inherit;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
}

.funtastic-site .funtastic-activity-showcase .cardButton img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.funtastic-site .funtastic-activity-showcase .cardButton:hover img,
.funtastic-site .funtastic-activity-showcase .cardOpen .cardButton img {
  filter: saturate(0.92) brightness(0.9);
  transform: scale(1.015);
}

.funtastic-site .funtastic-activity-showcase .imageOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 25, 47, 0.16) 8%, rgba(7, 25, 47, 0.15) 36%, rgba(7, 25, 47, 0.88) 100%);
  transition: background 200ms ease;
}

.funtastic-site .funtastic-activity-showcase .cardOpen .imageOverlay {
  background: linear-gradient(180deg, rgba(7, 25, 47, 0.22) 0%, rgba(7, 25, 47, 0.52) 40%, rgba(7, 25, 47, 0.98) 100%);
}

.funtastic-site .funtastic-activity-showcase .cardContent {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(18px, 2vw, 28px);
  pointer-events: none;
}

.funtastic-site .funtastic-activity-showcase .cardTopline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.funtastic-site .funtastic-activity-showcase .cardLabel {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.funtastic-site .funtastic-activity-showcase .cardLabel i {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--activity-yellow);
}

.funtastic-site .funtastic-activity-showcase .cardBottom {
  display: grid;
  gap: 0;
}

.funtastic-site .funtastic-activity-showcase .cardBottom > strong {
  max-width: 92%;
  font-size: clamp(25px, 2.35vw, 37px);
  font-weight: 820;
  letter-spacing: -0.045em;
  line-height: 1;
  text-wrap: balance;
}

.funtastic-site .funtastic-activity-showcase .cardBenefit {
  display: block;
  max-width: 520px;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.45;
  transform: translateY(8px);
  transition: max-height 200ms ease, margin 200ms ease, opacity 180ms ease, transform 200ms ease;
}

.funtastic-site .funtastic-activity-showcase .cardOpen .cardBenefit {
  max-height: 72px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .funtastic-site .funtastic-activity-showcase.section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .funtastic-site .funtastic-activity-showcase .heading {
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 24px 36px;
  }

  .funtastic-site .funtastic-activity-showcase .catalogLink {
    grid-column: 2;
    justify-self: start;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .funtastic-site .funtastic-activity-showcase.section {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .funtastic-site .funtastic-activity-showcase .heading {
    grid-template-columns: 128px minmax(0, 1fr) auto;
    gap: 20px 26px;
    margin-bottom: 24px;
  }

  .funtastic-site .funtastic-activity-showcase .heading h2 {
    font-size: 46px;
  }

  .funtastic-site .funtastic-activity-showcase .headingCopy > p {
    margin-top: 14px;
    font-size: 15px;
  }

  .funtastic-site .funtastic-activity-showcase .catalogLink {
    grid-column: auto;
    min-height: 46px;
    padding: 11px 15px;
  }

  .funtastic-site .funtastic-activity-showcase .grid {
    gap: 10px;
  }

  .funtastic-site .funtastic-activity-showcase .card {
    min-height: 0;
  }

  .funtastic-site .funtastic-activity-showcase .cardContent {
    padding: 20px;
  }

  .funtastic-site .funtastic-activity-showcase .cardBottom > strong {
    font-size: clamp(26px, 2.7vw, 31px);
  }
}

@media (max-width: 900px) {
  .funtastic-site .funtastic-activity-showcase .heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .funtastic-site .funtastic-activity-showcase .kicker {
    margin-top: 0;
  }

  .funtastic-site .funtastic-activity-showcase .catalogLink {
    grid-column: auto;
    justify-self: start;
  }

  .funtastic-site .funtastic-activity-showcase .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .funtastic-site .funtastic-activity-showcase .card {
    min-height: 230px;
  }
}

@media (max-width: 640px) {
  .funtastic-site .funtastic-activity-showcase.section {
    padding: 64px 14px;
  }

  .funtastic-site .funtastic-activity-showcase .heading {
    margin-bottom: 26px;
  }

  .funtastic-site .funtastic-activity-showcase .heading h2 {
    font-size: clamp(39px, 12vw, 51px);
  }

  .funtastic-site .funtastic-activity-showcase .headingCopy > p {
    margin-top: 16px;
    font-size: 15px;
  }

  .funtastic-site .funtastic-activity-showcase .catalogLink {
    width: 100%;
  }

  .funtastic-site .funtastic-activity-showcase .interactionHint {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .funtastic-site .funtastic-activity-showcase .grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .funtastic-site .funtastic-activity-showcase .card {
    min-height: 194px;
    aspect-ratio: 3 / 2;
  }

  .funtastic-site .funtastic-activity-showcase .cardContent {
    padding: 18px;
  }

  .funtastic-site .funtastic-activity-showcase .cardBottom > strong {
    font-size: clamp(24px, 7.6vw, 29px);
  }

}

@media (max-width: 350px) {
  .funtastic-site .funtastic-activity-showcase.section {
    padding-right: 12px;
    padding-left: 12px;
  }

  .funtastic-site .funtastic-activity-showcase .heading h2 {
    font-size: 38px;
  }

  .funtastic-site .funtastic-activity-showcase .card {
    min-height: 192px;
  }

  .funtastic-site .funtastic-activity-showcase .cardBenefit {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .funtastic-site .funtastic-activity-showcase .catalogLink,
.funtastic-site .funtastic-activity-showcase .cardButton img,
.funtastic-site .funtastic-activity-showcase .imageOverlay,
.funtastic-site .funtastic-activity-showcase .cardBenefit {
    transition: none;
  }
}

/* Contact conversion form */
.funtastic-site .contactSection {
  min-height: clamp(460px, 54svh, 580px);
  place-items: center;
}

.funtastic-site .contactShell {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1360px, 92vw);
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(36px, 5vw, 78px);
  margin: 0 auto;
  padding: clamp(82px, 8vw, 126px) 0;
}

.funtastic-site .contactContent {
  width: min(1320px, 88vw);
}

.funtastic-site .contactContent h2 {
  max-width: 680px;
  font-size: clamp(54px, 6vw, 88px);
}

.funtastic-site .contactContent > p:not(.sectionKicker) {
  max-width: 520px;
}

.funtastic-site .contactFormPanel {
  min-width: 0;
}

@media (max-width: 1080px) {
  .funtastic-site .contactShell {
    width: min(820px, calc(100% - 44px));
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 78px 0;
  }

  .funtastic-site .contactContent {
    width: auto;
    padding: 0;
  }

  .funtastic-site .contactContent h2 {
    max-width: 760px;
  }

  .funtastic-site .contactSection > img {
    object-position: 62% center;
  }

  .funtastic-site .contactOverlay {
    background: linear-gradient(180deg, rgba(7, 25, 47, 0.78), rgba(7, 25, 47, 0.96));
  }
}

@media (max-width: 720px) {
  .funtastic-site .contactSection {
    min-height: 520px;
  }

  .funtastic-site .contactShell {
    width: calc(100% - 36px);
    gap: 34px;
    padding: 66px 0 54px;
  }

  .funtastic-site .contactContent h2 {
    margin-top: 22px;
    font-size: clamp(43px, 13vw, 58px);
  }

  .funtastic-site .contactContent {
    width: calc(100% - 36px);
    padding: 48px 0;
  }

  .funtastic-site .contactActions {
    display: grid;
    margin-top: 28px;
  }
}
