.c8s-page {
  --c8s-bg: #060606;
  --c8s-ink: #0b070b;
  --c8s-text: #ffffff;
  --c8s-muted: rgba(255, 255, 255, 0.62);
  --c8s-soft: rgba(255, 255, 255, 0.12);
  --c8s-line: rgba(255, 255, 255, 0.16);
  --c8s-purple: #994e99;
  --c8s-purple-2: #ba70ba;
  --c8s-purple-3: #6f356f;
  --c8s-pad-x: clamp(18px, 4.2vw, 68px);
  --c8s-pad-y: clamp(76px, 9vw, 132px);
  --c8s-service-gap: 16px;
  --c8s-service-padding: 28px;
  --c8s-service-radius: 24px;
  background: var(--c8s-bg);
  color: var(--c8s-text);
  font-family: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  overflow: clip;
  position: relative;
}

.c8s-page *,
.c8s-page *::before,
.c8s-page *::after {
  box-sizing: border-box;
}

.c8s-page button,
.c8s-page a,
.c8s-page audio {
  font: inherit;
}

.c8s-page a {
  color: inherit !important;
  text-decoration: none !important;
}

.c8s-fragment {
  overflow: visible;
}

.c8s-section {
  position: relative;
  padding: var(--c8s-pt, var(--c8s-pad-y)) var(--c8s-pad-x) var(--c8s-pb, var(--c8s-pad-y));
  isolation: isolate;
}

.c8s-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  border: 1px solid rgba(153, 78, 153, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px),
    rgba(153, 78, 153, 0.18);
  color: rgba(255, 255, 255, 0.66);
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.c8s-hero {
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 26%, rgba(153, 78, 153, 0.46), transparent 22rem),
    radial-gradient(circle at 24% 18%, rgba(153, 78, 153, 0.34), transparent 24rem),
    linear-gradient(180deg, rgba(6, 6, 6, 0.4), rgba(6, 6, 6, 0.92)),
    linear-gradient(135deg, #3f3143 0%, #1a101d 46%, #060606 100%);
}

.c8s-hero.is-canvas {
  min-height: clamp(520px, 78svh, 980px);
}

.c8s-elementor-hero-bg {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(520px, 78svh, 980px);
  background:
    radial-gradient(circle at 70% 26%, rgba(153, 78, 153, 0.46), transparent 22rem),
    radial-gradient(circle at 24% 18%, rgba(153, 78, 153, 0.34), transparent 24rem),
    linear-gradient(180deg, rgba(6, 6, 6, 0.4), rgba(6, 6, 6, 0.92)),
    linear-gradient(135deg, #3f3143 0%, #1a101d 46%, #060606 100%);
}

.c8s-elementor-hero-bg::before,
.c8s-elementor-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.c8s-elementor-hero-bg::before {
  z-index: 0;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.16) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(105deg, transparent 0 135px, rgba(255, 255, 255, 0.06) 136px, transparent 137px),
    linear-gradient(90deg, transparent 58%, rgba(153, 78, 153, 0.12) 72%, rgba(153, 78, 153, 0.48) 82%, transparent 100%);
  animation: c8s-elementor-float 16s ease-in-out infinite alternate;
}

.c8s-elementor-hero-bg::after {
  z-index: 1;
  inset: auto auto 14% 50%;
  width: 96vw;
  height: 45vw;
  min-width: 720px;
  min-height: 300px;
  border: 1px solid rgba(153, 78, 153, 0.34);
  border-radius: 50%;
  transform: translateX(-50%);
}

.c8s-elementor-hero-bg > *,
.c8s-elementor-hero-bg .elementor-element {
  position: relative;
  z-index: 2;
}

