/* Calicen landing-page system
   Shared by the public homepage, kit, scan, and bottle QR experiences. */

:root {
  --cl-black: #030605;
  --cl-panel: #08110e;
  --cl-panel-2: #0d1814;
  --cl-ink: #f4f7f5;
  --cl-muted: #a5b4ad;
  --cl-line: rgba(255, 255, 255, .12);
}

html {
  scroll-behavior: smooth;
}

.cl-page {
  --cl-accent: #21e6b5;
  --cl-accent-rgb: 33, 230, 181;
  width: 100%;
  overflow: hidden;
  color: var(--cl-ink);
  background:
    radial-gradient(circle at 12% 9%, rgba(var(--cl-accent-rgb), .11), transparent 25rem),
    radial-gradient(circle at 90% 34%, rgba(255, 60, 146, .08), transparent 30rem),
    var(--cl-black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.cl-page a {
  color: inherit;
}

.cl-page img {
  display: block;
  max-width: 100%;
}

.cl-shell-hero {
  width: min(1400px, calc(100% - 40px));
  margin-inline: auto;
}

.cl-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.cl-shell--narrow {
  width: min(780px, calc(100% - 40px));
  margin-inline: auto;
}

.cl-section {
  position: relative;
  padding: clamp(76px, 10vw, 142px) 0;
}

.cl-section--tight {
  padding-block: clamp(52px, 7vw, 92px);
}

.cl-section--panel {
  border-block: 1px solid var(--cl-line);
  background: rgba(8, 17, 14, .82);
}

.cl-eyebrow {
  margin: 0 0 20px;
  color: var(--cl-accent);
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cl-display {
  max-width: 970px;
  margin: 0;
  font-size: clamp(3rem, 8.2vw, 7.7rem);
  font-weight: 760;
  letter-spacing: -.065em;
  line-height: .91;
}

.cl-display--medium {
  font-size: clamp(2.8rem, 6.6vw, 6.2rem);
}

.cl-title {
  margin: 0;
  font-size: clamp(2.15rem, 5vw, 4.4rem);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1;
}

.cl-subtitle {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  font-weight: 500;
  line-height: 1.28;
}

.cl-lede {
  max-width: 690px;
  margin: 28px 0 0;
  color: #c6d1cb;
  font-size: clamp(1.07rem, 1.8vw, 1.28rem);
  line-height: 1.7;
}

.cl-copy {
  color: var(--cl-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.cl-accent {
  color: var(--cl-accent);
}

.cl-gradient-text {
  color: transparent;
  background: linear-gradient(90deg, #21e6b5, #28b6ff 28%, #ff3c92 62%, #ff9f1c);
  background-clip: text;
  -webkit-background-clip: text;
}

.cl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.cl-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--cl-accent);
  color: #03100c !important;
  font-size: .94rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cl-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(var(--cl-accent-rgb), .24);
}

.cl-button--ghost {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .035);
  color: var(--cl-ink) !important;
}

.cl-button--ghost:hover {
  background: rgba(255, 255, 255, .075);
  box-shadow: none;
}

.cl-hero {
  position: relative;
  min-height: min(910px, calc(100svh - 72px));
  display: grid;
  align-items: center;
  padding: clamp(92px, 11vw, 100px) 0 82px;
}

.cl-hero--home {
  padding-top: clamp(76px, 8vw, 112px);
}

.cl-hero--divider::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(var(--cl-accent-rgb), .55), transparent);
}

.cl-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.cl-hero__grid>* {
  min-width: 0;
}

.cl-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.cl-pill {
  padding: 9px 13px;
  border: 1px solid var(--cl-line);
  border-radius: 999px;
  color: #c6d2cc;
  background: rgba(255, 255, 255, .025);
  font-size: .82rem;
}

.cl-hero-carousel {
  outline: none;
}

.cl-hero-carousel:focus-visible {
  border-radius: 12px;
  outline: 1px solid rgba(var(--cl-accent-rgb), .65);
  outline-offset: 12px;
}

.cl-hero-carousel .cl-display {
  font-size: clamp(3rem, 6vw, 5.9rem);
}

.cl-hero-carousel__slide--promise .cl-display {
  padding-inline-end: .08em;
  font-size: clamp(3.6rem, 7.2vw, 7.08rem);
}

.cl-display--stacked>span {
  display: block;
}

.cl-hero-carousel__viewport {
  display: grid;
  overflow: hidden;
  touch-action: pan-y;
}

.cl-hero-carousel__slide {
  grid-area: 1 / 1;
  visibility: hidden;
  opacity: 0;
  transform: translateX(7%);
  transition: opacity .6s ease, transform .6s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .6s;
}

.cl-hero-carousel__slide.is-before {
  transform: translateX(-7%);
}

.cl-hero-carousel__slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0s;
}

.cl-hero-carousel__controls {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
}

.cl-hero-carousel__dot {
  width: 26px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .25);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.cl-hero-carousel__dot.is-active {
  width: 46px;
  background: var(--cl-accent);
}

.cl-hero-carousel__dot:focus-visible {
  outline: 2px solid var(--cl-ink);
  outline-offset: 5px;
}

.cl-hero-art {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.cl-hero-art::before {
  position: absolute;
  width: min(510px, 75%);
  aspect-ratio: 1;
  /* border: 1px solid rgba(var(--cl-accent-rgb), .26); */
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 220px rgba(var(--cl-accent-rgb), .13), inset 0 0 60px rgba(var(--cl-accent-rgb), .05);
}

.cl-hero-art::after {
  position: absolute;
  width: 72%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cl-accent), transparent);
  transform: rotate(-17deg);
  opacity: .45;
}

.cl-hero-art img {
  position: relative;
  z-index: 1;
  width: min(620px, 110%);
  filter: drop-shadow(0 36px 55px rgba(0, 0, 0, .55));
}

.cl-hero-art>img {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
}

.cl-hero-art--label {
  min-height: 560px;
}

.cl-label-window {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  aspect-ratio: .82;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent-rgb), .35);
  border-radius: 28px;
  background: #000;
  box-shadow: 0 40px 100px rgba(0, 0, 0, .55), 0 0 70px rgba(var(--cl-accent-rgb), .08);
  transform: rotate(2deg);
}

.cl-label-window img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.cl-label-window::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 80px rgba(0, 0, 0, .35);
  pointer-events: none;
}

.cl-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--cl-line);
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, .025);
}

.cl-stat {
  min-height: 150px;
  padding: 27px;
  border-right: 1px solid var(--cl-line);
}

.cl-stat:last-child {
  border-right: 0;
}

.cl-stat__value {
  display: block;
  color: var(--cl-accent);
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 760;
  letter-spacing: -.04em;
}

.cl-stat__label {
  display: block;
  margin-top: 7px;
  color: var(--cl-muted);
  font-size: .88rem;
  line-height: 1.45;
}

.cl-section--thesis {
  padding-top: clamp(56px, 7vw, 96px);
}

.cl-thesis {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent-rgb), .26);
  border-radius: 30px;
  background:
    radial-gradient(circle at 5% 6%, rgba(33, 230, 181, .13), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(255, 60, 146, .1), transparent 29%),
    linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012));
  box-shadow: 0 36px 100px rgba(0, 0, 0, .28);
}

.cl-thesis::before {
  position: absolute;
  top: -230px;
  right: -150px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(var(--cl-accent-rgb), .15);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 46px rgba(var(--cl-accent-rgb), .022), 0 0 0 92px rgba(255, 60, 146, .018);
}

.cl-thesis__header {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  padding: clamp(34px, 6vw, 76px);
}

.cl-thesis__goal {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background: rgba(0, 0, 0, .28);
}

.cl-thesis__goal::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border-right: 3px solid var(--cl-accent);
  border-bottom: 3px solid var(--cl-accent);
  content: "";
  opacity: .6;
}

