.mobile-menu-toggle,
.mobile-menu-panel,
.funday-mobile-view {
  display: none;
}

/* Desktop / tablet default */
.funday-desktop {
  display: block;
  background: #f7f8fa;
  padding: 40px 48px 64px;
}

.funday-hero {
  max-width: 1280px;
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 520px);
  gap: 40px;
  align-items: start;
}

.funday-text h1 {
  margin: 0 0 16px;
  font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
  font-size: clamp(56px, 6vw, 86px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: rgb(128, 0, 255);
  font-weight: 700;
}

.funday-text p {
  margin: 0 0 24px;
  font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.2;
  color: rgb(255, 128, 59);
  font-weight: 700;
  /*max-width: 18ch;*/
  padding-top: 2ch;
  padding-bottom: 4ch;
}

.desktop-cta {
  display: inline-block;
  text-decoration: none;
  background: rgb(242, 230, 255);
  color: rgb(128, 0, 255);
  font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  padding: 16px 24px;
  border-radius: 999px;
}

.funday-video {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  background: transparent;
}

.funday-video video {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}

.funday-section {
  max-width: 1280px;
  margin: 0 auto 24px;
  /*background: #fff;
  border-radius: 28px;
  padding: 28px 30px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.08);*/
}

.funday-section h2 {
  margin: 0 0 14px;
  font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
  font-size: 40px;
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: rgb(128, 0, 255);
  font-weight: 700;
}

.funday-section p,
.funday-section li {
  font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #111;
}

.funday-section ul {
  margin: 0;
  padding-left: 24px;
}

.funday-section p {
  margin: 0 0 10px;
}

/* Mobile */
@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
    min-height: 100%;
  }

  body {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  body.menu-open {
    overflow: hidden !important;
  }

  .jDe9Eg {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 18px !important;
    position: sticky;
    top: 0;
    z-index: 1001;
    background: #fff !important;
  }

  .jDe9Eg .DBPC9g {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  .jDe9Eg .DBPC9g li {
    display: none !important;
  }

  .jDe9Eg .DBPC9g li:first-child,
  .jDe9Eg .DBPC9g li:first-child a,
  .jDe9Eg .DBPC9g li:first-child span {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    appearance: none;
    border: 0;
    background: transparent;
    width: 44px;
    height: 44px;
    padding: 10px;
    cursor: pointer;
    flex: 0 0 auto;
    position: relative;
    z-index: 100000;
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    margin-left: auto;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #304254;
    border-radius: 2px;
    pointer-events: none;
  }

  body > .mobile-menu-panel {
    display: none;
    position: fixed !important;
    top: 72px !important;
    left: 16px !important;
    right: 16px !important;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    z-index: 99999 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    max-height: calc(100dvh - 96px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body > .mobile-menu-panel.is-open {
    display: block !important;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu-panel a {
    display: block;
    padding: 12px 10px;
    color: #304254;
    text-decoration: none;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-weight: 700;
    border-radius: 10px;
  }

  .mobile-menu-panel a[aria-current="page"],
  .mobile-menu-panel a:hover {
    background: #f3f4fb;
  }

  .funday-desktop,
  ._65lpxA {
    display: none !important;
  }

  .funday-mobile-view {
    display: block;
    background: #f7f8fa;
    padding: 24px 16px 40px;
    height: calc(100dvh - 72px);
    min-height: calc(100dvh - 72px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
  }

  .funday-mobile-inner {
    max-width: 620px;
    margin: 0 auto;
    padding-bottom: 28px;
  }

  .funday-mobile-view h1 {
    margin: 8px 0 16px;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-size: clamp(38px, 10vw, 58px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: rgb(128, 0, 255);
    font-weight: 700;
    animation: fundayFadeUp 0.7s cubic-bezier(.22, 1, .36, 1) both;
  }

  .funday-mobile-subtitle {
    margin: 0 0 20px;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.35;
    color: rgb(255, 128, 59);
    font-weight: 700;
    animation: fundayFadeUp 0.7s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: 0.08s;
  }

  .funday-mobile-video {
    margin: 0 0 24px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    animation: fundayFadeUp 0.7s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: 0.14s;
    background: transparent;
  }

  .funday-mobile-video video {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
  }

  .funday-mobile-card {
    background: #fff;
    border-radius: 24px;
    padding: 18px 16px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
    margin-bottom: 18px;
    animation: fundayFadeUp 0.7s cubic-bezier(.22, 1, .36, 1) both;
  }

  .funday-mobile-card:nth-of-type(1) { animation-delay: 0.18s; }
  .funday-mobile-card:nth-of-type(2) { animation-delay: 0.24s; }
  .funday-mobile-card:nth-of-type(3) { animation-delay: 0.30s; }
  .funday-mobile-card:nth-of-type(4) { animation-delay: 0.36s; }

  .funday-mobile-card h2 {
    margin: 0 0 12px;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: rgb(128, 0, 255);
    font-weight: 700;
  }

  .funday-mobile-card p,
  .funday-mobile-card li {
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.45;
    color: #111;
    font-weight: 400;
  }

  .funday-mobile-card ul {
    margin: 0;
    padding-left: 20px;
  }

  .funday-mobile-cta {
    display: inline-block;
    margin-top: 8px;
    background: rgb(242, 230, 255);
    color: rgb(128, 0, 255);
    text-decoration: none;
    font-family: YAFdJs2qTWQ_0, Arial, sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    padding: 16px 22px;
    border-radius: 999px;
    animation: fundayFadeUp 0.7s cubic-bezier(.22, 1, .36, 1) both;
    animation-delay: 0.42s;
  }
}

@keyframes fundayFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fix Canva fixed-height containers so desktop can scroll */

html, body {
  height: auto !important;
  overflow-x: hidden;
  overflow-y: auto !important;
}

/* allow main content to grow */
._65lpxA,
.ZRRuDw,
.KYQZFA,
._8jGYJw,
.onhyOQ,
.GDnEHQ,
._mXnjA {
  height: auto !important;
  min-height: 100%;
}

/* allow sections to expand naturally */
.rGeu6w {
  height: auto !important;
  min-height: 768px;
}

/* prevent video container from locking page height */
.native-video-frame {
  background: transparent;
}

/* Fun Day video sizing */
.native-video-frame video,
.funday-video video,
.funday-mobile-video video {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .funday-mobile-video video {
    max-height: 380px;
  }
}

.native-video-frame {
  background: transparent !important;
}

/* Remove underline from CTA buttons (Fun Day) */
.funday-mobile-cta,
a[href*="calendly.com"] {
  text-decoration: none !important;
}