:root {
  --lilac: #a699ce;
  --lilac-light: #eeeaf7;
  --lilac-dark: #5c4ea0;
  --rose: #d99bb4;
  --pink: #f3c9cb;
  --teal: #6492a2;
  --teal-dark: #2f6471;
  --green: #d5f2ba;
  --yellow: #f7e59d;
  --ink: #353635;
  --ink-soft: #5f6060;
  --paper: #fffdf9;
  --white: #ffffff;
  --line: rgba(53, 54, 53, 0.16);
  --radius-lg: 34px;
  --radius-md: 24px;
  --shadow: 0 28px 80px rgba(92, 78, 160, 0.14);
  --container: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    "Quicksand", ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.68;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

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

:focus-visible {
  outline: 3px solid var(--lilac-dark);
  outline-offset: 4px;
}

::selection {
  color: var(--ink);
  background: var(--yellow);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 118px 0;
}

.section-shell {
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--lilac-dark);
  border-radius: 12px;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--lilac-dark);
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  background: var(--rose);
  border-radius: 50%;
  box-shadow:
    13px 0 0 var(--yellow),
    26px 0 0 var(--green);
  margin-right: 26px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.03em;
  line-height: 1.08;
}

h1,
h2 {
  font-family: "DynaPuff", "Quicksand", ui-rounded, system-ui, sans-serif;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  font-weight: 600;
}

h3 {
  font-size: 1.4rem;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 22px;
  color: var(--white);
  background: var(--lilac-dark);
  border: 1px solid var(--lilac-dark);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(92, 78, 160, 0.24);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.button svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 0.25s ease;
}

.button:hover {
  background: #4e418f;
  box-shadow: 0 16px 36px rgba(92, 78, 160, 0.3);
  transform: translateY(-3px);
}

.button:hover svg {
  transform: translateX(4px);
}

.button-small {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 0.92rem;
}

.button-light {
  color: var(--lilac-dark);
  background: var(--white);
  border-color: var(--white);
  box-shadow: none;
}

