<!-- start Simple Custom CSS and JS -->
<style type="text/css">
:root {
  --ce-home-bg: #eaeaea;
  --ce-home-surface: rgba(255,255,255,0.88);
  --ce-home-surface-dark: #101418;
  --ce-home-text: #101010;
  --ce-home-muted: #4f5559;
  --ce-home-line: rgba(16,16,16,0.08);
  --ce-home-primary: #111111;
  --ce-home-secondary: #f4db3f;
  --ce-home-secondary-2: #ffe96a;
  --ce-home-shadow: 0 8px 24px rgba(0,0,0,0.07);
  --ce-home-shadow-hover: 0 14px 34px rgba(0,0,0,0.12);
  --ce-home-radius: 6px;
  --ce-home-radius-sm: 4px;
  --ce-home-radius-pill: 999px;
  --ce-home-max: 1440px;
  --ce-home-pad: 32px;
  --ce-home-sticky-offset: 92px;
}

html,
body {
  background: #eaeaea;
}

.ce-homepage {
  position: relative;
  background: #eaeaea;
  color: var(--ce-home-text);
  font-family: inherit;
  overflow-x: clip;
}

.ce-homepage::before {
  content: none;
}

.ce-home-shell {
  position: relative;
  z-index: 1;
  width: min(var(--ce-home-max), calc(100% - (var(--ce-home-pad) * 2)));
  margin: 0 auto;
}

.ce-home-section,
.ce-home-booking,
.ce-home-section[id],
.ce-home-booking[id] {
  scroll-margin-top: calc(var(--ce-home-sticky-offset) + 18px);
}

.ce-home-section {
  position: relative;
  padding: 84px 0;
}

.ce-home-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, calc(100% - 64px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(16,16,16,0.05) 18%,
    rgba(16,16,16,0.08) 50%,
    rgba(16,16,16,0.05) 82%,
    transparent 100%
  );
}

.ce-home-heading {
  margin-bottom: 28px;
  max-width: 900px;
}

.ce-home-heading--center {
  text-align: center;
  margin-inline: auto;
}

.ce-home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 7px 11px;
  border-radius: var(--ce-home-radius-sm);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #111111;
  font-weight: 700;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.64);
  box-shadow: 0 4px 12px rgba(15,23,32,0.04);
}

.ce-home-heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 3.2vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  font-weight: 900;
  text-wrap: balance;
}

/* HERO */
.ce-home-video-hero {
  position: relative;
  padding: 34px 0 24px;
  border-bottom: 1px solid var(--ce-home-line);
  overflow: clip;
}

.ce-home-video-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 34px;
  min-height: clamp(520px, 72vh, 760px);
}

.ce-home-video-hero__content {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 720px;
  padding: 10px 0;
}

.ce-home-video-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border-radius: var(--ce-home-radius-sm);
  background: #111111;
  color: #ffffff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
}

.ce-home-video-hero h1 {
  max-width: 10.5ch;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: 0.86;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  font-weight: 900;
  text-wrap: balance;
}

.ce-home-video-hero h1 span {
  display: block;
  color: var(--ce-home-secondary);
  text-shadow: 0 2px 0 rgba(0,0,0,0.14);
}

.ce-home-video-hero__lead {
  margin: 24px 0 0;
  max-width: 620px;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  line-height: 1.68;
  color: #3f474c;
  text-wrap: balance;
}

.ce-home-video-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-start;
  margin-top: 28px;
}

.ce-home-video-hero__media {
  position: relative;
  z-index: 1;
}

.ce-home-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: 520px;
  overflow: hidden;
  border-radius: 14px;
  background: #111;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    0 28px 56px rgba(0,0,0,0.16),
    0 1px 0 rgba(255,255,255,0.18) inset;
  isolation: isolate;
}

