.cg-reveal,
.cg-text-reveal,
.cg-heading-reveal,
.cg-reveal-left,
.cg-reveal-right,
.cg-reveal-scale,
.cg-image-reveal,
.cg-image-zoom,
[data-cg-reveal] {
  opacity: 0;
  transition: opacity 700ms ease, transform 700ms ease;
}

.cg-image-reveal {
  overflow: hidden;
}

.cg-stagger > *,
[data-cg-stagger] > * {
  opacity: 0;
}

.cg-split-line {
  display: block;
  overflow: hidden;
}

.cg-split-line-inner {
  display: block;
  will-change: transform, opacity;
}

.cg-split-word {
  display: inline-block;
}

.cg-scroll-link {
  cursor: pointer;
}

.cg-scroll-cue {
  animation: cg-scroll-cue-bob 1.5s ease-in-out infinite;
  transform-origin: center center;
  transition: opacity 300ms ease, transform 300ms ease;
}

.cg-scroll-cue-hide.is-cg-scroll-cue-hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.cg-home-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  pointer-events: auto;
}

.cg-home-loader__name-wrap {
  overflow: hidden;
}

.cg-home-loader__name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2.2rem, 7vw, 6rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  will-change: transform, opacity;
}

.cg-home-loader__cue {
  position: absolute;
  left: 50%;
  bottom: clamp(1.5rem, 5vh, 3rem);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  color: inherit;
  pointer-events: none;
}

.cg-home-loader__cue-label {
  font-size: clamp(0.78rem, 1.8vw, 0.95rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cg-home-loader.is-cg-home-loader-waiting {
  cursor: ns-resize;
}

body.cg-home-loader-active {
  overflow: hidden;
}

body.cg-home-loader-active .ct-header,
body.cg-home-loader-active #header,
body.cg-home-loader-active .site-header {
  opacity: 0;
}

@keyframes cg-scroll-cue-bob {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.78;
  }

  50% {
    transform: translateY(8px);
    opacity: 1;
  }
}

.cg-hero-pin {
  position: relative;
  z-index: 1;
  overflow: clip;
}

.cg-hero-pin-sticky-active {
  position: sticky;
  top: 0;
}

.cg-hero-pin img,
.cg-hero-pin video,
.cg-hero-pin .wp-block-cover__image-background {
  transform-origin: center center;
}

.cg-overlap-section {
  position: relative;
  z-index: 2;
  margin-top: calc(var(--cg-overlap-distance, 12vh) * -1);
}

.intro-runway {
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

.intro-runway > .pin-spacer {
  width: 100% !important;
}

.intro-runway > .pin-spacer > .cg-hero-pin {
  width: 100% !important;
  min-height: 100vh !important;
  height: 100vh !important;
  max-height: 100vh !important;
  align-self: stretch !important;
}

.intro-runway > .pin-spacer > .cg-hero-pin > .intro-stage {
  min-height: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  align-items: stretch !important;
}

.cg-poster-section {
  position: relative;
  z-index: 1;
}

.cg-sheet-over {
  position: relative;
  z-index: 2;
  margin-top: clamp(-10rem, -12vw, -4rem);
  padding: clamp(2rem, 4vw, 4.5rem);
  border-radius: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem) 0 0;
  background: var(--cg-sheet-bg, #f7f4ee);
  box-shadow: 0 -24px 70px rgba(0, 0, 0, 0.12);
}

.cg-sheet-over--tight {
  margin-top: clamp(-7rem, -9vw, -3rem);
}

.cg-sheet-over--dark {
  --cg-sheet-bg: #111;
  color: #f5f0e8;
}

.cg-section-shell {
  width: min(100% - 2rem, var(--cg-shell-max, 1440px));
  margin-inline: auto;
}

.cg-stack-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 3rem);
}

.cg-social-rail {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.5rem);
}