.c8s-page .c8s-hero-title,
.c8s-page .c8s-work-title,
.c8s-page .c8s-studio-copy h2,
.c8s-page .c8s-section-head h2,
.c8s-page .c8s-service h3,
.c8s-page .c8s-testimonial h3,
.c8s-page .c8s-cta h2,
.c8s-page .c8s-cta-row p {
  font-family: Impact, "Arial Black", "Oswald", "Saira Condensed", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.c8s-page .c8s-hero-title {
  font-size: var(--c8s-hero-title-size, clamp(156px, 22vw, 360px)) !important;
  line-height: 0.72 !important;
}

.c8s-page .c8s-studio-copy h2,
.c8s-page .c8s-section-head h2 {
  font-size: var(--c8s-section-title-size, clamp(64px, 9.5vw, 156px)) !important;
  line-height: 0.84 !important;
}

.c8s-page .c8s-cta h2 {
  font-size: var(--c8s-cta-title-size, clamp(64px, 9.5vw, 156px)) !important;
  line-height: 0.84 !important;
}

.c8s-page .c8s-testimonial h3 {
  font-size: var(--c8s-testimonial-quote-size, clamp(38px, 5vw, 86px)) !important;
  line-height: 0.96 !important;
}

.c8s-bg-grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255, 255, 255, 0.16) 50%, transparent calc(50% + 1px)),
    repeating-linear-gradient(105deg, transparent 0 135px, rgba(255, 255, 255, 0.06) 136px, transparent 137px);
}

.c8s-bg-grid::after {
  content: "";
  position: absolute;
  width: 96vw;
  height: 45vw;
  min-width: 720px;
  min-height: 300px;
  left: 50%;
  top: 18%;
  border: 1px solid rgba(153, 78, 153, 0.34);
  border-radius: 50%;
  transform: translateX(-50%);
}

.c8s-sonic-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.c8s-sonic-lines span {
  position: absolute;
  width: min(66vw, 980px);
  height: 28px;
  right: -12vw;
  top: calc(41% + var(--offset, 0px));
  background: linear-gradient(90deg, transparent, rgba(153, 78, 153, 0.18), rgba(153, 78, 153, 0.72), transparent);
  filter: blur(1px);
  transform: skewX(-11deg);
  animation: c8s-scan 4.8s ease-in-out infinite;
}

.c8s-sonic-lines span:nth-child(1) { --offset: -42px; opacity: 0.28; animation-delay: -1.1s; }
.c8s-sonic-lines span:nth-child(2) { --offset: -12px; opacity: 0.7; animation-delay: -0.2s; }
.c8s-sonic-lines span:nth-child(3) { --offset: 20px; opacity: 0.48; animation-delay: -2.2s; }
.c8s-sonic-lines span:nth-child(4) { --offset: 56px; opacity: 0.25; animation-delay: -3.4s; }

.c8s-hero-image-wrap {
  position: absolute;
  z-index: -2;
  left: 50%;
  top: 16%;
  width: min(38vw, 520px);
  min-width: 310px;
  aspect-ratio: 0.78;
  transform: translateX(-50%);
  opacity: 0.72;
  clip-path: polygon(12% 0, 100% 6%, 88% 100%, 0 92%);
  mix-blend-mode: luminosity;
}

.c8s-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c8s-hero-marquee {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: clamp(104px, 11vw, 158px);
  overflow: hidden;
  border-top: 1px solid rgba(153, 78, 153, 0.25);
  border-bottom: 1px solid rgba(153, 78, 153, 0.25);
  background: rgba(8, 3, 8, 0.38);
  transform: skewY(-2deg);
}

.c8s-hero-marquee-alt {
  bottom: clamp(64px, 7vw, 100px);
  opacity: 0.62;
  transform: skewY(1.6deg);
}

.c8s-hero-marquee div {
  display: flex;
  width: max-content;
  min-width: max-content;
  animation: c8s-marquee 24s linear infinite;
  will-change: transform;
}

.c8s-hero-marquee-alt div {
  animation-direction: reverse;
  animation-duration: 29s;
}

.c8s-hero-marquee span {
  display: block;
  padding: 12px clamp(22px, 4vw, 66px);
  color: var(--c8s-purple-2);
  font-family: "Oswald", "Saira Condensed", Impact, sans-serif;
  font-size: clamp(22px, 3vw, 48px);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.c8s-hero-core {
  width: min(840px, 94vw);
  margin-inline: auto;
  text-align: center;
  transform: translateY(5vh);
}

.c8s-kicker {
  margin: 0 0 14px;
  color: var(--c8s-purple-2);
  font-family: "DM Mono", "Courier New", monospace;
  font-size: clamp(11px, 1vw, 13px);
  text-transform: uppercase;
}

.c8s-hero-title {
  margin: 0;
  color: var(--c8s-purple-2) !important;
  font-family: Impact, "Arial Black", "Oswald", "Saira Condensed", sans-serif !important;
  font-size: clamp(156px, 22vw, 360px);
  font-weight: 900 !important;
  line-height: 0.72;
  text-transform: uppercase !important;
  letter-spacing: 0 !important;
  filter: drop-shadow(0 18px 44px rgba(0, 0, 0, 0.42));
}

.c8s-hero-text {
  width: min(640px, 90vw);
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--c8s-hero-text-size, clamp(20px, 1.8vw, 30px));
  line-height: 1.08;
}