.ce-home-video-frame::before {
  content: "";
  position: absolute;
  inset: auto -8% -12% auto;
  width: 46%;
  height: 34%;
  background: radial-gradient(circle, rgba(244,219,63,0.18) 0%, rgba(244,219,63,0) 72%);
  pointer-events: none;
  z-index: 1;
}

.ce-home-video-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.08) 0%,
    rgba(0,0,0,0.14) 38%,
    rgba(0,0,0,0.34) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.ce-home-video-frame__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.03);
}

/* QUICK LINKS */
.ce-home-quicklinks {
  padding: 14px 0 20px;
}

.ce-home-quicklinks__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ce-home-quicklink {
  display: block;
  position: relative;
  text-decoration: none;
  color: var(--ce-home-text);
  border-radius: var(--ce-home-radius);
  padding: 18px 18px 16px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.58);
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.ce-home-quicklink::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 16px;
  font-weight: 700;
  opacity: 0.4;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.ce-home-quicklink:hover {
  transform: translateY(-3px);
  border-color: rgba(244,219,63,0.75);
  box-shadow: 0 12px 24px rgba(0,0,0,0.08);
}

.ce-home-quicklink:hover::after {
  transform: translateX(4px);
  opacity: 1;
}

.ce-home-quicklink span {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ce-home-muted);
  margin-bottom: 8px;
  font-weight: 700;
}

.ce-home-quicklink strong {
  display: block;
  font-size: 1.04rem;
  line-height: 1.3;
  max-width: calc(100% - 22px);
  font-weight: 700;
}

.ce-home-quicklink--tour { border-top: 3px solid #f4db3f; }
.ce-home-quicklink--group { border-top: 3px solid #111111; }
.ce-home-quicklink--camp { border-top: 3px solid #8d8d8d; }
.ce-home-quicklink--info { border-top: 3px solid #cfcfcf; }

.ce-home-swipe-wrap {
  position: relative;
}

.ce-home-swipe-wrap::after {
  display: none;
}

.ce-home-swipe-hint {
  display: none;
}

/* HOMEPAGE CONTENT CARDS */
.ce-home-card-grid,
.ce-home-media-grid,
.ce-home-video-grid,
.ce-home-split {
  display: grid;
  gap: 20px;
}

.ce-home-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ce-home-card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ce-home-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 20px;
}

.ce-home-card-type {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  margin-bottom: 12px;
  border-radius: var(--ce-home-radius-sm);
  background: #111111;
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ce-home-finder-card,
.ce-home-trust-card,
.ce-home-related-card,
.ce-home-stat-card,
.ce-home-embed-card,
.ce-home-video-card,
.ce-home-overview-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.ce-home-finder-card,
.ce-home-related-card,
.ce-home-tour-card {
  text-decoration: none;
  color: var(--ce-home-text);
}

.ce-home-finder-card::before,
.ce-home-related-card::before,
.ce-home-video-card::before,
.ce-home-embed-card::before,
.ce-home-trust-card::before,
.ce-home-stat-card::before,
.ce-home-overview-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--ce-home-secondary);
  display: block;
}

.ce-home-finder-card--tour { border-top: 3px solid #f4db3f; }
.ce-home-finder-card--group { border-top: 3px solid #111111; }
.ce-home-finder-card--camp { border-top: 3px solid #8d8d8d; }

.ce-home-finder-card h3,
.ce-home-trust-card h3,
.ce-home-related-card h3,
.ce-home-video-card h3,
.ce-home-embed-card h3,
.ce-home-overview-card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.ce-home-finder-card p,
.ce-home-trust-card p,
.ce-home-related-card p,
.ce-home-video-card p,
.ce-home-embed-card p,
.ce-home-overview-card p {
  margin: 0;
  color: #495158;
  line-height: 1.6;
}

.ce-home-finder-tag {
  display: inline-block;
  padding: 6px 10px;
  border-radius: var(--ce-home-radius-sm);
  background: var(--ce-home-secondary);
  color: #111111;
  font-size: 0.74rem;
  font-weight: 700;
  margin-bottom: 14px;
  line-height: 1.2;
}

.ce-home-inline-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-weight: 700;
  text-decoration: none;
}

.ce-home-inline-cta::after {
  content: "→";
  transition: transform 0.2s ease;
}

.ce-home-finder-card:hover .ce-home-inline-cta::after,
.ce-home-related-card:hover .ce-home-inline-cta::after {
  transform: translateX(4px);
}

/* NEXT CAMP */
.ce-home-section--next-camp {
  padding-top: 30px;
}

.ce-home-section--next-camp::before {
  display: none;
}

.ce-home-next-camp-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: center;
  padding: 26px;
  border-top: 3px solid var(--ce-home-secondary);
  overflow: hidden;
}

.ce-home-next-camp-card__content h3 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-weight: 900;
  text-wrap: balance;
}

.ce-home-next-camp-date {
  margin: 0 0 14px;
  font-size: 1rem;
  color: #2e2e2e;
}

.ce-home-next-camp-card__content > p:last-of-type {
  margin: 0;
  color: #495158;
  line-height: 1.6;
  max-width: 680px;
}

.ce-home-next-camp-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.ce-home-next-camp-card__media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ce-home-next-camp-phoneframe {
  position: relative;
  width: min(100%, 320px);
  aspect-ratio: 9 / 16;
  border-radius: var(--ce-home-radius);
  overflow: hidden;
  background: #0f0f0f;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 16px 32px rgba(0,0,0,0.16);
}

.ce-home-next-camp-phoneframe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.06), rgba(0,0,0,0.28));
  pointer-events: none;
}

