/* Child Therapy Center LA — homepage, migrated from Wix.
   Desktop values are measured from the live site at 1440px wide.
   Mobile values (max-width: 1023px) are measured from the live mobile site at 390px wide.
   Element positions live in inline custom properties in index.html:
     desktop  --x --y --w --h        (absolute, relative to the section's 1440px stage)
     mobile   --mt --ml --mw         (normal flow)  or  --mx --my --mw --mh on .m-abs */

@font-face { font-family: "Simula"; src: url("/assets/fonts/simula-book.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Simula"; src: url("/assets/fonts/simula-book-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Road Crew"; src: url("/assets/fonts/road-crew-regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }

@property --x { syntax: "*"; inherits: false; }
@property --y { syntax: "*"; inherits: false; }
@property --w { syntax: "*"; inherits: false; }
@property --h { syntax: "*"; inherits: false; }
@property --mt { syntax: "*"; inherits: false; }
@property --ml { syntax: "*"; inherits: false; }
@property --mw { syntax: "*"; inherits: false; }
@property --mx { syntax: "*"; inherits: false; }
@property --my { syntax: "*"; inherits: false; }
@property --mh { syntax: "*"; inherits: false; }

:root {
  --green: #284734;
  --cream: #F2F2E7;
  --peach: #F1C6A6;
  --blue: #93BBC2;
  --yellow: #E9DB9C;
  --gold: #BD9B60;
  --brown: #774212;
  --white: #FFFFFF;
  --serif: "Simula", Georgia, serif;
  --script: "Road Crew", cursive;
  --ease-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-in-out-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; overflow-x: clip; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--cream); color: var(--green); font-family: var(--serif); font-weight: 400; -webkit-font-smoothing: antialiased; overflow-x: clip; }
h1, h2, h3, h4, h5, h6, p, ul, figure, blockquote { margin: 0; padding: 0; font-weight: 400; }
ul { list-style: none; }
img { display: block; max-width: none; }
a { color: inherit; text-decoration: none; }
em { font-style: italic; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

/* ---------- Colors ---------- */
.bg-white { background-color: var(--white); }
.bg-yellow { background-color: var(--yellow); }
.bg-peach { background-color: var(--peach); }
.bg-blue { background-color: var(--blue); }
.bg-gold { background-color: var(--gold); }
.bg-brown { background-color: var(--brown); }
.bg-green { background-color: var(--green); }

/* ---------- Type scale ---------- */
.t-display { font-size: 67.5px; line-height: 81px; }
.t-number { font-size: 101.25px; line-height: 131.625px; }
.t-h3 { font-size: 36.9px; line-height: 47.97px; }
.t-h5 { font-size: 22.5px; line-height: 29.25px; }
.t-lg { font-size: 18.9px; line-height: 30.24px; }
.t-body { font-size: 16.2px; line-height: 25.92px; }
.t-script { font-family: var(--script); font-size: 28.125px; line-height: 36.56px; color: var(--brown); text-transform: lowercase; transform: rotate(-5deg); transform-origin: left center; }
.t-center { text-align: center; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; text-align: center; background: var(--blue); color: var(--green); border-radius: 100px; font-size: 16.2px; line-height: 1.3; transition: background-color .2s ease, color .2s ease; }
.btn:hover { background: var(--yellow); }
.btn.btn--wide { width: 400px; height: 42px; }
.btn--hero { font-size: 18px; line-height: 24px; padding: 0 8px; }
.btn--hero-1 { width: 188px; height: 77px; margin-left: -7px; }
.btn--hero-2 { width: 173px; height: 79px; margin-left: 29px; }

/* ---------- Layout primitives ---------- */
/* The inline script in <head> sets --z / --zw so each layout scales with the viewport */
.zoomed { zoom: var(--z, 1); width: var(--zw, auto); margin-left: auto; margin-right: auto; }
.sec { position: relative; overflow: clip; }
.stage { position: relative; width: 1440px; height: 100%; margin: 0 auto; }
.m-only { display: none !important; }

@media (min-width: 1024px) {
  .sec { height: var(--h); }
  .p { position: absolute; left: var(--x, 0); top: var(--y, 0); width: var(--w, auto); height: var(--h, auto); margin: 0; }
  img.p, .photo { object-fit: cover; }
}

/* ---------- Header ---------- */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 88px; background-color: transparent; transition: background-color .3s ease, transform .3s linear; }
.site-header.is-scrolled { background-color: var(--peach); }
.site-header.is-hidden { transform: translateY(-100%); }
.site-header__inner { position: relative; width: 1440px; height: 100%; margin: 0 auto; }
.site-header__nav { position: absolute; left: 40px; top: 32px; display: flex; gap: 48px; font-size: 18px; line-height: 24px; }
.site-header__nav a:hover { color: var(--blue); }
.site-header__dropdown { position: relative; }
.site-header__submenu { position: absolute; left: -16px; top: 100%; padding: 12px 16px; background: var(--cream); display: flex; flex-direction: column; gap: 8px; white-space: nowrap; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.site-header__dropdown:hover .site-header__submenu, .site-header__dropdown:focus-within .site-header__submenu { opacity: 1; visibility: visible; transform: none; }
.site-header__logo { position: absolute; left: 519px; top: 24px; width: 401px; height: 39px; }
.site-header__logo img { width: 100%; height: 100%; object-fit: cover; }
.site-header__cta { position: absolute; left: 1087px; top: 23px; width: 320px; height: 42px; font-size: 18px; }

/* Mobile menu */
.mobile-menu { position: fixed; inset: 0; z-index: 60; display: flex; flex-direction: column; padding: 64px 30px 36px; background: var(--green); color: var(--cream); overflow: hidden auto; }
.mobile-menu[hidden] { display: none; }
.mobile-menu__close { position: absolute; right: 18px; top: 14px; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }
.mobile-menu__close svg { width: 20px; height: 20px; stroke: var(--cream); stroke-width: 1.4; fill: none; }
.mobile-menu__links { position: relative; z-index: 1; display: flex; flex-direction: column; font-size: 24px; line-height: 30px; }
.mobile-menu__links > a, .mobile-menu__links summary { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(242, 242, 231, .14); }
.mobile-menu__links a[aria-current="page"] { color: var(--blue); }
.mobile-menu__links summary { list-style: none; cursor: pointer; }
.mobile-menu__links summary::-webkit-details-marker { display: none; }
.mobile-menu__links summary svg { width: 12px; height: 6px; fill: var(--cream); transition: transform .25s ease; }
.mobile-menu__links details[open] summary svg { transform: rotate(180deg); }
.mobile-menu__links summary a { flex: 1; }
.mobile-menu__chev { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin: -7px -14px -7px 0; }
.mobile-menu__links details > a { display: block; padding: 10px 0 10px 18px; font-size: 19px; line-height: 24px; border-bottom: 1px solid rgba(242, 242, 231, .08); }
.mobile-menu__links > a:nth-last-child(-n+2) { font-size: 16px; line-height: 20px; padding: 7px 0; border-bottom: 0; color: rgba(242, 242, 231, .8); }
.mobile-menu__links > a:nth-last-child(2) { margin-top: 10px; }
.mobile-menu__shapes { margin: auto -30px -36px 0; padding-top: 16px; display: flex; justify-content: flex-end; align-items: flex-end; gap: 14px; pointer-events: none; }
.mobile-menu__shape { display: block; height: auto; }
.mobile-menu__shape--block { width: 72px; margin-bottom: -12px; }
.mobile-menu__shape--arch { width: 96px; transform: rotate(180deg); margin-right: -24px; margin-bottom: 24px; }
.mobile-menu__cta { position: relative; z-index: 1; margin-top: 22px; width: 100%; max-width: 330px; height: 48px; flex: none; font-size: 15.8px; }

/* ---------- Hero ---------- */
.hero-slides { overflow: hidden; }
.hero-slides img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s ease; }
.hero-slides img.is-active { opacity: 1; }
.hero-copy__title { max-width: 340px; }
.hero-copy__lead { margin-top: 26px; max-width: 390px; }
.hero-copy__sub { margin-top: 24px; max-width: 340px; }
.hero-copy__ctas { margin-top: 24px; display: flex; align-items: flex-start; }

/* ---------- Press marquee ---------- */
.press { position: absolute; left: 0; right: 0; top: 56px; overflow: hidden; }
.press .marquee__track { gap: 75px; padding-right: 75px; }
.press img { width: var(--w); height: 34px; object-fit: contain; }

/* ---------- Marquees (shared) ---------- */
.marquee__track { display: flex; align-items: center; width: max-content; animation: marquee var(--dur, 30s) linear infinite; will-change: transform; }
@keyframes marquee { to { transform: translateX(var(--shift, -50%)); } }

/* ---------- Tickers ---------- */
.ticker { height: 69px; padding-top: 12px; overflow: hidden; white-space: nowrap; }
.ticker__item { font-size: 36.9px; line-height: 44.28px; }
.ticker__dot { width: 36px; height: 36px; border-radius: 50%; margin: 0 14.5px; flex: none; }
.ticker--lg .ticker__item { font-size: 46.125px; line-height: 55.35px; }
.ticker--lg { padding-top: 7px; }
.ticker--lg .ticker__dot { margin: 0 19.5px; }

/* ---------- Frustration ---------- */
.sticky-col__inner { position: sticky; top: 0; height: 775px; }

.frustrated { position: relative; }
.arrow { fill: var(--blue); overflow: visible; }
.arrow--1 { position: absolute; left: 284px; top: 11px; width: 148px; height: 148px; transform: rotate(var(--rot)); }
.arrow--3 { transform: rotate(var(--rot)); }
.pain-cards { display: flex; flex-direction: column; gap: 30px; }
.pain-card { min-height: 163px; padding: 33px 33px 34px; border-radius: 30px; }
.pain-card--wide-pad { padding-left: 34px; }

/* ---------- Trio (answers + framework) ---------- */
.trio { display: grid; grid-template-columns: repeat(3, 297px); column-gap: 33.5px; }
.trio__item { display: flex; flex-direction: column; align-items: center; text-align: center; }
.trio__item img { width: 139px; height: 145px; object-fit: cover; }
.trio--framework .trio__item img { object-fit: contain; }
.trio__item h3 { margin-top: 11px; }
.trio__item p { margin-top: 23px; }
.trio--framework .trio__item img { width: 157px; height: 157px; }
.trio--framework .trio__item h3 { margin-top: 18px; }

/* ---------- Video ---------- */
.video iframe { display: block; width: 100%; height: 100%; border: 0; background: #000; }

/* ---------- Photos ---------- */
.photo--circle { border-radius: 50%; }
.photo--family { border-radius: 30px; }
/* Wix crops the source to a square (y 177–1244) before filling the frame */
.photo--kendra { position: relative; width: 515px; height: 627px; overflow: hidden; border-radius: 40px; }
.photo--kendra img { position: absolute; width: 627px; height: 940px; left: -56px; top: -104px; }
.unique__clover { z-index: 2; }

/* ---------- We get it ---------- */
.getit__title { margin-top: 20px; }
.getit__body { margin-top: 22px; max-width: 500px; }
.getit__h5 { margin-top: 27px; }
.getit__p { margin-top: 18px; max-width: 535px; }

/* ---------- Unique approach ---------- */
.features { display: flex; flex-direction: column; gap: 59px; }
.feature { display: flex; align-items: flex-start; gap: 21px; }
.feature img { flex: none; width: 92px; height: 92px; object-fit: contain; }
.feature > div { width: 322px; }
.feature p { margin-top: 12px; }
.ready__btn { margin-top: 28px; }
.founder { display: flex; flex-direction: column; }
.founder__signature { width: 382px; height: 101px; object-fit: contain; margin: 24px 0 0 140px; }
.founder__role { margin-top: -22px; text-align: right; }

/* ---------- Stats + wave ---------- */
.sec--stats { overflow: visible; }
.wave { z-index: 0; object-fit: cover; pointer-events: none; will-change: transform; }
.stats { z-index: 1; display: grid; grid-template-columns: repeat(3, 297px); column-gap: 33.5px; text-align: center; }
.stat p { margin-top: -1px; padding: 0 10px; }
.sec--how .stage > * { z-index: 1; }
.sec--how .stage > img { z-index: 0; }

/* ---------- Cards (how / testimonials / services) ---------- */
.cards { display: grid; column-gap: 22px; }
.cards--3 { grid-template-columns: repeat(3, 398px); }
.cards--4 { grid-template-columns: repeat(4, 293px); }
.card { border-radius: 30px; padding: 33px 34px; }
.card--step { height: 495px; }
.step-num { display: flex; align-items: center; justify-content: center; width: 73px; height: 73px; border-radius: 50%; background: var(--cream); font-size: 36.9px; line-height: 1; padding-bottom: 4px; }
.card--step h3 { margin-top: 44px; }
.card--step p { margin-top: 46px; }
.card--quote { height: 496px; padding-top: 34px; }
.card__avatar { width: 125px; height: 125px; border-radius: 50%; object-fit: cover; }
.card--quote blockquote { margin-top: 25px; }
.card--quote figcaption { margin-top: 48px; }
.card--service { height: 504px; padding-top: 34px; }
.card--service h3 { margin-top: 21px; max-width: 230px; }
.card--service p { margin-top: 12px; max-width: 225px; }

/* ---------- Don't keep trying ---------- */
.dontkeep__body { margin-top: 23px; max-width: 495px; }
.dontkeep__btn { margin-top: 49px; }

/* ---------- Services header ---------- */
.services__title { max-width: 760px; }
.services__sub { margin-top: 3px; }
.services__glad { transform: rotate(-5deg); }

/* ---------- Free guide ---------- */
.guide-photo__img { position: absolute; left: 1px; top: 1px; width: 529px; height: 529px; object-fit: cover; }
.guide-photo__frame { position: absolute; inset: 0; width: 100%; height: 100%; }
.guide-copy__kicker { margin-top: 12px; }
.guide-copy__title { margin-top: 9px; max-width: 520px; }
.guide-copy__lead { margin-top: 27px; max-width: 470px; }
.guide-copy__list { margin-top: 29px; padding-left: 34px; list-style: disc; }
.guide-form iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: 3px; }

/* ---------- Return to joy ---------- */
.joy-title { font-size: inherit; }
.joy-title .t-number { white-space: nowrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--cream); }
.site-footer > .stage { height: 468px; background: var(--green); color: var(--cream); width: 100%; max-width: none; }
.site-footer { position: relative; }
.site-footer > .stage::before { content: none; }
.site-footer__mono { width: 100%; height: 100%; object-fit: cover; }
.site-footer__about { font-size: 16.2px; line-height: 25.92px; }
.site-footer__h { font-size: 22.5px; line-height: 29.25px; }
.site-footer__links { margin-top: 27px; display: flex; flex-wrap: wrap; column-gap: 36px; row-gap: 14px; font-size: 14.4px; line-height: 18px; }
.site-footer__links a:hover, .site-footer__h a:hover { color: var(--blue); }
.site-footer__break { flex-basis: 100%; height: 0; }
.site-footer__cols { display: grid; grid-template-columns: 249px 248px 263px; }
.site-footer__small { margin-top: 16px; font-size: 14.4px; line-height: 20.16px; }
.site-footer__gap { margin-top: 20px; }
.site-footer__social { display: flex; gap: 12px; }
.site-footer__social img { width: 21px; height: 21px; }
.site-footer__script { color: var(--peach); display: inline-block; }
.btn.site-footer__btn { margin-top: 16px; width: 260px; height: 44px; font-size: 16.2px; }
.btn.site-footer__btn:hover { background: var(--peach); }
.site-footer__note { margin-top: 12px; font-size: 13.5px; line-height: 19px; opacity: .8; }
.site-footer__legal { height: 84px; padding-top: 33px; text-align: center; font-size: 13px; line-height: 17px; }

/* Desktop footer children position against a centered 1440 box */
@media (min-width: 1024px) {
  .site-footer > .stage > .p { left: calc(50% - 720px + var(--x)); }
}

/* ---------- Back link (therapist + blog pages) ---------- */
.tm-back { display: inline-flex; align-items: center; gap: 10px; font-size: 15px; opacity: .75; transition: opacity .2s ease, gap .3s ease; }
.tm-back svg { width: 20px; height: 12px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.tm-back:hover { opacity: 1; gap: 14px; }

/* ---------- Motion ---------- */
/* Card hover: tilt 7deg; the second card in each row tilts the other way */
.tilt { transition: transform .3s ease-in-out; }
.tilt:hover { transform: rotate(-7deg); }
.tilt:nth-child(2):hover { transform: rotate(7deg); }

@keyframes turn-bl { from { transform: translate(-50%, 50%) rotate(-50deg) translate(50%, -50%) rotate(var(--rot, 0deg)); } to { transform: translate(-50%, 50%) rotate(0deg) translate(50%, -50%) rotate(var(--rot, 0deg)); } }
@keyframes turn-tr { from { transform: translate(50%, -50%) rotate(50deg) translate(-50%, 50%) rotate(var(--rot, 0deg)); } to { transform: translate(50%, -50%) rotate(0deg) translate(-50%, 50%) rotate(var(--rot, 0deg)); } }
@keyframes turn-br { from { transform: translate(50%, 50%) rotate(50deg) translate(-50%, -50%) rotate(var(--rot, 0deg)); } to { transform: translate(50%, 50%) rotate(0deg) translate(-50%, -50%) rotate(var(--rot, 0deg)); } }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes glide-up { from { opacity: 0; transform: translateY(60px); } to { opacity: 1; transform: none; } }
@keyframes glide-down { from { opacity: 0; transform: translateY(-60px); } to { opacity: 1; transform: none; } }
@keyframes float {
  0% { transform: translateY(0) rotate(var(--rot, 0deg)); animation-timing-function: var(--ease-out-sine); }
  25% { transform: translateY(var(--amp, 25px)) rotate(var(--rot, 0deg)); animation-timing-function: var(--ease-in-out-sine); }
  75% { transform: translateY(calc(var(--amp, 25px) * -1)) rotate(var(--rot, 0deg)); animation-timing-function: var(--ease-in-sine); }
  100% { transform: translateY(0) rotate(var(--rot, 0deg)); }
}

.anim-float { animation: float 5s linear infinite; }
.anim-float--glad { --rot: -5deg; }

.js [data-anim] { opacity: 0; }
.js [data-anim].is-in { opacity: 1; }
.js [data-anim^="turn"].is-in { animation: var(--turn) 1.2s var(--ease-back) backwards, fade-in .72s var(--ease-in-sine) backwards; }
[data-anim="turn-bl"] { --turn: turn-bl; }
[data-anim="turn-tr"] { --turn: turn-tr; }
[data-anim="turn-br"] { --turn: turn-br; }
.js [data-anim="glide-up"].is-in { animation: glide-up 1.2s var(--ease-in-out-sine) backwards; }
.js [data-anim="glide-down"].is-in { animation: glide-down 1.2s var(--ease-in-out-sine) backwards; }
.js [data-anim="fade"].is-in { animation: fade-in 1.2s var(--ease-in-out-sine) backwards; }

@media (prefers-reduced-motion: reduce) {
  .marquee__track, .anim-float, .js [data-anim].is-in { animation: none !important; }
  .js [data-anim] { opacity: 1; }
  .hero-slides img { transition: none; }
}

/* =====================================================================
   MOBILE — measured from the live mobile site at 390px
   ===================================================================== */
@media (max-width: 1023px) {
  .d-only { display: none !important; }
  .m-only { display: revert !important; }
  body { padding-top: calc(108px * var(--z, 1)); }
  .site-header__inner { width: 390px; }

  .sec { height: var(--mh, auto); }
  .stage { width: 100%; max-width: 390px; display: flow-root; }
  .p { position: relative; margin-top: var(--mt, 0); margin-left: var(--ml, 30px); width: var(--mw, calc(100% - 60px)); }
  .p.m-abs { position: absolute; left: var(--mx); top: var(--my); width: var(--mw, auto); height: var(--mh, auto); margin: 0; }
  img.p.m-abs { object-fit: cover; }

  .t-display { font-size: 40px; line-height: 48px; }
  .t-number { font-size: 60px; line-height: 78px; }
  .t-h3 { font-size: 22px; line-height: 28.6px; }
  .t-h5 { font-size: 19px; line-height: 24.7px; }
  .t-lg { font-size: 17px; line-height: 27.2px; }
  .t-body { font-size: 15px; line-height: 24px; }
  .t-script { font-size: 16px; line-height: 20.8px; }

  .btn { font-size: 15.8px; }
  .btn.btn--wide { width: 330px; height: 45px; }

  /* Header */
  .site-header { height: 108px; background: var(--gold); }
  .site-header.is-scrolled { background: var(--gold); }
  .site-header__logo { left: 51px; top: 18px; width: 286px; height: 28px; }
  .site-header__burger { position: absolute; left: 329px; top: 1px; width: 60px; height: 60px; display: block !important; }
  .site-header__burger svg { width: 24px; height: 18px; fill: var(--blue); margin: 0 auto; }
  .site-header__call { position: absolute; left: -1000px; right: -1000px; top: 63px; height: 46px; background: var(--green); color: var(--cream); font-size: 20px; line-height: 26px; display: flex !important; justify-content: center; padding-top: 8px; }

  /* Hero */
  .sec--hero .stage { padding-bottom: 51px; }
  /* full-bleed on screens wider than the 390px column */
  .hero-slides { position: relative; margin: 0 0 0 calc((100% - var(--zw, 390px)) / 2); width: var(--zw, 100%); height: 481px; }
  .hero-copy { margin: 70px auto 0; width: 332px; text-align: center; }
  .hero-copy__title { max-width: 230px; margin: 0 auto; }
  .hero-copy__lead { margin: 26px auto 0; max-width: 322px; }
  .hero-copy__sub { margin: 20px auto 0; max-width: 332px; }
  .hero-copy__ctas { margin-top: 18px; flex-direction: column; align-items: center; }
  .btn--hero { font-size: 15.8px; line-height: 21px; padding: 0 50px; }
  .btn--hero-1 { width: 251px; height: 55px; margin: 0 0 0 7px; }
  .btn--hero-2 { width: 251px; height: 55px; margin: 14px 0 0 11px; }

  /* Press */
  .sec--press { height: 85px; }
  .press { top: 30px; }
  .press .marquee__track { gap: 50px; padding-right: 50px; }
  .press img { width: var(--mw); height: 25px; }

  /* Tickers */
  .ticker, .ticker--lg { height: 56px; padding-top: 30px; }
  .ticker__item, .ticker--lg .ticker__item { font-size: 21.9px; line-height: 26.3px; }
  .ticker__dot, .ticker--lg .ticker__dot { width: 22px; height: 22px; margin: 0 3.5px; }
  .ticker--lg .ticker__dot { margin: 0 4px; }

  /* Frustration */
  .sticky-col { margin: 0; width: 100%; }
  .sticky-col__inner { position: static; height: auto; }
  .sec--frustration .stage { padding-bottom: 30px; }
  .sec--frustration h2 { width: 324px; }
  .arrow--1 { left: 215px; top: -10px; width: 93px; height: 93px; --rot: 190deg !important; }
  .pain-cards { gap: 20px; margin-top: 66px; }
  .pain-card { min-height: 0; padding: 19px 20px 21px; }
  .pain-card--wide-pad { padding-left: 30px; padding-right: 29px; }

  /* Trio */
  .sec--answers .stage { padding-bottom: 50px; }
  .sec--answers h2 { margin-left: 34px; width: 322px; }
  .trio { grid-template-columns: 1fr; row-gap: 15px; margin-left: 30px; width: 330px; }
  .trio__item img { width: 95px; height: 90px; }
  .trio__item h3 { margin-top: 20px; }
  .trio__item p { margin-top: 6px; max-width: 271px; }
  .trio--framework { row-gap: 21px; }
  .trio--framework .trio__item img { width: 120px; height: 126px; }
  .trio--framework .trio__item h3 { margin-top: 4px; max-width: 178px; }

  /* Best */
  .sec--best .stage { padding-bottom: 50px; }
  .sec--best h2 { margin-left: 40px; width: 311px; }
  .video { width: 331px; height: 211px; z-index: 1; }
  .sec--best .btn { z-index: 1; }

  /* We get it */
  .sec--getit .stage { padding-bottom: 50px; }
  .photo--family { margin-left: 70px; width: 250px; height: 250px; object-fit: cover; }
  .photo--circle.p:not(.m-abs) { margin-left: 70px; width: 250px; height: 250px; object-fit: cover; }
  .sec--getit .p:nth-of-type(3) { margin-left: 31px; width: 328px; }
  .getit__title { margin-top: 13px; }
  .getit__body { margin-top: 6px; max-width: 316px; }
  .getit__h5 { margin-top: 30px; }
  .getit__p { margin-top: 30px; max-width: 324px; }

  /* Unique */
  .sec--unique .stage { padding-bottom: 49px; }
  .sec--unique h2 { margin-left: 40px; width: 310px; }
  .features { gap: 29px; margin-left: 31px; width: 330px; }
  .feature { gap: 15px; }
  .feature img { width: 60px; height: 60px; margin-top: 19px; }
  .feature > div { width: 251px; }
  .feature p { margin-top: 3px; }
  .ready { margin-top: 38px !important; margin-left: 31px; width: 328px; text-align: center; }
  .ready h3 { max-width: 307px; margin: 0 auto; }
  .ready__btn { margin-top: 20px; width: 328px; height: 42px; }
  .founder { margin-left: 31px; width: 328px; }
  .photo--kendra { width: 328px; height: 328px; border-radius: 30px; }
  .photo--kendra img { width: 328px; height: 492px; left: 0; top: -54px; }
  .founder__signature { width: 266px; height: 99px; margin: -5px 0 0 65px; }
  .founder__role { margin: -20px 0 0; padding-right: 0; font-size: 15px; }

  /* Stats */
  .stats { grid-template-columns: 1fr; row-gap: 9px; margin: -1px 0 0; width: 100%; }
  .stat p { max-width: 320px; margin: -1px auto 0; padding: 0; }
  .wave { position: absolute; }

  /* How */
  .sec--how .stage { padding-bottom: 50px; }
  .sec--how h2 { margin-left: 79px; width: 232px; }
  .cards, .cards--3, .cards--4 { grid-template-columns: 1fr; row-gap: 20px; margin-left: 30px; width: 330px; }
  .card { padding: 30px; }
  .card--step { height: auto; }
  .step-num { width: 45px; height: 45px; font-size: 22px; padding-bottom: 2px; }
  .card--step:nth-child(2) .step-num { width: 48px; height: 48px; }
  .card--step h3 { margin-top: 16px; }
  .card--step p { margin-top: 20px; }

  /* Testimonials */
  .sec--testimonials .stage { padding-bottom: 50px; }
  .testimonials { display: flex; flex-direction: column-reverse; gap: 20px; }
  .card--quote { height: auto; padding: 31px 30px 30px; }
  .card__avatar { width: 103px; height: 103px; }
  .card--quote blockquote { margin-top: 15px; }
  .card--quote figcaption { margin-top: 22px; max-width: 160px; }

  /* Framework */
  .sec--framework .stage { padding-bottom: 49px; }
  .sec--framework h2 { margin-left: 33px; width: 324px; }

  /* Don't keep trying */
  .sec--dontkeep .stage { padding-bottom: 65px; }
  .dontkeep__body { margin-top: 20px; }
  .dontkeep__btn { margin-top: 29px; }

  /* Services */
  .sec--services .stage { padding-bottom: 50px; }
  .services__title { max-width: 240px; }
  .services__sub { margin-top: 6px; }
  .sec--services .cards { margin-top: 33px; }
  .card--service { height: auto; padding: 30px; }
  .card--service .card__avatar { width: 96px; height: 96px; }
  .card--service h3 { margin-top: 9px; max-width: none; }
  .card--service p { margin-top: 21px; max-width: 270px; }

  /* Guide */
  .sec--guide .stage { display: flex; flex-direction: column; padding-bottom: 51px; }
  .guide-copy { order: 1; margin-left: 32px; width: 326px; }
  .guide-form { order: 2; margin-left: 51px; width: 300px; height: 300px; }
  .guide-photo { order: 3; margin-left: 51px; width: 288px; height: 287px; }
  .guide-photo__img { width: 286px; height: 286px; }
  .guide-copy__kicker { margin-top: 10px; }
  .guide-copy__title { margin-top: 11px; }
  .guide-copy__lead { margin-top: 30px; max-width: 297px; }
  .guide-copy__list { margin-top: 20px; padding-left: 31px; max-width: 326px; }

  /* Joy */
  .sec--joy { height: 516px; }
  .btn.btn--wide.joy__btn { width: 267px; }
  .sec--guide .m-abs { z-index: 2; }

  /* Footer */
  .site-footer > .stage { height: 1060px; max-width: 390px; overflow: visible; box-shadow: 0 0 0 100vmax var(--green); clip-path: inset(0 -100vmax); }
  .site-footer__about { font-size: 15px; line-height: 24px; }
  .site-footer__h { font-size: 19px; line-height: 24.7px; }
  .site-footer__links { margin-top: 28px; row-gap: 20px; font-size: 16px; line-height: 21px; }
  .site-footer__cols { grid-template-columns: 1fr; }
  .site-footer__cols > div + div { margin-top: 29px; }
  .site-footer__cols > div:last-child { margin-top: 32px; }
  .site-footer__small { margin-top: 17px; font-size: 16px; line-height: 22.4px; }
  .site-footer__gap { margin-top: 22.4px; }
  .site-footer__social { gap: 14px; }
  .site-footer__social img { width: 19px; height: 19px; }
  .btn.site-footer__btn { width: 330px; height: 46px; }
  .site-footer__legal { height: 43px; padding-top: 15px; font-size: 10px; line-height: 13px; }

  /* Motion */
  .anim-float--glad { --amp: 10px; }
}

/* =====================================================================
   GOOGLE REVIEWS (homepage) — "rv"
   ===================================================================== */
.rv { position: relative; overflow: clip; padding: 110px 0 120px; background: var(--cream); }
.rv__head { display: grid; grid-template-columns: 1fr 380px; align-items: end; column-gap: 60px; padding: 0 101px; height: auto; }
.rv__script { display: inline-block; margin-left: 4px; }
.rv__title { margin-top: 14px; }
.rv__lead { margin-top: 18px; max-width: 520px; }

.rv-score-wrap { position: relative; }
.rv-clover { position: absolute; z-index: 0; width: 150px; right: -58px; top: -62px; }
.rv-clover img { width: 100%; height: auto; display: block; }
.rv-score { position: relative; z-index: 1; background: var(--white); border-radius: 30px; padding: 28px 32px 30px; box-shadow: 0 30px 60px -40px rgba(40, 71, 52, .45); }
.rv-score__top { display: flex; align-items: center; gap: 10px; font-size: 16.2px; }
.rv-g { width: 22px; height: 22px; }
.rv-score__num { margin-top: 10px; display: flex; align-items: center; gap: 18px; }
.rv-score__num .t-number { font-size: 84px; line-height: 1; padding-bottom: 18px; }
.rv-score__stars { display: flex; gap: 4px; }
.rv-score__stars svg { width: 26px; height: 26px; fill: var(--gold); }
.rv-score__count { margin-top: 2px; font-size: 16.2px; line-height: 25.92px; }
.rv-score__links { margin-top: 18px; display: flex; gap: 10px; flex-wrap: wrap; }
.rv-score__links a { display: inline-flex; align-items: center; gap: 10px; height: 40px; padding: 0 8px 0 18px; border-radius: 100px; background: var(--cream); font-size: 15px; transition: background-color .25s ease, transform .35s cubic-bezier(.16, 1, .3, 1); }
.rv-score__links a span { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; height: 26px; padding: 0 7px; border-radius: 100px; background: var(--green); color: var(--cream); font-size: 13px; }
.rv-score__links a:hover { background: var(--yellow); transform: translateY(-2px); }

.rv__rows { margin-top: 64px; display: flex; flex-direction: column; gap: 22px; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%); }
.rv__row { overflow: hidden; padding: 14px 0; }
.rv__row .marquee__track { align-items: stretch; gap: 22px; padding-right: 22px; }
.rv__row--reverse .marquee__track { animation-direction: reverse; }
.rv__rows:hover .marquee__track, .rv__rows:focus-within .marquee__track { animation-play-state: paused; }

.rv-card { flex: none; display: flex; flex-direction: column; width: 390px; padding: 30px 32px 28px; border-radius: 30px; transition: transform .3s ease-in-out; }
.rv-card:hover { transform: rotate(-3deg) translateY(-4px); }
.rv-card:nth-child(even):hover { transform: rotate(3deg) translateY(-4px); }
.rv-card__stars { display: flex; gap: 3px; }
.rv-card__stars svg { width: 18px; height: 18px; fill: var(--green); }
.rv-card__text { margin-top: 16px; flex: 1; font-size: 18.9px; line-height: 30.24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden; }
.rv-card__text::before { content: "“"; }
.rv-card__text::after { content: "”"; }
.rv-card__who { margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.rv-card__avatar { flex: none; display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--green); color: var(--cream); font-size: 15px; letter-spacing: .04em; }
.rv-card__who strong { display: block; font-weight: 400; font-size: 17px; line-height: 22px; }
.rv-card__who small { display: block; font-size: 13.5px; line-height: 18px; opacity: .8; }

@keyframes rv-pop { 0% { transform: scale(0) rotate(-40deg); } 70% { transform: scale(1.25) rotate(8deg); } 100% { transform: none; } }
.js .rv-score .rv-score__stars svg { transform: scale(0); }
.js .rv-score.is-in .rv-score__stars svg { animation: rv-pop .55s cubic-bezier(.16, 1, .3, 1) forwards; }
.js .rv-score.is-in .rv-score__stars svg:nth-child(1) { animation-delay: .45s; }
.js .rv-score.is-in .rv-score__stars svg:nth-child(2) { animation-delay: .55s; }
.js .rv-score.is-in .rv-score__stars svg:nth-child(3) { animation-delay: .65s; }
.js .rv-score.is-in .rv-score__stars svg:nth-child(4) { animation-delay: .75s; }
.js .rv-score.is-in .rv-score__stars svg:nth-child(5) { animation-delay: .85s; }
.js .rv [data-anim="rise"] { transform: translateY(34px); transition: opacity .9s cubic-bezier(.16, 1, .3, 1) var(--d, 0s), transform 1s cubic-bezier(.16, 1, .3, 1) var(--d, 0s); }
.js .rv [data-anim="rise"].is-in { transform: none; }

@media (prefers-reduced-motion: reduce) {
  .rv__row { overflow-x: auto; }
  .js .rv-score .rv-score__stars svg { transform: none; animation: none; }
}

@media (max-width: 1023px) {
  .rv { padding: 64px 0 70px; }
  .rv__head { display: block; padding: 0 30px; }
  .rv__title { margin-top: 8px; }
  .rv__lead { margin-top: 12px; }
  .rv-score { margin-top: 28px; padding: 22px 24px 24px; }
  .rv-score__stars svg { width: 22px; height: 22px; }
  .rv__rows { margin-top: 36px; gap: 14px; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%); }
  .rv-clover { width: 96px; right: -34px; top: -36px; }
  .rv-score__num .t-number { font-size: 64px; padding-bottom: 12px; }
  .rv__row .marquee__track { gap: 14px; padding-right: 14px; }
  .rv-card { width: 290px; padding: 24px 24px 22px; }
  .rv-card__text { font-size: 16px; line-height: 25.6px; -webkit-line-clamp: 7; }
}
