@font-face {
  font-family: "CL Inter";
  font-style: normal;
  font-weight: 100 900;
  src: url("../fonts/inter-variable.ttf") format("truetype");
}

:root {
  --cl-black: #030303;
  --cl-white: #f7f2e8;
  --cl-ink: #453621;
  --cl-muted: #80918a;
  --cl-sage: #adb582;
  --cl-taupe: #dbd1c2;
  --cl-line: rgba(255, 255, 255, 0.18);
  --cl-max: 1080px;
}

body.cell-life-landing-2026 {
  background: var(--cl-black);
  margin: 0;
}

.cl-landing,
.cl-landing * {
  box-sizing: border-box;
}

.cl-landing {
  background: var(--cl-black);
  color: var(--cl-ink);
  font-family: "CL Inter", Inter, Arial, sans-serif;
  line-height: 1.35;
  overflow: hidden;
}

.cl-landing img,
.cl-landing video {
  display: block;
  max-width: 100%;
}

.cl-landing a {
  color: inherit;
  text-decoration: none;
}

.cl-landing h1,
.cl-landing h2,
.cl-landing h3,
.cl-landing blockquote,
.cl-landing p {
  font-family: "CL Inter", Inter, Arial, sans-serif !important;
  margin-top: 0;
}

.cl-landing h1 {
  color: white;
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 0.95;
  margin-bottom: 28px;
}

.cl-landing h2 {
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 18px;
}

.cl-landing h3 {
  font-size: 30px;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.05;
  margin-bottom: 14px;
}

.cl-landing p {
  font-size: 16px;
  font-weight: 500 !important;
}

.cl-logo-corner {
  display: block;
  left: max(24px, calc((100vw - var(--cl-max)) / 2));
  position: absolute;
  top: 24px;
  z-index: 4;
}

.cl-logo-corner img {
  height: 34px;
  width: auto;
}

.cl-eyebrow {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 16px;
  opacity: 0.72;
  text-transform: uppercase;
}

.cl-button,
.cl-pill {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700 !important;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  transition: opacity 160ms ease, transform 160ms ease;
}

.cl-button:hover,
.cl-button:focus-visible,
.cl-pill:hover,
.cl-pill:focus-visible {
  opacity: 0.86;
  transform: translateY(-1px);
}

.cl-button--white,
.cl-pill--light {
  background: white;
  color: #050505;
}

.cl-landing .cl-button.cl-button--white,
.cl-landing .cl-pill.cl-pill--light {
  color: #050505 !important;
}

.cl-button--dark {
  background: #050505;
  color: white;
}

.cl-final-cta .cl-button {
  background: transparent;
  border-color: #101114;
  color: #101114 !important;
}

.cl-button--outline-light {
  background: rgba(0, 0, 0, 0.14);
  color: white;
}

.cl-button--outline-dark {
  background: transparent;
  color: #050505;
}

.cl-section--black {
  background: var(--cl-black);
  color: white;
}

.cl-section--black h2,
.cl-section--black h3 {
  color: white !important;
}

.cl-section--white {
  background: var(--cl-white);
  color: var(--cl-ink);
}

.cl-section--white h2,
.cl-section--white h3,
.cl-section--white blockquote,
.cl-section--white p {
  color: var(--cl-ink) !important;
}

.cl-hero {
  background: var(--cl-black);
  min-height: 720px;
  overflow: hidden;
  position: relative;
}

.cl-hero::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.74) 29%, rgba(0, 0, 0, 0.05) 74%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.cl-hero__bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.cl-hero__copy {
  color: white;
  max-width: 535px;
  padding: 170px 0 105px;
  position: relative;
  transform: translateX(max(28px, calc((100vw - var(--cl-max)) / 2)));
  width: calc(100vw - 56px);
  z-index: 2;
}

.cl-hero__copy > p:not(.cl-eyebrow) {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 32px;
}

.cl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
}

.cl-actions--centered {
  justify-content: center;
}

.cl-proof-strip {
  align-items: center;
  background: #050505;
  color: white;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 18px 42px;
  justify-content: center;
  min-height: 74px;
  padding: 20px 28px;
  text-align: center;
}