.c8s-mega-word {
  position: absolute;
  z-index: -1;
  left: 50%;
  right: auto;
  bottom: clamp(6px, 1vw, 16px);
  color: var(--c8s-purple-2) !important;
  font-family: Impact, "Arial Black", "Oswald", "Saira Condensed", sans-serif !important;
  width: min(96vw, 1560px);
  font-size: var(--c8s-hero-word-size, clamp(62px, 9.2vw, 152px));
  font-weight: 900 !important;
  line-height: 0.8;
  text-transform: uppercase !important;
  white-space: nowrap;
  text-align: center;
  transform: translateX(-50%) scaleX(0.94) skewX(-9deg);
  transform-origin: center;
  pointer-events: none;
}

.c8s-studio {
  min-height: 88svh;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.75fr);
  gap: clamp(22px, 5vw, 88px);
  align-items: center;
  background: #060606;
}

.c8s-section-head span {
  color: var(--c8s-purple-2);
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 13px;
  text-transform: uppercase;
}

.c8s-studio-copy h2,
.c8s-section-head h2,
.c8s-cta h2 {
  margin: 0;
  font-family: "Oswald", "Saira Condensed", Impact, sans-serif;
  font-size: clamp(64px, 9.5vw, 156px);
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.c8s-studio-copy p {
  margin: 30px 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
  font-size: var(--c8s-studio-text-size, clamp(25px, 2.7vw, 43px));
  line-height: 1.02;
}

.c8s-studio-media {
  min-height: clamp(330px, 48vw, 590px);
  clip-path: polygon(0 7%, 100% 0, 88% 100%, 8% 92%);
}

.c8s-studio-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.15);
}

.c8s-waveform {
  position: absolute;
  left: var(--c8s-pad-x);
  right: var(--c8s-pad-x);
  bottom: clamp(26px, 5vw, 70px);
  height: 86px;
  display: flex;
  align-items: center;
  gap: 7px;
  opacity: 0.58;
}

.c8s-waveform i {
  flex: 1;
  min-width: 3px;
  height: calc(var(--h) * 1px);
  background: linear-gradient(180deg, var(--c8s-purple-2), var(--c8s-purple));
  transform-origin: center;
  animation: c8s-wave 1.5s ease-in-out infinite;
  animation-delay: calc(var(--i) * -48ms);
}

.c8s-section-head {
  display: flex;
  align-items: flex-end;
  gap: clamp(18px, 5vw, 80px);
  margin-bottom: clamp(30px, 5.2vw, 76px);
}

.c8s-section-head span {
  transform: translateY(-12px);
}

.c8s-work {
  background:
    radial-gradient(circle at 88% 18%, rgba(153, 78, 153, 0.28), transparent 28rem),
    linear-gradient(180deg, #060606, #0f090f 48%, #060606);
}

.c8s-work-list {
  display: grid;
  gap: 10px;
  border-top: 0;
}

.c8s-work-item {
  width: 100%;
  min-height: 132px;
  display: grid;
  grid-template-columns: 60px 110px minmax(0, 1fr) minmax(90px, 0.16fr) 74px 74px;
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
  border: 0;
  border: 1px solid transparent;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.075) !important;
  color: var(--c8s-text) !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 0;
}

.c8s-page .c8s-work-item {
  display: grid !important;
  grid-template-columns: 60px 110px minmax(0, 1fr) minmax(90px, 0.16fr) 74px 74px !important;
  align-items: center !important;
  gap: clamp(12px, 2vw, 24px) !important;
}

.c8s-work-item.no-image {
  grid-template-columns: 60px minmax(0, 1fr) minmax(90px, 0.16fr) 74px 74px;
}

.c8s-page .c8s-work-item.no-image {
  grid-template-columns: 60px minmax(0, 1fr) minmax(90px, 0.16fr) 74px 74px !important;
}

