@import url("./services-drawer-parity.css");

:root {
      --after-bg: #070509;
      --after-ink: #fffaf4;
      --after-copy: rgba(255, 250, 244, 0.82);
      --after-soft: rgba(255, 250, 244, 0.64);
      --after-border: rgba(255, 255, 255, 0.14);
      --after-accent: #58c7c5;
      --after-accent-strong: #7ff0eb;
      --after-violet: #7b2ba7;
      --after-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
      --after-shell: min(var(--container-wide), calc(100vw - 2rem));
      --event-drawer-accent: #16a89f;
      --event-drawer-accent-soft: rgba(22, 168, 159, 0.12);
      --event-drawer-surface: rgba(247, 241, 232, 0.96);
      --event-drawer-border: rgba(60, 67, 64, 0.12);
      --event-drawer-ink: #2e3431;
      --lighting-page-cream: #f4f0e7;
    }

/* Local parity guard: the shared local font-stabilization layer loads after this
 * page stylesheet and broadens every script glyph box. Keep Event Lighting on
 * the production metrics without changing that shared, locked layer. */
html body.lighting-page #main-content .lighting-gallery__eyebrow {
  font-family: "Montserrat", "Poppins", sans-serif !important;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem) !important;
  font-weight: 800 !important;
  line-height: normal !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  padding-block: 0 !important;
}

html body.lighting-page #main-content .lighting-services__title-script-wrap {
  line-height: 0.9 !important;
  padding-block: 0 0.24em !important;
}

html body.lighting-page #main-content .lighting-services__title-underscore {
  line-height: 0.32 !important;
  padding-block: 0 !important;
}

html body.lighting-page #main-content .lighting-services__cta-script {
  line-height: 0.88 !important;
  padding-block: 0 !important;
}

html body.lighting-page #main-content .msx-button__script {
  line-height: 0.82 !important;
  padding-block: 0 !important;
}

html body.lighting-page #main-content .dr-difference-sticky__eyebrow {
  line-height: 1.14 !important;
  padding-block: 0.18em 0.28em !important;
  padding-inline: 0 !important;
  margin-top: calc(clamp(-18px, -1.3vw, -8px) - 0.18em) !important;
  margin-right: 0 !important;
  margin-bottom: calc(clamp(10px, 1.2vw, 18px) - 0.28em) !important;
}

@media (min-width: 1025px) {
  html body.lighting-page #main-content .dr-difference-sticky__eyebrow {
    margin-left: -0.65rem !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  html body.lighting-page #main-content .dr-difference-sticky__eyebrow {
    margin-left: -1.35rem !important;
  }
}

@media (max-width: 767px) {
  html body.lighting-page #main-content .dr-difference-sticky__eyebrow {
    margin-left: 10px !important;
  }
}

html body.lighting-page .dj-footer-section {
  margin-top: 0 !important;
}

@media (min-width: 1024px) {
  html body.lighting-page .lux-event-drawer .lux-event-drawer__trigger {
    background: center / 100% 100% no-repeat url("https://charlestonweddingdjs.com/wp-content/uploads/2026/05/drawer-tabe-desktop.png") !important;
  }
}

/* Keep this fixed drawer above the gallery slider and its animated "Shine"
 * wordmark. The gallery deliberately owns a high local stacking layer, so the
 * drawer needs a higher page-level layer while remaining below global menus. */
html body.lighting-page .lux-event-drawer {
  z-index: 199970 !important;
  isolation: isolate;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

html body.lighting-page #main-content .lighting-gallery__wordmark,
html body.lighting-page #main-content .lighting-gallery__wordmark-line,
html body.lighting-page #main-content .lighting-gallery__wordmark-char {
  padding-block: 0 !important;
}

html body.lighting-page #main-content .lighting-gallery__wordmark {
  line-height: 1 !important;
}

html body.lighting-page #main-content .lighting-gallery__wordmark-line--word,
html body.lighting-page #main-content .lighting-gallery__wordmark-line--word .lighting-gallery__wordmark-char {
  line-height: 1.08 !important;
}