.cl-thesis__goal strong {
  color: transparent;
  background: linear-gradient(135deg, #21e6b5, #28b6ff 38%, #ff3c92 72%, #ff9f1c);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: clamp(5.5rem, 11vw, 10rem);
  font-weight: 860;
  letter-spacing: -.09em;
  line-height: .73;
}

.cl-thesis__goal span {
  margin-top: 20px;
  color: white;
  font-size: clamp(1.1rem, 2.3vw, 1.7rem);
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cl-thesis__header .cl-lede {
  max-width: 650px;
}

.cl-thesis__answers {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--cl-line);
}

.cl-thesis__answers article {
  min-height: 210px;
  padding: clamp(26px, 4vw, 44px);
  border-right: 1px solid var(--cl-line);
  border-bottom: 1px solid var(--cl-line);
}

.cl-thesis__answers article:nth-child(even) {
  border-right: 0;
}

.cl-thesis__answers article span {
  display: block;
  margin-bottom: 22px;
  color: var(--cl-accent);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.cl-thesis__answers article strong {
  display: block;
  color: white;
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  letter-spacing: -.035em;
  line-height: 1.12;
}

.cl-thesis__answers article p {
  max-width: 530px;
  margin: 15px 0 0;
  color: var(--cl-muted);
  line-height: 1.62;
}

.cl-thesis__answers .cl-thesis__answer--life {
  grid-column: 1 / -1;
  min-height: 230px;
  border-right: 0;
  background: linear-gradient(90deg, rgba(var(--cl-accent-rgb), .07), rgba(255, 60, 146, .045));
}

.cl-thesis__answer--life strong {
  font-size: clamp(2rem, 4.2vw, 3.8rem) !important;
}

.cl-thesis__answer--life p {
  max-width: none !important;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
}

.cl-thesis__answers article:nth-child(4) {
  border-right: 1px solid var(--cl-line);
}

.cl-thesis__answers article:nth-child(5) {
  border-right: 0;
}

.cl-thesis__answers .cl-thesis__answer--mechanism {
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(360px, 1.18fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  border-right: 0;
  background: linear-gradient(100deg, rgba(33, 230, 181, .055), rgba(40, 182, 255, .025) 45%, rgba(255, 60, 146, .055));
}

.cl-thesis__answer--mechanism p {
  max-width: 600px !important;
  font-size: 1.03rem;
}

.cl-change-wave {
  min-width: 0;
  padding: 22px 24px 18px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 20px;
  background: rgba(0, 0, 0, .28);
}

.cl-change-wave svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.cl-change-wave path {
  fill: none;
  stroke: url(#cl-change-gradient);
  stroke-width: 8;
  stroke-linecap: round;
}

.cl-change-wave__phase-labels {
  display: grid;
  grid-template-columns: 4fr 4fr;
  gap: 8px;
  align-items: center;
  margin: -6px 0 10px;
}

.cl-change-wave__phase-labels span,
.cl-change-wave__phase-labels strong {
  display: block !important;
  margin: 0 !important;
  font-size: .6rem !important;
  font-weight: 900;
  letter-spacing: .1em !important;
  line-height: 1.2;
  text-align: center;
}

.cl-change-wave__phase-labels span:first-child {
  color: #65c8ff !important;
}

.cl-change-wave__phase-labels strong {
  padding: 5px 2px;
  border: 1px solid rgba(40, 182, 255, .32);
  border-radius: 4px;
  color: white;
  background: rgba(40, 182, 255, .12);
}

.cl-change-wave__phase-labels span:last-child {
  color: #6ce4bc !important;
}

.cl-change-wave__numbers {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 4px;
  margin: -4px 0 16px;
}

.cl-change-wave__numbers span {
  min-height: 25px;
  display: grid !important;
  place-items: center;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 4px;
  color: #c4d0ca !important;
  background: linear-gradient(180deg, rgba(var(--cl-accent-rgb), .12), rgba(255, 255, 255, .02));
  font-size: .6rem !important;
  letter-spacing: 0 !important;
  text-align: center;
}

.cl-change-wave__numbers span:nth-child(-n + 2) {
  border-color: rgba(255, 60, 146, .28);
  background: rgba(255, 60, 146, .08);
}

.cl-change-wave__numbers span:nth-child(3),
.cl-change-wave__numbers span:nth-child(4) {
  border-color: rgba(40, 182, 255, .28);
  background: rgba(40, 182, 255, .08);
}

.cl-change-wave__numbers span:nth-child(5) {
  border-color: rgba(40, 182, 255, .48);
  color: white !important;
  background: rgba(40, 182, 255, .15);
}

.cl-change-wave__numbers span:nth-child(6),
.cl-change-wave__numbers span:nth-child(7) {
  border-color: rgba(33, 230, 181, .3);
  background: rgba(33, 230, 181, .08);
}

.cl-change-wave__numbers span:nth-child(n + 8) {
  border-color: rgba(255, 159, 28, .3);
  background: rgba(255, 159, 28, .08);
}

.cl-change-wave small {
  display: block;
  color: #d5dfda;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-align: center;
}

.cl-section--holistic {
  border-bottom: 1px solid var(--cl-line);
  background: radial-gradient(circle at 82% 50%, rgba(40, 182, 255, .07), transparent 32rem);
}

.cl-holistic {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(46px, 8vw, 112px);
  align-items: center;
}

.cl-holistic__copy .cl-title {
  max-width: 500px;
}

.cl-health-system {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(290px, 1fr) 110px 210px;
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(var(--cl-accent-rgb), .26);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(0, 0, 0, .18));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .25);
}

.cl-health-system__inputs {
  display: grid;
  gap: 12px;
}

.cl-health-system__inputs article {
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 4px 15px;
  padding: 14px 18px;
  border: 1px solid color-mix(in srgb, var(--input-color) 32%, transparent);
  border-radius: 14px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--input-color) 9%, transparent), rgba(255, 255, 255, .018));
}

.cl-health-system__inputs article::after {
  position: absolute;
  top: 50%;
  right: -111px;
  width: 111px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--input-color), rgba(var(--cl-accent-rgb), .28));
}

.cl-health-system__inputs span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--input-color);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.cl-health-system__inputs strong {
  color: white;
  font-size: 1.02rem;
}

.cl-health-system__inputs small {
  color: #93a49b;
  font-size: .72rem;
  line-height: 1.35;
}

.cl-health-system__flow {
  position: relative;
  height: 310px;
}

.cl-health-system__flow::after {
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 2px;
  content: "";
  background: linear-gradient(#21e6b5, #28b6ff 34%, #ff3c92 67%, #ff9f1c);
}

.cl-health-system__flow i {
  position: absolute;
  right: -7px;
  width: 16px;
  height: 16px;
  border: 3px solid #07100d;
  border-radius: 50%;
  background: var(--cl-accent);
  box-shadow: 0 0 18px rgba(var(--cl-accent-rgb), .5);
}

.cl-health-system__flow i:nth-child(1) {
  top: 12px;
  background: #21e6b5;
}

.cl-health-system__flow i:nth-child(2) {
  top: 33%;
  background: #28b6ff;
}

.cl-health-system__flow i:nth-child(3) {
  top: 64%;
  background: #ff3c92;
}

.cl-health-system__flow i:nth-child(4) {
  bottom: 12px;
  background: #ff9f1c;
}

.cl-health-system__core {
  position: relative;
  z-index: 2;
  width: 200px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 7px;
  margin-left: 10px;
  border: 1px solid rgba(var(--cl-accent-rgb), .46);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--cl-accent-rgb), .18), rgba(4, 12, 9, .95) 68%);
  box-shadow: 0 0 0 16px rgba(var(--cl-accent-rgb), .025), 0 0 60px rgba(var(--cl-accent-rgb), .13);
  text-align: center;
}

.cl-health-system__core::before {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--cl-accent);
}

.cl-health-system__core small {
  color: var(--cl-accent);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .2em;
}

.cl-health-system__core strong {
  color: white;
  font-size: 1.5rem;
  letter-spacing: -.04em;
}

.cl-health-system__core span {
  color: #9fb0a7;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cl-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 7vw, 100px);
  align-items: center;
}