.c8s-work-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(153, 78, 153, 0.84), rgba(153, 78, 153, 0.24) 76%);
  transform: translateX(-101%);
  transition: transform 430ms ease;
}

.c8s-work-item:hover::before,
.c8s-work-item.is-playing::before {
  transform: translateX(0);
}

.c8s-page .c8s-work-item:hover,
.c8s-page .c8s-work-item:focus,
.c8s-page .c8s-work-item.is-playing {
  background: rgba(153, 78, 153, 0.3) !important;
  border-color: rgba(153, 78, 153, 0.55) !important;
  color: var(--c8s-text) !important;
  outline: none;
}

.c8s-work-index,
.c8s-work-thumb,
.c8s-work-title,
.c8s-work-meta,
.c8s-work-year,
.c8s-work-play {
  position: relative;
  z-index: 1;
}

.c8s-work-index,
.c8s-work-meta,
.c8s-work-year,
.c8s-work-play {
  color: var(--c8s-muted);
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.c8s-work-thumb {
  width: 94px;
  aspect-ratio: 1.1;
  overflow: hidden;
  clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 92%);
}

.c8s-work-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.c8s-work-title {
  font-family: Impact, "Arial Black", "Oswald", "Saira Condensed", sans-serif !important;
  font-size: var(--c8s-work-item-title-size, clamp(36px, 5vw, 88px));
  font-weight: 900 !important;
  line-height: 0.9;
  text-transform: uppercase !important;
  justify-self: start;
  text-align: left;
  width: 100%;
}

.c8s-work-play {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding-inline: 12px;
  border: 1px solid var(--c8s-line);
  border-radius: 999px;
}

.c8s-page .c8s-work-item,
.c8s-page .c8s-slider-actions button,
.c8s-page .c8s-cta a {
  color: #fff !important;
}

.c8s-page .c8s-work-item:hover .c8s-work-play,
.c8s-page .c8s-work-item.is-playing .c8s-work-play {
  border-color: rgba(255, 255, 255, 0.4) !important;
  color: #fff !important;
}

.c8s-audio-panel {
  margin-top: 24px;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) 1fr;
  gap: 20px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--c8s-line);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(16px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease, transform 260ms ease;
}

.c8s-audio-panel.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.c8s-audio-panel span {
  display: block;
  margin-bottom: 6px;
  color: var(--c8s-purple-2);
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.c8s-audio-panel strong {
  font-family: "Oswald", "Saira Condensed", Impact, sans-serif;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
}

.c8s-audio-panel audio {
  width: 100%;
  height: 42px;
}

.c8s-services {
  background: #080608;
}

.c8s-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--c8s-service-gap);
}

.c8s-service {
  min-height: clamp(350px, 38vw, 510px);
  display: flex;
  flex-direction: column;
  padding: var(--c8s-service-padding);
  border: 1px solid var(--c8s-line);
  border-radius: var(--c8s-service-radius);
  background: linear-gradient(180deg, rgba(153, 78, 153, 0.1), transparent);
  overflow: hidden;
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}

.c8s-service:hover {
  transform: translateY(-6px);
  border-color: rgba(153, 78, 153, 0.58);
  background: linear-gradient(180deg, rgba(153, 78, 153, 0.3), rgba(153, 78, 153, 0.08));
}

.c8s-service-image {
  width: 100%;
  height: 34%;
  min-height: 108px;
  object-fit: cover;
  margin-bottom: auto;
  filter: grayscale(1) contrast(1.15);
}

.c8s-service > span {
  margin-top: clamp(16px, 2.4vw, 34px);
  color: var(--c8s-purple-2);
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 12px;
}

.c8s-service h3 {
  margin: 12px 0 12px;
  font-family: Impact, "Arial Black", "Oswald", "Saira Condensed", sans-serif !important;
  font-size: var(--c8s-service-item-title-size, clamp(28px, 3.2vw, 54px));
  font-weight: 900 !important;
  line-height: 0.92;
  overflow-wrap: anywhere;
  text-transform: uppercase !important;
}

.c8s-service p {
  margin: 0;
  color: var(--c8s-muted);
  font-size: var(--c8s-service-item-text-size, clamp(22px, 2.1vw, 30px));
  line-height: 1.02;
}

.c8s-testimonials {
  min-height: 82svh;
  background:
    radial-gradient(circle at 78% 22%, rgba(153, 78, 153, 0.36), transparent 30rem),
    #060606;
}