html body.lighting-page #main-content .lighting-gallery__wordmark-line--underline,
html body.lighting-page #main-content .lighting-gallery__wordmark-line--underline .lighting-gallery__wordmark-char {
  line-height: 0.32 !important;
}

    html {
      scroll-behavior: smooth;
    }

    html.lighting-page-root {
      height: auto !important;
      overflow-x: hidden !important;
      overflow-y: auto !important;
      overscroll-behavior-y: auto !important;
    }

    html.lighting-page-root body.lighting-page {
      min-height: 100vh;
      height: auto !important;
      overflow-x: hidden !important;
      overflow-y: auto !important;
      overscroll-behavior-y: auto !important;
      touch-action: auto !important;
    }

    html.lighting-page-root.is-menu-locked,
    html.lighting-page-root body.lighting-page.is-menu-locked {
      overflow: hidden !important;
      overscroll-behavior: none !important;
      touch-action: none !important;
    }

    body.lighting-page {
      background:
        radial-gradient(circle at 18% 0%, rgba(88, 199, 197, 0.08), transparent 20%),
        radial-gradient(circle at 84% 18%, rgba(123, 43, 167, 0.14), transparent 22%),
        #070509;
      color: var(--after-ink);
    }

    .lighting-page :is(.menu-link.services-page__active-link, .services-flyout a[href="/event-lighting/"]) .menu-roll-stack span:first-child {
      color: #b9fff4;
    }

    .lighting-page :is(.menu-link.services-page__active-link, .services-flyout a[href="/event-lighting/"])::after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 0.35rem;
      background: linear-gradient(90deg, rgba(46, 194, 188, 0), rgba(46, 194, 188, 0.95), rgba(46, 194, 188, 0));
    }

    .after-hero,
    .after-details {
      position: relative;
      z-index: 4;
    }

    .after-hero {
      position: relative;
      min-height: clamp(620px, 88vh, 920px);
      overflow: hidden;
      isolation: isolate;
      background: #050408;
    }

    .after-hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 100vw;
      height: clamp(210px, 24vw, 330px);
      transform: translateX(-50%);
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.98) 0%,
        rgba(0, 0, 0, 0.94) 28%,
        rgba(0, 0, 0, 0.76) 56%,
        rgba(0, 0, 0, 0.24) 84%,
        rgba(0, 0, 0, 0) 100%
      );
      z-index: 2;
      pointer-events: none;
    }

    .after-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 50% 43%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.04) 16%, rgba(255, 255, 255, 0) 38%),
        radial-gradient(circle at 50% 46%, rgba(28, 12, 42, 0) 0%, rgba(28, 12, 42, 0.06) 34%, rgba(28, 12, 42, 0.16) 62%, rgba(10, 4, 18, 0.32) 100%),
        linear-gradient(90deg, rgba(4, 2, 8, 0.82) 0%, rgba(4, 2, 8, 0.46) 28%, rgba(4, 2, 8, 0.12) 50%, rgba(4, 2, 8, 0.42) 72%, rgba(4, 2, 8, 0.76) 100%),
        linear-gradient(180deg, rgba(12, 6, 24, 0.12) 0%, rgba(12, 6, 24, 0.28) 54%, rgba(8, 4, 14, 0.78) 100%),
        radial-gradient(circle at 72% 28%, rgba(134, 66, 184, 0.28), transparent 20%),
        radial-gradient(circle at 18% 14%, rgba(88, 199, 197, 0.14), transparent 20%);
      z-index: 1;
      pointer-events: none;
    }

    .after-hero__media,
    .after-hero__slide {
      position: absolute;
      inset: 0;
    }

    .after-hero__media {
      z-index: 0;
    }

    .after-hero__slide {
      background-image: url("https://charlestonweddingdjs.com/wp-content/uploads/2019/04/Soft-Uplighting.jpg");
      background-position: center top;
      background-size: cover;
      transform: scale(1.06) translateY(-1%);
      will-change: transform;
    }

    .after-hero__slide.is-active {
      animation: afterHeroKenBurns 12s ease-out forwards;
    }

    .after-hero__topbar,
    .after-hero__content {
      position: relative;
      z-index: 3;
    }

    .after-hero__topbar {
      position: absolute;
      inset: 0 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      z-index: 6;
      pointer-events: auto;
    }

    .after-hero__content {
      min-height: inherit;
      display: flex;
      align-items: center;
      padding-top: clamp(296px, calc(22vh + 100px), 380px);
      padding-bottom: 0;
    }

    .after-hero__inner {
      width: var(--after-shell);
      margin: 0 auto;
      max-width: 78rem;
    }

    .after-hero__copy {
      max-width: 52rem;
      display: grid;
      align-content: start;
      gap: clamp(0.65rem, 1.4vw, 1.15rem);
    }

    .after-hero__eyebrow {
      margin: 0;
      color: var(--after-accent);
      font-family: "Oswald SemiBold", "Oswald", "Montserrat", sans-serif;
      font-size: clamp(1rem, 1.3vw, 1.28rem);
      line-height: 1;
      letter-spacing: 0.11em;
      text-transform: uppercase;
      text-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
    }

    .after-hero__title {
      margin: 0;
      max-width: 14ch;
      font-family: "Uniqueen Bold", "Montserrat", sans-serif;
      font-size: clamp(3rem, 5.5vw, 6.3rem);
      line-height: 0.9;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      color: #fff;
      text-shadow:
        0 10px 24px rgba(0, 0, 0, 0.44),
        0 2px 10px rgba(0, 0, 0, 0.28);
    }

    .after-hero__tag {
      margin: 0;
      max-width: 44rem;
      font-family: "Oswald SemiBold", "Oswald", "Montserrat", sans-serif;
      font-size: clamp(1.32rem, 2.35vw, 2.3rem);
      line-height: 1.08;
      letter-spacing: 0.01em;
      text-transform: uppercase;
      color: var(--after-accent);
      text-shadow:
        0 8px 18px rgba(0, 0, 0, 0.28),
        0 0 18px rgba(88, 199, 197, 0.14);
    }

    .after-hero__snippet {
      max-width: 46rem;
      margin: 0.2rem 0 0;
      color: rgba(255, 255, 255, 0.96);
      font-family: "Poppins", sans-serif;
      font-size: clamp(0.98rem, 1.35vw, 1.12rem);
      line-height: 1.7;
      text-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
    }

    .after-hero__actions {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-top: 1rem;
      flex-wrap: wrap;
    }

    iframe,
    video,
    .wp-video,
    .wp-block-embed,
    .wp-block-embed__wrapper,
    .fluid-width-video-wrapper,
    .et_pb_video_box,
    .et_pb_video_overlay,
    .mejs-container {
      background: transparent !important;
      border: 0 !important;
      box-shadow: none !important;
    }

    .wp-video,
    .wp-block-embed,
    .wp-block-embed__wrapper,
    .fluid-width-video-wrapper,
    .et_pb_video_box,
    .mejs-container {
      padding: 0 !important;
      margin: 0 !important;
      border-radius: 0 !important;
      overflow: visible !important;
    }

    .after-hero__note {
      margin: 0 0 2.4rem;
      color: var(--after-soft);
      font-family: "Jost", sans-serif;
      font-size: 0.96rem;
      letter-spacing: 0.03em;
      text-transform: uppercase;
    }

    .after-hero .after-reveal {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
      animation: afterRevealUp 0.9s cubic-bezier(.22, 1, .36, 1) forwards;
    }

    .after-hero .after-reveal--1 { animation-delay: 0.12s; }
    .after-hero .after-reveal--2 { animation-delay: 0.28s; }
    .after-hero .after-reveal--3 { animation-delay: 0.44s; }
    .after-hero .after-reveal--4 { animation-delay: 0.6s; }

    .after-details.msx-section {
      --msx-curve-height: 0px;
      --after-media-w: min(520px, 38vw);
      --after-media-gap: clamp(18px, 2.2vw, 28px);
      --after-divider-top: 12px;
      --after-divider-bottom: 14px;
      position: relative;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: 0;
      padding: 0;
      background:
        linear-gradient(180deg, rgba(246, 242, 234, 0.96) 0%, rgba(246, 242, 234, 0.97) 34%, rgba(246, 242, 234, 0.985) 68%, rgba(246, 242, 234, 1) 100%),
        linear-gradient(180deg, rgba(173, 170, 162, 0.06) 0%, rgba(173, 170, 162, 0.1) 100%),
        #f4f0e7;
      z-index: 1;
      overflow: hidden;
      isolation: isolate;
      -webkit-mask-image: none;
      mask-image: none;
    }

    .after-details.msx-section::after {
      content: none;
    }

    .after-details .msx-canvas,
    .after-details .msx-overlay {
      inset: 0;
    }

    .after-details .msx-canvas {
      opacity: 1;
      filter: none;
      mix-blend-mode: normal;
    }

    .after-details .msx-overlay {
      z-index: 2;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.03) 42%, rgba(255, 255, 255, 0.05) 100%);
      mix-blend-mode: normal;
    }

    .after-details__divider {
      position: absolute;
      left: 0;
      width: 100%;
      pointer-events: none;
      z-index: 5;
      background: #25b1ad;
    }

    .after-details__divider--top {
      top: 0;
      height: var(--after-divider-top);
      clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
    }

    .after-details__divider--bottom {
      display: none;
    }

    .after-details__shell {
      position: relative;
      z-index: 4;
      width: 100%;
      margin-top: 0;
    }

    .after-details__photo {
      position: absolute;
      top: var(--after-divider-top);
      bottom: var(--after-divider-bottom);
      left: 0;
      z-index: 0;
      width: var(--after-media-w);
      margin: 0;
      overflow: hidden;
      clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
      transform: translate3d(-22vw, 0, 0);
      opacity: 0;
      transition:
        transform 1.15s cubic-bezier(.22, 1, .36, 1),
        opacity 0.82s ease;
      will-change: transform, opacity;
    }

    .after-details.is-visible .after-details__photo {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }

    .after-details__photo::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(8, 10, 12, 0.46) 0, rgba(8, 10, 12, 0) 132px),
        linear-gradient(270deg, rgba(8, 10, 12, 0.46) 0, rgba(8, 10, 12, 0) 132px),
        linear-gradient(180deg, rgba(8, 10, 12, 0.4) 0, rgba(8, 10, 12, 0) 132px),
        linear-gradient(0deg, rgba(8, 10, 12, 0.4) 0, rgba(8, 10, 12, 0) 132px),
        radial-gradient(circle at 20% 20%, rgba(22, 176, 164, 0.05), transparent 38%);
      pointer-events: none;
    }

    .after-details__photo::before {
      content: "";
      position: absolute;
      top: 0;
      right: 28px;
      bottom: 0;
      width: 3px;
      background: linear-gradient(180deg, rgba(22, 168, 159, 0) 0%, #16a89f 18%, #0b897a 50%, #16a89f 82%, rgba(22, 168, 159, 0) 100%);
      filter: drop-shadow(0 0 12px rgba(22, 168, 159, 0.35));
      z-index: 2;
      pointer-events: none;
    }

    .after-details__photo img,
    .after-details__photo video {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
    }

    .after-details__photo video {
      transform: scale(1.14);
      transform-origin: center center;
    }

    .after-details__panel {
      position: relative;
      background: transparent;
    }

    .after-details__panel-inner {
      position: relative;
      z-index: 2;
      width: min(1100px, calc(100vw - var(--after-media-w) - var(--after-media-gap) - 3rem));
      max-width: none;
      margin-left: calc(var(--after-media-w) + var(--after-media-gap));
      padding: clamp(3rem, 5vw, 4.2rem) clamp(1.8rem, 3vw, 3rem) clamp(3rem, 4vw, 4rem) 0;
    }

    .after-details__eyebrow {
      margin: 0 0 clamp(0.55rem, 1.2vw, 0.9rem);
      color: #333;
      font-family: "Poppins", sans-serif;
      font-size: clamp(0.7rem, 1.05vw, 0.82rem);
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .after-details__title {
      margin: 0 0 clamp(0.9rem, 1.8vw, 1.3rem);
      color: #51b7b3;
      font-family: "Montserrat", sans-serif;
      font-size: clamp(2rem, 3.6vw, 4rem);
      font-weight: 900;
      line-height: 1.02;
      letter-spacing: -0.075em;
      text-transform: uppercase;
      max-width: 18ch;
    }

    .after-details__copy {
      margin-top: 0;
      max-width: 61rem;
      color: #616a77;
      font-family: "Open Sans", sans-serif;
      font-size: clamp(1rem, 1.6vw, 1.25rem);
      line-height: 1.7;
    }

    .after-details__copy p {
      margin: 0 0 clamp(1.5rem, 2.4vw, 2.2rem);
    }

    .after-details__copy p:first-child {
      color: #50575e;
      font-size: clamp(1.08rem, 1.8vw, 1.2rem);
      font-weight: 700;
      line-height: 1.6;
    }

    .after-details__copy p:last-child {
      margin-bottom: 0;
    }

    .lighting-services.msx-section {
      --msx-curve-height: 0px;
      --lighting-services-surface:
        radial-gradient(circle at 18% 18%, rgba(22, 168, 159, 0.14), transparent 22%),
        radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #0d1418 0%, #101a1f 44%, #0b1115 100%);
      --lighting-services-accent-surface:
        linear-gradient(180deg, rgba(95, 172, 169, 0.96) 0%, rgba(83, 156, 153, 0.94) 100%);
      position: relative;
      z-index: 6;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: 0;
      padding: clamp(4rem, 7.5vw, 6rem) 0 clamp(4.2rem, 8vw, 6.4rem);
      background: var(--lighting-services-surface);
      color: #f3efe7;
      overflow: hidden;
      isolation: isolate;
      -webkit-mask-image: none;
      mask-image: none;
    }

    .lighting-services.msx-section::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 0;
      background: var(--lighting-services-surface);
      pointer-events: none;
    }

    .lighting-services.msx-section::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 88px;
      z-index: 1;
      background: var(--lighting-services-surface);
      pointer-events: none;
    }

    .lighting-services .msx-canvas,
    .lighting-services .msx-overlay {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .lighting-services .msx-canvas {
      z-index: 0;
      opacity: 0.5;
    }

    .lighting-services .msx-overlay {
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.38) 78%, rgba(0, 0, 0, 0.78) 90%, #000 100%),
        linear-gradient(180deg, rgba(4, 8, 10, 0.06) 0%, rgba(4, 8, 10, 0.18) 100%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, transparent 34%, transparent 66%, rgba(255, 255, 255, 0.02) 100%);
    }

    .lighting-services__shell {
      position: relative;
      z-index: 2;
      width: min(1440px, 98vw);
      margin: 0 auto;
    }

    .lighting-services__head {
      text-align: center;
      margin-bottom: clamp(2rem, 4vw, 3rem);
    }

    .lighting-services__title-wrap {
      position: relative;
      display: inline-grid;
      place-items: center;
    }

    .lighting-services__title-art {
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      width: clamp(70px, 8.5vw, 130px);
      height: auto;
      transform: translate(-72%, -8%) rotate(-9deg);
      z-index: 2;
      pointer-events: none;
      filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.18));
    }

    .lighting-services__title {
      position: relative;
      margin: 0;
      color: #d6d0c5;
      font-family: "Big Shoulders Display", "Montserrat", sans-serif;
      font-size: clamp(2.4rem, 4.6vw, 4.25rem);
      line-height: 0.9;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      z-index: 1;
    }

    .lighting-services__title-line {
      display: block;
      text-align: center;
    }

    .lighting-services__title-line--sub {
      margin-top: 0.2em;
      font-size: 1em;
      line-height: 0.9;
      white-space: nowrap;
    }

    .lighting-services__title-script-wrap {
      position: relative;
      display: inline-block;
      padding-bottom: 0.24em;
      margin: 0 0.06em;
      isolation: isolate;
    }

    .lighting-services__title-underscore {
      position: absolute;
      left: 50%;
      bottom: 0;
      z-index: -1;
      display: inline-block;
      color: #8acfc9;
      font-family: "Heatwood", "Yellowtail", cursive;
      font-size: 0.82em;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 0.32;
      text-transform: none;
      white-space: nowrap;
      transform: translateX(-50%) rotate(-2deg) scaleX(6.37875);
      transform-origin: center center;
      text-shadow:
        0 10px 22px rgba(0, 0, 0, 0.08),
        0 0 18px rgba(138, 207, 201, 0.08);
      pointer-events: none;
    }

    .lighting-services__sub {
      margin: 1.45rem auto 0;
      max-width: 42rem;
      color: rgba(243, 239, 231, 0.72);
      font-family: "Open Sans", sans-serif;
      font-size: clamp(0.98rem, 1.2vw, 1.08rem);
      line-height: 1.8;
    }

    .lighting-services__grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: clamp(1rem, 1.6vw, 1.4rem);
    }

    .lighting-services__card {
      --lighting-slide-offset: -108%;
      --lighting-banner-height: 92px;
      position: relative;
      min-height: clamp(320px, 29vw, 390px);
      border-radius: 1.5rem;
      overflow: hidden;
      clip-path: inset(0 round 1.5rem);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow:
        0 26px 60px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.02) inset;
      background: #0d1317;
      isolation: isolate;
      contain: paint;
    }

    .lighting-services__card:nth-child(even) {
      --lighting-slide-offset: 108%;
    }

    .lighting-services__media,
    .lighting-services__photo {
      position: absolute;
      inset: 0;
    }

    .lighting-services__photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      transform: scale(1.01);
      transition: transform 680ms cubic-bezier(.22, 1, .36, 1), filter 680ms cubic-bezier(.22, 1, .36, 1);
    }

    .lighting-services__media::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(8, 11, 14, 0.14) 0%, rgba(8, 11, 14, 0.2) 38%, rgba(8, 11, 14, 0.84) 100%),
        linear-gradient(90deg, rgba(6, 10, 13, 0.28) 0%, rgba(6, 10, 13, 0.08) 40%, rgba(6, 10, 13, 0.54) 100%);
      z-index: 1;
    }

    .lighting-services__label {
      display: none;
    }

    .lighting-services__label-text {
      margin: 0;
      color: #fbf7ef;
      font-family: "Big Shoulders Display", "Montserrat", sans-serif;
      font-size: clamp(2rem, 3.1vw, 3rem);
      line-height: 0.9;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      text-shadow: 0 10px 24px rgba(0, 0, 0, 0.34);
    }

    .lighting-services__header-word--primary {
      font-family: "Montserrat", sans-serif;
      font-weight: 900;
      letter-spacing: -0.075em;
    }

    .lighting-services__header-word--secondary {
      font-family: "Heatwood", "Yellowtail", cursive;
      font-weight: 400;
      font-size: 0.5em;
      letter-spacing: 0;
      text-transform: none;
      display: inline-block;
      margin-left: 0.06em;
      transform: translateY(-7px);
    }

    .lighting-services__plus {
      flex: 0 0 auto;
      width: 54px;
      height: 54px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.22);
      background: rgba(255, 255, 255, 0.08);
      color: #f8f4ec;
      font-size: 1.8rem;
      line-height: 1;
      box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }

    .lighting-services__card-copy {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 3;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      height: 100%;
      min-height: 0;
      max-height: 100%;
      padding: 1.25rem 1.4rem 1.4rem;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      background:
        var(--lighting-services-accent-surface),
        linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
      box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.16);
      transform: translate3d(0, calc(100% - var(--lighting-banner-height)), 0);
      transition:
        transform 620ms cubic-bezier(.22, 1, .36, 1),
        box-shadow 320ms ease;
      overflow: hidden;
      clip-path: inset(0 round 1.5rem);
    }

    .lighting-services__copy-body {
      display: flex;
      flex-direction: column;
      gap: 0.95rem;
    }

    .lighting-services__card:hover .lighting-services__card-copy,
    .lighting-services__card:focus-within .lighting-services__card-copy {
      transform: translate3d(0, 0, 0);
      box-shadow: 0 -20px 36px rgba(0, 0, 0, 0.22);
    }

    .lighting-services__card:hover .lighting-services__photo,
    .lighting-services__card:focus-within .lighting-services__photo {
      transform: scale(1.08);
      filter: saturate(1.08) contrast(1.04);
    }

    .lighting-services__copy-title {
      margin: 0 0 1rem;
      color: #f8f4ec;
      font-family: "Big Shoulders Display", "Montserrat", sans-serif;
      font-size: clamp(2.1rem, 3vw, 3rem);
      font-weight: 900;
      line-height: 0.92;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
    }

    .lighting-services__copy-text {
      margin: 0 0 1rem;
      color: rgba(248, 244, 236, 0.96);
      font-family: "Open Sans", sans-serif;
      font-size: 0.98rem;
      font-weight: 700;
      line-height: 1.72;
    }

    .lighting-services__list-wrap {
      position: relative;
      flex: 1 1 auto;
      min-height: 0;
      margin: 0 -1.4rem -1.4rem;
      padding: 1.2rem 1.4rem calc(5.5rem + 18px);
      background: linear-gradient(180deg, #f5efe4 0%, #eee4d5 100%);
      border-top: 1px solid rgba(24, 34, 38, 0.08);
      border-bottom-left-radius: 1.5rem;
      border-bottom-right-radius: 1.5rem;
      overflow: hidden;
    }

    .lighting-services__cta-wrap {
      position: absolute;
      right: 1.4rem;
      bottom: 1.65rem;
      display: flex;
      justify-content: flex-end;
      margin-top: 0;
    }

    .lighting-services__cta.msx-button.approved-button {
      --msx-button-bg: var(--lighting-services-accent-surface);
      --msx-button-border: 7px;
      --approved-button-script-size: clamp(0.78rem, 0.9vw, 0.94rem);
      --approved-button-main-shift: 4px;
      --approved-button-script-shift: 2px;
      --approved-button-gap: clamp(7px, 0.6vw, 10px);
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: clamp(154px, 42%, 218px);
      min-width: 154px;
      max-width: 218px;
      min-height: 52px;
      padding: 0.5rem 0.9rem;
      border: 0;
      border-radius: 0;
      background: var(--msx-button-bg);
      color: #fbf7ef;
      text-decoration: none;
      box-shadow: 0 10px 18px rgba(11, 55, 51, 0.16);
      transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
    }

    .lighting-services__cta.msx-button.approved-button::before {
      content: "";
      position: absolute;
      inset: var(--msx-button-border);
      border: 2px solid rgba(251, 247, 239, 0.92);
      pointer-events: none;
    }

    .lighting-services__cta.msx-button.approved-button:hover,
    .lighting-services__cta.msx-button.approved-button:focus-visible {
      transform: none;
      box-shadow:
        0 0 0 1px rgba(55, 208, 197, 0.42),
        0 0 14px rgba(55, 208, 197, 0.18),
        0 0 28px rgba(22, 168, 159, 0.16),
        0 16px 30px rgba(8, 61, 55, 0.18);
      filter: none;
      outline: none;
    }

    .lighting-services__cta-block {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: baseline;
      gap: var(--approved-button-gap);
      white-space: nowrap;
      transform: translateY(-3%);
    }

    .lighting-services__cta-main {
      font-family: "Oswald SemiBold", "Oswald", Impact, sans-serif;
      font-size: 0.9rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      line-height: 0.9;
      transform: translateY(var(--approved-button-main-shift));
    }

    .lighting-services__cta-script {
      font-family: "Heatwood", "Yellowtail", cursive;
      font-size: var(--approved-button-script-size);
      font-weight: 400;
      line-height: 0.88;
      transform: translateY(var(--approved-button-script-shift));
    }

    .lighting-services__list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 0.6rem;
      color: #243238;
      font-family: "Open Sans", sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 1.55;
    }

    .lighting-services__list li {
      position: relative;
      padding-left: 1.2rem;
    }

    .lighting-services__list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.62rem;
      width: 0.42rem;
      height: 0.42rem;
      border-radius: 999px;
      background: #243238;
      box-shadow: 0 0 0 4px rgba(36, 50, 56, 0.12);
    }

    .lighting-gallery {
      position: relative;
      z-index: 120;
      isolation: isolate;
      width: 100vw;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-top: 0;
      padding: clamp(2.8rem, 6vw, 4.2rem) 0 0;
      background:
        linear-gradient(180deg, #000 0%, #0b1115 100%);
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      overflow: visible;
    }

    .lighting-gallery__shell {
      width: 100vw;
      margin: 0 auto;
      position: relative;
      z-index: 130;
    }

    .lighting-gallery__head {
      position: relative;
      z-index: 150;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 1.5rem;
      margin-bottom: 1.5rem;
      padding: 0 clamp(1rem, 2vw, 1.5rem) 0 calc(clamp(1rem, 2vw, 1.5rem) + 50px);
    }

    .lighting-gallery__eyebrow {
      margin: 0 0 0.45rem;
      color: var(--accent-teal);
      font-family: "Montserrat", "Poppins", sans-serif;
      font-size: clamp(1.1rem, 1.7vw, 1.7rem);
      font-weight: 800;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .lighting-gallery__title-wrap {
      position: static;
      display: inline-block;
      padding-top: 0;
      z-index: 160;
    }

    .lighting-gallery__title {
      margin: 0;
      color: #f6f1e9;
      font-family: "Montserrat", sans-serif;
      font-size: clamp(1.54rem, 3.01vw, 2.8rem);
      font-weight: 900;
      line-height: 0.92;
      letter-spacing: -0.075em;
      text-transform: uppercase;
    }

    .lighting-gallery__wordmark {
      position: absolute;
      left: auto;
      right: clamp(1.5rem, 6.5vw, 7rem);
      top: clamp(-1.85rem, -1.9vw, -0.95rem);
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      width: max-content;
      height: auto;
      z-index: 140;
      pointer-events: none;
      opacity: 0.98;
      transform: rotate(-10deg);
      transform-origin: center center;
      font-family: "Heatwood", "Yellowtail", cursive;
      font-weight: 400;
      color: #8acfc9;
      line-height: 1;
      letter-spacing: 0.01em;
      white-space: nowrap;
      overflow: visible;
      text-shadow:
        0 10px 22px rgba(0, 0, 0, 0.08),
        0 0 18px rgba(138, 207, 201, 0.08);
    }

    .lighting-gallery__wordmark-line {
      display: inline-flex;
      align-items: flex-end;
      font-size: clamp(38px, 3.8vw, 68px);
      overflow: visible;
    }

    .lighting-gallery__wordmark-line--word {
      line-height: 1.08;
    }

    .lighting-gallery__wordmark-line--underline {
      margin-top: -10px;
      margin-left: clamp(24px, 2.5vw, 44px);
      font-size: clamp(30px, 3.05vw, 54px);
      letter-spacing: 0;
      line-height: 0.32;
      transform: scaleX(2.6);
      transform-origin: left center;
    }

    .lighting-gallery__wordmark-char {
      display: inline-block;
      opacity: 0;
      overflow: visible;
      filter: blur(4px);
      transform: translate3d(0, 0.24em, 0) scale(0.94);
      transition:
        opacity 320ms ease,
        filter 420ms ease,
        transform 560ms cubic-bezier(.22, 1, .36, 1);
      transition-delay: calc(var(--char-index) * 68ms);
    }

    .lighting-gallery__wordmark.is-word-visible .lighting-gallery__wordmark-char {
      opacity: 1;
      filter: blur(0);
      transform: translate3d(0, 0, 0) scale(1);
    }

    .lighting-gallery__wordmark.is-word-hiding .lighting-gallery__wordmark-char {
      opacity: 0;
      filter: blur(3px);
      transform: translate3d(0, -0.08em, 0) scale(0.98);
      transition-delay: 0ms;
    }

    .lighting-gallery__copy {
      margin: 0.8rem 0 0;
      max-width: 38rem;
      color: rgba(246, 241, 233, 0.7);
      font-family: "Open Sans", sans-serif;
      font-size: 0.98rem;
      line-height: 1.75;
    }

    .lighting-gallery__nav {
      display: flex;
      gap: 0.8rem;
      flex: 0 0 auto;
    }

    .lighting-gallery__arrow {
      width: 56px;
      height: 56px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      background: rgba(255, 255, 255, 0.06);
      color: #f6f1e9;
      cursor: pointer;
      transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
    }

    .lighting-gallery__arrow:hover,
    .lighting-gallery__arrow:focus-visible {
      background: rgba(22, 168, 159, 0.16);
      transform: translateY(-2px);
      outline: none;
    }

    .lighting-gallery__arrow[disabled] {
      opacity: 0.38;
      cursor: default;
      transform: none;
    }

    .lighting-gallery__viewport {
      overflow: hidden;
      width: 100vw;
    }

    .lighting-gallery__track {
      display: flex;
      transition: transform 460ms cubic-bezier(.22, 1, .36, 1);
      will-change: transform;
    }

    .lighting-gallery__page {
      flex: 0 0 100vw;
      width: 100vw;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0;
    }

    .lighting-gallery__figure {
      margin: 0;
      aspect-ratio: 16 / 11.5;
      border-radius: 0;
      overflow: hidden;
      background: #10161b;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    }

    .lighting-gallery__image {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .after-steps.msx-section {
      position: relative;
      z-index: 4;
      padding: 0 0 clamp(6rem, 10vw, 9rem);
      width: 100%;
      left: auto;
      right: auto;
      margin: 0;
      margin-top: 0;
      background:
        linear-gradient(180deg, rgba(246, 242, 234, 0.96) 0%, rgba(246, 242, 234, 0.97) 34%, rgba(246, 242, 234, 0.985) 68%, rgba(246, 242, 234, 1) 100%),
        linear-gradient(180deg, rgba(173, 170, 162, 0.06) 0%, rgba(173, 170, 162, 0.1) 100%),
        #f4f0e7;
      color: #1a1f1b;
      -webkit-mask-image: none;
      mask-image: none;
      overflow: clip;
    }

    .after-steps.msx-section::after {
      display: none;
    }

    .after-steps::before {
      content: none;
    }

    .after-steps .msx-canvas,
    .after-steps .msx-overlay {
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .after-steps .msx-canvas {
      z-index: 0;
      opacity: 0.82;
    }

    .after-steps .msx-overlay {
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.03) 42%, rgba(255, 255, 255, 0.06) 100%);
      mix-blend-mode: normal;
    }

    .dstp-page-bg-image {
      background-image: url("https://charlestonweddingdjs.com/wp-content/uploads/2026/04/Event-Lighting-Background-scaled.webp");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: calc(0.2 * (1 - min(1, calc(var(--transition-sand-fade) * 1.35))));
      transition: opacity 220ms cubic-bezier(.22, 1, .36, 1);
    }

    .dstp-page::before {
      opacity: calc(1 - min(1, calc(var(--transition-sand-fade) * 1.35)));
      transition: opacity 220ms cubic-bezier(.22, 1, .36, 1);
    }

    .dstp-page::after {
      opacity: calc(min(1, calc(var(--transition-bridge) * 1.08)) * (1 - min(1, calc(var(--transition-sand-fade) * 1.35))));
      transition: opacity 200ms cubic-bezier(.22, 1, .36, 1);
    }

    .dstp-shared-light {
      opacity: calc(min(1, calc(var(--transition-eased) * 1.28)) + ((1 - min(1, calc(var(--transition-eased) * 1.28))) * min(1, calc(var(--transition-sand-fade) * 1.35))));
      transition: opacity 220ms cubic-bezier(.22, 1, .36, 1);
    }

    .dstp-page-bg-soften {
      background:
        linear-gradient(
          180deg,
          rgba(246, 242, 234, min(1, calc(var(--transition-sand-fade) * 1.35))) 0%,
          rgba(246, 242, 234, min(1, calc(var(--transition-sand-fade) * 1.35))) 100%
        ),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, calc(0.03 + (0.12 * min(1, calc(var(--transition-eased) * 1.28))))), transparent 52%),
        linear-gradient(180deg, rgba(255, 255, 255, calc(0.02 + (0.17 * min(1, calc(var(--transition-eased) * 1.28))))), rgba(255, 255, 255, calc(0.01 + (0.08 * min(1, calc(var(--transition-eased) * 1.28))))));
      transition: background 240ms cubic-bezier(.22, 1, .36, 1), opacity 220ms cubic-bezier(.22, 1, .36, 1);
    }

    .after-steps__shell {
      width: min(var(--container-wide), calc(100vw - 2rem));
      margin: 0 auto;
      position: relative;
      z-index: 1;
      min-height: 100svh;
    }

    .after-steps__intro {
      display: grid;
      grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
      gap: clamp(1.6rem, 4vw, 4rem);
      align-items: end;
      margin-bottom: clamp(2.6rem, 4vw, 4rem);
      position: relative;
      top: auto;
      z-index: 8;
      padding: calc(clamp(5rem, 9vw, 8.5rem) - 75px) 0 1.6rem;
      backdrop-filter: none;
    }

    .after-steps__intro-main {
      position: relative;
      left: 55px;
    }

    .after-steps__side-word {
      position: absolute;
      left: 0;
      top: calc(clamp(2.25rem, 4.2vw, 4.25rem) + 80px);
      width: clamp(21rem, 32vw, 30rem);
      pointer-events: none;
      user-select: none;
      z-index: 1;
      opacity: 0.98;
      transform: translateX(calc(-100% + 238px)) rotate(5deg);
      transform-origin: center center;
    }

    .after-steps__side-word img {
      display: block;
      width: 100%;
      height: auto;
    }

    .after-steps__intro::before {
      display: none;
    }

    .after-steps__eyebrow {
      margin: 0 0 0.95rem;
      color: rgba(22, 176, 164, 0.88);
      font-family: "Oswald", "Montserrat", sans-serif;
      font-size: 0.9rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .after-steps__title {
      margin: 0;
      color: #404742;
      font-family: "Big Shoulders Display", "Montserrat", sans-serif;
      font-size: clamp(2.8rem, 5vw, 5rem);
      font-weight: 900;
      line-height: 0.92;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      position: relative;
      z-index: 2;
    }

    .after-steps__title-accent {
      color: #16b0a4;
    }

    .after-steps__lede {
      margin: 0;
      max-width: 31rem;
      color: rgba(64, 71, 66, 0.86);
      font-family: "Open Sans", sans-serif;
      font-size: clamp(1rem, 1.45vw, 1.16rem);
      line-height: 1.7;
    }

    .after-steps__stage-wrap {
      position: relative;
      margin-top: calc(clamp(3rem, 6vw, 4.5rem) + 30px);
      padding-bottom: clamp(4rem, 8vw, 6.5rem);
    }

    .after-steps__stage {
      width: min(1240px, 88vw);
      margin: 0 auto;
    }

    .after-steps__deck {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(1rem, 1.8vw, 1.5rem);
      align-items: stretch;
    }

    .after-steps__card {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      min-height: clamp(320px, 36vw, 420px);
      padding: clamp(1.15rem, 1.8vw, 1.5rem);
      border: 1px solid rgba(228, 229, 221, 0.2);
      border-radius: 2rem;
      background: rgb(20, 25, 23);
      box-shadow: 0 24px 52px rgba(0, 0, 0, 0.22);
      will-change: transform, opacity;
      overflow: hidden;
    }

    .after-steps__card:nth-child(1),
    .after-steps__card:nth-child(3) {
      top: 25px;
    }

    .after-steps__card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 35%),
        radial-gradient(circle at 85% 22%, rgba(183, 197, 157, 0.06), transparent 28%);
      pointer-events: none;
    }

    .after-steps__card-body {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      min-width: 0;
      height: 100%;
    }

    .after-steps__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 64px;
      height: 64px;
      margin: 15px auto 1rem;
      color: #16a89f;
    }

    .after-steps__icon svg {
      display: block;
      width: 100%;
      height: 100%;
    }

    .after-steps__copy {
      margin-top: 0;
      padding: clamp(1rem, 1.5vw, 1.25rem);
      border-radius: 0.4rem;
      min-height: 100%;
    }

    .after-steps__card-title {
      margin: 0;
      color: #eee6da;
      font-family: "Montserrat", sans-serif;
      font-size: clamp(1.6rem, 2vw, 2.05rem);
      font-weight: 500;
      line-height: 0.94;
      letter-spacing: -0.05em;
      text-transform: uppercase;
    }

    .after-steps__card-text {
      margin: 1rem 0 0;
      color: rgba(241, 235, 226, 0.74);
      font-family: "Open Sans", sans-serif;
      font-size: clamp(1rem, 1vw, 1.08rem);
      line-height: 1.5;
    }

    .after-steps__transition {
      --after-transition-height: clamp(120px, 10vw, 170px);
      display: none;
    }

    @keyframes afterHeroKenBurns {
      from {
        transform: scale(1.06) translate3d(0, -1%, 0);
      }
      to {
        transform: scale(1.14) translate3d(0, 1.5%, 0);
      }
    }

    @keyframes afterRevealUp {
      from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
      }
      to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
      }
    }

    @keyframes scroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(calc(-100% - 1rem));
      }
    }

    .scroll {
      animation: scroll 25.7s linear infinite;
    }

    .scroll-reverse {
      animation: scroll 25.7s linear infinite reverse;
    }

    .de-social-ref__title {
      margin: 0;
      color: #10211f;
      font-family: "Montserrat", "Poppins", sans-serif;
      font-size: clamp(42px, 4.6vw, 72px);
      line-height: 0.92;
      letter-spacing: -0.06em;
      font-weight: 900;
      text-transform: uppercase;
    }

    .dr-difference-sticky__panel {
      position: relative;
      max-width: 520px;
      min-height: clamp(420px, 48vw, 620px);
      padding: clamp(1.8rem, 3vw, 2.4rem);
      border-radius: 0;
      overflow: hidden;
      background: none;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .dr-difference-sticky__eyebrow {
      position: relative;
      display: inline-block;
      transform: translate(-61px, 43px) rotate(-3deg);
      transform-origin: left center;
    }

    .dr-difference-sticky__title {
      margin: 0;
      max-width: 100%;
      color: #f6f1e9;
      font-family: "Big Shoulders Display", "Montserrat", sans-serif;
      font-size: clamp(3.9rem, 5.8vw, 5.9rem);
      font-weight: 900;
      line-height: 0.92;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
    }

    .dr-difference-sticky__title-line {
      display: block;
      width: fit-content;
      white-space: nowrap;
      max-width: 100%;
    }

    .dr-difference-sticky__lede {
      background: none;
      border: 0;
      box-shadow: none;
      padding: 0;
      border-radius: 0;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    #darby-difference {
      padding-bottom: clamp(96px, 9vw, 150px);
    }

    .lighting-page .dr-difference-sticky__item .dr-difference-sticky__icon {
      background-image: none;
      background: none;
      filter: none;
      color: #16a89f;
    }

    .dr-difference-sticky__icon svg {
      display: block;
      width: 100%;
      height: 100%;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .de-social-ref__title-top,
    .de-social-ref__title-bottom {
      display: block;
    }

    .de-social-ref__head {
      display: grid;
      justify-items: center;
      text-align: center;
      gap: 0.7rem;
      margin-bottom: clamp(2rem, 4vw, 3rem);
    }

    .de-social-ref {
      position: relative;
      margin-top: clamp(-120px, -7vw, -72px);
      background: transparent;
      transition: background 240ms cubic-bezier(.22, 1, .36, 1);
    }

    .de-social-ref::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: clamp(54px, 6vw, 88px);
      background: linear-gradient(
        180deg,
        rgba(244, 240, 231, 0) 0%,
        rgba(244, 240, 231, calc(min(1, calc(var(--transition-sand-fade) * 1.35)) * 0.72)) 72%,
        rgba(244, 240, 231, min(1, calc(var(--transition-sand-fade) * 1.35))) 100%
      );
      pointer-events: none;
      z-index: 0;
      transition: background 240ms cubic-bezier(.22, 1, .36, 1);
    }

    .de-social-ref__inner {
      position: relative;
      z-index: 1;
    }

    .de-social-ref__divider {
      width: 100%;
      height: 50px;
      background: transparent;
    }

    .de-social-ref__title-bottom {
      max-width: 24ch;
      margin: 0 auto;
      font-size: 0.65em;
      line-height: 1.08;
      letter-spacing: -0.04em;
      text-transform: none;
    }

    .de-social-ref__faq-list {
      width: min(960px, 100%);
      margin: clamp(6.75rem, 8vw, 7.75rem) auto 0;
      display: grid;
      gap: 1rem;
    }

    .de-social-ref__faq-item {
      border: 1px solid rgba(16, 33, 31, 0.12);
      border-radius: 1.5rem;
      background: rgba(255, 255, 255, 0.58);
      box-shadow: none;
      backdrop-filter: blur(10px);
      overflow: hidden;
    }

    .de-social-ref__faq-question {
      position: relative;
      list-style: none;
      cursor: pointer;
      padding: 1.25rem 4.5rem 1.25rem 1.4rem;
      color: #10211f;
      font-family: "Montserrat", "Poppins", sans-serif;
      font-size: clamp(1.05rem, 1.5vw, 1.3rem);
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.03em;
    }

    .de-social-ref__faq-question::-webkit-details-marker {
      display: none;
    }

    .de-social-ref__faq-question::before,
    .de-social-ref__faq-question::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1.5rem;
      width: 16px;
      height: 2px;
      border-radius: 999px;
      background: #16a89f;
      transform: translateY(-50%);
      transition: transform 220ms ease, opacity 220ms ease;
    }

    .de-social-ref__faq-question::after {
      transform: translateY(-50%) rotate(90deg);
    }

    .de-social-ref__faq-item[open] .de-social-ref__faq-question::after {
      transform: translateY(-50%) rotate(180deg);
      opacity: 0;
    }

    .de-social-ref__faq-answer {
      padding: 0 1.4rem 1.35rem;
      color: rgba(16, 33, 31, 0.8);
      font-family: "Open Sans", sans-serif;
      font-size: clamp(0.98rem, 1.05vw, 1.06rem);
      line-height: 1.72;
    }

    .de-social-ref__faq-answer p {
      margin: 0;
    }

    .de-social-ref__cta {
      display: flex;
      justify-content: center;
      margin-top: clamp(1.5rem, 3vw, 2.4rem);
      transform: translateY(-15px);
    }

    .de-social-ref__cta .msx-button.approved-button {
      --approved-button-script-size: clamp(0.86rem, 1.15vw, 1.08rem);
      --approved-button-gap: clamp(8px, 0.72vw, 12px);
      width: min(100%, 280px);
    }

    body.lighting-page .darby-global-footer,
    body.lighting-page .darby-global-footer .dj-footer-section {
      background: var(--lighting-page-cream);
    }

    body.lighting-page .darby-global-footer .dj-footer-section::before {
      background: linear-gradient(
        180deg,
        var(--lighting-page-cream) 0%,
        var(--lighting-page-cream) 12%,
        #d9f2ec 24%,
        #8fd6c9 38%,
        #35c4b0 47%,
        #04a58a 50%,
        #04a58a 100%
      );
    }

    body.lighting-page #darby-difference .dr-difference-sticky__item,
    body.lighting-page #darby-difference .dr-difference-sticky__item:hover,
    body.lighting-page #darby-difference .dr-difference-sticky__item:focus-within {
      box-shadow: none !important;
      filter: none !important;
    }

    body.lighting-page #darby-difference .dr-difference-sticky__item {
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
        rgba(8, 11, 11, 0.84);
    }

    body.lighting-page #darby-difference .dr-difference-sticky__title {
      --lighting-heading-ink-fade: min(1, calc(var(--transition-sand-fade) * 1.78));
      color: rgb(
        calc(255 - (239 * var(--lighting-heading-ink-fade)))
        calc(255 - (222 * var(--lighting-heading-ink-fade)))
        calc(255 - (224 * var(--lighting-heading-ink-fade)))
      );
      text-shadow: 0 1px 18px rgba(0, 0, 0, calc((1 - var(--lighting-heading-ink-fade)) * 0.22));
      animation: none !important;
      transition: opacity 0.72s ease 0.08s, transform 0.72s ease 0.08s, color 160ms linear, text-shadow 160ms linear;
    }

    body.lighting-page #darby-difference .dr-difference-sticky__lede {
      --lighting-lede-ink-fade: min(1, calc(var(--transition-sand-fade) * 1.64));
      color: rgba(
        calc(246 - (230 * var(--lighting-lede-ink-fade))),
        calc(241 - (208 * var(--lighting-lede-ink-fade))),
        calc(233 - (202 * var(--lighting-lede-ink-fade))),
        calc(0.82 - (0.02 * var(--lighting-lede-ink-fade)))
      );
      transition: color 160ms linear;
    }

    @media (min-width: 1100px) {
      body.lighting-page .dstp-page {
        overflow: visible;
      }

      body.lighting-page #darby-difference .dr-difference-sticky__aside {
        position: sticky;
        top: clamp(28px, 4vw, 56px);
        align-self: start;
      }

      body.lighting-page #darby-difference .dr-difference-sticky__panel {
        position: sticky;
        top: clamp(28px, 4vw, 56px);
      }

      body.lighting-page .de-social-ref {
        padding-bottom: clamp(14px, 1.4vw, 24px);
        background: linear-gradient(
          180deg,
          rgba(244, 240, 231, calc(min(1, calc(var(--transition-sand-fade) * 1.35)) * 0.02)) 0%,
          rgba(244, 240, 231, calc(min(1, calc(var(--transition-sand-fade) * 1.35)) * 0.14)) 28%,
          rgba(244, 240, 231, calc(min(1, calc(var(--transition-sand-fade) * 1.35)) * 0.48)) 64%,
          rgba(244, 240, 231, min(1, calc(var(--transition-sand-fade) * 1.35))) 100%
        );
      }

      body.lighting-page .de-social-ref::after {
        height: clamp(16px, 2vw, 28px);
        background: linear-gradient(
          180deg,
          rgba(244, 240, 231, 0) 0%,
          rgba(244, 240, 231, min(1, calc(var(--transition-sand-fade) * 1.35))) 100%
        );
      }

      body.lighting-page .de-social-ref__inner {
        padding-bottom: clamp(20px, 2vw, 30px);
      }

      body.lighting-page .de-social-ref__cta {
        margin-top: clamp(1rem, 1.6vw, 1.45rem);
        transform: none;
      }

      body.lighting-page .darby-global-footer {
        margin-top: -1px;
      }
    }

    @media (max-width: 1024px) {
      body.lighting-page {
        overflow-x: hidden;
      }

      .after-hero,
      .after-details.msx-section,
      .lighting-services.msx-section,
      .lighting-gallery,
      .after-steps.msx-section,
      .dstp-page,
      .de-social-ref {
        overflow-x: clip;
      }

      .after-hero__content {
        align-items: flex-end;
        padding-top: clamp(248px, 34vw, 330px);
        padding-bottom: clamp(2rem, 5vw, 3.5rem);
      }

      .after-hero__copy {
        max-width: min(100%, 42rem);
      }

      .after-hero__actions {
        align-items: flex-start;
      }

      .after-hero__note {
        margin-bottom: 0;
        max-width: 28rem;
      }

      .after-details__shell {
        width: 100%;
        min-height: auto;
      }

      .after-details__photo {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        min-height: clamp(360px, 52vw, 520px);
        clip-path: none;
        transform: translate3d(0, 0, 0);
      }

      .after-details.is-visible .after-details__photo {
        transform: none;
      }

      .after-details__photo::before {
        display: none;
      }

      .after-details__photo img,
      .after-details__photo video {
        object-fit: cover;
        object-position: center center;
      }

      .after-details__panel-inner {
        width: min(100%, 52rem);
        margin: 0 auto;
        padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 4vw, 2rem) clamp(2.5rem, 4vw, 3rem);
      }

      .after-details__title {
        max-width: none;
      }

      .lighting-services.msx-section {
        padding: clamp(3.25rem, 6vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5rem);
      }

      .lighting-services__shell {
        width: min(100%, calc(100vw - 1.5rem));
      }

      .lighting-services__head {
        margin-bottom: clamp(1.75rem, 4vw, 2.6rem);
      }

      .lighting-services__title-wrap {
        max-width: 100%;
      }

      .lighting-services__title {
        padding-left: 0;
      }

      .lighting-services__title-art {
        top: 0;
        right: auto;
        left: 0;
        width: clamp(48px, 8vw, 82px);
        transform: translate(-72%, -8%) rotate(-9deg);
      }

      .lighting-services__card {
        min-height: 0;
      }

      .lighting-services__media {
        position: relative;
        inset: auto;
        aspect-ratio: 16 / 11;
      }

      .lighting-services__card-copy {
        position: relative;
        inset: auto;
        height: auto;
        max-height: none;
        transform: none;
        clip-path: none;
      }

      .lighting-services__list-wrap {
        display: flex;
        flex-direction: column;
        margin: 0 -1.4rem -1.4rem;
        padding: 1.15rem 1.4rem 1.35rem;
      }

      .lighting-services__cta-wrap {
        position: static;
        margin-top: 1rem;
      }

      .lighting-services__cta {
        width: clamp(154px, 56vw, 218px);
        max-width: 218px;
      }

      .lighting-gallery__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 0 clamp(1rem, 4vw, 1.5rem);
      }

      .lighting-gallery__title-wrap {
        max-width: min(100%, 32rem);
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
      }

      .lighting-gallery__wordmark {
        left: auto;
        right: clamp(1rem, 4vw, 2rem);
        top: clamp(-1.65rem, -2vw, -0.9rem);
        transform: rotate(-9deg);
        transform-origin: center center;
      }

      .lighting-gallery__copy {
        max-width: 34rem;
      }

      .lighting-gallery__nav {
        align-self: flex-end;
      }

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

      .lighting-gallery__figure {
        aspect-ratio: 16 / 12;
      }

      .after-steps__intro {
        grid-template-columns: 1fr;
        padding: 0;
        isolation: auto;
      }

      .after-steps__side-word {
        left: auto;
        right: 0;
        top: -0.6rem;
        width: clamp(5rem, 14vw, 7.5rem);
        opacity: 0.92;
        transform: translateX(0) rotate(5deg);
      }

      .after-steps__stage-wrap {
        margin-top: 1.5rem;
        padding-bottom: 0;
      }

      .after-steps__stage {
        width: auto;
      }

      .after-steps__deck {
        gap: 1.15rem;
      }

      .after-steps__card {
        min-height: 0;
      }

      .after-steps__copy {
        max-width: 100%;
      }

      .de-social-ref__inner {
        width: min(100%, calc(100vw - 1.5rem));
      }

      .de-social-ref__head {
        margin-bottom: clamp(1.8rem, 4vw, 2.4rem);
      }

      .de-social-ref__title-bottom {
        max-width: 22ch;
      }

      .de-social-ref__faq-list {
        width: 100%;
        margin-top: clamp(4rem, 12vw, 5.25rem);
      }

    }

    @media (min-width: 768px) and (max-width: 1024px) {
      .after-hero {
        min-height: clamp(640px, 78vh, 760px);
      }

      .after-hero__title {
        max-width: 10ch;
        font-size: clamp(3.5rem, 7.8vw, 5rem);
      }

      .after-hero__tag {
        font-size: clamp(1.45rem, 3vw, 2rem);
      }

      .after-hero__snippet {
        max-width: 38rem;
      }

      .after-details__panel-inner {
        width: min(100%, 56rem);
      }

      .lighting-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
      }

      .lighting-services__copy-title {
        font-size: clamp(1.9rem, 3vw, 2.45rem);
      }

      .lighting-gallery__wordmark-line {
        font-size: clamp(36px, 5vw, 47px);
      }

      .lighting-gallery__wordmark-line--underline {
        margin-top: -8px;
        margin-left: clamp(22px, 4vw, 30px);
        font-size: clamp(30px, 4.5vw, 38px);
        transform: scaleX(2.45);
      }

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

      .de-social-ref__faq-list {
        margin-top: clamp(9.5rem, 18vw, 10.75rem);
      }
    }

    @media (max-width: 767px) {
      .after-hero {
        min-height: 680px;
      }

      .after-hero__content {
        padding-top: 272px;
        padding-bottom: 54px;
      }

      .after-hero__inner {
        width: min(100%, calc(100vw - 1.25rem));
      }

      .after-hero__title {
        max-width: 11ch;
        font-size: clamp(2.65rem, 14vw, 4.25rem);
      }

      .after-hero__tag {
        font-size: clamp(1.2rem, 6.8vw, 1.8rem);
      }

      .after-hero__snippet {
        font-size: 1rem;
        line-height: 1.65;
      }

      .after-hero__actions {
        flex-direction: column;
        align-items: stretch;
      }

      .after-hero__note {
        max-width: none;
        font-size: 0.9rem;
      }

      .after-details__photo {
        min-height: 360px;
      }

      .after-details__panel-inner {
        width: min(100%, calc(100vw - 1rem));
        padding: 1.9rem 1rem 2.25rem;
      }

      .after-details__title {
        font-size: clamp(2.15rem, 11.5vw, 3.25rem);
      }

      .after-details__copy {
        font-size: 1rem;
        line-height: 1.65;
      }

      .lighting-services.msx-section {
        padding: 3rem 0 3.5rem;
      }

      .lighting-services__grid {
        grid-template-columns: 1fr;
        gap: 1rem;
      }

      .lighting-services__title {
        font-size: clamp(2rem, 9.5vw, 3rem);
        padding-left: 0;
      }

      .lighting-services__title-art {
        width: clamp(38px, 12vw, 58px);
      }

      .lighting-services__title-line--sub {
        white-space: nowrap;
      }

      .lighting-services__sub {
        margin-top: 1.15rem;
        font-size: 0.96rem;
        line-height: 1.7;
      }

      .lighting-services__card-copy {
        padding: 1.05rem 1.1rem 1.1rem;
      }

      .lighting-services__copy-title {
        margin-bottom: 0.85rem;
        font-size: clamp(1.9rem, 9vw, 2.5rem);
      }

      .lighting-services__copy-text,
      .lighting-services__list {
        font-size: 0.94rem;
      }

      .lighting-services__list-wrap {
        margin: 0 -1.1rem -1.1rem;
        padding: 1rem 1.1rem 1.15rem;
      }

      .lighting-services__cta {
        max-width: 218px;
      }

      .lighting-gallery {
        padding-top: 2.4rem;
      }

      .lighting-gallery__head {
        padding-inline: 1rem;
      }

      .lighting-gallery__title-wrap {
        max-width: 100%;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
      }

      .lighting-gallery__title {
        font-size: clamp(1.45rem, 8vw, 2.3rem);
      }

      .lighting-gallery__wordmark {
        top: clamp(-1.25rem, -2.7vw, -0.75rem);
        bottom: auto;
        left: auto;
        right: clamp(0.7rem, 4vw, 1rem);
        transform: rotate(-9deg);
      }

      .lighting-gallery__wordmark-line {
        font-size: clamp(30px, 8vw, 39px);
      }

      .lighting-gallery__wordmark-line--underline {
        margin-top: -7px;
        margin-left: clamp(18px, 7vw, 26px);
        font-size: clamp(24px, 7vw, 32px);
        transform: scaleX(2.35);
      }

      .lighting-gallery__nav {
        display: none;
      }

      .lighting-gallery__viewport {
        height: clamp(265px, 70vw, 390px);
        overflow: hidden;
      }

      .lighting-gallery__track {
        flex-direction: column;
        touch-action: pan-x;
      }

      .lighting-gallery__page {
        display: contents;
        flex: none;
        width: auto;
      }

      .lighting-gallery__figure {
        flex: 0 0 clamp(265px, 70vw, 390px);
        height: clamp(265px, 70vw, 390px);
        aspect-ratio: auto;
      }

      .after-steps {
        padding-top: 4.4rem;
      }

      .after-steps__side-word {
        width: clamp(4.5rem, 16vw, 6rem);
      }

      .after-steps__deck {
        grid-template-columns: 1fr;
      }

      .after-steps__copy {
        padding-top: 1.5rem;
      }

      .de-social-ref {
        margin-top: -44px;
      }

      .de-social-ref__title-bottom {
        max-width: 19ch;
      }

      .de-social-ref__faq-question {
        padding: 1.1rem 3.75rem 1.1rem 1.1rem;
      }

      .de-social-ref__faq-list {
        margin-top: clamp(7rem, 13vw, 8rem);
      }

      .de-social-ref__faq-answer {
        padding: 0 1.1rem 1.15rem;
      }

    }

    @media (prefers-reduced-motion: reduce) {
      .after-hero__slide.is-active,
      .after-hero .after-reveal {
        animation: none !important;
      }

      .after-hero .after-reveal {
        opacity: 1;
        transform: none;
      }

      .after-details__photo {
        opacity: 1;
        transform: none;
        transition: none;
      }

      .scroll,
      .scroll-reverse {
        animation: none !important;
      }

      .after-steps__stage-wrap {
        padding-bottom: 0;
      }

      .after-steps__stage {
        width: auto;
      }

      .after-steps__deck {
        grid-template-columns: 1fr;
        gap: 1.15rem;
      }

      .after-steps__card {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        position: relative;
        transition: none !important;
      }

      .after-steps__transition {
        margin-top: calc(var(--after-transition-height) * -0.35);
      }

      .lighting-services__photo,
      .lighting-services__card-copy,
      .lighting-services__label {
        transition: none !important;
      }

      .lighting-services__card-copy {
        transform: none !important;
        opacity: 1 !important;
      }

      .lighting-services__label {
        display: none;
      }
    }

    .lux-event-drawer {
      position: fixed;
      bottom: 18px;
      right: 0;
      z-index: 80;
      transform: none;
      pointer-events: none;
      transition: opacity 0.24s ease, visibility 0.24s ease;
    }

    .lux-event-drawer.is-hidden {
      opacity: 0;
      visibility: hidden;
    }

    .lux-event-drawer__panel {
      --drawer-tab-size: 56px;
      width: min(340px, calc(100vw - 20px));
      display: grid;
      grid-template-columns: var(--drawer-tab-size) minmax(0, 1fr);
      align-items: stretch;
      border: 1px solid var(--event-drawer-border);
      border-radius: 28px 0 0 28px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
        rgba(244, 236, 223, 0.92);
      box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset;
      backdrop-filter: blur(18px) saturate(135%);
      -webkit-backdrop-filter: blur(18px) saturate(135%);
      overflow: hidden;
      transform: translateX(calc(100% - var(--drawer-tab-size)));
      transition:
        transform 0.5s cubic-bezier(.22, 1, .36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
      pointer-events: auto;
    }

    .lux-event-drawer:hover .lux-event-drawer__panel,
    .lux-event-drawer.is-open .lux-event-drawer__panel,
    .lux-event-drawer__panel:focus-within {
      transform: translateX(0);
      box-shadow:
        0 28px 74px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
      border-color: rgba(176, 162, 143, 0.46);
    }

    .lux-event-drawer__trigger {
      appearance: none;
      border: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.16);
      background: #16b0a4;
      color: #f7fffe;
      font: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 1rem 0.55rem;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      letter-spacing: 0.26em;
      text-transform: uppercase;
      font-family: "Oswald", "Montserrat", sans-serif;
      font-size: 0.9rem;
      line-height: 1;
      position: relative;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .lux-event-drawer__trigger::before,
    .lux-event-drawer__trigger::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 1px;
      transform: translateX(-50%);
      background: linear-gradient(180deg, rgba(88, 199, 197, 0), rgba(88, 199, 197, 0.95), rgba(88, 199, 197, 0));
    }

    .lux-event-drawer__trigger::before {
      top: 16px;
      height: 26px;
    }

    .lux-event-drawer__trigger::after {
      bottom: 16px;
      height: 26px;
    }

    .lux-event-drawer__trigger:hover,
    .lux-event-drawer__trigger:focus-visible {
      color: #fff;
      background: #16b0a4;
      outline: none;
    }

    .lux-event-drawer__body {
      position: relative;
      padding: 0.75rem;
      background:
        radial-gradient(circle at top right, var(--event-drawer-accent-soft), transparent 38%),
        rgba(247, 241, 232, 0.98);
    }

    .lux-event-drawer__links {
      display: grid;
      gap: 0.34rem;
    }

    .lux-event-drawer__link {
      display: block;
      align-items: center;
      padding: 0.62rem 0.78rem;
      border: 1px solid rgba(54, 63, 59, 0.08);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.44);
      color: var(--event-drawer-ink);
      text-decoration: none;
      transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease,
        box-shadow 0.28s ease;
    }

    .lux-event-drawer__link:hover,
    .lux-event-drawer__link:focus-visible {
      transform: translateX(-3px);
      border-color: rgba(22, 168, 159, 0.24);
      background: rgba(255, 255, 255, 0.72);
      box-shadow: 0 14px 20px rgba(31, 35, 33, 0.1);
      outline: none;
    }

    .lux-event-drawer__label {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-size: 0.9rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .lux-event-drawer__meta {
      display: block;
      margin-top: 0.08rem;
      color: rgba(46, 52, 49, 0.58);
      font-size: 0.66rem;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .lux-event-drawer__link[aria-current="page"] {
      border-color: rgba(22, 168, 159, 0.52);
      background: linear-gradient(90deg, rgba(22, 168, 159, 0.16), rgba(255, 255, 255, 0.54));
      box-shadow:
        0 16px 26px rgba(31, 35, 33, 0.12),
        0 0 0 1px rgba(22, 168, 159, 0.14) inset;
    }

    .lux-event-drawer__link[aria-current="page"] .lux-event-drawer__label {
      color: #0e6e68;
    }

    .lux-event-drawer__link[aria-current="page"] .lux-event-drawer__meta {
      color: rgba(46, 52, 49, 0.58);
    }

    .lux-event-drawer {
      position: fixed;
      bottom: calc(18px + 125px);
      right: 0;
      z-index: 80;
      transform: none;
      pointer-events: none;
      transition: opacity 0.24s ease, visibility 0.24s ease;
    }

    .lux-event-drawer.is-hidden {
      opacity: 0;
      visibility: hidden;
    }

    .lux-event-drawer__panel {
      --drawer-tab-size: 56px;
      width: min(340px, calc(100vw - 20px));
      display: grid;
      grid-template-columns: var(--drawer-tab-size) minmax(0, 1fr);
      align-items: stretch;
      border: 1px solid var(--event-drawer-border);
      border-radius: 28px 0 0 28px !important;
      border-top-right-radius: 0 !important;
      border-bottom-right-radius: 0 !important;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.12)),
        var(--event-drawer-surface);
      box-shadow:
        0 24px 60px rgba(31, 35, 33, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.42) inset;
      backdrop-filter: blur(18px) saturate(135%);
      -webkit-backdrop-filter: blur(18px) saturate(135%);
      overflow: hidden;
      transform: translateX(calc(100% - var(--drawer-tab-size)));
      transition:
        transform 0.5s cubic-bezier(.22, 1, .36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
      pointer-events: auto;
    }

    .lux-event-drawer:hover .lux-event-drawer__panel,
    .lux-event-drawer.is-open .lux-event-drawer__panel,
    .lux-event-drawer__panel:focus-within {
      transform: translateX(0);
      box-shadow:
        0 28px 74px rgba(31, 35, 33, 0.24),
        0 0 0 1px rgba(255, 255, 255, 0.55) inset;
      border-color: rgba(22, 168, 159, 0.22);
    }

    .lux-event-drawer__trigger {
      appearance: none;
      border: 0;
      border-right: 1px solid rgba(12, 92, 86, 0.26);
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02)),
        linear-gradient(180deg, #1ab6ad 0%, #11988f 100%);
      color: #f8f4ed;
      font: inherit;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      padding: 1rem 0.55rem;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      letter-spacing: 0.34em;
      text-transform: uppercase;
      font-family: "Oswald", "Montserrat", sans-serif;
      font-size: 0.78rem;
      line-height: 1;
      position: relative;
      transition: background 0.3s ease, color 0.3s ease;
    }

    .lux-event-drawer__trigger::before,
    .lux-event-drawer__trigger::after {
      content: "";
      position: absolute;
      left: 50%;
      width: 1px;
      transform: translateX(-50%);
      background: linear-gradient(180deg, rgba(248, 244, 237, 0), rgba(248, 244, 237, 0.95), rgba(248, 244, 237, 0));
    }

    .lux-event-drawer__trigger::before {
      top: 16px;
      height: 42px;
    }

    .lux-event-drawer__trigger::after {
      bottom: 16px;
      height: 42px;
    }

    .lux-event-drawer__trigger:hover,
    .lux-event-drawer__trigger:focus-visible {
      color: #fff;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
        linear-gradient(180deg, #20c4bb 0%, #16a89f 100%);
      outline: none;
    }

    .lux-event-drawer__body {
      position: relative;
      padding: 0.75rem;
      background:
        radial-gradient(circle at top right, var(--event-drawer-accent-soft), transparent 38%),
        rgba(247, 241, 232, 0.98);
    }

    .lux-event-drawer__links {
      display: grid;
      gap: 0.34rem;
    }

    .lux-event-drawer__link {
      display: block;
      align-items: center;
      padding: 0.62rem 0.78rem;
      border: 1px solid rgba(54, 63, 59, 0.08);
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.44);
      color: var(--event-drawer-ink);
      text-decoration: none;
      transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        background 0.28s ease,
        box-shadow 0.28s ease;
    }

    .lux-event-drawer__link:hover,
    .lux-event-drawer__link:focus-visible {
      transform: translateX(-3px);
      border-color: rgba(22, 168, 159, 0.24);
      background: rgba(255, 255, 255, 0.72);
      box-shadow: 0 14px 20px rgba(31, 35, 33, 0.1);
      outline: none;
    }

    .lux-event-drawer__label {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-size: 0.9rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .lux-event-drawer__meta {
      display: block;
      margin-top: 0.08rem;
      color: rgba(46, 52, 49, 0.58);
      font-size: 0.66rem;
      letter-spacing: 0.07em;
      text-transform: uppercase;
    }

    .lux-event-drawer__link[aria-current="page"] {
      border-color: rgba(22, 168, 159, 0.52);
      background: linear-gradient(90deg, rgba(22, 168, 159, 0.16), rgba(255, 255, 255, 0.54));
      box-shadow:
        0 16px 26px rgba(31, 35, 33, 0.12),
        0 0 0 1px rgba(22, 168, 159, 0.14) inset;
    }

    .lux-event-drawer__link[aria-current="page"] .lux-event-drawer__label {
      color: #0e6e68;
    }

    @media (max-width: 1024px) {
      .lux-event-drawer {
        right: 0;
        bottom: 20px;
        left: auto;
      }

      .lux-event-drawer .lux-event-drawer__panel {
        --drawer-tab-size: 36px;
        width: min(180px, calc(100vw - 10px));
        grid-template-columns: var(--drawer-tab-size) minmax(0, 1fr);
        grid-template-rows: none;
        align-items: stretch;
        border: 0;
        border-radius: 0 !important;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        overflow: visible;
        transform: translateX(calc(100% - var(--drawer-tab-size)));
      }

      .lux-event-drawer:hover .lux-event-drawer__panel,
      .lux-event-drawer.is-open .lux-event-drawer__panel,
      .lux-event-drawer .lux-event-drawer__panel:focus-within {
        transform: translateX(0);
        box-shadow: none;
        border-color: transparent;
      }

      .lux-event-drawer .lux-event-drawer__trigger {
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        padding: 0;
        background: center / 100% 100% no-repeat url("https://charlestonweddingdjs.com/wp-content/uploads/2026/05/drawer-tabe-desktop.png");
        transform: none;
      }

      .lux-event-drawer .lux-event-drawer__trigger::before,
      .lux-event-drawer .lux-event-drawer__trigger::after {
        content: none;
        display: none !important;
      }

      .lux-event-drawer .lux-event-drawer__trigger-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        letter-spacing: 0.06em;
        font-size: 0.94rem;
        line-height: 1;
        color: #f8f4ed;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
      }

      .lux-event-drawer .lux-event-drawer__body {
        padding: 0.46rem 0.46rem 0.4rem 0.4rem;
        max-height: none;
        overflow: visible;
        opacity: 1;
        background: #f7f1e8;
        border: 1px solid rgba(214, 203, 182, 0.92);
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
        transition: none;
      }

      .lux-event-drawer:hover .lux-event-drawer__body,
      .lux-event-drawer.is-open .lux-event-drawer__body,
      .lux-event-drawer .lux-event-drawer__panel:focus-within .lux-event-drawer__body {
        padding: 0.46rem 0.46rem 0.4rem 0.4rem;
      }

      .lux-event-drawer .lux-event-drawer__links {
        display: flex;
        flex-direction: column;
        gap: 0;
        counter-reset: mobile-event-types;
      }

      .lux-event-drawer .lux-event-drawer__link {
        position: relative;
        padding: 0.4rem 0 0.38rem;
        border: 0;
        border-bottom: 1px solid rgba(198, 183, 154, 0.72);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        counter-increment: mobile-event-types;
      }

      .lux-event-drawer .lux-event-drawer__link:last-child {
        border-bottom: 0;
      }

      .lux-event-drawer .lux-event-drawer__link::before {
        content: counter(mobile-event-types, decimal-leading-zero);
        display: block;
        margin-bottom: 0.12rem;
        color: rgba(73, 77, 74, 0.58);
        font-family: "Montserrat", sans-serif;
        font-size: 0.54rem;
        letter-spacing: 0.13em;
      }

      .lux-event-drawer .lux-event-drawer__label {
        font-size: 0.8rem;
        line-height: 1;
        letter-spacing: 0.1em;
      }

      .lux-event-drawer .lux-event-drawer__meta {
        font-size: 0.44rem;
        margin-top: 0.08rem;
        line-height: 1.1;
        letter-spacing: 0.1em;
        max-width: 14ch;
      }

      .lux-event-drawer .lux-event-drawer__link:hover,
      .lux-event-drawer .lux-event-drawer__link:focus-visible {
        transform: none;
        border-color: rgba(164, 151, 124, 0.82);
        background: transparent;
        box-shadow: none;
      }

      .lux-event-drawer .lux-event-drawer__link[aria-current="page"] {
        border-color: rgba(164, 151, 124, 0.82);
        background: transparent;
        box-shadow: none;
      }

      .lux-event-drawer .lux-event-drawer__link[aria-current="page"]::before,
      .lux-event-drawer .lux-event-drawer__link[aria-current="page"] .lux-event-drawer__label {
        color: #178a84;
      }
    }

    @media (max-width: 767px) {
      .lux-event-drawer {
        bottom: 10px;
      }

      /* Mobile parity: keep the approved sculpted Services tab silhouette.
         The former live-site PNG now returns a 404, which exposed the shared
         rectangular gradient fallback on phones. */
      html body.lighting-page .lux-event-drawer .lux-event-drawer__trigger,
      html body.lighting-page .lux-event-drawer:not(.is-open):not(:hover) .lux-event-drawer__trigger:not(:focus-visible),
      html body.lighting-page .lux-event-drawer .lux-event-drawer__trigger:hover,
      html body.lighting-page .lux-event-drawer .lux-event-drawer__trigger:focus-visible {
        background: center / 100% 100% no-repeat url("./assets/slide-out-mobile-menu.svg") !important;
        background-color: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
      }

      .lux-event-drawer .lux-event-drawer__panel {
        width: min(180px, calc(100vw - 8px));
      }

      .lux-event-drawer .lux-event-drawer__body {
        padding: 0.42rem 0.42rem 0.36rem 0.36rem;
      }

      .lux-event-drawer:hover .lux-event-drawer__body,
      .lux-event-drawer.is-open .lux-event-drawer__body,
      .lux-event-drawer .lux-event-drawer__panel:focus-within .lux-event-drawer__body {
        padding: 0.42rem 0.42rem 0.36rem 0.36rem;
      }

      .lux-event-drawer .lux-event-drawer__link {
        padding: 0.36rem 0 0.34rem;
      }

      .lux-event-drawer .lux-event-drawer__link::before {
        margin-bottom: 0.14rem;
        font-size: 0.48rem;
      }

      .lux-event-drawer .lux-event-drawer__label {
        font-size: 0.74rem;
        letter-spacing: 0.09em;
      }

      .lux-event-drawer .lux-event-drawer__meta {
        font-size: 0.42rem;
        margin-top: 0.07rem;
        line-height: 1.08;
        letter-spacing: 0.09em;
      }
    }
    @media (min-width: 1024px) {
      .lux-event-drawer {
        bottom: calc(18px + 125px) !important;
        right: 0 !important;
        left: auto !important;
      }

      .lux-event-drawer .lux-event-drawer__panel {
        --drawer-tab-size: 58px;
        display: grid;
        grid-template-columns: var(--drawer-tab-size) minmax(0, 1fr);
        width: min(286px, calc(100vw - 24px));
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        overflow: visible;
        transform: translateX(calc(100% - var(--drawer-tab-size))) !important;
      }

      .lux-event-drawer:hover .lux-event-drawer__panel,
      .lux-event-drawer.is-open .lux-event-drawer__panel,
      .lux-event-drawer .lux-event-drawer__panel:focus-within {
        transform: translateX(0) !important;
        box-shadow: none;
        border-color: transparent;
      }

      .lux-event-drawer .lux-event-drawer__trigger {
        align-self: stretch;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 0;
        padding: 0 !important;
        border: 0 !important;
        background: center / 100% 100% no-repeat url("https://charlestonweddingdjs.com/wp-content/uploads/2026/05/drawer-tabe-desktop.png") !important;
        writing-mode: horizontal-tb;
        transform: none !important;
        position: relative;
        z-index: 2;
      }

      .lux-event-drawer .lux-event-drawer__trigger::before,
      .lux-event-drawer .lux-event-drawer__trigger::after {
        content: none !important;
        display: none !important;
      }

      .lux-event-drawer .lux-event-drawer__trigger-label {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        color: #f8f4ed;
        font-family: "Oswald", "Montserrat", sans-serif;
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 0.08em;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.14);
      }

      .lux-event-drawer .lux-event-drawer__body {
        display: block;
        max-height: none;
        overflow: visible;
        opacity: 1;
        margin-left: 0;
        padding: 0.68rem 0.88rem 0.66rem 0.76rem !important;
        background: #f7f1e8;
        border: 1px solid rgba(214, 203, 182, 0.92);
        border-right: 0;
        border-radius: 0;
        box-shadow: 0 20px 48px rgba(11, 16, 15, 0.24);
        position: relative;
        z-index: 1;
      }
    }