.cl-grid-ingredient-section {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(32px, 7vw, 100px);
  align-items: start;
}

.cl-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 46px;
}

.cl-card {
  min-height: 100%;
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid var(--cl-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012));
}

.cl-card__number {
  display: block;
  margin-bottom: 34px;
  color: var(--cl-accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}

.cl-card h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.cl-card p {
  margin: 0;
  color: var(--cl-muted);
  line-height: 1.65;
}

.cl-cycle {
  position: relative;
  margin-top: 48px;
  padding: 28px;
  border: 1px solid var(--cl-line);
  border-radius: 24px;
  background: rgba(0, 0, 0, .26);
}

.cl-cycle__track {
  display: grid;
  grid-template-columns: 8fr 1fr 8fr;
  min-height: 190px;
  border-radius: 16px;
  overflow: hidden;
}

.cl-cycle__phase {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: linear-gradient(135deg, rgba(255, 60, 146, .14), rgba(40, 182, 255, .08));
}

.cl-cycle__phase:last-child {
  background: linear-gradient(135deg, rgba(33, 230, 181, .12), rgba(255, 159, 28, .12));
}

.cl-cycle__turning-point {
  display: grid;
  place-items: center;
  color: #02100b;
  background: var(--cl-accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.cl-cycle__weeks {
  color: var(--cl-accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cl-cycle__phase strong {
  font-size: clamp(1.7rem, 3.8vw, 3.3rem);
  letter-spacing: -.045em;
  line-height: 1;
}

.cl-cycle__phase span:last-child {
  color: var(--cl-muted);
  font-size: .9rem;
}

.cl-waterpump {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center
}

.cl-waterpump__visual {
  aspect-ratio: 1;
  position: relative;
  min-height: 470px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent-rgb), .24);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--cl-accent-rgb), .12), rgba(0, 0, 0, .1) 52%, transparent 53%);
}

.cl-waterpump__visual::before,
.cl-waterpump__visual::after {
  position: absolute;
  width: 38%;
  height: 2px;
  top: 35%;
  content: "";
  opacity: .8;
}

.cl-waterpump__visual::before {
  left: -1%;
  background: linear-gradient(90deg, transparent, #28b6ff);
}

.cl-waterpump__visual::after {
  right: 5%;
  background: linear-gradient(90deg, #ff9f1c, transparent);
}

.cl-waterpump__visual img {
  position: relative;
  z-index: 2;
  width: min(54%, 260px);
  height: auto;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, .45));
}

.cl-waterpump__label {
  position: absolute;
  z-index: 3;
  top: 30%;
  color: white;
  font-size: clamp(1.05rem, 2.2vw, 1.5rem);
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1;
}

.cl-waterpump__label small {
  color: #84978d;
  font-size: .52em;
  letter-spacing: .18em;
}

.cl-waterpump__label--pull {
  right: 62%;
  color: #28b6ff;
  text-align: right;
}

.cl-waterpump__label--push {
  left: 57%;
  color: #ff9f1c;
}

.cl-waterpump__flow {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  color: var(--cl-accent);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-align: center;
}

.cl-waterpump__copy .cl-copy strong {
  color: white;
}

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

.cl-motive {
  position: relative;
  overflow: hidden;
  padding: clamp(27px, 4vw, 40px);
  border: 1px solid var(--cl-line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012));
}

.cl-motive::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cl-accent), transparent);
  opacity: .6;
}

.cl-motive__label {
  margin-bottom: 10px;
  color: var(--cl-accent);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cl-motive h3 {
  margin: 0 0 10px;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  letter-spacing: -.035em;
}

.cl-motive p {
  max-width: 720px;
  margin: 0;
  color: var(--cl-muted);
  line-height: 1.65;
}

.cl-capacity-visual {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(var(--cl-accent-rgb), .22);
  border-radius: 16px;
  background: rgba(0, 0, 0, .28);
}

.cl-capacity-bars {
  height: 86px;
  display: flex;
  align-items: flex-end;
  gap: 9px;
}

.cl-capacity-bars i {
  flex: 1;
  height: 28%;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, #28b6ff, rgba(40, 182, 255, .16));
  box-shadow: 0 0 20px rgba(40, 182, 255, .12);
}

.cl-capacity-bars i:nth-child(2) {
  height: 48%;
  background: linear-gradient(180deg, #21e6b5, rgba(33, 230, 181, .16));
}

.cl-capacity-bars i:nth-child(3) {
  height: 70%;
  background: linear-gradient(180deg, #ff3c92, rgba(255, 60, 146, .16));
}

.cl-capacity-bars i:nth-child(4) {
  height: 100%;
  background: linear-gradient(180deg, #ff9f1c, rgba(255, 159, 28, .16));
}

.cl-capacity-visual>div:last-child {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 10px;
}

.cl-capacity-visual span,
.cl-capacity-visual strong {
  color: #83968c;
  font-size: .55rem;
  letter-spacing: .08em;
  text-align: center;
}

.cl-capacity-visual strong {
  color: #ffbd5e;
}

.cl-future-visual {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  margin-top: 28px;
  padding: 28px 16px 18px;
  border: 1px solid rgba(var(--cl-accent-rgb), .22);
  border-radius: 16px;
  background: rgba(0, 0, 0, .28);
}

.cl-future-visual::before {
  position: absolute;
  top: 47px;
  right: 12.5%;
  left: 12.5%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #28b6ff, #21e6b5, #ff3c92, #ff9f1c);
  opacity: .8;
}

.cl-future-visual>span,
.cl-future-visual>i,
.cl-future-visual>strong {
  position: relative;
  z-index: 1;
  justify-self: center;
}

.cl-future-visual>span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid #28b6ff;
  border-radius: 50%;
  color: white;
  background: #06100d;
  font-size: .58rem;
  font-weight: 900;
}

.cl-future-visual>i {
  width: 17px;
  height: 17px;
  border: 3px solid #06100d;
  border-radius: 50%;
  background: var(--cl-accent);
  box-shadow: 0 0 18px rgba(var(--cl-accent-rgb), .55);
}

.cl-future-visual>strong {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #03100c;
  background: #ff9f1c;
  font-size: 1rem;
}

.cl-future-visual small {
  margin-top: 16px;
  color: #82948b;
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
}

.cl-health-action-visual {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(var(--cl-accent-rgb), .24);
  border-radius: 16px;
  background:
    radial-gradient(circle at center, rgba(var(--cl-accent-rgb), .1), transparent 42%),
    rgba(0, 0, 0, .3);
}

.cl-health-action-visual__title,
.cl-health-action-visual__result {
  display: block;
  color: var(--cl-accent);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-align: center;
}

.cl-health-action-visual__system {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(76px, auto));
  gap: 12px 16px;
  align-items: stretch;
  margin: 18px 0;
}

.cl-health-action-visual__system::before,
.cl-health-action-visual__system::after {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 62%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #28b6ff, var(--cl-accent), #ff9f1c);
  opacity: .4;
  transform-origin: center;
}

.cl-health-action-visual__system::before {
  transform: translate(-50%, -50%) rotate(18deg);
}

.cl-health-action-visual__system::after {
  transform: translate(-50%, -50%) rotate(-18deg);
}

.cl-health-action-node,
.cl-health-action-center {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl-health-action-node {
  gap: 9px;
  min-width: 0;
  padding: 12px 10px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 12px;
  background: rgba(6, 16, 13, .94);
  color: #d9e5df;
}

.cl-health-action-node--nutrition,
.cl-health-action-node--wellbeing {
  grid-column: 1;
}

.cl-health-action-node--training,
.cl-health-action-node--supplements {
  grid-column: 3;
}

.cl-health-action-node--nutrition,
.cl-health-action-node--training {
  grid-row: 1;
}

.cl-health-action-node--wellbeing,
.cl-health-action-node--supplements {
  grid-row: 2;
}

.cl-health-action-node--nutrition {
  color: #21e6b5;
}

.cl-health-action-node--training {
  color: #28b6ff;
}

.cl-health-action-node--wellbeing {
  color: #ff4f9a;
}

.cl-health-action-node--supplements {
  color: #ffad32;
}

.cl-health-action-node__icon {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  fill: currentColor;
}

.cl-health-action-node span {
  min-width: 0;
  color: currentColor;
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.25;
  text-align: center;
}

.cl-health-action-center {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 76px;
  height: 76px;
  align-self: center;
  flex-direction: column;
  gap: 2px;
  border: 2px solid var(--cl-accent);
  border-radius: 50%;
  color: var(--cl-accent);
  background: #06100d;
  box-shadow: 0 0 30px rgba(var(--cl-accent-rgb), .2);
}

.cl-health-action-center__icon {
  width: 34px;
  height: 34px;
  fill: currentColor;
}

.cl-health-action-center span {
  color: white;
  font-size: .54rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.cl-health-action-visual__result {
  color: white;
  letter-spacing: .1em;
}

@media (max-width: 520px) {
  .cl-health-action-visual {
    padding: 18px 14px;
  }

  .cl-health-action-visual__system {
    grid-template-columns: minmax(0, 1fr) 62px minmax(0, 1fr);
    gap: 10px;
  }

  .cl-health-action-center {
    width: 62px;
    height: 62px;
  }

  .cl-health-action-center__icon {
    width: 27px;
    height: 27px;
  }

  .cl-health-action-node {
    flex-direction: column;
    gap: 5px;
  }
}

.cl-product-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.cl-product-facts span {
  padding: 10px 13px;
  border-left: 2px solid var(--cl-accent);
  background: rgba(255, 255, 255, .035);
  color: #d8e0dc;
  font-size: .85rem;
}

.cl-ingredient-list {
  display: grid;
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--cl-line);
}

.cl-ingredient {
  display: grid;
  /* grid-template-columns: 160px 1fr; */
  grid-template-columns: 150px 1fr;
  /* gap: 26px; */
  gap: 20px;
  /* padding: 22px 0; */
  padding: 18px 0;
  border-bottom: 1px solid var(--cl-line);
}

.cl-ingredient strong {
  color: var(--cl-accent);
}

.cl-ingredient span {
  color: var(--cl-muted);
  line-height: 1.55;
}

.cl-image-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--cl-line);
  border-radius: 26px;
  background: #eef0ee;
}

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

.cl-image-card--contain img {
  object-fit: contain;
}

.cl-image-caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  color: white;
  background: rgba(2, 7, 5, .78);
  backdrop-filter: blur(12px);
  font-size: .82rem;
}

