:root {
  color-scheme: light;
  --chl-paper: #f7f2e7;
  --chl-paper-strong: #efe7d7;
  --chl-paper-light: #fffdf8;
  --chl-ink: #102744;
  --chl-jade: #176447;
  --chl-jade-dark: #104d38;
  --chl-jade-soft: #dce9df;
  --chl-cinnabar: #d94b36;
  --chl-gold: #b8812c;
  --chl-muted: #68706f;
  --chl-line: #d8d0c2;
  --chl-shadow: 0 24px 70px rgba(16, 39, 68, .14);
  --chl-serif: Georgia, "Times New Roman", "Noto Serif SC", "Songti SC", serif;
  --chl-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background-color: var(--chl-paper);
  background-image:
    radial-gradient(circle at 20% 10%, rgba(184, 129, 44, .04) 0 1px, transparent 1.5px),
    radial-gradient(circle at 80% 60%, rgba(23, 100, 71, .035) 0 1px, transparent 1.5px);
  background-size: 17px 19px, 23px 29px;
  color: var(--chl-ink);
  font-family: var(--chl-sans);
  line-height: 1.5;
}

body,
button,
input,
select {
  font: inherit;
}

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

a {
  color: inherit;
}

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

button,
select,
a {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(23, 100, 71, .34);
  outline-offset: 3px;
}

[hidden] {
  display: none !important;
}

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

.chl-skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  transform: translateY(-160%);
  border-radius: 8px;
  background: var(--chl-ink);
  color: white;
  padding: 10px 14px;
  text-decoration: none;
}

.chl-skip-link:focus {
  transform: translateY(0);
}

.chl-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(216, 208, 194, .78);
  background: rgba(247, 242, 231, .9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.chl-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
  min-height: 78px;
}

.chl-brand {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-self: start;
  gap: 11px;
  color: var(--chl-ink);
  font-family: var(--chl-serif);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.chl-brand img {
  width: 42px;
  height: 42px;
}

.chl-nav-links {
  display: flex;
  gap: 34px;
  align-items: center;
}

.chl-nav-links a {
  position: relative;
  font-size: .92rem;
  font-weight: 650;
  text-decoration: none;
}

.chl-nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--chl-jade);
  content: "";
  transition: transform .2s ease;
}

.chl-nav-links a:hover::after {
  transform: scaleX(1);
}

.chl-header .chl-button-small {
  justify-self: end;
}

.chl-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid var(--chl-jade);
  border-radius: 12px;
  background: var(--chl-jade);
  color: white;
  padding: 13px 22px;
  font-weight: 760;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.chl-button:hover {
  border-color: var(--chl-jade-dark);
  background: var(--chl-jade-dark);
  box-shadow: 0 12px 28px rgba(23, 100, 71, .18);
  transform: translateY(-2px);
}

.chl-button-small {
  min-height: 44px;
  gap: 10px;
  padding: 10px 17px;
  font-size: .86rem;
}

.chl-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--chl-line);
}

.chl-hero::before {
  position: absolute;
  top: 8%;
  right: -10%;
  width: 48vw;
  height: 48vw;
  border: 1px solid rgba(184, 129, 44, .1);
  border-radius: 50%;
  content: "";
}

.chl-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: center;
  min-height: 720px;
  padding-block: 72px 82px;
}

.chl-kicker {
  margin: 0 0 18px;
  color: var(--chl-jade);
  font-family: var(--chl-serif);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.chl-hero h1,
.chl-section-heading h2,
.chl-reader-copy h2,
.chl-desk h2,
.chl-coach h2,
.chl-waitlist h2 {
  margin: 0;
  font-family: var(--chl-serif);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.chl-hero h1 {
  max-width: 650px;
  font-size: clamp(3.4rem, 6vw, 5.7rem);
}

.chl-lead {
  max-width: 580px;
  margin: 30px 0 0;
  color: #535f64;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.65;
}

.chl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  align-items: center;
  margin-top: 32px;
}

.chl-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--chl-jade);
  color: var(--chl-jade);
  font-weight: 720;
  text-decoration: none;
}

.chl-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 38px 0 0;
  padding: 0;
  color: #596367;
  font-size: .88rem;
  list-style: none;
}

.chl-proof-list li {
  display: inline-flex;
  align-items: center;
}

.chl-proof-list li:not(:last-child)::after {
  margin-inline: 13px;
  color: var(--chl-gold);
  content: "•";
}