.c8s-testimonial-slider {
  position: relative;
  min-height: clamp(430px, 48vw, 610px);
  padding-right: clamp(0px, 12vw, 176px);
}

.c8s-testimonial-stage {
  position: relative;
  min-height: clamp(360px, 40vw, 510px);
}

.c8s-testimonial {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  gap: clamp(14px, 2.6vw, 34px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  transition: opacity 360ms ease, transform 360ms ease;
  overflow: visible;
}

.c8s-testimonial.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.c8s-client-media {
  position: absolute;
  z-index: 0;
  left: clamp(0px, 3.2vw, 54px);
  top: clamp(12px, 5vw, 74px);
  width: min(32vw, 360px);
  max-width: 42%;
  aspect-ratio: 0.82;
  overflow: hidden;
  clip-path: polygon(0 7%, 100% 0, 88% 100%, 8% 92%);
  opacity: 0.48;
  transform: rotate(-2deg);
}

.c8s-client-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}

.c8s-quote-mark {
  position: relative;
  z-index: 2;
  color: var(--c8s-purple-2);
  font-family: Georgia, serif;
  font-size: 94px;
  line-height: 0.54;
  margin-left: min(17vw, 270px);
}

.c8s-testimonial h3 {
  position: relative;
  z-index: 2;
  grid-column: 1;
  margin: -18px 0 0 min(17vw, 270px);
  max-width: 980px;
  font-family: Impact, "Arial Black", "Oswald", "Saira Condensed", sans-serif !important;
  font-size: clamp(38px, 5vw, 86px);
  font-weight: 900 !important;
  line-height: 0.96;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
  text-transform: uppercase !important;
}

.c8s-testimonial p {
  position: relative;
  z-index: 2;
  grid-column: 1;
  margin: 18px 0 0 min(17vw, 270px);
  color: var(--c8s-muted);
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.c8s-testimonial.no-image {
  max-width: 1100px;
}

.c8s-testimonial.no-image .c8s-quote-mark,
.c8s-testimonial.no-image h3,
.c8s-testimonial.no-image p {
  grid-column: 1;
  margin-left: 0;
}

.c8s-slider-actions {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
  z-index: 4;
}

.c8s-slider-actions button,
.c8s-cta a {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--c8s-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--c8s-text);
  font-family: "DM Mono", "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.c8s-page .c8s-slider-actions button,
.c8s-page .c8s-cta a {
  background: rgba(255, 255, 255, 0.07) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

.c8s-page .c8s-slider-actions button:hover,
.c8s-page .c8s-slider-actions button:focus-visible,
.c8s-page .c8s-cta a:hover,
.c8s-page .c8s-cta a:focus-visible {
  background: var(--c8s-purple) !important;
  border-color: var(--c8s-purple) !important;
  color: #fff !important;
}

.c8s-page .c8s-slider-actions button:hover,
.c8s-page .c8s-slider-actions button:focus-visible {
  transform: translateY(-2px);
}

.c8s-page .c8s-cta a,
.c8s-page .c8s-cta a:visited {
  background: var(--c8s-purple) !important;
  border-color: var(--c8s-purple) !important;
  color: #fff !important;
}

.c8s-cta {
  min-height: 78svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 18% 50%, rgba(153, 78, 153, 0.34), transparent 22rem),
    radial-gradient(circle at 74% 24%, rgba(153, 78, 153, 0.24), transparent 20rem),
    linear-gradient(135deg, #060606, #170b17);
}

.c8s-cta-row {
  display: grid;
  grid-template-columns: minmax(180px, 330px) 1fr auto;
  gap: clamp(20px, 5vw, 70px);
  align-items: center;
  margin-top: 26px;
}

.c8s-cta-disc {
  position: relative;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.58));
  animation: c8s-spin 9s linear infinite;
}

.c8s-cta-disc::after {
  content: none;
}

.c8s-cta-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: normal;
}

.c8s-cta-row p {
  margin: 0;
  color: var(--c8s-purple-2);
  font-family: "Oswald", "Saira Condensed", Impact, sans-serif;
  font-size: var(--c8s-cta-word-size, clamp(60px, 11vw, 170px));
  font-weight: 900;
  line-height: 0.84;
  text-transform: uppercase;
}