.cl-stack-list {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.cl-stack-list li {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--cl-line);
  color: #c8d3cd;
}

.cl-stack-list li::before {
  color: var(--cl-accent);
  content: "↳";
  font-weight: 900;
}

.cl-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.cl-support-grid article {
  min-height: 82px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--cl-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, .025);
}

.cl-support-grid article:last-child {
  grid-column: 1 / -1;
}

.cl-support-grid span {
  color: var(--cl-accent);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.cl-support-grid strong {
  color: #edf3f0;
  font-size: .9rem;
  line-height: 1.3;
}

.cl-kit-complete {
  margin: 28px 0 0;
  color: var(--cl-muted);
  font-size: .94rem;
  line-height: 1.68;
}

.cl-kit-complete strong {
  color: white;
}

.cl-kit-promise {
  display: grid;
  gap: 6px;
  margin-top: 24px;
  padding: 18px 20px;
  border-left: 3px solid var(--cl-accent);
  background: linear-gradient(90deg, rgba(var(--cl-accent-rgb), .09), transparent);
}

.cl-kit-promise strong {
  color: white;
  font-size: 1.05rem;
}

.cl-kit-promise span {
  color: #aebdb5;
  font-size: .82rem;
  line-height: 1.45;
}

.cl-system-grid .cl-map-card {
  display: flex;
  flex-direction: column;
}

.cl-system-grid .cl-map-card .cl-actions {
  margin-top: auto;
  padding-top: 28px;
}

.cl-system-preview--protocol .cl-map-preview-link img {
  object-position: top center;
  transform: scale(1.04);
}

.cl-system-preview--protocol .cl-map-preview-link:hover img {
  transform: scale(1.07);
}

.cl-proof {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 30px;
  align-items: start;
}

.cl-proof__mark {
  position: sticky;
  top: 110px;
  font-size: clamp(5rem, 15vw, 12rem);
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: .8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--cl-accent-rgb), .55);
}

.cl-cta {
  position: relative;
  padding: clamp(72px, 10vw, 130px) 0;
  text-align: center;
  background: radial-gradient(circle at 50% 115%, rgba(var(--cl-accent-rgb), .22), transparent 48%);
}

.cl-cta .cl-title,
.cl-cta .cl-lede {
  margin-inline: auto;
}

.cl-buy-module {
  width: min(100%, 760px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin: 46px auto 14px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(var(--cl-accent-rgb), .34);
  border-radius: 22px;
  background: linear-gradient(115deg, rgba(var(--cl-accent-rgb), .11), rgba(255, 60, 146, .07) 62%, rgba(255, 159, 28, .08));
  box-shadow: 0 26px 65px rgba(0, 0, 0, .28);
  text-align: left;
}

.cl-buy-module__product {
  display: grid;
  gap: 7px;
}

.cl-buy-module__product span {
  color: var(--cl-accent);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.cl-buy-module__product strong {
  color: white;
  font-size: clamp(2.1rem, 4.5vw, 3.8rem);
  letter-spacing: -.055em;
  line-height: 1;
}

.cl-buy-module__product small {
  color: #96a79f;
  font-size: .76rem;
}

.cl-buy-module__button {
  min-width: 190px;
  border: 0;
}

.cl-buy-module__button svg {
  flex: 0 0 auto;
}

.cl-buy-module__loading {
  display: block;
  margin: 38px auto;
  color: var(--cl-muted);
}

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

.cl-price {
  margin: 28px 0 0;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 760;
  letter-spacing: -.06em;
}

.cl-price small {
  color: var(--cl-muted);
  font-size: .95rem;
  font-weight: 500;
  letter-spacing: 0;
}

.cl-disclaimer {
  padding: 22px 0;
  border-top: 1px solid var(--cl-line);
  color: #73847b;
  font-size: .72rem;
  line-height: 1.55;
  text-align: center;
}

.cl-scan-hero {
  min-height: 760px;
  padding: 120px 0 90px;
  display: grid;
  align-items: center;
}

.cl-scan-ticket {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 9px 14px;
  border: 1px solid rgba(var(--cl-accent-rgb), .45);
  border-radius: 999px;
  color: var(--cl-accent);
  background: rgba(var(--cl-accent-rgb), .06);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cl-scan-ticket::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cl-accent);
  content: "";
  box-shadow: 0 0 18px var(--cl-accent);
}

.cl-nav-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 32px;
}

.cl-nav-dots span {
  width: 28px;
  height: 4px;
  border-radius: 99px;
  background: var(--cl-line);
}

.cl-nav-dots span:nth-child(1) {
  background: #21e6b5;
}

.cl-nav-dots span:nth-child(2) {
  background: #28b6ff;
}

.cl-nav-dots span:nth-child(3) {
  background: #ff3c92;
}

.cl-nav-dots span:nth-child(4) {
  background: #ff9f1c;
}

/* Post-purchase tray onboarding */
.cl-start-page {
  --cl-accent: #62e0bc;
  --cl-accent-rgb: 98, 224, 188;
  overflow: clip;
}

.cl-start-page section[id] {
  scroll-margin-top: 132px;
}

.cl-start-tray {
  background: #f1f2f1;
}

.cl-start-tray img {
  object-fit: contain;
}

.cl-start-steps .cl-card {
  display: flex;
  flex-direction: column;
}

.cl-start-steps .cl-card .cl-actions {
  margin-top: auto;
  padding-top: 28px;
}

.cl-complete-mark {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(var(--cl-accent-rgb), .42);
  border-radius: 999px;
  color: var(--cl-accent);
  font-size: .9rem;
  font-weight: 800;
}