/* Final Services tab parity: exact live Add-ons silhouette, size and label. */
html body .lux-event-drawer {
  z-index: 250000 !important;
}
html body .lux-event-drawer .lux-event-drawer__trigger {
  background: transparent url("./assets/slide-out-mobile-menu.svg") center / 100% 100% no-repeat !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
html body .lux-event-drawer .lux-event-drawer__trigger::before,
html body .lux-event-drawer .lux-event-drawer__trigger::after {
  content: none !important;
  display: none !important;
}
html body .lux-event-drawer .lux-event-drawer__trigger-label {
  font-family: "Oswald", "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
}
@media (min-width: 1025px) {
  html body .lux-event-drawer .lux-event-drawer__panel,
  html body .lux-event-drawer .lux-event-drawer__trigger {
    height: 305.484375px !important;
    min-height: 305.484375px !important;
    max-height: 305.484375px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  html body .lux-event-drawer .lux-event-drawer__panel,
  html body .lux-event-drawer .lux-event-drawer__trigger {
    height: 254.578125px !important;
    min-height: 254.578125px !important;
    max-height: 254.578125px !important;
  }
}
@media (max-width: 767px) {
  html body .lux-event-drawer .lux-event-drawer__panel,
  html body .lux-event-drawer .lux-event-drawer__trigger {
    height: 234.90625px !important;
    min-height: 234.90625px !important;
    max-height: 234.90625px !important;
  }
}

/* 2026-07-16 scoped Safari paint-room repair for Shine and Lighting Excellence. */
html.lighting-page-root body.lighting-page #main-content :is(.lighting-gallery__wordmark, .lighting-gallery__wordmark-line, .lighting-gallery__wordmark-char, .dr-difference-sticky__eyebrow) {
  overflow: visible !important;
  contain: none !important;
  clip-path: none !important;
  -webkit-clip-path: none !important;
}
html.lighting-page-root body.lighting-page #main-content .lighting-gallery__wordmark-line--word,
html.lighting-page-root body.lighting-page #main-content .dr-difference-sticky__eyebrow {
  padding: 0.42em 0.3em 0.46em !important;
  margin: -0.42em -0.3em -0.46em !important;
}

/* Safari raster-clips Heatwood's overshooting capital S. Keep the original
 * character box/animation, but paint that one glyph from the same font outline. */
html.lighting-page-root body.lighting-page #main-content
  .lighting-gallery__wordmark-line--word .lighting-gallery__wordmark-char:first-child {
  position: relative;
  color: transparent !important;
  text-shadow: none !important;
  -webkit-filter: none !important;
  filter: none !important;
}

html.lighting-page-root body.lighting-page #main-content
  .lighting-gallery__wordmark-line--word .lighting-gallery__wordmark-char:first-child::before {
  content: "";
  position: absolute;
  left: -0.213em;
  top: -0.803em;
  width: 2.059em;
  height: 1.971em;
  background: url("./shine-capital-s.svg") 0 0 / 100% 100% no-repeat;
  pointer-events: none;
}