.c8s-cta a {
  position: relative;
  isolation: isolate;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  background: var(--c8s-purple) !important;
  border-color: var(--c8s-purple) !important;
  box-shadow: 0 0 0 0 rgba(186, 112, 186, 0.34), 0 28px 64px rgba(153, 78, 153, 0.44);
  animation: c8s-pulse-soft 3.4s ease-in-out infinite !important;
}

.c8s-cta a::before {
  content: none;
}

.c8s-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 680ms ease, transform 680ms ease;
}

.c8s-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes c8s-scan {
  0%, 100% { transform: translateX(0) skewX(-11deg); }
  50% { transform: translateX(-13vw) skewX(-11deg); }
}

@keyframes c8s-wave {
  0%, 100% { transform: scaleY(0.34); opacity: 0.46; }
  50% { transform: scaleY(1); opacity: 1; }
}

@keyframes c8s-spin {
  to { transform: rotate(360deg); }
}

@keyframes c8s-marquee {
  to { transform: translateX(-33.333%); }
}

@keyframes c8s-cta-glow {
  0%, 100% {
    opacity: 0.68;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes c8s-pulse-soft {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(186, 112, 186, 0.26), 0 22px 54px rgba(153, 78, 153, 0.38);
  }
  50% {
    box-shadow: 0 0 0 16px rgba(186, 112, 186, 0), 0 28px 66px rgba(153, 78, 153, 0.5);
  }
}

@keyframes c8s-elementor-float {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-2vw, 1.5vw, 0); }
}