.cl-start-route {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px;
  border: 1px solid var(--cl-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .025);
}

.cl-start-route span {
  padding: 10px 13px;
  border-radius: 9px;
  color: #02100b;
  background: var(--cl-accent);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.cl-start-route b {
  color: #64776d;
}

.cl-access-card {
  display: flex;
  flex-direction: column;
}

.cl-access-card .cl-actions {
  margin-top: auto;
  padding-top: 28px;
}

.cl-checklist li::before {
  content: "✓";
}

.cl-manual-nav {
  position: sticky;
  z-index: 20;
  top: 72px;
  border-block: 1px solid var(--cl-line);
  background: rgba(3, 6, 5, .92);
  backdrop-filter: blur(18px);
}

.cl-manual-nav__inner {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 38px);
  overflow-x: auto;
  scrollbar-width: none;
}

.cl-manual-nav__inner::-webkit-scrollbar {
  display: none;
}

.cl-manual-nav__inner span {
  flex: 0 0 auto;
  color: var(--cl-accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cl-manual-nav__inner a {
  flex: 0 0 auto;
  color: #c4d0ca;
  font-size: .83rem;
  font-weight: 700;
  text-decoration: none;
}

.cl-manual-nav__inner a:hover {
  color: white;
}

.cl-manual-walkthrough {
  display: grid;
  gap: 0;
  margin-top: 62px;
  border-top: 1px solid var(--cl-line);
}

.cl-manual-step {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--cl-line);
}

.cl-manual-step>span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--cl-accent-rgb), .44);
  border-radius: 50%;
  color: var(--cl-accent);
  font-weight: 900;
}

.cl-manual-step h3 {
  margin: 0 0 8px;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.cl-manual-step p {
  max-width: 850px;
  margin: 0;
  color: var(--cl-muted);
  line-height: 1.65;
}

.cl-guide-figure {
  margin: 56px 0 72px;
}

.cl-guide-shot {
  position: relative;
  height: clamp(420px, 48vw, 640px);
  overflow: hidden;
  border: 1px solid rgba(var(--cl-accent-rgb), .28);
  border-radius: 24px;
  background: #020806;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
}

.cl-guide-shot::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 -80px 100px rgba(0, 0, 0, .28);
}

.cl-guide-shot>img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: auto;
}

.cl-guide-shot--blocks>img {
  transform: translateY(-36%);
}

.cl-guide-shot--routine>img {
  transform: translateY(-61%);
}

.cl-shot-callout {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translate(-50%, -50%);
}

.cl-shot-callout span {
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: grid;
  place-items: center;
  border: 2px solid #07110d;
  border-radius: 50%;
  color: #03100c;
  background: var(--cl-accent);
  font-size: .82rem;
  font-weight: 950;
  box-shadow: 0 0 0 5px rgba(var(--cl-accent-rgb), .2), 0 5px 16px rgba(0, 0, 0, .55);
}

.cl-shot-callout strong {
  padding: 7px 10px;
  border: 1px solid rgba(var(--cl-accent-rgb), .42);
  border-radius: 8px;
  color: white;
  background: rgba(2, 7, 5, .88);
  font-size: .72rem;
  line-height: 1.2;
  white-space: nowrap;
  backdrop-filter: blur(8px);
}

.cl-shot-callout::before {
  position: absolute;
  left: 17px;
  width: 2px;
  height: var(--line);
  content: "";
  background: linear-gradient(var(--cl-accent), rgba(var(--cl-accent-rgb), .18));
  transform-origin: top;
}

.cl-shot-callout::after {
  position: absolute;
  left: 12px;
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--cl-accent);
  border-bottom: 2px solid var(--cl-accent);
  content: "";
}

.cl-shot-callout--down::before {
  top: 35px;
}

.cl-shot-callout--down::after {
  top: calc(31px + var(--line));
  transform: rotate(45deg);
}

.cl-shot-callout--up::before {
  bottom: 35px;
  background: linear-gradient(rgba(var(--cl-accent-rgb), .18), var(--cl-accent));
}

.cl-shot-callout--up::after {
  bottom: calc(31px + var(--line));
  transform: rotate(225deg);
}

.cl-guide-caption {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.cl-guide-caption span {
  padding: 13px 14px;
  border: 1px solid var(--cl-line);
  border-radius: 11px;
  color: var(--cl-muted);
  background: rgba(255, 255, 255, .025);
  font-size: .78rem;
  line-height: 1.45;
}

.cl-guide-caption b {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-right: 5px;
  border-radius: 50%;
  color: #03100c;
  background: var(--cl-accent);
  font-size: .68rem;
}

.cl-guide-caption--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.cl-resource-map {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cl-resource-map strong,
.cl-start-steps strong {
  color: #e9f1ed;
}

.cl-map-card {
  --map-accent: #62e0bc;
  --map-accent-rgb: 98, 224, 188;
  --map-pad: clamp(25px, 4vw, 38px);
  position: relative;
  overflow: hidden;
  padding: 0 var(--map-pad) var(--map-pad);
  border-color: rgba(var(--map-accent-rgb), .22);
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.cl-map-card--recipe {
  --map-accent: #ff4f9a;
  --map-accent-rgb: 255, 79, 154;
}

.cl-map-card--exercise {
  --map-accent: #4a8fff;
  --map-accent-rgb: 74, 143, 255;
}

.cl-map-card--formula {
  --map-accent: #ec54e8;
  --map-accent-rgb: 236, 84, 232;
}

.cl-map-card--cycle {
  --map-accent: #ffae37;
  --map-accent-rgb: 255, 174, 55;
}

.cl-map-card--science {
  --map-accent: #b58cff;
  --map-accent-rgb: 181, 140, 255;
}

.cl-map-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--map-accent), transparent);
  opacity: .72;
}

.cl-map-card .cl-card__number {
  margin-bottom: 22px;
  color: var(--map-accent);
}

.cl-map-card h3 {
  font-size: clamp(1.4rem, 2vw, 1.72rem);
}

.cl-map-card .cl-button:not(.cl-button--ghost) {
  background: var(--map-accent);
}

.cl-map-card .cl-actions {
  gap: 9px;
}

.cl-map-card .cl-button {
  min-height: 48px;
  padding-inline: 18px;
  font-size: .85rem;
}

.cl-map-visual {
  position: relative;
  height: 226px;
  margin: 0 calc(-1 * var(--map-pad)) 30px;
  overflow: hidden;
  border-bottom: 1px solid rgba(var(--map-accent-rgb), .24);
  background: radial-gradient(circle at 50% 75%, rgba(var(--map-accent-rgb), .23), transparent 48%), #050b09;
}

.cl-map-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(2, 7, 5, .78));
}

.cl-map-visual__word {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 4px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: .95;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .7);
}

.cl-map-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.cl-map-visual--protocol {
  display: grid;
  place-items: center;
  padding: 24px;
}

.cl-today-route {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: -34px;
}

.cl-today-route span {
  padding: 7px 8px;
  border: 1px solid rgba(var(--map-accent-rgb), .42);
  border-radius: 6px;
  color: var(--map-accent);
  background: rgba(3, 15, 11, .82);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.cl-today-route b {
  color: #6c8278;
}

.cl-today-timeline {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 60px;
  left: 26px;
  display: flex;
  justify-content: space-between;
}

.cl-today-timeline::before {
  position: absolute;
  top: 20px;
  right: 15px;
  left: 15px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #ffca44, #ff6a42, #4a8fff, #b58cff);
}

.cl-today-timeline i {
  position: relative;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 2px solid #0a1712;
  border-radius: 50%;
  color: #07120e;
  background: var(--map-accent);
}

.cl-map-visual--media {
  background: #07100c;
}

.cl-map-preview-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  color: white;
  text-decoration: none;
}

.cl-map-preview-link::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(1, 5, 3, .02) 12%, rgba(1, 5, 3, .9) 100%);
}

.cl-map-preview-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.cl-map-preview-link:hover img {
  transform: scale(1.035);
}