.cl-proof-strip span::before {
  content: "✓ ";
}

.cl-ibum {
  background: var(--cl-sage);
  color: #1b211c;
  padding: 78px 28px 68px;
  text-align: center;
}

.cl-ibum__logo {
  background: white;
  border-radius: 50%;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
  height: 132px;
  margin: 0 auto 24px;
  width: 132px;
}

.cl-ibum__content {
  margin-inline: auto;
  max-width: 860px;
}

.cl-ibum h2 {
  color: #1b211c !important;
  font-size: clamp(30px, 3vw, 46px);
}

.cl-ibum p {
  color: #1b211c !important;
  margin: 0;
  max-width: 900px;
}

.cl-ibum__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 22px;
}

.cl-ibum__points span {
  background: rgba(255, 255, 255, 0.46);
  border: 1px solid rgba(27, 33, 28, 0.14);
  border-radius: 999px;
  color: #1b211c;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 13px;
}

.cl-science {
  padding: 92px max(28px, calc((100vw - var(--cl-max)) / 2)) 76px;
}

.cl-science__head {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(320px, 0.85fr) minmax(260px, 0.75fr);
}

.cl-science__head img {
  justify-self: center;
  max-width: 390px;
  width: 100%;
}

.cl-science__copy {
  color: #36373c;
  display: grid;
  gap: 52px;
  grid-template-columns: repeat(2, 1fr);
  margin: 54px 0 34px;
}

.cl-stats {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.cl-stats article {
  background: var(--cl-taupe);
  border-radius: 4px;
  color: var(--cl-ink);
  min-height: 142px;
  padding: 22px 18px;
}

.cl-stats strong {
  color: var(--cl-ink) !important;
  display: block;
  font-size: 45px;
  font-weight: 700 !important;
  line-height: 1;
  margin-bottom: 12px;
}

.cl-stats span {
  color: #453621 !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.cl-quote {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(320px, 0.9fr) minmax(260px, 0.55fr);
  padding: 80px max(28px, calc((100vw - var(--cl-max)) / 2)) 96px;
}

.cl-quote blockquote {
  color: var(--cl-ink) !important;
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.04;
  margin: 0 0 38px;
}

.cl-person {
  color: var(--cl-ink) !important;
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: 8px;
}

.cl-role {
  color: var(--cl-muted) !important;
  font-size: 14px;
}

.cl-quote-video {
  border: 4px solid var(--cl-sage);
  border-radius: 14px;
  overflow: hidden;
}

.cl-quote-video video {
  background: #111;
  width: 100%;
}

.cl-video-section {
  padding: 88px 28px 104px;
  text-align: center;
}

.cl-video-section h2 {
  margin-inline: auto;
  max-width: 680px;
}

.cl-video-section__intro {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 auto;
  max-width: 680px;
}

.cl-video-frame {
  border: 4px solid var(--cl-sage);
  border-radius: 12px;
  margin: 42px auto 0;
  overflow: hidden;
  text-align: left;
}

.cl-video-frame--solo {
  max-width: 460px;
}

.cl-video-frame > div {
  background: #080808;
  padding: 16px 18px 18px;
}

.cl-video-frame strong,
.cl-video-frame span {
  display: block;
}

.cl-video-frame strong {
  color: white;
  font-size: 16px;
  margin-bottom: 5px;
}

.cl-video-frame span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.cl-video-frame video,
.cl-video-card video {
  background: #111;
  height: auto;
  width: 100%;
}

.cl-testimonials {
  padding: 72px max(28px, calc((100vw - var(--cl-max)) / 2)) 78px;
}

.cl-testimonials h2 {
  margin-bottom: 28px;
}

.cl-testimonial-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.cl-testimonial-grid article {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  min-height: 390px;
  padding: 28px;
}

.cl-testimonial-grid p {
  font-size: 14px;
}

.cl-testimonial-grid strong,
.cl-testimonial-grid span {
  display: block;
}

.cl-testimonial-grid strong {
  color: white;
  margin-top: 28px;
}

.cl-testimonial-grid span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.cl-range {
  padding: 78px max(28px, calc((100vw - var(--cl-max)) / 2)) 92px;
}

.cl-range__intro {
  margin-bottom: 34px;
}

.cl-range__intro p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 760px;
}