.chl-hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 590px;
}

.chl-hero-photo {
  position: absolute;
  top: 0;
  right: 86px;
  bottom: 0;
  width: min(410px, 65%);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 39, 68, .12);
  border-radius: 30px;
  background: #5d3f30;
  box-shadow: var(--chl-shadow);
}

.chl-hero-photo::after {
  position: absolute;
  inset: 55% 0 0;
  background: linear-gradient(transparent, rgba(16, 39, 68, .76));
  content: "";
}

.chl-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chl-hero-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  gap: 5px;
  color: white;
}

.chl-hero-photo figcaption strong {
  font-family: var(--chl-serif);
  font-size: 1.8rem;
}

.chl-hero-photo figcaption span {
  max-width: 240px;
  font-size: .83rem;
  line-height: 1.45;
}

.chl-phone {
  position: relative;
  z-index: 2;
  width: 275px;
  min-height: 540px;
  margin-left: auto;
  border: 9px solid #d8d0c2;
  border-radius: 38px;
  background: var(--chl-paper-light);
  box-shadow: 0 30px 72px rgba(16, 39, 68, .22);
  padding: 18px 18px 20px;
  transform: translateX(24px) rotate(1.2deg);
}

.chl-phone::before {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 68px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--chl-ink);
  content: "";
}

.chl-phone-top {
  display: flex;
  justify-content: space-between;
  padding: 5px 5px 16px;
  color: #202b32;
  font-size: .62rem;
  font-weight: 800;
}

.chl-phone-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.chl-phone-progress i {
  height: 3px;
  border-radius: 99px;
  background: #e6e0d6;
}

.chl-phone-progress i:first-child {
  background: var(--chl-jade);
}

.chl-phone-label {
  margin: 28px 0 12px;
  color: var(--chl-jade);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .16em;
}

.chl-phone h2 {
  margin: 0;
  font-family: var(--chl-serif);
  font-size: 2rem;
  font-weight: 500;
}

.chl-phone-subtitle {
  margin: 3px 0 22px;
  color: var(--chl-muted);
  font-size: .72rem;
}

.chl-reader-sample {
  margin: 0;
  font-family: var(--chl-serif);
  font-size: 1rem;
  line-height: 1.9;
}

.chl-reader-sample mark,
.chl-demo-text mark {
  border-radius: 4px;
  background: #d9eadb;
  color: var(--chl-jade-dark);
  padding-inline: 2px;
}

.chl-word-trigger {
  display: inline;
  border: 0;
  border-radius: 4px;
  background: #d9eadb;
  color: var(--chl-jade-dark);
  padding: 0 3px;
  font: inherit;
  line-height: inherit;
}

.chl-word-trigger:hover,
.chl-word-trigger[aria-expanded="true"] {
  box-shadow: inset 0 -2px 0 var(--chl-jade);
}

.chl-word-sheet {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  margin-top: 25px;
  border: 1px solid var(--chl-line);
  border-radius: 16px;
  background: white;
  padding: 15px;
  box-shadow: 0 12px 32px rgba(16, 39, 68, .08);
}

.chl-word-sheet div {
  display: grid;
  gap: 2px;
}

.chl-word-sheet strong {
  color: var(--chl-jade);
  font-family: var(--chl-serif);
  font-size: 1.25rem;
}

.chl-word-sheet span,
.chl-word-sheet small {
  color: var(--chl-muted);
  font-size: .68rem;
}

.chl-word-sheet small {
  grid-column: 1 / -1;
}

.chl-word-sheet button {
  min-height: 38px;
  border: 0;
  border-radius: 8px;
  background: var(--chl-jade);
  color: white;
  padding-inline: 10px;
  font-size: .65rem;
  font-weight: 750;
}

.chl-rhythm {
  border-bottom: 1px solid var(--chl-line);
  padding: 110px 0 104px;
}

.chl-section-heading-center {
  text-align: center;
}

.chl-section-heading h2,
.chl-reader-copy h2,
.chl-desk h2,
.chl-coach h2,
.chl-waitlist h2 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
}

.chl-section-heading p {
  margin: 17px 0 0;
  color: var(--chl-muted);
  font-size: 1.06rem;
}

.chl-rhythm-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}