.cl-map-preview-link strong {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 49px;
  left: 20px;
  overflow: hidden;
  color: white;
  font-size: 1rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cl-map-library-tag {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(var(--map-accent-rgb), .58);
  border-radius: 999px;
  color: white;
  background: rgba(2, 7, 5, .76);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  backdrop-filter: blur(10px);
}

.cl-map-library-tag .cl-map-icon {
  width: 14px;
  height: 14px;
  color: var(--map-accent);
}

.cl-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  color: var(--map-accent);
}

.cl-map-fallback .cl-map-icon {
  width: 82px;
  height: 82px;
}

.cl-map-fallback strong {
  color: white;
  letter-spacing: .1em;
}

.cl-map-visual--formula {
  display: grid;
  place-items: center;
}

.cl-bottle-cluster {
  position: relative;
  z-index: 2;
  width: 235px;
  height: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 9px;
}

.cl-bottle {
  position: relative;
  display: block;
  width: 58px;
  height: 112px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 9px 9px 5px 5px;
  background: linear-gradient(140deg, #18231e, #050806);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .5);
}

.cl-bottle::before {
  position: absolute;
  right: -3px;
  bottom: 100%;
  left: -3px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 9px 9px 4px 4px;
  content: "";
  background: var(--bottle-color);
}

.cl-bottle::after {
  position: absolute;
  top: 42px;
  right: 7px;
  left: 7px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #00efa5, #12c7ec, #f033bc, #ff9c28);
  box-shadow: 0 7px var(--bottle-color), 0 14px rgba(255, 255, 255, .32);
}

.cl-bottle--small {
  --bottle-color: #19d7ec;
  height: 82px;
}

.cl-bottle--large {
  --bottle-color: #61df56;
  width: 72px;
  height: 126px;
}

.cl-bottle--medium {
  --bottle-color: #ed55dd;
  height: 102px;
}

.cl-bottle-cluster>span {
  position: absolute;
  top: 4px;
  right: -8px;
  padding: 5px 7px;
  border: 1px solid var(--map-accent);
  color: white;
  background: #07100c;
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .08em;
  transform: rotate(5deg);
}

.cl-map-visual--cycle {
  display: grid;
  align-content: center;
  padding: 22px;
}

.cl-mini-cycle {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 5px;
  align-items: end;
  margin-bottom: 10px;
}

.cl-mini-cycle span {
  height: 62px;
  border-radius: 4px 4px 2px 2px;
  background: #ff3c92;
}

.cl-mini-cycle span:nth-child(2) {
  height: 78px;
  background: #f58b28;
}

.cl-mini-cycle span:nth-child(3) {
  height: 94px;
  background: #d2e936;
}

.cl-mini-cycle span:nth-child(4) {
  height: 110px;
  background: #38c4ff;
}

.cl-mini-cycle span:nth-child(5) {
  height: 134px;
  background: #57dfb1;
}

.cl-mini-cycle span:nth-child(6) {
  height: 110px;
  background: #6a74e8;
}

.cl-mini-cycle span:nth-child(7) {
  height: 94px;
  background: #a562d8;
}

.cl-mini-cycle span:nth-child(8) {
  height: 78px;
  background: #e7529b;
}

.cl-mini-cycle span:nth-child(9) {
  height: 62px;
  background: #ef645c;
}

.cl-cycle-direction {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  color: white;
  font-size: .65rem;
  letter-spacing: .1em;
  text-align: center;
}

.cl-cycle-direction b:first-child {
  color: #ff6aaf;
}

.cl-cycle-direction b:last-child {
  color: #61e2bd;
}

.cl-cycle-direction i {
  color: #ffcb4d;
  font-style: normal;
}

.cl-map-visual--science {
  display: grid;
  place-items: center;
}

.cl-science-mark {
  position: relative;
  z-index: 2;
  width: 250px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
}

.cl-science-mark>.cl-map-icon {
  width: 74px;
  height: 90px;
  color: var(--map-accent);
}

.cl-science-mark>span {
  position: absolute;
  top: 4px;
  right: 24px;
  width: 90px;
  height: 66px;
}

.cl-science-mark>span i {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #ffca4a;
  border-radius: 50%;
}

.cl-science-mark>span i:nth-child(1) {
  top: 0;
  left: 38px;
}

.cl-science-mark>span i:nth-child(2) {
  top: 26px;
  left: 6px;
}

.cl-science-mark>span i:nth-child(3) {
  top: 43px;
  right: 6px;
}

.cl-science-mark>span i:nth-child(4) {
  top: 22px;
  right: 21px;
}

.cl-science-mark>span::before,
.cl-science-mark>span::after {
  position: absolute;
  width: 66px;
  height: 2px;
  content: "";
  background: #ffca4a;
  transform: rotate(31deg);
  transform-origin: left;
}

.cl-science-mark>span::before {
  top: 14px;
  left: 17px;
}

.cl-science-mark>span::after {
  top: 48px;
  left: 17px;
  transform: rotate(-28deg);
}

.cl-science-mark strong {
  grid-column: 1 / -1;
  color: white;
  font-size: .8rem;
  letter-spacing: .12em;
  line-height: 1.35;
  text-align: center;
}

.cl-day-one {
  --day-one-card-bg: rgba(7, 17, 13, .84);
}

.cl-day-one__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.cl-day-one__header .cl-lede {
  max-width: 760px;
}

.cl-day-one__progress {
  display: grid;
  gap: 12px;
  padding-bottom: 8px;
}

.cl-day-one__progress strong {
  color: var(--cl-accent);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cl-day-one__progress>span {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.cl-day-one__progress i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #16d9b0, #43e6c2);
  box-shadow: 0 0 18px rgba(33, 230, 181, .48);
  transition: width 280ms ease;
}

.cl-day-one__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cl-day-one-card {
  --step-accent: #62e0bc;
  position: relative;
  min-height: 390px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid color-mix(in srgb, var(--step-accent) 28%, transparent);
  border-radius: 22px;
  background:
    radial-gradient(circle at 105% -5%, color-mix(in srgb, var(--step-accent) 13%, transparent), transparent 36%),
    var(--day-one-card-bg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
  transition: border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.cl-day-one-card--1 {
  --step-accent: #ff7180;
}

.cl-day-one-card--2 {
  --step-accent: #ffb13b;
}

.cl-day-one-card--3 {
  --step-accent: #e9e84a;
}

.cl-day-one-card--4 {
  --step-accent: #46b8ff;
}

.cl-day-one-card--5 {
  --step-accent: #ff4b7f;
}

.cl-day-one-card--6 {
  --step-accent: #62e0bc;
}

.cl-day-one-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--step-accent) 48%, transparent);
}

.cl-day-one-card.is-complete {
  border-color: color-mix(in srgb, var(--cl-accent) 62%, transparent);
  box-shadow: 0 0 0 1px rgba(var(--cl-accent-rgb), .12), 0 24px 70px rgba(17, 219, 171, .1);
}

.cl-day-one-card.is-complete h3,
.cl-day-one-card.is-complete p,
.cl-day-one-card.is-complete .cl-day-one-card__actions {
  opacity: .66;
}

.cl-day-one-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cl-day-one-card__number {
  color: var(--step-accent);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .13em;
}

.cl-day-one-card__check {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  color: transparent;
  background: rgba(255, 255, 255, .035);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cl-day-one-card__check:hover,
.cl-day-one-card__check:focus-visible {
  border-color: var(--cl-accent);
  transform: scale(1.06);
}

.cl-day-one-card.is-complete .cl-day-one-card__check {
  color: #06110d;
  border-color: var(--cl-accent);
  background: var(--cl-accent);
  box-shadow: 0 0 22px rgba(var(--cl-accent-rgb), .32);
}

.cl-day-one-card__check-icon,
.cl-day-one-card__svg {
  width: 100%;
  height: 100%;
}

.cl-day-one-card__svg--fill {
  fill: currentColor;
}

.cl-day-one-card__icon {
  width: 72px;
  height: 72px;
  overflow: hidden;
  display: grid;
  place-items: center;
  margin: 22px 0 20px;
  padding: 16px;
  border: 1px solid color-mix(in srgb, var(--step-accent) 48%, transparent);
  border-radius: 18px;
  color: #07110d;
  background: var(--step-accent);
  box-shadow: 0 0 30px color-mix(in srgb, var(--step-accent) 18%, transparent);
}

.cl-day-one-card__icon:has(.cl-day-one-card__image) {
  padding: 0;
}

.cl-day-one-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cl-day-one-card h3 {
  margin: 0 0 10px;
  color: white;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.cl-day-one-card>p {
  margin: 0;
  color: #a8b7af;
  font-size: .94rem;
  line-height: 1.62;
}

.cl-day-one-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  transition: opacity 180ms ease;
}

.cl-day-one-card__button,
.cl-day-one-card__resources a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid color-mix(in srgb, var(--step-accent) 48%, transparent);
  border-radius: 999px;
  color: #06110d;
  background: var(--step-accent);
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
  transition: filter 160ms ease, transform 160ms ease;
}

.cl-day-one-card__button:hover,
.cl-day-one-card__resources a:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.cl-day-one-card__button--ghost {
  color: white;
  background: transparent;
}

.cl-day-one-card__resources {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cl-day-one-card__resources a {
  justify-content: space-between;
  border-radius: 12px;
  color: #dbe8e1;
  background: rgba(255, 255, 255, .035);
  font-size: .7rem;
  line-height: 1.25;
}

.cl-day-one-card__external {
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  margin-left: 8px;
}

.cl-day-one__ready {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px;
  border: 1px solid rgba(var(--cl-accent-rgb), .5);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(var(--cl-accent-rgb), .12), rgba(255, 255, 255, .025));
  box-shadow: 0 20px 60px rgba(17, 219, 171, .09);
}

.cl-day-one__ready[hidden] {
  display: none;
}

.cl-day-one__ready>div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 2px 14px;
  align-items: center;
}