.cl-product-list {
  display: grid;
  gap: 28px;
}

.cl-product-card {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  overflow: hidden;
}

.cl-product-card img {
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  width: 100%;
}

.cl-product-card > div {
  align-self: center;
  padding: 44px;
}

.cl-product-card p {
  color: rgba(255, 255, 255, 0.76);
  max-width: 440px;
}

.cl-process {
  padding: 88px max(28px, calc((100vw - var(--cl-max)) / 2));
}

.cl-process__grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 1fr);
}

.cl-process__grid img {
  margin-bottom: 34px;
  width: 100%;
}

.cl-process__grid p,
.cl-questions > div > p {
  color: rgba(255, 255, 255, 0.72);
}

.cl-process__cards {
  display: grid;
  gap: 18px;
}

.cl-process__cards article {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  padding: 22px;
}

.cl-process__cards span {
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  font-weight: 700;
}

.cl-process__cards h3 {
  font-size: 24px;
  margin-top: 8px;
}

.cl-questions {
  align-items: center;
  display: grid;
  gap: 68px;
  grid-template-columns: minmax(340px, 0.9fr) minmax(260px, 0.45fr);
  padding: 88px max(28px, calc((100vw - var(--cl-max)) / 2)) 102px;
}

.cl-video-card,
.cl-questions__image {
  border-radius: 8px;
  overflow: hidden;
}

.cl-questions__image {
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
  width: 100%;
}

.cl-faq-list {
  border-top: 1px solid var(--cl-line);
  margin: 34px 0 28px;
}

.cl-faq-list details {
  border-bottom: 1px solid var(--cl-line);
  padding: 17px 0;
}

.cl-faq-list summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.cl-faq-list p {
  color: rgba(255, 255, 255, 0.72);
  margin: 12px 0 0;
}

.cl-meaning {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(300px, 0.82fr) minmax(320px, 1fr);
  padding: 86px max(28px, calc((100vw - var(--cl-max)) / 2)) 82px;
}

.cl-meaning img {
  border-radius: 10px;
  width: 100%;
}

.cl-meaning p {
  color: #3a3b3f;
}

.cl-meaning__list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.cl-meaning__list span {
  color: #101114;
  display: block;
  font-size: 14px;
  line-height: 1.45;
  padding-left: 24px;
  position: relative;
}

.cl-meaning__list span::before {
  color: #304f19;
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}

.cl-final-cta {
  background: var(--cl-sage);
  color: #101114;
  padding: 96px 28px 106px;
  text-align: center;
}

.cl-final-cta h2 {
  color: #101114 !important;
  font-size: clamp(38px, 5vw, 62px);
}

.cl-final-cta p {
  color: #101114 !important;
  margin-inline: auto;
  max-width: 620px;
}

.cl-consultation-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 28px;
  position: fixed;
  z-index: 100000;
}

.cl-consultation-modal.is-open {
  display: flex;
}

.cl-consultation-modal__backdrop {
  background: rgba(0, 0, 0, 0.74);
  inset: 0;
  position: absolute;
}

.cl-consultation-modal__dialog {
  background: #f7f8f4;
  border-radius: 10px;
  color: #111;
  max-height: min(860px, calc(100vh - 42px));
  max-width: 860px;
  overflow: auto;
  padding: 34px;
  position: relative;
  width: 100%;
}

.cl-consultation-modal__close {
  align-items: center;
  background: #111;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 900 18px/1 Arial, sans-serif;
  height: 34px;
  justify-content: center;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 34px;
}

.cl-consultation-modal__step {
  display: none;
}

.cl-consultation-modal__step.is-active {
  display: block;
}

.cl-consultation-modal__step-count {
  color: #687066;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cl-consultation-modal__intro {
  color: #4f504c !important;
  margin: -4px 0 22px;
  max-width: 620px;
}

.cl-consultation-modal__intro:empty {
  display: none;
}