.ce-home-next-camp-phoneframe__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* COUNTDOWN */
.ce-home-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
  max-width: 620px;
}

.ce-home-countdown__item {
  display: grid;
  gap: 4px;
  align-items: center;
  justify-items: center;
  min-height: 84px;
  padding: 14px 10px;
  border-radius: var(--ce-home-radius);
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.58);
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}

.ce-home-countdown__value {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #111111;
}

.ce-home-countdown__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #6a6a6a;
}

.ce-home-countdown.is-live .ce-home-countdown__item {
  background: #111111;
  border-color: #111111;
}

.ce-home-countdown.is-live .ce-home-countdown__value,
.ce-home-countdown.is-live .ce-home-countdown__label {
  color: #ffffff;
}

/* HOMEPAGE TOUR CARDS */
.ce-home-card-grid--tour {
  display: grid;
  gap: 20px;
  align-items: stretch;
}

.ce-home-tour-card--readable {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #1f2226;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 14px 28px rgba(0,0,0,0.14);
  color: #ffffff;
  border-radius: var(--ce-home-radius);
}

.ce-home-tour-card--readable:hover {
  border-color: rgba(244,219,63,0.8);
  box-shadow: 0 20px 38px rgba(0,0,0,0.2);
  background: #1f2226;
}

.ce-home-tour-card__media {
  position: relative;
  background: #111111;
  overflow: hidden;
}

.ce-home-tour-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.08), rgba(0,0,0,0.22));
  pointer-events: none;
}

.ce-home-tour-card__media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.3s ease;
}

.ce-home-tour-card--readable:hover .ce-home-tour-card__media img {
  transform: scale(1.03);
  filter: contrast(1.02);
}

.ce-home-tour-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 8px;
  border-radius: var(--ce-home-radius-pill);
  background: rgba(17,17,17,0.84);
  color: #ffffff;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 6px 12px rgba(0,0,0,0.16);
}

.ce-home-tour-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 20px;
  gap: 14px;
}

.ce-home-tour-card__topline {
  display: grid;
  gap: 10px;
}

.ce-home-tour-card__topline h3 {
  margin: 0;
  font-size: 1.34rem;
  line-height: 1.04;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}

.ce-home-tour-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ce-home-tour-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: var(--ce-home-radius-sm);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: #f5f5f5;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}