.cl-day-one__ready-icon {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  color: var(--cl-accent);
}

.cl-day-one__ready span {
  color: var(--cl-accent);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cl-day-one__ready strong {
  color: white;
  font-size: 1.25rem;
}

.cl-rhythm-list,
.cl-motive-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cl-help-grid .cl-card {
  display: flex;
  flex-direction: column;
}

.cl-help-grid .cl-actions {
  margin-top: auto;
  padding-top: 28px;
}

.cl-help-note {
  margin-top: 28px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  border: 1px solid rgba(var(--cl-accent-rgb), .3);
  border-radius: 16px;
  background: rgba(var(--cl-accent-rgb), .045);
}

.cl-help-note strong {
  color: var(--cl-accent);
}

.cl-help-note span {
  color: #c8d3cd;
}

.cl-follow-panel {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: clamp(32px, 6vw, 78px);
  align-items: center;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(var(--cl-accent-rgb), .24);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .035), rgba(var(--cl-accent-rgb), .025));
}

.cl-founder-mark {
  position: relative;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: radial-gradient(circle at 18% 12%, rgba(255, 79, 154, .2), transparent 34%), radial-gradient(circle at 92% 88%, rgba(74, 143, 255, .18), transparent 40%), #050a08;
}

.cl-founder-mark::before {
  position: absolute;
  right: -38px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(var(--cl-accent-rgb), .32);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 22px rgba(var(--cl-accent-rgb), .035), 0 0 0 45px rgba(255, 79, 154, .025);
}

.cl-founder-mark span {
  position: relative;
  color: #82968c;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .22em;
}

.cl-founder-mark strong {
  position: relative;
  margin-top: 8px;
  color: white;
  font-size: 1.65rem;
  letter-spacing: -.035em;
  line-height: .92;
}

.cl-founder-mark i {
  position: relative;
  margin-top: 36px;
  color: var(--cl-accent);
  font-size: .68rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .24em;
}

.cl-follow-panel__copy .cl-eyebrow {
  margin-bottom: 13px;
}

.cl-follow-panel__copy h3 {
  margin: 0;
  color: white;
  font-size: clamp(2rem, 4.3vw, 3.8rem);
  letter-spacing: -.05em;
  line-height: 1;
}

.cl-follow-panel__copy blockquote {
  max-width: 760px;
  margin: 24px 0 0;
  color: #bdc9c2;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.7;
}

.cl-follow-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  margin-top: 25px;
}

.cl-follow-link {
  color: #d6e1db;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
}

.cl-follow-link:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cl-follow-link--primary {
  padding: 11px 15px;
  border: 1px solid rgba(255, 79, 154, .42);
  border-radius: 999px;
  color: #ff81b8;
  background: rgba(255, 79, 154, .07);
}

.cl-follow-panel__copy small {
  display: block;
  max-width: 720px;
  margin-top: 18px;
  color: #71847a;
  font-size: .68rem;
  line-height: 1.5;
}

.cl-community-rail {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--cl-line);
  border-radius: 18px;
  background: rgba(1, 6, 4, .42);
}

.cl-community-rail__intro,
.cl-community-channel {
  min-height: 116px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px;
  border-right: 1px solid var(--cl-line);
}

.cl-community-rail> :last-child {
  border-right: 0;
}