.chl-rhythm-rail::before {
  position: absolute;
  z-index: 0;
  top: 33px;
  right: 14%;
  left: 14%;
  height: 2px;
  background: linear-gradient(90deg, var(--chl-jade), var(--chl-gold));
  content: "";
}

.chl-rhythm-rail li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.chl-rhythm-icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--chl-jade);
  border-radius: 50%;
  background: var(--chl-paper);
  color: var(--chl-jade);
  font-family: var(--chl-serif);
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 0 0 8px var(--chl-paper);
}

.chl-rhythm-rail div {
  display: grid;
  gap: 4px;
  margin-top: 24px;
}

.chl-rhythm-rail strong {
  font-family: var(--chl-serif);
  font-size: 1.65rem;
}

.chl-rhythm-rail em {
  color: var(--chl-jade);
  font-style: normal;
  font-weight: 800;
}

.chl-rhythm-rail p {
  max-width: 255px;
  margin: 15px auto 0;
  color: var(--chl-muted);
  font-size: .9rem;
}

.chl-reader {
  background: rgba(255, 253, 248, .72);
  padding: 112px 0;
}

.chl-reader-grid {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
  gap: clamp(60px, 9vw, 120px);
  align-items: center;
}

.chl-reader-demo {
  position: relative;
  width: min(100%, 440px);
  min-height: 620px;
  border: 1px solid var(--chl-line);
  border-radius: 36px;
  background: var(--chl-paper-light);
  box-shadow: var(--chl-shadow);
  padding: 32px 28px;
}

.chl-reader-demo::before {
  position: absolute;
  top: -16px;
  right: -16px;
  bottom: 40px;
  left: 30px;
  z-index: -1;
  border: 1px solid rgba(184, 129, 44, .28);
  border-radius: 36px;
  content: "";
}

.chl-demo-toolbar {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--chl-line);
  padding-bottom: 20px;
  color: var(--chl-muted);
  font-size: .76rem;
  font-weight: 800;
}

.chl-demo-text {
  margin: 80px 0 0;
  font-family: var(--chl-serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.65;
}

.chl-demo-translation {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  border: 1px solid var(--chl-line);
  border-radius: 18px;
  background: white;
  padding: 18px;
  box-shadow: 0 12px 30px rgba(16, 39, 68, .1);
}

.chl-demo-word {
  display: flex;
  gap: 12px;
  align-items: center;
}

.chl-demo-word > button {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--chl-line);
  border-radius: 50%;
  background: var(--chl-paper-light);
  color: var(--chl-jade);
}

.chl-demo-word div {
  display: grid;
}

.chl-demo-word strong {
  font-family: var(--chl-serif);
  font-size: 1.6rem;
}

.chl-demo-word span,
.chl-demo-translation p {
  color: var(--chl-muted);
  font-size: .8rem;
}

.chl-demo-translation > button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: var(--chl-jade);
  color: white;
  font-weight: 800;
}

.chl-reader-copy h2 {
  max-width: 620px;
}

.chl-lead-small {
  max-width: 600px;
  margin: 25px 0 0;
  color: var(--chl-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.chl-capability-list {
  margin-top: 38px;
  border-top: 1px solid var(--chl-line);
}

.chl-capability-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid var(--chl-line);
  padding: 24px 0;
}

.chl-capability-list article > span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--chl-line);
  border-radius: 50%;
  color: var(--chl-jade);
  font-family: var(--chl-serif);
  font-size: 1.3rem;
}

.chl-capability-list h3 {
  margin: 2px 0 5px;
  font-family: var(--chl-serif);
  font-size: 1.25rem;
}

.chl-capability-list p {
  margin: 0;
  color: var(--chl-muted);
  font-size: .89rem;
}

.chl-status-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 28px;
  border: 1px solid var(--chl-line);
  border-radius: 12px;
  background: var(--chl-paper-light);
  padding: 17px;
  color: var(--chl-jade);
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
}

.chl-status-strip span:not(:last-child) {
  border-right: 1px solid var(--chl-line);
}

.chl-desk {
  background: var(--chl-ink);
  color: white;
  padding: 100px 0;
}

.chl-desk-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: end;
}

.chl-desk .chl-kicker {
  color: #87c2a9;
}

.chl-desk-copy {
  border-left: 1px solid rgba(255, 255, 255, .22);
  padding-left: 50px;
}

.chl-desk-copy > p {
  margin: 0;
  color: #d4dce1;
  font-size: 1.03rem;
  line-height: 1.75;
}