.cl-consultation-modal .wpcf7-form {
  display: grid;
  gap: 16px;
}

.cl-consultation-modal .cl-form__row,
.cl-consultation-modal .cl-form__row--2 {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cl-consultation-modal .cl-form__row--last,
.cl-consultation-modal .cl-form__row--checkbox,
.cl-consultation-modal .cl-form__row--submit {
  grid-template-columns: 1fr;
}

.cl-consultation-modal label,
.cl-consultation-modal .label {
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.cl-consultation-modal input,
.cl-consultation-modal select,
.cl-consultation-modal textarea {
  border: 1px solid #cfd2c8;
  border-radius: 6px;
  font: inherit;
  margin-top: 7px;
  min-height: 42px;
  padding: 10px 12px;
  width: 100%;
}

.cl-consultation-modal textarea {
  min-height: 105px;
}

.cl-consultation-modal input[type="checkbox"] {
  min-height: 0;
  width: auto;
}

.cl-consultation-modal .wpcf7-submit {
  background: #111;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding-inline: 24px;
  width: auto;
}

.cl-consultation-modal .calendly-inline-widget {
  display: none;
  min-height: 720px;
  width: 100%;
}

.cl-consultation-modal .calendly-inline-widget.is-active {
  display: block;
}

@media (max-width: 820px) {
  .cl-logo-corner {
    left: 22px;
    top: 22px;
  }

  .cl-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: visible;
  }

  .cl-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0) 100%);
    height: min(70vh, 470px);
    inset: 0 0 auto;
  }

  .cl-hero__copy {
    background: var(--cl-black);
    margin: 0;
    max-width: none;
    padding: 32px 24px 58px;
    transform: none;
    width: 100%;
  }

  .cl-hero__bg {
    height: min(70vh, 470px);
    min-height: 345px;
    object-position: 64% center;
    position: relative;
  }

  .cl-science__head,
  .cl-science__copy,
  .cl-ibum,
  .cl-quote,
  .cl-testimonial-grid,
  .cl-product-card,
  .cl-process__grid,
  .cl-questions,
  .cl-meaning {
    grid-template-columns: 1fr;
  }

  .cl-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .cl-ibum {
    text-align: center;
  }

  .cl-ibum__logo {
    justify-self: center;
  }

  .cl-ibum__points {
    justify-content: center;
  }

  .cl-product-card--reverse > div {
    order: 2;
  }

  .cl-product-card--reverse > img {
    order: 1;
  }

  .cl-product-card > img {
    height: auto;
    min-height: 0;
    object-fit: contain;
    order: 1;
  }

  .cl-product-card > div {
    order: 2;
  }
}

@media (max-width: 540px) {
  .cl-landing h1 {
    font-size: clamp(38px, 10.5vw, 44px);
  }

  .cl-landing h2 {
    font-size: 32px;
  }

  .cl-logo-corner img {
    height: 24px;
  }

  .cl-pill {
    font-size: 12px;
    min-height: 36px;
    padding-inline: 14px;
  }

  .cl-hero__bg {
    height: min(62vh, 420px);
    min-height: 320px;
    object-position: 65% center;
  }

  .cl-hero::after {
    height: min(62vh, 420px);
  }

  .cl-eyebrow {
    font-size: 11px;
    letter-spacing: 0.11em;
    overflow-wrap: anywhere;
  }

  .cl-proof-strip {
    align-items: center;
    flex-direction: column;
  }

  .cl-proof-strip span {
    max-width: calc(100vw - 48px);
    overflow-wrap: anywhere;
  }

  .cl-ibum,
  .cl-science,
  .cl-quote,
  .cl-testimonials,
  .cl-range,
  .cl-process,
  .cl-questions,
  .cl-meaning {
    padding-inline: 20px;
  }

  .cl-stats,
  .cl-consultation-modal .cl-form__row,
  .cl-consultation-modal .cl-form__row--2 {
    grid-template-columns: 1fr;
  }

  .cl-product-card > div {
    padding: 28px;
  }

  .cl-consultation-modal {
    padding: 12px;
  }

  .cl-consultation-modal__dialog {
    padding: 24px 18px;
  }
}