.cg-eyebrow {
  margin: 0;
  font-size: clamp(0.72rem, 0.9vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.1;
  text-transform: uppercase;
}

.cg-hero-title {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(4rem, 14vw, 15rem);
  line-height: 0.86;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.cg-section-title {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.75rem, 6vw, 6rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.cg-section-copy {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.45;
  text-wrap: pretty;
}

.cg-marquee-text {
  margin: 0;
  font-size: clamp(2.6rem, 8vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cg-sticky-fade {
  position: relative;
  min-height: auto;
}

.cg-sticky-fade__inner {
  position: relative;
  top: auto;
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
  will-change: auto;
}

#scrolling-book .page-sequence-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

#scrolling-book .page-copy {
  font-size: var(--cg-book-copy-size, clamp(1.55rem, 3.4vw, 4rem));
}

#scrolling-book .cg-book-char {
  display: inline-block;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

@media (max-width: 767px) {
  #scrolling-book .page-copy {
    font-size: var(--cg-book-copy-size-mobile, clamp(1.2rem, 5.8vw, 2.2rem));
  }
}

.cg-story-page {
  position: relative;
  min-height: var(--cg-story-page-height, 240svh);
}

.cg-story-page-short {
  --cg-story-page-height: 180svh;
}

.cg-story-page-long {
  --cg-story-page-height: 300svh;
}

.cg-story-page-xlong {
  --cg-story-page-height: 380svh;
}

.cg-story-page-stage {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.cg-story-page-stage > * {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
}

.cg-story-page-image,
.cg-story-page-video {
  width: 100%;
  height: 100%;
}

.cg-story-page-image {
  z-index: 1;
  overflow: hidden;
}

.cg-story-page-video {
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.cg-story-page-text {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: var(--cg-story-page-gap, clamp(0.6rem, 1.5vw, 1rem));
  width: 100%;
  height: 100%;
  padding: var(--cg-story-page-padding, clamp(1.25rem, 4vw, 3rem));
  overflow: visible;
}

.cg-story-page-text > * {
  width: min(100%, var(--cg-story-page-text-width, 42rem));
  margin-inline: auto;
}

.cg-story-page-text,
.cg-story-page-text-center {
  text-align: center;
}

.cg-story-page-text-top {
  justify-content: flex-start;
}

.cg-story-page-text-center {
  justify-content: center;
}

.cg-story-page-text-bottom {
  justify-content: flex-end;
}

.cg-story-page-text-left {
  align-items: flex-start;
  text-align: left;
}

.cg-story-page-text-left > * {
  margin-inline: 0 auto;
}

.cg-story-page-text-right {
  align-items: flex-end;
  text-align: right;
}

.cg-story-page-text-right > * {
  margin-inline: auto 0;
}

.cg-story-page-line,
.cg-mist-line {
  will-change: transform, opacity;
}

.cg-story-page-image img,
.cg-story-page-video img,
.cg-story-page-video video,
.cg-story-page-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.cg-story-page-video video {
  object-fit: cover;
}

.cg-story-page-image .elementor-widget-container,
.cg-story-page-video .elementor-widget-container,
.cg-story-page-video .elementor-wrapper,
.cg-story-page-video .elementor-fit-aspect-ratio,
.cg-story-page-video .e-hosted-video,
.cg-story-page-video .elementor-video {
  width: 100%;
  height: 100%;
}

.cg-selected-work {
  position: relative;
}

.cg-selected-work-stage {
  position: relative;
  overflow: hidden;
}

.cg-selected-work-word {
  display: block;
  transform-origin: left center;
  will-change: transform, opacity;
}

.cg-selected-work-art {
  position: relative;
  will-change: transform, opacity;
}

.cg-music-mask-bridge {
  position: relative;
}

.cg-music-mask-stage {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
}

.cg-music-mask-label,
.cg-music-mask-caption {
  position: relative;
  z-index: 2;
}

.cg-music-mask-word,
.cg-music-mask-word .elementor-heading-title,
.cg-music-mask-word .elementor-headline-dynamic-text,
.cg-music-mask-word .elementor-headline-plain-text {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  line-height: 0.82;
  font-family: var(--cg-mask-font, "Poppins", sans-serif);
  font-weight: var(--cg-mask-weight, 700);
  letter-spacing: var(--cg-mask-letter-spacing, -0.06em);
  text-transform: uppercase;
  color: transparent;
  background-image: var(--cg-mask-image, linear-gradient(135deg, #ff8a6b 0%, #ff4f96 100%));
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  will-change: transform, opacity, background-position;
}

.cg-music-mask-word .elementor-heading-title,
.cg-music-mask-word .elementor-headline-dynamic-text,
.cg-music-mask-word .elementor-headline-plain-text {
  margin: 0;
}

.cg-video-carousel {
  position: relative;
  overflow: hidden;
}

.cg-video-carousel-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: var(--cg-video-gap, 24px);
  width: max-content;
}

.cg-video-slide {
  position: relative;
  flex: 0 0 min(80vw, 900px);
  overflow: hidden;
  border-radius: var(--cg-video-radius, 24px);
  background: #111;
  isolation: isolate;
}

.cg-video-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}

.cg-video-play-button {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  cursor: pointer;
  transition: opacity 220ms ease, transform 220ms ease, background 220ms ease;
}

.cg-video-play-button:hover,
.cg-video-play-button:focus-visible {
  background: rgba(17, 17, 17, 0.84);
  transform: translateY(-1px);
}

.cg-video-play-icon {
  display: inline-block;
  width: 11px;
  height: 13px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.cg-video-play-text {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cg-video-slide.is-playing .cg-video-play-button {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.cg-video-carousel-revolve.is-cg-video-revolve-ready {
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: visible;
  padding-inline: min(12vw, 140px);
  padding-block: min(10vh, 88px);
}

.cg-video-carousel-revolve.is-cg-video-revolve-ready .cg-video-carousel-track {
  position: relative;
  display: block;
  width: min(34vw, 380px);
  max-width: 380px;
  aspect-ratio: 1 / 1;
  height: auto;
  margin-inline: auto;
  perspective: 2200px;
  transform-style: preserve-3d;
  overflow: visible;
}

.cg-video-carousel-revolve.is-cg-video-revolve-ready .cg-video-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  backface-visibility: hidden;
}

.cg-video-carousel-revolve.is-cg-video-revolve-ready .cg-video-slide.is-current {
  pointer-events: auto;
}

.cg-reveal.is-gsap-visible,
.cg-text-reveal.is-gsap-visible,
.cg-heading-reveal.is-gsap-visible,
.cg-reveal-left.is-gsap-visible,
.cg-reveal-right.is-gsap-visible,
.cg-reveal-scale.is-gsap-visible,
.cg-split-lines.is-gsap-visible,
.cg-image-reveal.is-gsap-visible,
.cg-image-zoom.is-gsap-visible,
[data-cg-reveal].is-gsap-visible,
.cg-stagger > .is-gsap-visible,
[data-cg-stagger] > .is-gsap-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .cg-reveal,
  .cg-text-reveal,
  .cg-heading-reveal,
  .cg-reveal-left,
  .cg-reveal-right,
  .cg-reveal-scale,
  .cg-image-reveal,
  .cg-image-zoom,
  [data-cg-reveal],
  .cg-stagger > *,
  [data-cg-stagger] > * {
    opacity: 1;
    transform: none;
  }

  .cg-overlap-section {
    margin-top: 0;
  }

  .cg-sheet-over,
  .cg-sheet-over--tight {
    margin-top: 0;
  }

  .cg-sticky-fade {
    min-height: auto;
  }

  .cg-sticky-fade__inner {
    position: relative;
    height: auto;
    max-height: none;
    overflow: visible;
    opacity: 1;
  }

  .cg-story-page {
    min-height: auto;
  }

  .cg-story-page-stage {
    position: relative;
    height: auto;
    min-height: 100svh;
  }

  .cg-story-page-stage > * {
    position: absolute;
    inset: 0;
  }

  .cg-story-page-video {
    display: none;
  }

  .cg-video-carousel {
    overflow: visible;
  }

  .cg-video-carousel-track {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .cg-video-slide {
    scroll-snap-align: start;
  }

  .cg-video-carousel-revolve.is-cg-video-revolve-ready {
    min-height: auto;
    display: block;
    overflow: visible;
  }

  .cg-video-carousel-revolve.is-cg-video-revolve-ready .cg-video-carousel-track {
    display: flex;
    height: auto;
    perspective: none;
  }

  .cg-video-carousel-revolve.is-cg-video-revolve-ready .cg-video-slide {
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    pointer-events: auto;
    transform: none !important;
  }

}

@media (max-width: 1024px) {
  .cg-sheet-over,
  .cg-sheet-over--tight {
    margin-top: clamp(-5rem, -8vw, -2rem);
    padding: clamp(1.5rem, 4vw, 3rem);
  }

  .cg-stack-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .cg-social-rail {
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .cg-sheet-over,
  .cg-sheet-over--tight {
    margin-top: 0;
    border-radius: 1.5rem 1.5rem 0 0;
  }

  .cg-section-shell {
    width: min(100% - 1.25rem, var(--cg-shell-max, 1440px));
  }

}