.chl-desk blockquote {
  margin: 32px 0 0;
  color: #fff3d3;
  font-family: var(--chl-serif);
  font-size: 1.35rem;
  font-style: italic;
}

.chl-coach {
  padding: 116px 0 110px;
}

.chl-coach-intro {
  display: grid;
  grid-template-columns: 1fr .75fr;
  gap: 100px;
  align-items: end;
}

.chl-coach-intro > div:last-child > p {
  margin: 0;
  color: var(--chl-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.chl-instagram-status {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 20px;
  color: var(--chl-jade);
  font-size: .87rem;
  font-weight: 800;
}

.chl-coach-gallery {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  margin-top: 60px;
}

.chl-coach-gallery figure {
  margin: 0;
}

.chl-coach-feature {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 28px;
  background: #5c3d2e;
  box-shadow: var(--chl-shadow);
}

.chl-coach-feature::after {
  position: absolute;
  inset: 60% 0 0;
  background: linear-gradient(transparent, rgba(16, 39, 68, .82));
  content: "";
}

.chl-coach-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chl-coach-feature figcaption {
  position: absolute;
  z-index: 1;
  right: 34px;
  bottom: 30px;
  left: 34px;
  display: grid;
  gap: 3px;
  color: white;
}

.chl-coach-feature figcaption strong {
  font-family: var(--chl-serif);
  font-size: 1.7rem;
}

.chl-coach-feature figcaption span {
  color: rgba(255, 255, 255, .78);
  font-size: .82rem;
}

.chl-coach-filmstrip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  align-items: center;
}

.chl-coach-filmstrip figure {
  position: relative;
  height: 460px;
  overflow: hidden;
  border: 1px solid var(--chl-line);
  border-radius: 18px;
  background: #5c3d2e;
  box-shadow: 0 14px 36px rgba(16, 39, 68, .1);
}

.chl-coach-filmstrip figure:nth-child(2) {
  transform: translateY(-36px);
}

.chl-coach-filmstrip figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border-radius: 10px;
  background: rgba(247, 242, 231, .9);
  color: var(--chl-ink);
  padding: 8px 6px;
  font-size: .65rem;
  font-weight: 800;
  text-align: center;
  backdrop-filter: blur(10px);
}

.chl-waitlist {
  padding: 0 0 90px;
}

.chl-waitlist-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: 70px;
  align-items: center;
  overflow: hidden;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 22%, rgba(255, 255, 255, .08) 0 1px, transparent 1.8px),
    linear-gradient(135deg, #0f503a, #176447);
  background-size: 20px 20px, auto;
  color: white;
  padding: clamp(36px, 6vw, 74px);
  box-shadow: var(--chl-shadow);
}

.chl-seal {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 243, 211, .6);
  border-radius: 50%;
  color: #fff3d3;
  font-family: var(--chl-serif);
  font-size: 1.3rem;
}

.chl-waitlist h2 {
  max-width: 520px;
}

.chl-waitlist-copy > p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.7;
}

.chl-waitlist-copy ul {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  font-size: .88rem;
  list-style: none;
}

.chl-waitlist-copy li::before {
  margin-right: 10px;
  color: #f2dba0;
  content: "✓";
}

.chl-form-card {
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 22px;
  background: var(--chl-paper-light);
  color: var(--chl-ink);
  padding: 30px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .18);
}

.chl-form-card form {
  display: grid;
  gap: 17px;
}

.chl-form-card label:not(.chl-consent) {
  display: grid;
  gap: 7px;
}

.chl-form-card label > span:first-child {
  font-size: .73rem;
  font-weight: 820;
  letter-spacing: .035em;
}

.chl-form-card input[type="text"],
.chl-form-card input[type="email"],
.chl-form-card select {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--chl-line);
  border-radius: 10px;
  background: white;
  color: var(--chl-ink);
  padding: 12px 14px;
}

.chl-form-card input::placeholder {
  color: #8a908f;
}

.chl-consent {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--chl-muted);
  font-size: .73rem;
  line-height: 1.45;
}

.chl-consent input {
  width: 19px;
  height: 19px;
  margin: 1px 0 0;
  accent-color: var(--chl-jade);
}

.chl-consent a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-block: -14px;
  color: var(--chl-jade);
}

.chl-form-submit {
  width: 100%;
  justify-content: space-between;
  border: 0;
}