.ce-home-tour-card__body p {
  margin: 0;
  color: rgba(255,255,255,0.82);
  line-height: 1.62;
  font-size: 0.96rem;
}

.ce-home-tour-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  margin-top: auto;
  padding: 0 18px;
  border-radius: var(--ce-home-radius-sm);
  background: var(--ce-home-secondary);
  color: #111111;
  font-weight: 700;
  border: 1px solid var(--ce-home-secondary);
  box-shadow: 0 8px 16px rgba(244,219,63,0.16);
  line-height: 1.2;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.ce-home-tour-card__cta::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.ce-home-tour-card--readable:hover .ce-home-tour-card__cta {
  background: var(--ce-home-secondary-2);
  border-color: var(--ce-home-secondary-2);
  box-shadow: 0 12px 20px rgba(244,219,63,0.18);
}

.ce-home-tour-card--readable:hover .ce-home-tour-card__cta::after {
  transform: translateX(4px);
}

/* VIDEO / EMBED / GALLERY */
.ce-home-video-card__content,
.ce-home-embed-card__content {
  margin-bottom: 16px;
}

.ce-home-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 300px;
  overflow: hidden;
  border-radius: var(--ce-home-radius);
  background: #11171d;
  border: 1px solid rgba(255,255,255,0.08);
}

.ce-home-video-embed__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ce-home-video-placeholder,
.ce-home-embed-placeholder,
.ce-home-gallery-placeholder {
  border-radius: var(--ce-home-radius);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 20px;
  font-weight: 700;
}

.ce-home-video-placeholder,
.ce-home-embed-placeholder {
  min-height: 300px;
  aspect-ratio: 16 / 9;
  background: #11171d;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.08);
}

.ce-home-gallery-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ce-home-gallery-card__body {
  padding: 22px 22px 0;
}

.ce-home-gallery-card__body h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.ce-home-gallery-card__body p {
  margin: 0;
  color: #495158;
  line-height: 1.6;
}

.ce-home-gallery-placeholder {
  min-height: 220px;
  margin: 22px;
  background: rgba(255,255,255,0.72);
  color: #272727;
  border: 1px dashed rgba(16,20,24,0.16);
}

.ce-home-gallery-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--ce-home-radius-sm);
}

/* CTA */
.ce-home-booking {
  position: relative;
  background: #1a1a1a;
  color: #fff;
  padding: 86px 0;
  margin-top: 32px;
  overflow: clip;
}

.ce-home-booking::before {
  content: none;
}

.ce-home-booking .ce-home-kicker,
.ce-home-booking p,
.ce-home-booking h2,
.ce-home-booking-note {
  color: #fff;
}

.ce-home-booking .ce-home-kicker {
  color: var(--ce-home-secondary);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
}

.ce-home-booking__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ce-home-booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}

.ce-home-booking-note {
  margin: 22px 0 0;
  font-weight: 600;
  opacity: 0.92;
}

.ce-homepage a:focus-visible,
.ce-homepage button:focus-visible {
  outline: 3px solid var(--ce-home-secondary);
  outline-offset: 4px;
}

