/* -------------------------------------------------------------------------- */
/* Launch Systems — page-scoped editorial service detail                 */
/* Linked only from market.html. Scoped to body.chl-launch.             */
/* -------------------------------------------------------------------------- */

body.chl-launch {
  overflow-x: hidden;
  background-color: #fff;
  --chl-ls-ink: #1c1c1c;
  --chl-ls-ink-soft: rgba(28, 28, 28, 0.72);
  --chl-ls-line: rgba(28, 28, 28, 0.12);
  --chl-ls-ivory: #f7f3ec;
  --chl-ls-ivory-card: #faf7f2;
  --chl-ls-max: 72rem;
  --chl-ls-pad: clamp(1.5rem, 4vw, 3rem);
}

body.chl-launch .chl-ls {
  background-color: #fff;
}

body.chl-launch .chl-ls-wrap {
  width: 100%;
  max-width: var(--chl-ls-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--chl-ls-pad);
  padding-right: var(--chl-ls-pad);
  box-sizing: border-box;
}

/* -------------------------------------------------------------------------- */
/* Hero                                                                        */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-hero {
  /* +~24–40px vs prior clamp(6.5rem … 8.5rem) */
  padding-top: clamp(8rem, 13vw, 10.75rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

body.chl-launch .chl-ls-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: end;
}

body.chl-launch .chl-ls-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 36rem;
  padding-bottom: 0.35rem;
}