@media (max-width: 1100px) {
  .c8s-studio {
    grid-template-columns: minmax(0, 1fr);
  }

  .c8s-studio-media {
    min-height: 360px;
  }

  .c8s-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .c8s-page {
    --c8s-pad-x: 18px;
    --c8s-pad-y: 70px;
  }

  .c8s-section {
    padding-top: var(--c8s-pt-m, var(--c8s-pt, var(--c8s-pad-y)));
    padding-bottom: var(--c8s-pb-m, var(--c8s-pb, var(--c8s-pad-y)));
  }

  .c8s-hero {
    min-height: 100svh;
    align-items: center;
  }

  .c8s-hero-image-wrap {
    top: 10%;
    width: 72vw;
    min-width: 0;
    opacity: 0.5;
  }

  .c8s-bg-grid::after {
    top: 18%;
    left: 50%;
    min-width: 520px;
    min-height: 230px;
  }

  .c8s-hero-core {
    width: 100%;
    margin: 0;
    text-align: center;
    transform: translateY(2vh);
  }

  .c8s-hero-title {
    font-size: clamp(108px, 29vw, 142px);
  }

  .c8s-page .c8s-hero-title {
    font-size: var(--c8s-hero-title-size-mobile, clamp(108px, 29vw, 142px)) !important;
  }

  .c8s-hero-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: var(--c8s-hero-text-size-mobile, var(--c8s-hero-text-size, clamp(20px, 4.8vw, 26px)));
  }

  .c8s-mega-word {
    bottom: 22px;
    left: 50%;
    font-size: var(--c8s-hero-word-size-mobile, clamp(34px, 9.2vw, 42px));
    width: 96vw;
    text-align: center;
  }

  .c8s-sonic-lines span {
    width: 70vw;
    right: -18vw;
    top: calc(39% + var(--offset, 0px));
  }

  .c8s-studio {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .c8s-studio-media {
    grid-column: auto;
    min-height: 310px;
  }

  .c8s-studio-copy h2,
  .c8s-section-head h2 {
    font-size: var(--c8s-section-title-size-mobile, clamp(58px, 18vw, 84px));
  }

  .c8s-cta h2 {
    font-size: var(--c8s-cta-title-size-mobile, clamp(58px, 18vw, 84px));
  }

  .c8s-studio-copy p {
    font-size: var(--c8s-studio-text-size-mobile, 25px);
  }

  .c8s-waveform {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    height: 72px;
    margin-top: 8px;
  }

  .c8s-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
  }

  .c8s-section-head span {
    transform: none;
  }

  .c8s-work-item {
    min-height: 118px;
    grid-template-columns: 28px 54px minmax(0, 1fr) auto auto;
    grid-template-areas:
      "index thumb title title play"
      "index thumb meta year play";
    gap: 8px 10px;
    padding: 14px 12px;
  }

  .c8s-page .c8s-work-item {
    grid-template-columns: 28px 54px minmax(0, 1fr) auto auto !important;
    grid-template-areas:
      "index thumb title title play"
      "index thumb meta year play" !important;
    padding: 14px 12px !important;
  }

  .c8s-work-item.no-image {
    grid-template-columns: 28px minmax(0, 1fr) auto auto;
    grid-template-areas:
      "index title title play"
      "index meta year play";
  }

  .c8s-page .c8s-work-item.no-image {
    grid-template-columns: 28px minmax(0, 1fr) auto auto !important;
    grid-template-areas:
      "index title title play"
      "index meta year play" !important;
  }

  .c8s-work-index { grid-area: index; }
  .c8s-work-thumb { grid-area: thumb; width: 58px; }
  .c8s-work-title {
    grid-area: title;
    font-size: var(--c8s-work-item-title-size-mobile, clamp(22px, 8.2vw, 32px));
    line-height: 0.92;
    overflow-wrap: anywhere;
  }
  .c8s-work-meta,
  .c8s-work-year {
    font-size: 10px;
    white-space: nowrap;
  }
  .c8s-work-meta { grid-area: meta; }
  .c8s-work-year { grid-area: year; justify-self: start; }
  .c8s-work-play { grid-area: play; min-height: 30px; min-width: 58px; font-size: 10px; justify-self: end; }

  .c8s-audio-panel {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .c8s-service-grid {
    grid-template-columns: 1fr;
  }

  .c8s-service {
    min-height: 0;
    padding: var(--c8s-service-padding);
  }

  .c8s-service > span {
    margin-top: 12px;
  }

  .c8s-service h3 {
    margin: 10px 0 12px;
    font-size: var(--c8s-service-item-title-size-mobile, clamp(30px, 11vw, 42px));
  }

  .c8s-service p {
    font-size: var(--c8s-service-item-text-size-mobile, 25px);
  }

  .c8s-testimonial-slider {
    min-height: 560px;
    padding-right: 0;
  }

  .c8s-testimonial-stage {
    min-height: 500px;
  }

  .c8s-testimonial {
    gap: 20px;
    align-content: start;
  }

  .c8s-client-media {
    left: auto;
    right: 0;
    top: 14px;
    width: min(34vw, 138px);
    max-width: none;
    aspect-ratio: 0.84;
    opacity: 0.24;
  }

  .c8s-quote-mark {
    margin-left: 0;
  }

  .c8s-testimonial h3 {
    margin: 22px 0 0;
    font-size: clamp(34px, 11vw, 54px);
  }

  .c8s-page .c8s-testimonial h3 {
    font-size: var(--c8s-testimonial-quote-size-mobile, clamp(34px, 11vw, 54px)) !important;
  }

  .c8s-testimonial p {
    margin-left: 0;
  }

  .c8s-slider-actions {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    flex-direction: row;
    transform: none;
  }

  .c8s-cta {
    min-height: 60svh;
  }

  .c8s-cta h2 {
    margin-bottom: 8px;
  }

  .c8s-cta-row {
    grid-template-columns: 1fr;
    position: relative;
    gap: 10px;
    justify-items: center;
    text-align: center;
    padding-top: 128px;
  }

  .c8s-cta-disc {
    position: absolute;
    left: 50%;
    top: 12px;
    width: min(240px, 66vw);
    translate: -50% 0;
    opacity: 0.34;
    z-index: 0;
  }

  .c8s-cta-row p,
  .c8s-cta a {
    position: relative;
    z-index: 1;
  }

  .c8s-cta-row p {
    margin-top: -4px;
    font-size: var(--c8s-cta-word-size-mobile, clamp(60px, 16vw, 88px));
    line-height: 0.88;
  }

  .c8s-cta a {
    width: 112px;
    height: 112px;
  }

  .c8s-page .c8s-studio-copy h2,
  .c8s-page .c8s-section-head h2 {
    font-size: var(--c8s-section-title-size-mobile, clamp(58px, 18vw, 84px)) !important;
  }

  .c8s-page .c8s-cta h2 {
    font-size: var(--c8s-cta-title-size-mobile, clamp(58px, 18vw, 84px)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c8s-page *,
  .c8s-page *::before,
  .c8s-page *::after {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
  }
}