.ce-home-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.ce-home-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .ce-home-quicklinks__row,
  .ce-home-card-grid--4,
  .ce-home-card-grid--3,
  .ce-home-video-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ce-home-video-hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
  }

  .ce-home-video-hero__content {
    max-width: 100%;
    text-align: center;
    order: 2;
  }

  .ce-home-video-hero__lead {
    margin-left: auto;
    margin-right: auto;
  }

  .ce-home-video-hero__actions {
    justify-content: center;
  }

  .ce-home-video-hero h1 {
    max-width: 1000px;
    margin: 0 auto;
  }

  .ce-home-video-frame {
    aspect-ratio: 16 / 9;
    min-height: 300px;
  }

  .ce-home-next-camp-card {
    grid-template-columns: 1fr;
  }

  .ce-home-next-camp-card__media {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  :root {
    --ce-home-pad: 20px;
    --ce-home-sticky-offset: 72px;
  }

  .ce-home-section {
    padding: 52px 0;
  }

  .ce-home-section::before {
    width: calc(100% - 40px);
  }

  .ce-home-section--next-camp {
    padding-top: 8px;
  }

  .ce-home-heading {
    margin-bottom: 22px;
  }

  .ce-home-video-hero {
    padding: 18px 0 14px;
  }

  .ce-home-video-hero__grid {
    gap: 18px;
  }

  .ce-home-video-frame {
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-radius: var(--ce-home-radius);
  }

  .ce-home-video-frame__video {
    transform: scale(1.03);
  }

  .ce-home-video-hero__content {
    padding-top: 0;
    text-align: left;
  }

  .ce-home-video-hero h1 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(2.2rem, 11vw, 3.8rem);
    line-height: 0.88;
  }

  .ce-home-video-hero__lead {
    margin: 18px 0 0;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .ce-home-video-hero__actions,
  .ce-home-booking-actions,
  .ce-home-next-camp-card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 18px;
  }

  .ce-home-swipe-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 6px 10px;
    border-radius: var(--ce-home-radius-sm);
    background: rgba(17,17,17,0.06);
    color: #444444;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .ce-home-quicklinks {
    padding-bottom: 12px;
  }

  .ce-home-quicklinks__row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    padding-right: 34px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    grid-template-columns: none;
  }

  .ce-home-quicklinks__row::-webkit-scrollbar {
    display: none;
  }

  .ce-home-quicklink {
    flex: 0 0 78%;
    scroll-snap-align: start;
    padding: 16px;
  }

  .ce-home-card-grid--4,
  .ce-home-card-grid--3,
  .ce-home-video-grid {
    grid-template-columns: 1fr;
  }

  .ce-home-mobile-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    padding-right: 34px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ce-home-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .ce-home-mobile-carousel > * {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .ce-home-card-grid--tour.ce-home-mobile-carousel > * {
    flex-basis: 84%;
    display: flex;
  }

  .ce-home-finder-card,
  .ce-home-trust-card,
  .ce-home-related-card,
  .ce-home-stat-card,
  .ce-home-sidebox,
  .ce-home-video-card,
  .ce-home-embed-card,
  .ce-home-overview-card {
    padding: 20px;
    border-radius: var(--ce-home-radius);
  }

  .ce-home-finder-card h3 {
    font-size: 1.2rem;
  }

  .ce-home-tour-card--readable {
    width: 100%;
  }

  .ce-home-tour-card__body {
    padding: 18px;
    gap: 12px;
  }

  .ce-home-tour-card__topline h3 {
    font-size: 1.24rem;
  }

  .ce-home-tour-card__meta span {
    font-size: 0.72rem;
    min-height: 26px;
    padding: 5px 8px;
  }

  .ce-home-tour-card__body p {
    font-size: 0.94rem;
    line-height: 1.56;
  }

  .ce-home-tour-badge {
    top: 12px;
    left: 12px;
    font-size: 0.62rem;
    min-height: 24px;
    padding: 4px 7px;
  }

  .ce-home-tour-card__cta {
    min-height: 46px;
  }

  .ce-home-video-embed,
  .ce-home-video-placeholder,
  .ce-home-embed-placeholder {
    min-height: 220px;
    padding: 18px;
    border-radius: var(--ce-home-radius);
  }

  .ce-home-gallery-placeholder {
    min-height: 180px;
    margin: 18px;
    border-radius: var(--ce-home-radius);
  }

  .ce-home-gallery-card__body {
    padding: 18px 18px 0;
  }

  .ce-home-next-camp-card {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 18px;
    align-items: start;
  }

  .ce-home-next-camp-card__content h3 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
    line-height: 0.98;
  }

  .ce-home-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    gap: 8px;
  }

  .ce-home-countdown__item {
    min-height: 76px;
    padding: 12px 8px;
  }

  .ce-home-countdown__value {
    font-size: 1.5rem;
  }

  .ce-home-countdown__label {
    font-size: 0.68rem;
  }

  .ce-home-next-camp-card__media {
    justify-content: center;
    width: 100%;
  }

  .ce-home-next-camp-phoneframe {
    width: min(100%, 260px);
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  .ce-homepage *,
  .ce-homepage *::before,
  .ce-homepage *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.ce-home-video-launch--camp {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.ce-home-video-launch__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ce-home-video-launch__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.22);
  pointer-events: none;
}