body.chl-launch .chl-ls-eyebrow {
  margin: 0 0 1rem;
  color: var(--chl-ls-ink);
  font-family: Archivo, Lato, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.chl-launch .chl-ls-title {
  margin: 0 0 1.15rem;
  color: var(--chl-ls-ink);
  font-family: Lato, sans-serif;
  font-size: clamp(2.65rem, 5.6vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

body.chl-launch .chl-ls-subline {
  margin: 0 0 1.35rem;
  max-width: 28rem;
  color: var(--chl-ls-ink);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

body.chl-launch .chl-ls-intro {
  margin: 0;
  max-width: 30rem;
  color: var(--chl-ls-ink-soft);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  font-weight: 400;
  line-height: 1.65;
}

body.chl-launch .chl-ls-hero__media {
  position: relative;
  min-width: 0;
  border-radius: 0.35rem;
  overflow: hidden;
  background: var(--chl-ls-ivory-card);
  aspect-ratio: 4 / 3;
}

body.chl-launch .chl-ls-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* -------------------------------------------------------------------------- */
/* Shared section chrome                                                       */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-section {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

body.chl-launch .chl-ls-section--tight-top {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

body.chl-launch .chl-ls-section-title {
  margin: 0 0 clamp(1.75rem, 3.5vw, 2.75rem);
  color: var(--chl-ls-ink);
  font-family: Lato, sans-serif;
  font-size: clamp(1.65rem, 2.8vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-transform: none; /* override Webflow h2 capitalize */
}

body.chl-launch .chl-ls-section-title--center {
  max-width: 28rem;
}

/* -------------------------------------------------------------------------- */
/* Thesis — two-column editorial                                               */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-thesis {
  border-top: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-thesis__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

body.chl-launch .chl-ls-thesis__label {
  position: sticky;
  top: 6rem;
}

body.chl-launch .chl-ls-thesis__label .chl-ls-section-title {
  margin-bottom: 0;
  max-width: 14rem;
}

body.chl-launch .chl-ls-thesis__copy {
  max-width: 38rem;
}

body.chl-launch .chl-ls-thesis__copy p {
  margin: 0 0 1.5rem;
  color: var(--chl-ls-ink-soft);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
}

body.chl-launch .chl-ls-thesis__copy p:last-child {
  margin-bottom: 0;
}

body.chl-launch .chl-ls-callout {
  margin-top: 2rem !important;
  padding: 1.35rem 0 0;
  border-top: 1px solid var(--chl-ls-line);
  color: var(--chl-ls-ink) !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
}

/* -------------------------------------------------------------------------- */
/* Service modules                                                             */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-modules {
  background: linear-gradient(180deg, #fff 0%, #fbf9f5 48%, #fff 100%);
}

body.chl-launch .chl-ls-modules__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--chl-ls-line);
  border: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-module {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 100%;
  padding: clamp(1.35rem, 2.2vw, 1.75rem);
  background: var(--chl-ls-ivory-card);
  box-sizing: border-box;
}

body.chl-launch .chl-ls-module__num {
  color: rgba(28, 28, 28, 0.45);
  font-family: Archivo, Lato, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

body.chl-launch .chl-ls-module__text {
  margin: 0;
  color: var(--chl-ls-ink);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.45;
}


/* -------------------------------------------------------------------------- */
/* Launch infrastructure                                                           */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-infra {
  background: #fff;
}

body.chl-launch .chl-ls-infra__panel {
  max-width: 46rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--chl-ls-ivory-card);
  border: 1px solid var(--chl-ls-line);
  box-sizing: border-box;
}

body.chl-launch .chl-ls-infra__panel p {
  margin: 0 0 1.35rem;
  color: var(--chl-ls-ink-soft);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
}

body.chl-launch .chl-ls-infra__panel p:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------- */
/* Campaigns and market assets                                                         */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-assets {
  border-top: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-assets__copy {
  max-width: 42rem;
}

body.chl-launch .chl-ls-assets__copy p {
  margin: 0 0 1.35rem;
  color: var(--chl-ls-ink-soft);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
}

body.chl-launch .chl-ls-assets__copy p:last-child {
  margin-bottom: 0;
}


body.chl-launch .chl-ls-assets__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.65rem;
  margin-top: clamp(1.5rem, 2.5vw, 2rem);
  max-width: 48rem;
}

body.chl-launch .chl-ls-assets__chip {
  margin: 0;
  padding: 0.45rem 0.75rem;
  background: #fff;
  border: 1px solid var(--chl-ls-line);
  color: var(--chl-ls-ink);
  font-family: Archivo, Lato, sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.3;
}


/* -------------------------------------------------------------------------- */
/* Process sequence                                                            */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 46rem;
  border-top: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-step {
  display: grid;
  grid-template-columns: 2.75rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-step__num {
  color: rgba(28, 28, 28, 0.4);
  font-family: Archivo, Lato, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.55;
  padding-top: 0.1rem;
}

body.chl-launch .chl-ls-step__text {
  margin: 0;
  color: var(--chl-ls-ink);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 400;
  line-height: 1.55;
}

/* -------------------------------------------------------------------------- */
/* Outputs                                                                     */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-outputs {
  background-color: #fbf9f5;
}

body.chl-launch .chl-ls-outputs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 42rem;
  border-top: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-output {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-output__mark {
  color: rgba(28, 28, 28, 0.45);
  font-family: Archivo, Lato, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
}

body.chl-launch .chl-ls-output__text {
  margin: 0;
  color: var(--chl-ls-ink);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  font-weight: 400;
  line-height: 1.55;
}

/* -------------------------------------------------------------------------- */
/* Use cases                                                                   */
/* -------------------------------------------------------------------------- */

body.chl-launch .chl-ls-usecases__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-usecase {
  padding: 1.35rem 1.5rem 1.35rem 0;
  border-bottom: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-usecase:nth-child(even) {
  padding-left: 1.5rem;
  padding-right: 0;
  border-left: 1px solid var(--chl-ls-line);
}

body.chl-launch .chl-ls-usecase p {
  margin: 0;
  color: var(--chl-ls-ink);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  font-weight: 400;
  line-height: 1.55;
}

/* -------------------------------------------------------------------------- */
/* Bottom CTA — text only. Carousel uses exact homepage module + CSS.          */
/* Card collage custom CSS intentionally removed.                              */
/* -------------------------------------------------------------------------- */

body.chl-launch section.chl-ls-cta.chl-bottom-cta {
  padding-top: clamp(3rem, 6vw, 5rem);
  padding-bottom: 0;
}

/* Text + actions only — separate from homepage carousel wrappers */
body.chl-launch .chl-ls-cta__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

body.chl-launch .chl-ls-cta__eyebrow {
  margin: 0 0 1rem;
  color: var(--chl-ls-ink);
  font-family: Archivo, Lato, sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.chl-launch .chl-ls-cta__title {
  margin: 0 0 1.15rem;
  max-width: 28rem;
  color: var(--chl-ls-ink);
  font-family: Lato, sans-serif;
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-transform: none; /* override Webflow h2 capitalize */
}

body.chl-launch .chl-ls-cta__copy {
  margin: 0 0 1.75rem;
  max-width: 32rem;
  color: var(--chl-ls-ink-soft);
  font-family: Archivo, Lato, sans-serif;
  font-size: clamp(0.98rem, 1.1vw, 1.1rem);
  font-weight: 400;
  line-height: 1.65;
}

body.chl-launch .chl-ls-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
}

/* Override Webflow button left offset on this page only */
body.chl-launch .chl-ls-cta .button-with-circle-icon {
  margin-left: 0;
  margin-top: 0;
  color: #f7f3ec;
}

body.chl-launch .chl-ls-cta .button-flex-copy-copy {
  background-color: #000;
  color: #f7f3ec;
}

body.chl-launch .chl-ls-cta .button-flex-copy-copy .button-text,
body.chl-launch .chl-ls-cta .button-flex-copy-copy .button-text-absolute {
  color: #f7f3ec;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

/* -------------------------------------------------------------------------- */
/* Tablet                                                                      */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
  body.chl-launch {
    --chl-ls-pad: 1.5rem;
  }

  body.chl-launch .chl-ls-hero {
    padding-top: clamp(7.5rem, 15vw, 9rem);
    padding-bottom: 2.5rem;
  }

  body.chl-launch .chl-ls-hero__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }

  body.chl-launch .chl-ls-hero__copy {
    max-width: 36rem;
    padding-bottom: 0;
  }

  body.chl-launch .chl-ls-hero__media {
    aspect-ratio: 16 / 10;
    max-width: 100%;
  }

  body.chl-launch .chl-ls-thesis__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body.chl-launch .chl-ls-thesis__label {
    position: static;
  }

  body.chl-launch .chl-ls-thesis__label .chl-ls-section-title {
    max-width: 22rem;
  }

  body.chl-launch .chl-ls-modules__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.chl-launch .chl-ls-assets__chips {
    gap: 0.45rem 0.5rem;
  }

  body.chl-launch .chl-ls-assets__chip {
    font-size: 0.78rem;
    padding: 0.4rem 0.65rem;
  }

  body.chl-launch .chl-ls-usecases__list {
    grid-template-columns: 1fr;
  }

  body.chl-launch .chl-ls-usecase,
  body.chl-launch .chl-ls-usecase:nth-child(even) {
    padding: 1.2rem 0;
    border-left: none;
  }
}

/* -------------------------------------------------------------------------- */
/* Mobile                                                                      */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  body.chl-launch {
    --chl-ls-pad: 24px;
  }

  body.chl-launch .chl-ls-hero {
    /* Clear fixed nav + ~40–56px more air than prior 8.25rem */
    padding-top: 11.25rem;
    padding-bottom: 2rem;
  }

  body.chl-launch .chl-ls-hero__grid {
    gap: 1.5rem;
  }

  body.chl-launch .chl-ls-eyebrow {
    margin-bottom: 0.85rem;
    font-size: 0.68rem;
  }

  body.chl-launch .chl-ls-title {
    margin-bottom: 0.95rem;
    font-size: clamp(2.15rem, 11vw, 2.65rem);
    line-height: 0.96;
  }

  body.chl-launch .chl-ls-subline {
    margin-bottom: 1.1rem;
    font-size: 1.05rem;
    line-height: 1.4;
  }

  body.chl-launch .chl-ls-intro {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  body.chl-launch .chl-ls-hero__media {
    aspect-ratio: 5 / 4;
  }

  body.chl-launch .chl-ls-section {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  body.chl-launch .chl-ls-section--tight-top {
    padding-top: 2rem;
  }

  body.chl-launch .chl-ls-section-title {
    margin-bottom: 1.5rem;
    font-size: 1.55rem;
  }

  body.chl-launch .chl-ls-thesis__copy p {
    margin-bottom: 1.25rem;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  body.chl-launch .chl-ls-callout {
    margin-top: 1.5rem !important;
    padding-top: 1.15rem;
    font-size: 0.98rem !important;
  }

  body.chl-launch .chl-ls-modules__grid {
    grid-template-columns: 1fr;
  }

  body.chl-launch .chl-ls-infra__panel {
    padding: 1.25rem 1.1rem;
  }

  body.chl-launch .chl-ls-infra__panel p,
  body.chl-launch .chl-ls-assets__copy p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  body.chl-launch .chl-ls-assets__chips {
    gap: 0.45rem 0.5rem;
  }

  body.chl-launch .chl-ls-assets__chip {
    font-size: 0.78rem;
    padding: 0.4rem 0.65rem;
  }

  body.chl-launch .chl-ls-module {
    padding: 1.2rem 1.1rem;
  }

  body.chl-launch .chl-ls-module__text {
    font-size: 0.98rem;
  }

  body.chl-launch .chl-ls-step {
    grid-template-columns: 2.25rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 1.15rem 0;
  }

  body.chl-launch .chl-ls-step__text,
  body.chl-launch .chl-ls-output__text,
  body.chl-launch .chl-ls-usecase p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  body.chl-launch .chl-ls-output {
    padding: 0.95rem 0;
  }

  body.chl-launch .chl-ls-cta__title {
    font-size: 1.7rem;
    max-width: 100%;
  }

  body.chl-launch .chl-ls-cta__copy {
    margin-bottom: 1.4rem;
    font-size: 0.95rem;
  }

  body.chl-launch .chl-ls-cta__actions {
    align-items: flex-start;
  }

  body.chl-launch .chl-ls-cta .button-with-circle-icon {
    width: auto;
  }

  body.chl-launch .chl-ls-cta .button-arrow-wrapper {
    min-width: 2.65rem;
    max-width: 2.65rem;
    min-height: 2.65rem;
    max-height: 2.65rem;
  }

  body.chl-launch .chl-ls-cta .button-flex-copy-copy {
    min-height: 2.65rem;
    padding: 0.35rem 1.35rem;
  }

  body.chl-launch section.chl-ls-cta.chl-bottom-cta {
    padding-top: 2.5rem;
  }
}

/* -------------------------------------------------------------------------- */
/* Mobile scroll reveal — Launch Systems only; never on carousel          */
/* -------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
  body.chl-launch .chl-ls-reveal {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
    transition:
      opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  body.chl-launch .chl-ls-reveal.is-in {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  body.chl-launch .chl-ls-reveal[data-ls-delay="1"] { transition-delay: 0.05s; }
  body.chl-launch .chl-ls-reveal[data-ls-delay="2"] { transition-delay: 0.1s; }
  body.chl-launch .chl-ls-reveal[data-ls-delay="3"] { transition-delay: 0.15s; }
  body.chl-launch .chl-ls-reveal[data-ls-delay="4"] { transition-delay: 0.2s; }
  body.chl-launch .chl-ls-reveal[data-ls-delay="5"] { transition-delay: 0.25s; }
}

@media (prefers-reduced-motion: reduce) {
  body.chl-launch .chl-ls-reveal,
  body.chl-launch .chl-ls-reveal[data-ls-delay] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