.chl-form-submit:disabled {
  cursor: wait;
  opacity: .65;
}

.chl-form-note,
.chl-form-status {
  margin: 0;
  color: var(--chl-muted);
  font-size: .7rem;
  text-align: center;
}

.chl-form-status {
  min-height: 1.4em;
  color: #a33c31;
  font-weight: 700;
}

.chl-form-success {
  display: grid;
  min-height: 456px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.chl-form-success > span {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--chl-jade-soft);
  color: var(--chl-jade);
  font-family: var(--chl-serif);
  font-size: 1.8rem;
}

.chl-form-success h3 {
  margin: 22px 0 10px;
  font-family: var(--chl-serif);
  font-size: 2rem;
}

.chl-form-success p {
  max-width: 360px;
  margin: 0;
  color: var(--chl-muted);
}

.chl-form-success a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 24px;
  color: var(--chl-jade);
  font-weight: 800;
}

.chl-footer {
  border-top: 1px solid var(--chl-line);
  padding: 26px 0 max(26px, env(safe-area-inset-bottom));
}

.chl-footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
}

.chl-footer .chl-brand {
  font-size: 1.08rem;
}

.chl-footer .chl-brand img {
  width: 36px;
  height: 36px;
}

.chl-footer p {
  margin: 0;
  color: var(--chl-muted);
  font-size: .75rem;
}

.chl-footer nav {
  display: flex;
  gap: 18px;
  justify-self: end;
}

.chl-footer nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--chl-muted);
  font-size: .75rem;
  text-decoration: none;
}

.chl-footer nav a:hover {
  color: var(--chl-jade);
  text-decoration: underline;
}

@media (max-width: 1040px) {
  .chl-nav {
    grid-template-columns: 1fr auto;
  }

  .chl-nav-links {
    display: none;
  }

  .chl-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
    gap: 30px;
  }

  .chl-hero-photo {
    right: 72px;
  }

  .chl-phone {
    width: 245px;
    min-height: 510px;
  }

  .chl-desk-grid,
  .chl-coach-intro {
    gap: 55px;
  }

  .chl-coach-feature {
    min-height: 580px;
  }

  .chl-coach-filmstrip figure {
    height: 390px;
  }

  .chl-waitlist-panel {
    gap: 40px;
  }
}