.ce-home-video-launch__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  pointer-events: none;
  transition: transform 0.2s ease;
}

.ce-home-video-launch__play-icon {
  display: block;
  width: 72px;
  height: 72px;
}

.ce-home-video-launch__play img {
  display: block;
  width: 72px;
  height: 72px;
}

.ce-home-video-launch:hover .ce-home-video-launch__play,
.ce-home-video-launch:focus-visible .ce-home-video-launch__play {
  transform: translate(-50%, -50%) scale(1.04);
}

/* TRUSTINDEX INSTAGRAM FIX */
.ce-home-embed-card--instagram {
  min-width: 0;
  overflow: hidden;
}

.ce-home-embed-placeholder--instagram {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: var(--ce-home-radius);
  background: #11171d;
  border: 1px solid rgba(255,255,255,0.08);
}

.ce-home-embed-placeholder--instagram > .ti-widget.ti-feed-widget {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
  background: transparent;
}

.ce-home-embed-placeholder--instagram .ti-widget-card,
.ce-home-embed-placeholder--instagram .ti-card-body,
.ce-home-embed-placeholder--instagram .ti-post-content {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.ce-home-embed-placeholder--instagram .ti-card-media,
.ce-home-embed-placeholder--instagram .ti-card-media img {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.ce-home-embed-placeholder--instagram .ti-card-media img {
  display: block;
  height: auto;
  object-fit: cover;
}

.ce-home-embed-placeholder--instagram .ti-post-text,
.ce-home-embed-placeholder--instagram .ti-post-text * {
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  box-sizing: border-box;
}

.ce-home-embed-placeholder--instagram .ti-post-text img.emoji {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}

.ce-home-embed-placeholder--instagram .ti-widget-header,
.ce-home-embed-placeholder--instagram .ti-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
  box-sizing: border-box;
}

.ce-home-embed-placeholder--instagram .ti-profile-details,
.ce-home-embed-placeholder--instagram .ti-header-numbers,
.ce-home-embed-placeholder--instagram .ti-header-btn {
  min-width: 0;
}

.ce-home-embed-placeholder--instagram .ti-nav-arrow {
  max-width: 100%;
  box-sizing: border-box;
}

.ce-home-embed-placeholder--instagram *,
.ce-home-embed-placeholder--instagram *::before,
.ce-home-embed-placeholder--instagram *::after {
  box-sizing: border-box;
}

@media (max-width: 767px) {
  :root {
    --ce-home-pad: 20px;
    --ce-home-sticky-offset: 72px;
  }

  .ce-home-section {
    padding: 52px 0;
  }

  .ce-home-section::before {
    width: calc(100% - 40px);
  }

  .ce-home-section--next-camp {
    padding-top: 8px;
  }

  .ce-home-heading {
    margin-bottom: 22px;
  }

  .ce-home-video-hero {
    padding: 18px 0 14px;
  }

  .ce-home-video-hero__grid {
    gap: 18px;
  }

  .ce-home-video-frame {
    width: 100%;
    margin: 0;
    aspect-ratio: 16 / 9;
    min-height: 0;
    border-radius: var(--ce-home-radius);
  }

  .ce-home-video-frame__video {
    transform: scale(1.03);
  }

  .ce-home-video-hero__content {
    padding-top: 0;
    text-align: left;
  }

  .ce-home-video-hero h1 {
    max-width: 100%;
    margin: 0;
    font-size: clamp(2.2rem, 11vw, 3.8rem);
    line-height: 0.88;
  }

  .ce-home-video-hero__lead {
    margin: 18px 0 0;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .ce-home-video-hero__actions,
  .ce-home-booking-actions,
  .ce-home-next-camp-card__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin-top: 18px;
  }

  .ce-home-swipe-hint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 6px 10px;
    border-radius: var(--ce-home-radius-sm);
    background: rgba(17,17,17,0.06);
    color: #444444;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .ce-home-quicklinks {
    padding-bottom: 12px;
  }

  .ce-home-quicklinks__row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    padding-right: 34px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    grid-template-columns: none;
  }

  .ce-home-quicklinks__row::-webkit-scrollbar {
    display: none;
  }

  .ce-home-quicklink {
    flex: 0 0 78%;
    scroll-snap-align: start;
    padding: 16px;
  }

  .ce-home-card-grid--4,
  .ce-home-card-grid--3,
  .ce-home-video-grid {
    grid-template-columns: 1fr;
  }

  .ce-home-mobile-carousel {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    padding-right: 34px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ce-home-mobile-carousel::-webkit-scrollbar {
    display: none;
  }

  .ce-home-mobile-carousel > * {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .ce-home-card-grid--tour.ce-home-mobile-carousel > * {
    flex-basis: 84%;
    display: flex;
  }

  .ce-home-finder-card,
  .ce-home-trust-card,
  .ce-home-related-card,
  .ce-home-stat-card,
  .ce-home-sidebox,
  .ce-home-video-card,
  .ce-home-embed-card,
  .ce-home-overview-card {
    padding: 20px;
    border-radius: var(--ce-home-radius);
  }

  .ce-home-finder-card h3 {
    font-size: 1.2rem;
  }

  .ce-home-tour-card--readable {
    width: 100%;
  }

  .ce-home-tour-card__body {
    padding: 18px;
    gap: 12px;
  }

  .ce-home-tour-card__topline h3 {
    font-size: 1.24rem;
  }

  .ce-home-tour-card__meta span {
    font-size: 0.72rem;
    min-height: 26px;
    padding: 5px 8px;
  }

  .ce-home-tour-card__body p {
    font-size: 0.94rem;
    line-height: 1.56;
  }

  .ce-home-tour-badge {
    top: 12px;
    left: 12px;
    font-size: 0.62rem;
    min-height: 24px;
    padding: 4px 7px;
  }

  .ce-home-tour-card__cta {
    min-height: 46px;
  }

  .ce-home-video-embed,
  .ce-home-video-placeholder,
  .ce-home-embed-placeholder {
    min-height: 220px;
    padding: 18px;
    border-radius: var(--ce-home-radius);
  }

  .ce-home-gallery-placeholder {
    min-height: 180px;
    margin: 18px;
    border-radius: var(--ce-home-radius);
  }

  .ce-home-gallery-card__body {
    padding: 18px 18px 0;
  }

  .ce-home-next-camp-card {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 18px;
    align-items: start;
  }

  .ce-home-next-camp-card__content h3 {
    font-size: clamp(1.7rem, 8vw, 2.3rem);
    line-height: 0.98;
  }

  .ce-home-countdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 100%;
    gap: 8px;
  }

  .ce-home-countdown__item {
    min-height: 76px;
    padding: 12px 8px;
  }

  .ce-home-countdown__value {
    font-size: 1.5rem;
  }

  .ce-home-countdown__label {
    font-size: 0.68rem;
  }

  .ce-home-next-camp-card__media {
    justify-content: center;
    width: 100%;
  }

  .ce-home-next-camp-phoneframe {
    width: min(100%, 260px);
    margin: 0 auto;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