.button-light:hover {
  color: var(--white);
  background: var(--ink);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

.text-link span {
  color: var(--lilac-dark);
  transition: transform 0.25s ease;
}

.text-link:hover span {
  transform: translateY(3px);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  transition:
    padding 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  padding: 10px 0;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 12px 40px rgba(53, 54, 53, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.brand img {
  object-fit: contain;
}

.brand-mascot {
  width: 48px;
  height: 48px;
}

.brand-wordmark {
  width: 142px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 34px);
}

.main-nav > a:not(.button) {
  position: relative;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.main-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 3px;
  background: var(--rose);
  border-radius: 9px;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.main-nav > a:not(.button):hover::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.menu-toggle > span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--ink);
  border-radius: 3px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.hero {
  display: grid;
  min-height: 780px;
  align-items: center;
  padding: 142px 0 92px;
  background:
    linear-gradient(rgba(166, 153, 206, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(166, 153, 206, 0.07) 1px, transparent 1px),
    var(--paper);
  background-size: 42px 42px;
  isolation: isolate;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  align-items: center;
  gap: clamp(40px, 6vw, 100px);
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero h1 {
  max-width: 760px;
  margin: 0 0 26px;
  font-size: clamp(3.5rem, 6.1vw, 6.3rem);
  font-weight: 600;
}

.hero h1 span {
  position: relative;
  color: var(--lilac-dark);
  white-space: nowrap;
}

.hero h1 span::after {
  position: absolute;
  z-index: -1;
  right: -6px;
  bottom: 4px;
  left: -6px;
  height: 18px;
  background: var(--yellow);
  border-radius: 50%;
  content: "";
  opacity: 0.9;
  transform: rotate(-1.5deg);
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 32px;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.6vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-proof {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
  padding: 10px 14px 10px 10px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.proof-score {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 15px;
  font-family: "DynaPuff", sans-serif;
  font-size: 1.18rem;
}

.stars {
  color: #8b6b00;
  letter-spacing: 0.06em;
}

.hero-proof p {
  margin: 2px 0 0;
  color: var(--ink-soft);
  font-size: 0.81rem;
  font-weight: 700;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 560px;
  place-items: center;
  perspective: 1000px;
}

.hero-visual::before {
  position: absolute;
  width: 510px;
  height: 510px;
  background: var(--lilac);
  border-radius: 43% 57% 51% 49% / 57% 45% 55% 43%;
  box-shadow: var(--shadow);
  content: "";
  transform: rotate(-5deg);
  animation: morph 10s ease-in-out infinite alternate;
}

.dotted-orbit {
  position: absolute;
  z-index: 1;
  width: 470px;
  height: 390px;
  border: 3px dashed rgba(255, 255, 255, 0.62);
  border-radius: 48%;
  transform: rotate(9deg);
  animation: orbit 26s linear infinite;
}

.mascot-button {
  position: relative;
  z-index: 3;
  width: min(380px, 82%);
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  filter: drop-shadow(0 26px 20px rgba(53, 54, 53, 0.14));
  transform: translate3d(var(--mascot-x, 0), var(--mascot-y, 0), 0)
    rotate(var(--mascot-r, -2deg));
  transition: filter 0.25s ease;
  animation: float 4.8s ease-in-out infinite;
}

.mascot-button:hover {
  filter: drop-shadow(0 32px 28px rgba(53, 54, 53, 0.2));
}

.mascot-button:active {
  transform: scale(0.96);
}

.mascot-button.is-celebrating {
  animation: celebrate 0.85s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.mascot-halo {
  position: absolute;
  z-index: -1;
  inset: 12% 4% 2%;
  background: rgba(247, 229, 157, 0.7);
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0;
  transform: scale(0.65);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.is-celebrating .mascot-halo {
  opacity: 1;
  transform: scale(1.18);
}

.spark {
  position: absolute;
  z-index: 5;
  top: 48%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: var(--spark-color, var(--yellow));
  border-radius: 50% 0 50% 0;
  pointer-events: none;
  animation: sparkle 0.9s ease-out forwards;
}

.mascot-bubble {
  position: absolute;
  z-index: 5;
  top: 11%;
  right: -2%;
  max-width: 210px;
  margin: 0;
  padding: 13px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px 18px 18px 4px;
  box-shadow: 0 14px 40px rgba(53, 54, 53, 0.1);
  font-size: 0.87rem;
  font-weight: 700;
  line-height: 1.4;
  transform: rotate(2deg);
  animation: bubble 5s ease-in-out infinite;
}

.floating-word {
  position: absolute;
  z-index: 4;
  padding: 7px 12px;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  border-radius: 999px;
  font-family: "DynaPuff", sans-serif;
  font-size: 0.75rem;
  box-shadow: 4px 4px 0 var(--ink);
}

.word-care {
  top: 18%;
  left: -2%;
  transform: rotate(-12deg);
}

.word-play {
  right: 1%;
  bottom: 24%;
  background: var(--green);
  transform: rotate(10deg);
}

.word-grow {
  bottom: 11%;
  left: 5%;
  background: var(--pink);
  transform: rotate(-5deg);
}

.hero-note {
  position: absolute;
  z-index: 4;
  right: 4%;
  bottom: 5%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(53, 54, 53, 0.1);
  font-size: 0.75rem;
  font-weight: 700;
  transform: rotate(-2deg);
}

.hero-note span {
  color: var(--teal-dark);
}

.hero-shape {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(1px);
}

.hero-shape-one {
  top: 15%;
  left: -100px;
  width: 260px;
  height: 260px;
  background: var(--pink);
  opacity: 0.38;
}

.hero-shape-two {
  right: 32%;
  bottom: -100px;
  width: 210px;
  height: 210px;
  background: var(--green);
  opacity: 0.48;
}

.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  display: grid;
  justify-items: center;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue i {
  display: block;
  width: 1px;
  height: 28px;
  margin-top: 8px;
  background: var(--ink);
  transform-origin: top;
  animation: scrollCue 1.8s ease-in-out infinite;
}

.hero-enter {
  opacity: 0;
  transform: translateY(22px);
}

.is-ready .hero-enter {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.is-ready .hero-enter-two {
  transition-delay: 0.08s;
}
.is-ready .hero-enter-three {
  transition-delay: 0.16s;
}
.is-ready .hero-enter-four {
  transition-delay: 0.24s;
}
.is-ready .hero-enter-five {
  transition-delay: 0.32s;
}

.trust-strip {
  position: relative;
  z-index: 5;
  padding: 34px 0;
  color: var(--white);
  background: var(--teal-dark);
}

.trust-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-item {
  display: grid;
  min-width: 0;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  grid-template-columns: 34px minmax(0, 1fr);
}

.trust-item:first-child {
  border-left: 0;
}

.trust-item > div:last-child {
  min-width: 0;
}

.trust-item strong,
.trust-item > div > span {
  display: block;
}

.trust-item strong {
  font-size: 1rem;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.trust-item > div > span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.trust-icon {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  place-items: center;
  color: var(--green);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.trust-icon-stars {
  color: var(--yellow);
}

.trust-icon svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.trust-icon-stars svg {
  fill: currentColor;
  stroke-width: 1.2;
}

.trust-stars {
  margin-top: 3px;
  color: var(--yellow) !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.08em;
}

.trust-item a {
  display: inline-block;
  margin-top: 5px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration-color: rgba(255, 255, 255, 0.58);
  text-underline-offset: 4px;
}

.section-heading {
  display: grid;
  align-items: end;
  gap: 60px;
  grid-template-columns: 1.25fr 0.75fr;
}

.section-heading h2 {
  max-width: 830px;
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  gap: 28px;
  margin-top: 64px;
  grid-template-columns: repeat(3, 1fr);
}

.service-card {
  position: relative;
  min-height: 470px;
  padding: 38px;
  border: 2px solid rgba(53, 54, 53, 0.12);
  border-radius: var(--radius-lg);
  box-shadow: 7px 7px 0 rgba(53, 54, 53, 0.9);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--tilt-x, 0))
    rotateY(var(--tilt-y, 0));
  transform-style: preserve-3d;
  transition:
    transform 0.18s ease,
    box-shadow 0.25s ease;
}

.service-card:hover {
  box-shadow: 11px 11px 0 rgba(53, 54, 53, 0.9);
}

.service-card::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  content: "";
}

.card-lilac {
  background: #dcd5f2;
}
.card-green {
  background: var(--green);
}
.card-yellow {
  background: var(--yellow);
}

.service-icon {
  display: grid;
  width: 84px;
  height: 84px;
  margin-bottom: 40px;
  place-items: center;
  background: rgba(255, 255, 255, 0.76);
  border: 2px solid var(--ink);
  border-radius: 26px;
  transform: rotate(-5deg);
}

.service-icon svg {
  width: 50px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.service-icon .icon-fill {
  fill: var(--lilac-dark);
  stroke: var(--lilac-dark);
}

.service-icon .icon-accent {
  stroke: var(--rose);
  stroke-width: 4;
}

.service-icon .icon-soft-fill {
  fill: rgba(47, 100, 113, 0.18);
  stroke: var(--teal-dark);
}

.service-card:nth-child(2) .service-icon .icon-fill {
  fill: var(--teal-dark);
  stroke: var(--teal-dark);
}

.service-card:nth-child(2) .service-icon {
  background: rgba(255, 255, 255, 0.66);
  transform: rotate(5deg);
}

.service-card:nth-child(3) .service-icon {
  transform: rotate(-2deg);
}

.card-number {
  position: absolute;
  top: 32px;
  right: 38px;
  color: rgba(53, 54, 53, 0.56);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-card h3 {
  max-width: 100%;
  margin-bottom: 16px;
  font-family: "DynaPuff", sans-serif;
  font-size: clamp(1.72rem, 2.15vw, 2.16rem);
  font-weight: 600;
  line-height: 1.16;
}

.service-card:nth-child(2) h3 {
  max-width: 285px;
  font-size: clamp(1.55rem, 1.9vw, 1.9rem);
}

.service-card p:not(.card-number) {
  position: relative;
  z-index: 2;
  color: #4e4f4e;
}

.service-card a {
  position: absolute;
  z-index: 3;
  bottom: 34px;
  left: 38px;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.content-note {
  margin: 34px 0 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
  text-align: center;
}

.space-section {
  overflow: hidden;
  background: #fbfaf5;
}

.space-gallery {
  display: grid;
  gap: 20px;
  margin-top: 62px;
  grid-template-columns: 1.08fr 1.08fr 0.72fr;
  grid-template-rows: 240px 240px;
}

.space-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(53, 54, 53, 0.12);
  border-radius: 28px;
  background: var(--lilac-light);
}

.space-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.space-photo:hover img {
  transform: scale(1.045);
}

.space-photo-main {
  grid-row: span 2;
}

.space-photo-main img {
  object-position: 52% center;
}

.space-photo-wide {
  grid-row: auto;
}

.space-photo-tall {
  grid-row: auto;
}

.space-photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 10px 13px;
  color: var(--white);
  background: rgba(47, 100, 113, 0.9);
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.approach-section {
  background: var(--lilac-light);
}

.approach-grid {
  display: grid;
  align-items: start;
  gap: clamp(64px, 10vw, 150px);
  grid-template-columns: 0.82fr 1.18fr;
}

.approach-copy {
  position: sticky;
  top: 130px;
}

.approach-copy > p:not(.eyebrow) {
  max-width: 540px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.growth-path {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-path::before {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 38px;
  width: 3px;
  background: repeating-linear-gradient(
    to bottom,
    var(--lilac-dark) 0 8px,
    transparent 8px 17px
  );
  content: "";
  opacity: 0.35;
}

.growth-step {
  position: relative;
  display: grid;
  align-items: center;
  gap: 26px;
  min-height: 146px;
  padding: 24px 0;
  grid-template-columns: 78px 1fr;
}

.step-dot {
  position: relative;
  z-index: 2;
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  color: var(--white);
  background: var(--lilac-dark);
  border: 8px solid var(--lilac-light);
  border-radius: 43% 57% 50% 50%;
  box-shadow: 0 0 0 2px var(--lilac-dark);
  font-family: "DynaPuff", sans-serif;
}

.growth-step:nth-child(2) .step-dot {
  background: var(--teal-dark);
  box-shadow: 0 0 0 2px var(--teal-dark);
}
.growth-step:nth-child(3) .step-dot {
  color: var(--ink);
  background: var(--yellow);
  box-shadow: 0 0 0 2px #a68b18;
}
.growth-step:nth-child(4) .step-dot {
  color: var(--ink);
  background: var(--rose);
  box-shadow: 0 0 0 2px #a15e78;
}

.growth-step h3 {
  margin-bottom: 8px;
  font-size: 1.38rem;
}

.growth-step p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.team-grid {
  display: grid;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
  grid-template-columns: 0.95fr 1.05fr;
}

.team-photo {
  position: relative;
  margin: 0;
}

.team-photo::before {
  position: absolute;
  z-index: -1;
  top: -26px;
  right: 24px;
  bottom: 38px;
  left: -26px;
  background: var(--green);
  border-radius: 44% 56% 41% 59% / 49% 40% 60% 51%;
  content: "";
  transform: rotate(-4deg);
}

.team-photo img {
  width: 100%;
  aspect-ratio: 1 / 1.03;
  border: 3px solid var(--ink);
  border-radius: 42% 58% 48% 52% / 54% 43% 57% 46%;
  box-shadow: 10px 10px 0 var(--ink);
  object-fit: cover;
}

.team-photo figcaption {
  position: absolute;
  right: -24px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  background: var(--white);
  border: 2px solid var(--ink);
  border-radius: 999px;
  box-shadow: 5px 5px 0 var(--ink);
  font-weight: 700;
  transform: rotate(-3deg);
}

.tiny-leaf {
  width: 17px;
  height: 12px;
  background: var(--green);
  border: 2px solid var(--ink);
  border-radius: 100% 0 100% 0;
  transform: rotate(-18deg);
}

.team-copy > p:not(.eyebrow, .team-quote) {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.founders {
  display: grid;
  gap: 14px;
  margin-top: 34px;
  grid-template-columns: 1fr 1fr;
}

.founders article {
  padding: 20px;
  background: var(--lilac-light);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.founders h3 {
  margin-bottom: 6px;
  font-size: 1.12rem;
}

.founders p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.team-quote {
  max-width: 650px;
  margin: 28px 0 0;
  padding-left: 20px;
  color: var(--lilac-dark);
  border-left: 4px solid var(--rose);
  font-size: 1.08rem;
  font-weight: 700;
}

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

.reviews-section .eyebrow {
  color: var(--green);
}

.reviews-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}

.reviews-head h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.rating-lockup {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 16px 20px;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 24px;
  transform: rotate(2deg);
}

.rating-lockup > strong {
  font-family: "DynaPuff", sans-serif;
  font-size: 2.2rem;
}

.rating-lockup span,
.rating-lockup small {
  display: block;
}

.rating-lockup span {
  color: #735b00;
  letter-spacing: 0.08em;
}

.rating-lockup small {
  margin-top: 3px;
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0;
}

.review-themes {
  display: grid;
  gap: 18px;
  margin-top: 68px;
  grid-template-columns: repeat(3, 1fr);
}

.review-card {
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-md);
}

.review-card > span {
  color: var(--rose);
  font-family: Georgia, serif;
  font-size: 5rem;
  line-height: 0.7;
}

.review-card h3 {
  margin: 38px 0 14px;
  font-size: 1.35rem;
}

.review-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
}

.faq-section {
  background: #fcf7f4;
}

.faq-grid {
  display: grid;
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
  grid-template-columns: 0.76fr 1.24fr;
}

.faq-intro > p:not(.eyebrow) {
  color: var(--ink-soft);
}

.faq-mascot {
  position: relative;
  width: 180px;
  margin: 46px auto 0;
}

.faq-mascot::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -15px;
  left: 0;
  height: 36px;
  background: rgba(53, 54, 53, 0.12);
  border-radius: 50%;
  content: "";
  filter: blur(7px);
}

.faq-mascot img {
  animation: float 4.8s ease-in-out infinite;
}

.accordion {
  border-top: 1px solid var(--line);
}

.accordion details {
  border-bottom: 1px solid var(--line);
}

.accordion summary {
  display: flex;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 1.07rem;
  font-weight: 700;
  list-style: none;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--lilac-dark);
  border-radius: 50%;
  font-size: 1.4rem;
  transition: transform 0.25s ease;
}

.accordion details[open] summary span {
  transform: rotate(45deg);
}

.accordion details p {
  max-width: 650px;
  margin: -4px 60px 30px 0;
  color: var(--ink-soft);
}

.contact-section {
  padding: 80px 0;
  background: #fcf7f4;
}

.contact-card {
  position: relative;
  display: grid;
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
  padding: clamp(40px, 7vw, 90px);
  color: var(--white);
  background: var(--lilac-dark);
  border-radius: 46px;
  box-shadow: var(--shadow);
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
}

.contact-card::before {
  position: absolute;
  top: -130px;
  right: 10%;
  width: 310px;
  height: 310px;
  background: rgba(213, 242, 186, 0.12);
  border-radius: 48% 52% 42% 58%;
  content: "";
}

.contact-card .eyebrow {
  color: var(--green);
}

.contact-card h2 {
  max-width: 720px;
  font-size: clamp(2.5rem, 4.8vw, 4.7rem);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.72);
}

.contact-info {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 28px;
  margin: 0;
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border-radius: 28px;
  font-style: normal;
}

.contact-info span,
.contact-info strong,
.contact-info a {
  display: block;
}

.contact-info > div > span {
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-info strong {
  line-height: 1.5;
}

.contact-info a {
  color: var(--lilac-dark);
  font-weight: 700;
  text-underline-offset: 5px;
}

.contact-links {
  display: flex;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.contact-sprout {
  position: absolute;
  right: 41%;
  bottom: -40px;
  width: 160px;
  opacity: 0.17;
  transform: rotate(-12deg);
}

.site-footer {
  padding: 38px 0;
  background: var(--paper);
}

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

.footer-grid > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.footer-grid > p:last-child {
  text-align: right;
}

.footer-brand .brand-mascot {
  width: 44px;
  height: 44px;
}

.footer-brand .brand-wordmark {
  width: 130px;
}

.floating-contact {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px 10px 10px;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 999px;
  box-shadow: 0 12px 35px rgba(47, 100, 113, 0.3);
  font-size: 0.78rem;
  text-decoration: none;
  transition: transform 0.25s ease;
}

.floating-contact > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  background: var(--green);
  border-radius: 50%;
  font-size: 1.1rem;
}

.floating-contact:hover {
  transform: translateY(-4px);
}

.contact-dialog {
  width: min(100% - 32px, 590px);
  max-height: min(760px, calc(100dvh - 32px));
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 32px;
  box-shadow: 0 26px 90px rgba(26, 26, 26, 0.32);
  overflow: visible;
}

.contact-dialog::backdrop {
  background: rgba(38, 35, 49, 0.64);
  backdrop-filter: blur(7px);
}

.dialog-panel {
  position: relative;
  padding: 46px;
  background: var(--paper);
  border-radius: 32px;
  overflow: hidden;
}

.dialog-panel::before {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 230px;
  height: 230px;
  background: var(--green);
  border-radius: 47% 53% 57% 43% / 54% 42% 58% 46%;
  content: "";
  opacity: 0.72;
}

.dialog-close {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.75rem;
  line-height: 1;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.dialog-close:hover {
  background: var(--pink);
  transform: rotate(8deg);
}

.dialog-mascot {
  position: absolute;
  z-index: 1;
  top: -29px;
  right: 76px;
  width: 94px;
  transform: rotate(10deg);
}

.dialog-panel .eyebrow,
.dialog-panel h2,
.dialog-intro,
.contact-choices,
.dialog-note {
  position: relative;
  z-index: 1;
}

.dialog-panel h2 {
  max-width: 390px;
  margin-bottom: 12px;
  font-size: clamp(2rem, 7vw, 3.2rem);
}

.dialog-intro {
  max-width: 410px;
  margin-bottom: 28px;
  color: var(--ink-soft);
}

.contact-choices {
  display: grid;
  gap: 10px;
}

.contact-choices a {
  display: grid;
  align-items: center;
  gap: 14px;
  min-height: 78px;
  padding: 12px 16px 12px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 4px 0 rgba(53, 54, 53, 0.08);
  grid-template-columns: 48px 1fr auto;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-choices a:hover {
  border-color: var(--lilac-dark);
  box-shadow: 0 8px 0 rgba(92, 78, 160, 0.16);
  transform: translateY(-3px);
}

.choice-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  font-family: "DynaPuff", sans-serif;
}

.choice-lilac {
  background: #dcd5f2;
}
.choice-yellow {
  background: var(--yellow);
}
.choice-green {
  background: var(--green);
}

.contact-choices strong,
.contact-choices small {
  display: block;
}

.contact-choices strong {
  font-size: 0.97rem;
}

.contact-choices small {
  margin-top: 1px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

.contact-choices b {
  color: var(--lilac-dark);
  font-size: 1.3rem;
}

.dialog-note {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.5;
}

.scroll-progress {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--lilac-dark),
    var(--rose),
    var(--yellow),
    var(--teal-dark)
  );
  transform: scaleX(0);
  transform-origin: left;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translate3d(
        var(--mascot-x, 0),
        calc(var(--mascot-y, 0) - 4px),
        0
      )
      rotate(var(--mascot-r, -2deg));
  }
  50% {
    transform: translate3d(
        var(--mascot-x, 0),
        calc(var(--mascot-y, 0) + 12px),
        0
      )
      rotate(2deg);
  }
}

@keyframes morph {
  0% {
    border-radius: 43% 57% 51% 49% / 57% 45% 55% 43%;
    transform: rotate(-5deg) scale(1);
  }
  100% {
    border-radius: 56% 44% 43% 57% / 46% 56% 44% 54%;
    transform: rotate(3deg) scale(1.03);
  }
}

@keyframes orbit {
  to {
    transform: rotate(369deg);
  }
}

@keyframes bubble {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-8px) rotate(-1deg);
  }
}

@keyframes celebrate {
  0% {
    transform: scale(1) rotate(-2deg);
  }
  28% {
    transform: scale(0.9) rotate(-8deg);
  }
  62% {
    transform: scale(1.12) rotate(7deg);
  }
  100% {
    transform: scale(1) rotate(-2deg);
  }
}

@keyframes sparkle {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0) scale(0.4);
  }
  100% {
    opacity: 0;
    transform: translate(
        calc(-50% + var(--spark-x)),
        calc(-50% + var(--spark-y))
      )
      rotate(220deg) scale(1.3);
  }
}

@keyframes scrollCue {
  0%,
  100% {
    opacity: 0.25;
    transform: scaleY(0.25);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (max-width: 1280px) {
  .trust-grid {
    width: min(900px, calc(100vw - 48px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trust-item {
    padding: 22px 36px;
  }
  .trust-item:nth-child(1),
  .trust-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  .trust-item:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }
  .main-nav > a:not(.button) {
    font-size: 0.86rem;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  }
  .hero-visual::before {
    width: 440px;
    height: 440px;
  }
  .dotted-orbit {
    width: 410px;
    height: 340px;
  }
  .mascot-bubble {
    right: 0;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .section-heading > p {
    max-width: 700px;
  }
  .service-card {
    min-height: 500px;
    padding: 34px;
  }
  .service-card a {
    left: 34px;
    bottom: 32px;
  }
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 36px, 760px);
  }
  .section {
    padding: 88px 0;
  }
  .menu-toggle {
    display: block;
  }
  .main-nav {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    display: grid;
    width: min(430px, 100%);
    height: 100dvh;
    align-content: center;
    padding: 100px 36px 50px;
    background: var(--paper);
    box-shadow: -20px 0 60px rgba(53, 54, 53, 0.12);
    opacity: 0;
    transform: translateX(105%);
    transition:
      opacity 0.3s ease,
      transform 0.3s ease;
  }
  .main-nav.is-open {
    opacity: 1;
    transform: translateX(0);
  }
  .main-nav > a:not(.button) {
    padding: 8px 0;
    font-size: 1.35rem;
  }
  .main-nav .button {
    margin-top: 18px;
  }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .hero {
    min-height: auto;
    padding: 128px 0 94px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    text-align: center;
  }
  .hero .eyebrow,
  .hero-actions {
    justify-content: center;
  }
  .hero-lead {
    margin-inline: auto;
  }
  .hero-proof {
    margin-inline: auto;
  }
  .hero-visual {
    min-height: 520px;
  }
  .scroll-cue {
    display: none;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-item {
    padding: 18px 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  .trust-item:nth-child(3) {
    padding-left: 28px;
    border-left: 0;
    border-bottom: 0;
  }
  .trust-item:nth-child(4) {
    border-bottom: 0;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 420px;
  }
  .space-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 300px 230px;
    grid-auto-rows: 230px;
  }
  .space-photo-main {
    grid-column: span 2;
    grid-row: auto;
  }
  .space-photo-wide,
  .space-photo-tall {
    grid-row: auto;
  }
  .approach-grid,
  .team-grid,
  .faq-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }
  .approach-copy {
    position: static;
  }
  .team-photo {
    max-width: 620px;
    margin-inline: auto;
  }
  .review-themes {
    grid-template-columns: 1fr;
  }
  .reviews-head {
    align-items: start;
    flex-direction: column;
  }
  .review-card {
    min-height: auto;
  }
  .faq-mascot {
    display: none;
  }
  .contact-sprout {
    right: -10px;
    bottom: -55px;
  }
}

@media (max-width: 640px) {
  :root {
    --container: min(100% - 28px, 560px);
    --radius-lg: 28px;
  }
  body {
    font-size: 16.5px;
  }
  .section {
    padding: 76px 0;
  }
  h2 {
    font-size: clamp(2.15rem, 11vw, 3.3rem);
  }
  .site-header {
    padding: 10px 0;
  }
  .site-header .brand img {
    width: auto;
    height: auto;
  }
  .site-header .brand img.brand-mascot {
    width: 40px;
    height: 40px;
  }
  .site-header .brand img.brand-wordmark {
    width: 118px;
  }
  .hero {
    padding-top: 112px;
  }
  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.8rem);
  }
  .hero h1 span {
    white-space: normal;
  }
  .hero-actions {
    display: grid;
    justify-items: center;
  }
  .hero-proof {
    margin-top: 30px;
  }
  .hero-visual {
    min-height: 420px;
  }
  .hero-visual::before {
    width: 350px;
    height: 350px;
  }
  .dotted-orbit {
    width: 330px;
    height: 280px;
  }
  .mascot-button {
    width: 290px;
  }
  .mascot-bubble {
    top: 6%;
    right: 0;
    max-width: 160px;
    padding: 10px 13px;
    font-size: 0.72rem;
  }
  .floating-word {
    font-size: 0.62rem;
  }
  .word-care {
    left: 0;
  }
  .word-play {
    right: 0;
  }
  .word-grow {
    left: 0;
    bottom: 6%;
  }
  .hero-note {
    display: none;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .trust-item,
  .trust-item:first-child,
  .trust-item:nth-child(3) {
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
  .trust-item:last-child {
    border-bottom: 0;
  }
  .service-grid {
    margin-top: 42px;
  }
  .service-card {
    min-height: 460px;
  }
  .space-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: 270px;
    gap: 14px;
    margin-top: 40px;
  }
  .space-photo-main,
  .space-photo-wide,
  .space-photo-tall {
    grid-column: auto;
    grid-row: auto;
  }
  .space-photo figcaption {
    font-size: 0.7rem;
  }
  .growth-path::before {
    left: 31px;
  }
  .growth-step {
    gap: 18px;
    grid-template-columns: 64px 1fr;
  }
  .step-dot {
    width: 64px;
    height: 64px;
  }
  .team-photo figcaption {
    right: 2px;
    bottom: 14px;
  }
  .founders {
    grid-template-columns: 1fr;
  }
  .rating-lockup {
    width: 100%;
    justify-content: center;
  }
  .accordion summary {
    min-height: 82px;
    font-size: 0.97rem;
  }
  .accordion details p {
    margin-right: 0;
  }
  .contact-section {
    padding: 36px 0;
  }
  .contact-card {
    padding: 40px 24px;
    border-radius: 30px;
  }
  .contact-info {
    padding: 25px;
  }
  .contact-links {
    gap: 16px;
    flex-direction: column;
  }
  .footer-grid {
    justify-items: center;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-grid > p:last-child {
    text-align: center;
  }
  .floating-contact {
    right: 12px;
    bottom: 12px;
    padding: 8px;
  }
  .floating-contact strong {
    display: none;
  }
  .dialog-panel {
    padding: 34px 22px 28px;
  }
  .dialog-mascot {
    top: -20px;
    right: 60px;
    width: 78px;
  }
  .dialog-panel h2 {
    max-width: 290px;
  }
  .contact-choices a {
    gap: 10px;
    padding-right: 12px;
    grid-template-columns: 42px 1fr auto;
  }
  .choice-icon {
    width: 42px;
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-enter,
  .reveal {
    opacity: 1;
    transform: none;
  }
  .mascot-button {
    transform: none !important;
  }
}