@media (max-width: 820px) {
  .chl-shell {
    width: min(100% - 32px, 680px);
  }

  .chl-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 56px 70px;
  }

  .chl-hero-copy {
    text-align: center;
  }

  .chl-hero h1,
  .chl-lead {
    margin-inline: auto;
  }

  .chl-actions,
  .chl-proof-list {
    justify-content: center;
  }

  .chl-hero-visual {
    min-height: 620px;
  }

  .chl-hero-photo {
    right: auto;
    left: 0;
    width: min(430px, 72%);
  }

  .chl-phone {
    width: 250px;
    margin-right: 0;
    transform: translateX(0) rotate(1deg);
  }

  .chl-rhythm-rail {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .chl-rhythm-rail::before {
    top: 34px;
    bottom: 34px;
    left: 33px;
    width: 2px;
    height: auto;
  }

  .chl-rhythm-rail li {
    grid-template-columns: 68px 1fr;
    gap: 20px;
    justify-items: start;
    text-align: left;
  }

  .chl-rhythm-rail div,
  .chl-rhythm-rail p {
    grid-column: 2;
    margin: 0;
  }

  .chl-rhythm-rail p {
    max-width: none;
    margin-top: 10px;
  }

  .chl-rhythm-icon {
    grid-row: 1 / 3;
  }

  .chl-reader-grid,
  .chl-desk-grid,
  .chl-coach-intro,
  .chl-coach-gallery,
  .chl-waitlist-panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .chl-reader-grid > *,
  .chl-desk-grid > *,
  .chl-coach-intro > *,
  .chl-coach-gallery > *,
  .chl-waitlist-panel > * {
    min-width: 0;
  }

  .chl-reader-demo {
    margin-inline: auto;
  }

  .chl-reader-copy {
    text-align: center;
  }

  .chl-lead-small {
    margin-inline: auto;
  }

  .chl-capability-list,
  .chl-capability-list article {
    text-align: left;
  }

  .chl-desk-copy {
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-left: 0;
    padding-top: 35px;
    padding-left: 0;
  }

  .chl-coach-feature {
    min-height: 680px;
  }

  .chl-coach-filmstrip figure {
    height: 500px;
  }

  .chl-waitlist-panel {
    gap: 48px;
  }

  .chl-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .chl-footer .chl-brand,
  .chl-footer nav {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .chl-shell {
    width: min(100% - 24px, 520px);
  }

  .chl-nav {
    min-height: 66px;
  }

  .chl-brand {
    gap: 8px;
    font-size: 1.08rem;
  }

  .chl-brand img {
    width: 36px;
    height: 36px;
  }

  .chl-header .chl-button-small {
    min-height: 42px;
    padding-inline: 13px;
    font-size: .72rem;
  }

  .chl-hero-grid {
    padding-top: 44px;
  }

  .chl-hero h1 {
    font-size: clamp(2.85rem, 15vw, 4.1rem);
  }

  .chl-lead {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.6;
  }

  .chl-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .chl-actions .chl-button,
  .chl-actions .chl-text-link {
    width: 100%;
  }

  .chl-text-link {
    justify-content: center;
    border: 0;
  }

  .chl-proof-list {
    font-size: .76rem;
  }

  .chl-proof-list li:not(:last-child)::after {
    margin-inline: 8px;
  }

  .chl-hero-visual {
    min-height: 610px;
  }

  .chl-hero-photo {
    top: 0;
    right: 10px;
    left: 10px;
    width: auto;
    height: 540px;
  }

  .chl-hero-photo figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .chl-phone {
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 182px;
    min-height: 395px;
    border-width: 6px;
    border-radius: 27px;
    padding: 13px 12px;
    transform: none;
  }

  .chl-desk h2 {
    hyphens: manual;
  }

  .chl-phone::before {
    width: 48px;
    height: 12px;
  }

  .chl-phone-top {
    padding-bottom: 10px;
    font-size: .5rem;
  }

  .chl-phone-label {
    margin: 19px 0 7px;
    font-size: .5rem;
  }

  .chl-phone h2 {
    font-size: 1.35rem;
  }

  .chl-phone-subtitle {
    margin-bottom: 13px;
    font-size: .56rem;
  }

  .chl-reader-sample {
    font-size: .75rem;
  }

  .chl-word-sheet {
    margin-top: 14px;
    padding: 10px;
  }

  .chl-word-sheet strong {
    font-size: .95rem;
  }

  .chl-word-sheet button {
    display: none;
  }

  .chl-rhythm,
  .chl-reader,
  .chl-coach {
    padding-block: 78px;
  }

  .chl-section-heading h2,
  .chl-reader-copy h2,
  .chl-desk h2,
  .chl-coach h2,
  .chl-waitlist h2 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }

  .chl-rhythm-rail {
    gap: 26px;
    margin-top: 46px;
  }

  .chl-rhythm-rail strong {
    font-size: 1.35rem;
  }

  .chl-reader-grid {
    gap: 58px;
  }

  .chl-reader-demo {
    min-height: 530px;
    padding: 25px 20px;
  }

  .chl-reader-demo::before {
    right: 0;
  }

  .chl-demo-text {
    margin-top: 58px;
    font-size: 1.75rem;
  }

  .chl-demo-translation {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .chl-capability-list article {
    grid-template-columns: 48px 1fr;
    gap: 13px;
  }

  .chl-capability-list article > span {
    width: 44px;
    height: 44px;
  }

  .chl-status-strip {
    padding-inline: 10px;
    font-size: .68rem;
  }

  .chl-desk {
    padding-block: 78px;
  }

  .chl-coach-intro {
    gap: 26px;
  }

  .chl-coach-gallery {
    gap: 18px;
    margin-top: 38px;
  }

  .chl-coach-feature {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .chl-coach-filmstrip {
    gap: 7px;
  }

  .chl-coach-filmstrip figure {
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 12px;
  }

  .chl-coach-filmstrip figure:nth-child(2) {
    transform: translateY(-14px);
  }

  .chl-coach-filmstrip figcaption {
    right: 4px;
    bottom: 4px;
    left: 4px;
    font-size: .52rem;
  }

  .chl-waitlist {
    padding-bottom: 52px;
  }

  .chl-waitlist-panel {
    width: 100%;
    border-radius: 0;
    padding: 58px 18px;
  }

  .chl-form-card {
    min-height: 0;
    padding: 22px 18px;
  }

  .chl-footer nav {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