.cl-community-rail__intro {
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.cl-community-rail__intro span {
  color: var(--cl-accent);
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.cl-community-rail__intro strong {
  color: white;
  font-size: 1rem;
  line-height: 1.25;
}

.cl-community-channel {
  min-width: 0;
  color: #c5d0ca;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

a.cl-community-channel:hover {
  color: white;
  background: rgba(255, 255, 255, .04);
}

.cl-community-channel__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  padding: 7px;
  border: 1px solid currentColor;
  border-radius: 10px;
  color: #7e958a;
}

.cl-community-channel__icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: currentColor;
}

.cl-community-channel--instagram .cl-community-channel__icon {
  color: #ff70ad;
}

.cl-community-channel--instagram .cl-community-channel__icon svg,
.cl-community-channel--email .cl-community-channel__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.cl-community-channel--youtube .cl-community-channel__icon {
  color: #ff6573;
}

.cl-community-channel--discord .cl-community-channel__icon {
  color: #8e9cff;
}

.cl-community-channel--email .cl-community-channel__icon {
  color: var(--cl-accent);
}

.cl-community-channel>span:last-child {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.cl-community-channel strong {
  color: white;
  font-size: .78rem;
}

.cl-community-channel small {
  color: #74867d;
  font-size: .64rem;
  line-height: 1.35;
}

@media (min-width: 1100px) {
  .cl-thesis__answer--life p {
    white-space: nowrap;
  }
}

@media (max-width: 900px) {
  .cl-hero {
    min-height: auto;
  }

  .cl-hero__grid,
  .cl-grid-2,
  .cl-grid-ingredient-section,
  .cl-proof {
    grid-template-columns: 1fr;
  }

  .cl-hero__copy {
    order: 1;
  }

  .cl-hero-art {
    min-height: 380px;
    order: 2;
  }

  .cl-hero-art--label {
    min-height: 470px;
  }

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

  .cl-stat:nth-child(2) {
    border-right: 0;
  }

  .cl-stat:nth-child(-n+2) {
    border-bottom: 1px solid var(--cl-line);
  }

  .cl-grid-3 {
    grid-template-columns: 1fr;
  }

  .cl-resource-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cl-follow-panel {
    grid-template-columns: 190px 1fr;
  }

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

  .cl-community-rail__intro {
    grid-column: 1 / -1;
  }

  .cl-community-rail__intro,
  .cl-community-channel {
    border-right: 1px solid var(--cl-line);
    border-bottom: 1px solid var(--cl-line);
  }

  .cl-community-rail> :nth-child(odd):not(.cl-community-rail__intro) {
    border-right: 0;
  }

  .cl-community-rail> :last-child {
    border-bottom: 0;
  }

  .cl-proof__mark {
    position: static;
  }

  .cl-thesis__header {
    grid-template-columns: 1fr;
  }

  .cl-thesis__goal {
    min-height: 210px;
  }

  .cl-thesis__answers .cl-thesis__answer--mechanism {
    grid-template-columns: 1fr;
  }

  .cl-holistic {
    grid-template-columns: 1fr;
  }

  .cl-health-system {
    width: min(100%, 720px);
    margin-inline: auto;
  }

  .cl-waterpump {
    grid-template-columns: 1fr;
  }

  .cl-waterpump__visual {
    width: min(100%, 560px);
    min-height: 500px;
    margin-inline: auto;
  }

  .cl-system-grid {
    grid-template-columns: 1fr;
  }

  .cl-day-one__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cl-day-one__progress {
    width: min(100%, 360px);
  }

  .cl-day-one__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {

  .cl-shell,
  .cl-shell-hero,
  .cl-shell--narrow {
    width: min(100% - 28px, 1180px);
  }

  .cl-section {
    padding-block: 68px;
  }

  .cl-hero {
    padding-top: 40px;
  }

  .cl-display {
    font-size: clamp(3.05rem, 15vw, 4.8rem);
  }

  .cl-hero-carousel .cl-display {
    font-size: clamp(3rem, 13vw, 4.1rem);
  }

  .cl-hero-carousel__slide--promise .cl-display {
    padding-inline-end: .12em;
    font-size: clamp(3.6rem, 15.6vw, 4.9rem);
  }

  .cl-start-page .cl-display {
    font-size: clamp(2.55rem, 12vw, 3.4rem);
  }

  .cl-title {
    font-size: 2.35rem;
  }

  .cl-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .cl-button {
    width: 100%;
  }

  .cl-hero-art {
    min-height: 300px;
  }

  .cl-hero-art--label {
    min-height: 420px;
  }

  .cl-label-window {
    width: 88%;
    border-radius: 18px;
  }

  .cl-stat-row {
    grid-template-columns: 1fr;
  }

  .cl-stat {
    min-height: 115px;
    border-right: 0;
    border-bottom: 1px solid var(--cl-line);
  }

  .cl-stat:last-child {
    border-bottom: 0;
  }

  .cl-cycle {
    padding: 12px;
  }

  .cl-cycle__track {
    grid-template-columns: 1fr;
  }

  .cl-cycle__turning-point {
    min-height: 46px;
    writing-mode: initial;
  }

  .cl-cycle__phase {
    min-height: 170px;
  }

  .cl-ingredient {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .cl-image-card img {
    min-height: 320px;
  }

  .cl-manual-nav {
    top: 56px;
  }

  .cl-manual-step {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .cl-manual-step>span {
    width: 38px;
    height: 38px;
  }

  .cl-guide-figure {
    margin-block: 38px 54px;
  }

  .cl-guide-shot {
    border-radius: 17px;
  }

  .cl-guide-shot--blocks {
    height: 230px;
  }

  .cl-guide-shot--routine {
    height: 320px;
  }

  .cl-guide-shot--blocks>img {
    width: 100%;
    left: 0;
    transform: translateY(-36%);
  }

  .cl-guide-shot--routine>img {
    width: 100%;
    left: 0;
    transform: translateY(-61%);
  }

  .cl-guide-shot .cl-shot-callout {
    --line: 34px !important;
  }

  .cl-guide-shot--routine .cl-shot-callout--up {
    --line: 42px !important;
  }

  .cl-shot-callout strong {
    display: none;
  }

  .cl-shot-callout span {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .cl-shot-callout::before {
    left: 14px;
  }

  .cl-shot-callout::after {
    left: 9px;
  }

  .cl-shot-callout--down::before {
    top: 30px;
  }

  .cl-shot-callout--down::after {
    top: calc(26px + var(--line));
  }

  .cl-shot-callout--up::before {
    bottom: 30px;
  }

  .cl-shot-callout--up::after {
    bottom: calc(26px + var(--line));
  }

  .cl-guide-caption,
  .cl-guide-caption--six {
    grid-template-columns: 1fr;
  }

  .cl-resource-map {
    grid-template-columns: 1fr;
  }

  .cl-map-visual {
    height: 245px;
  }

  .cl-map-visual__word {
    font-size: 3rem;
  }

  .cl-day-one__steps {
    grid-template-columns: 1fr;
  }

  .cl-day-one-card {
    min-height: 0;
    padding: 20px;
  }

  .cl-day-one-card__resources {
    grid-template-columns: 1fr;
  }

  .cl-day-one__ready {
    align-items: stretch;
    flex-direction: column;
    padding: 20px;
  }

  .cl-help-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cl-follow-panel {
    grid-template-columns: 1fr;
    margin-top: 40px;
    padding: 18px;
  }

  .cl-founder-mark {
    min-height: 180px;
  }

  .cl-follow-panel__copy h3 {
    font-size: 2.4rem;
  }

  .cl-follow-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .cl-community-rail {
    grid-template-columns: 1fr;
  }

  .cl-community-rail__intro,
  .cl-community-channel {
    min-height: 96px;
    border-right: 0 !important;
  }

  .cl-community-rail> :not(:last-child) {
    border-bottom: 1px solid var(--cl-line);
  }

  .cl-thesis {
    border-radius: 22px;
  }

  .cl-thesis__header {
    padding: 22px;
  }

  .cl-thesis__goal {
    min-height: 170px;
    padding: 22px;
  }

  .cl-thesis__goal strong {
    font-size: 5.8rem;
  }

  .cl-thesis__answers {
    grid-template-columns: 1fr;
  }

  .cl-thesis__answers article,
  .cl-thesis__answers article:nth-child(even) {
    min-height: 0;
    border-right: 0;
  }

  .cl-thesis__answers article:nth-child(4) {
    border-right: 0;
  }

  .cl-thesis__answers .cl-thesis__answer--mechanism {
    grid-column: auto;
    gap: 26px;
  }

  .cl-thesis__answers .cl-thesis__answer--life {
    grid-column: auto;
  }

  .cl-change-wave {
    padding: 12px 10px 14px;
  }

  .cl-change-wave__phase-labels {
    grid-template-columns: 4fr 4fr;
    gap: 4px;
  }

  .cl-change-wave__phase-labels span,
  .cl-change-wave__phase-labels strong {
    font-size: .46rem !important;
    letter-spacing: .04em !important;
  }

  .cl-change-wave small {
    font-size: .52rem;
    letter-spacing: .08em;
  }

  .cl-health-system {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 18px;
  }

  .cl-health-system__inputs article {
    grid-template-columns: 28px 1fr;
  }

  .cl-health-system__inputs article::after,
  .cl-health-system__flow {
    display: none;
  }

  .cl-health-system__core {
    width: min(210px, 70vw);
    margin: 4px auto 0;
  }

  .cl-health-system__core::before {
    top: auto;
    right: 50%;
    bottom: 100%;
    width: 2px;
    height: 26px;
    background: linear-gradient(#21e6b5, #ff9f1c);
  }

  .cl-waterpump__visual {
    min-height: 350px;
  }

  .cl-waterpump__visual img {
    width: 48%;
  }

  .cl-waterpump__label {
    top: 30%;
    font-size: 1.2rem;
  }

  .cl-waterpump__flow {
    bottom: 30px;
  }

  .cl-waterpump__label--pull {
    left: 8.5%;
  }

  .cl-waterpump__label--push {
    right: 2%;
  }

  .cl-buy-module {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cl-buy-module__button {
    width: 100%;
  }

  .cl-motive {
    border-radius: 18px;
  }

  .cl-capacity-visual {
    padding: 16px;
  }

  .cl-capacity-visual span,
  .cl-capacity-visual strong {
    font-size: .46rem;
    letter-spacing: .03em;
  }

  .cl-future-visual {
    padding-inline: 8px;
  }

  .cl-future-visual small {
    font-size: .45rem;
    letter-spacing: .03em;
  }

  .cl-support-grid {
    grid-template-columns: 1fr;
  }

  .cl-support-grid article:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cl-button {
    transition: none;
  }

  .cl-hero-carousel__slide,
  .cl-hero-carousel__dot {
    transition: none;
  }
}