.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 52px;
  padding-top: 150px;
}

.monkey-hero {
  position: relative;
  width: calc(100% - 16px);
  min-height: calc(100vh - 16px);
  margin: 8px auto 0;
  padding: 0;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background:
    radial-gradient(circle at 72% 12%, rgba(255, 255, 255, .18), transparent 18%),
    radial-gradient(circle at 18% 18%, rgba(232, 169, 79, .34), transparent 28%),
    linear-gradient(102deg, rgba(127, 37, 31, .18) 0 12%, transparent 12% 26%, rgba(178, 58, 47, .18) 26% 39%, transparent 39% 56%, rgba(232, 169, 79, .2) 56% 70%, transparent 70%),
    linear-gradient(135deg, #7f251f 0%, #b23a2f 42%, #e8a94f 100%);
}

.hero-bg-word {
  position: absolute;
  inset: -10vh -4vw auto;
  color: rgba(255, 248, 236, .12);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(18rem, 42vw, 48rem);
  font-weight: 900;
  letter-spacing: -.11em;
  line-height: .78;
  pointer-events: none;
  transform: rotate(-8deg);
}

.monkey-copy {
  position: absolute;
  left: 17vw;
  top: 39vh;
  z-index: 4;
  display: grid;
  color: #fffaf3;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.07em;
  text-transform: uppercase;
  text-shadow: 0 4px 20px rgba(50, 17, 14, .5), 0 0 60px rgba(127, 37, 31, .3);
  will-change: transform;
  transition: transform .42s cubic-bezier(.16, 1, .3, 1);
}

.monkey-copy span {
  margin-left: 1.3vw;
  font-size: clamp(2rem, 3.2vw, 4rem);
  letter-spacing: -.05em;
}

.monkey-copy strong {
  font-size: clamp(5.8rem, 16vw, 18rem);
  text-shadow: 0 24px 42px rgba(50, 17, 14, .22);
}

.monkey-copy em {
  justify-self: end;
  margin-right: 1.5vw;
  font-style: normal;
  font-size: clamp(1.8rem, 3.4vw, 4.4rem);
  letter-spacing: -.05em;
  text-shadow: 0 16px 32px rgba(50, 17, 14, .24);
}

.raccoon-stage {
  position: absolute;
  left: 50%;
  bottom: 2vh;
  z-index: 3;
  width: min(60vw, 780px);
  min-width: 500px;
  transform: translateX(-50%);
  will-change: transform;
  transition: transform .48s cubic-bezier(.16, 1, .3, 1);
}

.monkey-hero .mascot {
  width: 100%;
  filter: drop-shadow(0 34px 30px rgba(50, 17, 14, .28));
  animation: monkeyFloat 7.2s cubic-bezier(.45, 0, .2, 1) infinite;
}

.raccoon-stage::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 1.5%;
  height: 18px;
  border-radius: 50%;
  background: rgba(50, 17, 14, .24);
  filter: blur(10px);
}

.hero-subcopy {
  position: absolute;
  left: 8vw;
  bottom: 7vh;
  z-index: 4;
  max-width: 330px;
  will-change: transform;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}

.hero-subcopy p {
  color: rgba(255, 250, 243, .84);
  font-weight: 900;
}

@keyframes monkeyFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-.45deg); }
  50% { transform: translate3d(0, -9px, 0) rotate(.45deg); }
}

.hero-text { max-width: 650px; font-size: 1.12rem; }
.hero-actions, .trust-strip { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-strip { margin-top: 26px; }
.trust-strip span { border-radius: 999px; padding: 9px 13px; color: #344247; background: rgba(255, 255, 255, .62); font-size: .88rem; font-weight: 900; }

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  border: 10px solid rgba(255, 255, 255, .72);
  border-radius: 52px;
  background:
    radial-gradient(circle at 50% 48%, rgba(232, 169, 79, .46), transparent 34%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .95), transparent 26%),
    linear-gradient(145deg, #ffe6af, #fff9ef 58%, #ffe0d4);
  overflow: hidden;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(178, 58, 47, .12);
}

.hero-visual::before {
  width: 170px;
  height: 170px;
  left: -46px;
  top: 42px;
}

.hero-visual::after {
  width: 220px;
  height: 220px;
  right: -70px;
  bottom: 20px;
  background: rgba(232, 169, 79, .2);
}

.mascot { position: relative; z-index: 2; width: min(390px, 82%); animation: floatMascot 4.8s ease-in-out infinite; }
.orbit { position: absolute; border: 1px dashed rgba(178, 58, 47, .36); border-radius: 50%; animation: spin 18s linear infinite; }
.orbit-one { width: 430px; height: 430px; }
.orbit-two { width: 300px; height: 300px; animation-direction: reverse; }

.metric-card { position: absolute; z-index: 3; display: grid; gap: 2px; max-width: 170px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 20px; background: rgba(255, 255, 255, .78); backdrop-filter: blur(14px); }
.metric-card strong { font-size: 1.35rem; }
.metric-card span { color: var(--color-muted); font-size: .82rem; font-weight: 800; }
.metric-card-top { top: 72px; right: 32px; }
.metric-card-bottom { left: 28px; bottom: 84px; }

.problem-grid, .pricing-grid, .booking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card, .booking-card { min-height: 230px; border: 1px solid rgba(23, 32, 36, .08); border-radius: 34px; padding: 26px; background: rgba(255, 255, 255, .86); }
.problem-card span, .method-step span, .capability-body span, .price-card > span { color: var(--color-maple); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.capabilities-dark {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 92px 0 124px;
  color: var(--color-ink);
  background:
    radial-gradient(circle at 8% 4%, rgba(232, 169, 79, .18), transparent 28%),
    radial-gradient(circle at 92% 2%, rgba(178, 58, 47, .1), transparent 26%),
    linear-gradient(180deg, #fff8ec 0%, #fff3df 54%, #fffaf3 100%);
  overflow: hidden;
}

.capabilities-dark .section-heading {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
  padding: 0 24px;
  text-align: center;
}

.capabilities-dark .section-heading .eyebrow {
  justify-content: center;
  color: var(--color-maple);
}

.capabilities-dark .section-heading .eyebrow::before {
  background: var(--color-maple);
}

.capabilities-dark h2 {
  color: var(--color-ink);
}

.capabilities-dark p {
  color: var(--color-muted);
}

.services-carousel {
  position: relative;
  width: min(1240px, calc(100vw - 96px));
  margin: 42px auto 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.services-carousel::before,
.services-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 82px;
  z-index: 3;
  width: 76px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .24s ease;
}

.services-carousel.can-scroll-left::before,
.services-carousel.can-scroll-right::after {
  opacity: 1;
}

.services-carousel::before {
  left: -2px;
  background: linear-gradient(90deg, #fff3df 0%, rgba(255, 243, 223, .76) 36%, rgba(255, 243, 223, 0) 100%);
}

.services-carousel::after {
  right: -2px;
  background: linear-gradient(270deg, #fff3df 0%, rgba(255, 243, 223, .76) 36%, rgba(255, 243, 223, 0) 100%);
}

.capability-grid {
  display: flex;
  gap: 24px;
  padding: 10px 0 14px;
  transition: transform .62s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.capability-card {
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  min-height: 430px;
  display: grid;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(178, 58, 47, .09);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  opacity: 1;
  transform: none;
  box-shadow: 0 18px 42px rgba(55, 43, 31, .07);
  transition: transform .62s cubic-bezier(.16, 1, .3, 1), box-shadow .62s ease, border-color .62s ease, background .62s ease;
}

.capability-card:hover {
  transform: translateY(-6px);
  border-color: rgba(178, 58, 47, .18);
  background: linear-gradient(145deg, var(--color-maple) 0%, #c95137 48%, var(--color-gold) 100%);
  box-shadow: 0 30px 70px rgba(127, 37, 31, .22);
}
.capability-media { min-height: 100%; background-size: cover; background-position: center; grid-area: 1 / 1; }
.capability-media::after { content: ""; display: block; min-height: 430px; }
.seo-bg, .neuro-bg, .content-bg, .sem-bg, .consulting-bg, .growth-bg { background: transparent; }
.capability-body { position: relative; z-index: 1; grid-area: 1 / 1; align-self: stretch; display: grid; align-content: start; gap: 20px; min-height: 430px; padding: 38px 32px; text-align: left; }
.capability-body h3 { max-width: 270px; margin: 0; color: #050b10; font-size: clamp(1.25rem, 1.28vw, 1.55rem); line-height: 1.02; }
.capability-body h3,
.capability-body p,
.capability-body span b,
.service-icon {
  transition: color .52s ease, background .52s ease, transform .52s cubic-bezier(.16, 1, .3, 1);
}
.capability-body p { max-width: 320px; margin: 0; color: #647079; font-size: 1rem; line-height: 1.72; }
.capability-body span { display: block; color: rgba(178, 58, 47, .2); font-size: 0; font-weight: 900; line-height: 1; }
.capability-body span b { display: block; color: rgba(178, 58, 47, .24); font-family: "Space Grotesk", Inter, sans-serif; font-size: 2.2rem; letter-spacing: -.04em; }
.capability-body a { display: none; }
.capability-body a::after { content: "→"; font-size: 1.35rem; line-height: 1; transition: transform .2s ease; }
.capability-body a:hover::after { transform: translateX(5px); }

.capability-card:hover .capability-body h3,
.capability-card:hover .capability-body p,
.capability-card:hover .capability-body span b {
  color: var(--color-white);
}

.capability-card:hover .capability-body p {
  color: rgba(255, 255, 255, .86);
}

.service-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: -4px 0 2px;
  border: 0;
  border-radius: 16px;
  color: var(--color-maple);
  background: rgba(178, 58, 47, .08);
  box-shadow: none;
  backdrop-filter: none;
  font-size: 1.9rem;
  font-weight: 900;
}

.capability-card:hover .service-icon {
  color: var(--color-white);
  background: rgba(255, 255, 255, .18);
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
}

.carousel-button {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(178, 58, 47, .14);
  border-radius: 50%;
  color: var(--color-maple);
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 1;
  transition: .2s ease;
}

.carousel-button:hover {
  border-color: rgba(178, 58, 47, .28);
  background: rgba(255, 255, 255, .94);
  transform: translateY(-2px);
}

.carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(178, 58, 47, .22);
  cursor: pointer;
  transition: .2s ease;
}

.carousel-dot.is-active {
  width: 24px;
  background: var(--color-maple);
}

.method-monkey {
  position: relative;
  width: 100%;
  min-height: 82vh;
  display: grid;
  align-content: center;
  gap: 28px;
  padding: 92px max(28px, calc((100vw - var(--max-width)) / 2)) 54px;
  scroll-margin-top: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 18%, rgba(232, 169, 79, .32), transparent 28%),
    linear-gradient(105deg, rgba(127, 37, 31, .2) 0 12%, transparent 12% 27%, rgba(178, 58, 47, .2) 27% 40%, transparent 40% 57%, rgba(232, 169, 79, .2) 57% 72%, transparent 72%),
    linear-gradient(135deg, #7f251f 0%, #b23a2f 45%, #e8a94f 100%);
}

.method-monkey::before {
  content: "MAPLE";
  position: absolute;
  inset: -4vh -4vw auto;
  color: rgba(255, 248, 236, .12);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(12rem, 28vw, 34rem);
  font-weight: 900;
  letter-spacing: -.1em;
  line-height: .8;
  pointer-events: none;
  transform: rotate(-7deg);
}

.method-heading {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.method-heading .eyebrow,
.method-heading h2,
.method-heading p {
  color: #fffaf3;
}

.method-heading .eyebrow::before {
  background: #fffaf3;
}

.method-heading .eyebrow {
  justify-content: center;
}

.method-heading h2 {
  margin-bottom: 14px;
}

.method-heading p:last-child {
  max-width: 620px;
  margin: 0 auto;
}

.method-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(340px, 470px) minmax(240px, 1fr);
  align-items: center;
  gap: 24px;
}

.method-seat {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 440px;
}

.method-seat::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 5%;
  height: 34px;
  border-radius: 50%;
  background: rgba(55, 43, 31, .18);
  filter: blur(18px);
}

.method-seat img {
  position: relative;
  z-index: 1;
  width: min(470px, 100%);
  border-radius: 0;
  filter: drop-shadow(0 34px 38px rgba(50, 17, 14, .34));
  animation: floatMascot 5.8s ease-in-out infinite;
}

.method-choice {
  position: relative;
  min-height: 260px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 22px;
  border: 0;
  border-radius: 0;
  color: #fffaf3;
  background: transparent;
  box-shadow: none;
  text-align: center;
  transition: transform .22s ease;
}

.method-choice:hover {
  transform: translateY(-8px);
  box-shadow: none;
}

.method-choice-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 8px;
  filter: drop-shadow(0 16px 26px rgba(50, 17, 14, .18));
}

.method-choice-left .method-choice-icon {
  color: #fffaf3;
}

.method-choice-right .method-choice-icon {
  color: var(--color-maple);
}

.method-choice h3 {
  max-width: 260px;
  margin-bottom: 0;
  color: #fffaf3;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  line-height: .98;
}

.method-choice p {
  max-width: 310px;
  margin-bottom: 8px;
  color: rgba(255, 250, 243, .86);
  font-weight: 700;
}

.method-choice .button {
  justify-self: center;
  box-shadow: none;
  transform: none;
}

.method-choice .button:hover {
  transform: none;
}

.method-choice .button-primary {
  color: #fffaf3;
  background: rgba(255, 255, 255, .12);
}

.method-choice:hover .button-primary {
  background: rgba(255, 255, 255, .2);
  box-shadow: 0 18px 36px rgba(127, 37, 31, .18);
  transform: translateY(-2px);
}

.method-choice-right {
  background: transparent;
}

.method-choice .button-outline {
  box-shadow: none;
  color: var(--color-white);
  background: var(--color-maple);
}

.method-choice:hover .button-outline {
  background: var(--color-maple);
  box-shadow: 0 18px 36px rgba(127, 37, 31, .28);
  transform: translateY(-2px);
}

.implementation-section {
  position: relative;
  padding: 44px max(28px, calc((100vw - var(--max-width)) / 2)) 110px;
  background:
    radial-gradient(circle at 12% 0%, rgba(232, 169, 79, .14), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(178, 58, 47, .08), transparent 28%),
    #fffaf3;
  overflow: hidden;
}

.implementation-heading {
  max-width: 1180px;
  margin: 0 auto 58px;
  text-align: center;
}

.implementation-heading .eyebrow {
  justify-content: center;
}

.implementation-heading h2 {
  max-width: none;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-ink);
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  line-height: .92;
  white-space: nowrap;
}

.implementation-heading p:last-child {
  max-width: 680px;
  margin: 0 auto;
}

.implementation-flow {
  position: relative;
  width: min(1060px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 58px;
  margin: 0 auto;
  padding: 48px 0 0;
}

.implementation-flow::before {
  display: none;
}

.implementation-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

.implementation-step::after {
  content: "";
  position: absolute;
  top: 41px;
  left: calc(50% + 41px);
  z-index: 0;
  width: calc(100% + 58px - 82px);
  height: 34px;
  background: linear-gradient(90deg, var(--color-maple), var(--color-gold));
  filter: drop-shadow(0 0 12px rgba(178, 58, 47, .18));
  mask-image: url("data:image/svg+xml,%3Csvg width='300' height='60' viewBox='0 0 300 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 C70 48 92 12 150 30 S230 48 300 30' stroke='black' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  opacity: .78;
  pointer-events: none;
}

.implementation-step:nth-child(2)::after {
  background: linear-gradient(90deg, var(--color-gold), var(--color-green));
  filter: drop-shadow(0 0 12px rgba(232, 169, 79, .18));
}

.implementation-step:last-child::after {
  display: none;
}

.implementation-step:nth-child(2)::after {
  background: linear-gradient(90deg, var(--color-gold), var(--color-green));
  filter: drop-shadow(0 0 12px rgba(232, 169, 79, .18));
}

.implementation-step:last-child::after {
  display: none;
}

.implementation-node {
  position: relative;
  z-index: 1;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border: 2px solid var(--color-maple);
  border-radius: 50%;
  color: var(--color-maple);
  background: #fffaf3;
  box-shadow: inset 0 0 28px rgba(178, 58, 47, .08), 0 0 34px rgba(178, 58, 47, .1);
  transition: transform .45s cubic-bezier(.16, 1, .3, 1), color .45s ease, background .45s ease, box-shadow .45s ease;
}

.implementation-step:nth-child(2) .implementation-node {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.implementation-step:nth-child(3) .implementation-node {
  border-color: var(--color-green);
  color: var(--color-green);
}

.implementation-node span {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.55rem;
  font-weight: 900;
}

.implementation-node i {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: currentColor;
  background: var(--color-ink);
  box-shadow: 0 0 22px rgba(23, 32, 36, .16);
  font-style: normal;
  font-size: 1rem;
}

.implementation-step:nth-child(1) .implementation-node i {
  color: var(--color-maple);
}

.implementation-step:nth-child(2) .implementation-node i {
  color: var(--color-gold);
}

.implementation-step:nth-child(3) .implementation-node i {
  color: var(--color-green);
}

.implementation-step h3 {
  margin: 18px 0 0;
  color: var(--color-ink);
  font-size: clamp(1.35rem, 1.65vw, 1.8rem);
}

.implementation-step p {
  max-width: 275px;
  margin: 0;
  color: #7a8790;
  font-size: .98rem;
  line-height: 1.65;
}

.implementation-step:hover .implementation-node {
  transform: translateY(-8px) scale(1.04);
  box-shadow: inset 0 0 34px rgba(178, 58, 47, .14), 0 0 46px rgba(178, 58, 47, .24);
}

.clients-section {
  position: relative;
  padding: 96px 0 48px;
  background:
    radial-gradient(circle at 12% 10%, rgba(232, 169, 79, .24), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(178, 58, 47, .12), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .7), transparent 36%),
    linear-gradient(180deg, #fff8ec 0%, #fff1db 56%, #fffaf3 100%);
  overflow: hidden;
}

.clients-heading {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto 44px;
  text-align: center;
}

.clients-heading .eyebrow {
  justify-content: center;
}

.clients-heading h2 {
  margin-bottom: 14px;
  color: var(--color-ink);
  font-size: clamp(2.2rem, 4.2vw, 4.4rem);
}

.clients-heading p {
  max-width: 720px;
  margin: 0 auto;
}

.client-marquee {
  position: relative;
  width: 100%;
  padding: 14px 0;
  overflow: hidden;
}

.client-marquee::before,
.client-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}

.client-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff3df, rgba(255, 243, 223, 0));
}

.client-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff3df, rgba(255, 243, 223, 0));
}

.client-track {
  display: flex;
  width: max-content;
  gap: 26px;
  animation: clientMarquee 34s linear infinite;
}

.client-marquee-reverse .client-track {
  animation-direction: reverse;
  animation-duration: 38s;
}

.client-marquee:hover .client-track {
  animation-play-state: paused;
}

.client-logo {
  min-width: 230px;
  min-height: 100px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 32, 36, .06);
  border-radius: 24px;
  padding: 14px 20px;
  color: rgba(23, 32, 36, .42);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 34px rgba(127, 37, 31, .07);
  filter: grayscale(1);
  opacity: .72;
  transition: transform .28s ease, opacity .28s ease, color .28s ease, box-shadow .28s ease;
}

.client-logo img {
  width: 190px;
  height: 66px;
  object-fit: contain;
  transform: scale(1.08);
}

.client-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(127, 37, 31, .12);
}

.pricing-section {
  padding-top: 54px;
  padding-bottom: 84px;
}

.pricing-heading {
  max-width: 900px;
  margin-bottom: 38px;
}

.pricing-heading h2 {
  margin-bottom: 14px;
}

.pricing-heading h2 span {
  color: var(--color-maple);
}

.pricing-heading > p:last-child {
  font-size: 1.08rem;
}

.pricing-grid {
  align-items: stretch;
  gap: 24px;
}

.price-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 570px;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  justify-items: center;
  gap: 10px;
  border: 1px solid rgba(178, 58, 47, .12);
  border-radius: 26px;
  padding: 28px 28px 24px;
  color: var(--color-ink);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 20px 50px rgba(55, 43, 31, .08);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s ease, color .42s ease;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, .12), transparent 28%),
    linear-gradient(145deg, var(--color-maple), var(--color-maple-dark));
  opacity: 0;
  transition: opacity .52s ease;
}

.price-card:hover {
  color: var(--color-white);
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(127, 37, 31, .24);
}

.price-card:hover::before {
  opacity: 1;
}

.price-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 4px;
  border-radius: 50%;
  color: var(--color-maple);
  background: rgba(178, 58, 47, .09);
  transition: color .42s ease, background .42s ease, transform .42s cubic-bezier(.16, 1, .3, 1);
}

.price-icon svg {
  width: 42px;
  height: 42px;
}

.price-card:hover .price-icon {
  color: var(--color-maple);
  background: rgba(255, 255, 255, .92);
  transform: scale(1.05);
}

.price-card > span {
  margin-top: 2px;
}

.price-card:hover > span {
  color: rgba(255, 255, 255, .82);
}

.price-card h3 {
  margin: 0 0 8px;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
  text-align: center;
  transition: color .42s ease;
}

.price-card strong {
  width: 100%;
  padding: 18px 0 20px;
  border-top: 1px solid rgba(23, 32, 36, .1);
  border-bottom: 1px solid rgba(23, 32, 36, .1);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: clamp(2.8rem, 4.4vw, 4.2rem);
  letter-spacing: -.06em;
  line-height: 1;
  text-align: center;
  transition: color .42s ease, border-color .42s ease;
}

.price-card strong small {
  margin-right: 6px;
  font-size: .48em;
  font-weight: 700;
  vertical-align: .35em;
}

.price-card:hover strong {
  border-color: rgba(255, 255, 255, .22);
}

.price-card ul {
  width: 100%;
  display: grid;
  align-content: start;
  gap: 12px;
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 30px;
  color: #263238;
  font-size: .95rem;
  font-weight: 600;
  transition: color .42s ease;
}

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .05em;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--color-white);
  background: var(--color-maple);
  font-size: .7rem;
  font-weight: 900;
}

.price-card:hover li {
  color: rgba(255, 255, 255, .9);
}

.price-card:hover li::before {
  color: var(--color-maple);
  background: var(--color-white);
}

.price-card .button {
  width: 100%;
  min-height: 54px;
}

.price-card .button-outline,
.price-card .button-primary {
  color: var(--color-maple);
  background: transparent;
  box-shadow: inset 0 0 0 1px var(--color-maple);
}

.price-card:hover .button-outline,
.price-card:hover .button-primary {
  color: var(--color-maple-dark);
  background: linear-gradient(135deg, #fff8ec, #f0c276);
  box-shadow: 0 16px 34px rgba(70, 26, 20, .22);
}

.pricing-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 32px;
}

.pricing-benefits article {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 28px;
  border-right: 1px solid rgba(23, 32, 36, .12);
}

.pricing-benefits article:last-child {
  border-right: 0;
}

.pricing-benefits article > span {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--color-maple);
  background: rgba(178, 58, 47, .08);
  font-size: 1.8rem;
  font-weight: 900;
}

.pricing-benefits h3 {
  margin-bottom: 4px;
  font-size: 1rem;
}

.pricing-benefits p {
  margin: 0;
  font-size: .9rem;
}

.testimonials-section {
  position: relative;
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at 86% 10%, rgba(232, 169, 79, .16), transparent 28%),
    radial-gradient(circle at 14% 14%, rgba(178, 58, 47, .08), transparent 24%),
    linear-gradient(180deg, #fff8ec 0%, #fffaf3 100%);
  overflow: hidden;
}

.testimonials-section .section-heading {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 44px;
  margin-left: auto;
  text-align: center;
}

.testimonials-section .section-heading .eyebrow {
  justify-content: center;
}

.testimonials-section .section-heading h2 {
  margin-bottom: 14px;
}

.testimonials-section .section-heading p:last-child {
  max-width: 580px;
  margin: 0 auto;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 38px rgba(55, 43, 31, .08);
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), box-shadow .5s ease;
}

.testimonial-card.reveal {
  transition-delay: var(--reveal-delay, 0s);
}

.testimonial-card img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonial-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 24px 58px rgba(127, 37, 31, .14);
}

.faq-list { display: grid; gap: 12px; }
details { border: 1px solid rgba(23, 32, 36, .08); border-radius: 22px; padding: 20px 22px; background: rgba(255, 255, 255, .76); }
summary { font-family: "Space Grotesk", Inter, sans-serif; font-size: 1.2rem; font-weight: 800; cursor: pointer; }
details p { margin: 14px 0 0; }
.booking-grid { grid-template-columns: repeat(2, 1fr); }
.booking-card { min-height: 280px; display: grid; align-content: end; }

@keyframes floatMascot { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-16px) rotate(1deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes clientMarquee { to { transform: translateX(-50%); } }

@media (max-width: 1024px) {
  .services-carousel { width: min(820px, calc(100vw - 48px)); }
  .services-carousel::before, .services-carousel::after { width: 54px; }
  .capability-card { flex-basis: calc((100% - 24px) / 2); }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .method-monkey { min-height: auto; padding-top: 88px; }
  .method-stage { grid-template-columns: 1fr; }
  .method-seat { min-height: auto; order: -1; }
  .method-seat img { width: min(390px, 88vw); }
  .method-choice { min-height: 230px; }
  .method-choice h3, .method-choice p { max-width: none; }
  .implementation-flow {
    display: flex;
    gap: 28px;
    margin-inline: -28px;
    padding: 40px 28px 10px;
    overflow-x: auto;
    scroll-padding-inline: 28px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .implementation-flow::-webkit-scrollbar { display: none; }
  .implementation-flow::before { display: none; }
  .implementation-step { flex: 0 0 250px; scroll-snap-align: start; }
  .implementation-step::after {
    content: "";
    position: absolute;
    display: block;
    top: 38px;
    left: 50%;
    width: calc(100% + 28px);
    height: 30px;
    background: linear-gradient(90deg, var(--color-maple), var(--color-gold));
    filter: drop-shadow(0 0 12px rgba(178, 58, 47, .18));
    mask-image: url("data:image/svg+xml,%3Csvg width='300' height='60' viewBox='0 0 300 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 30 C70 48 92 12 150 30 S230 48 300 30' stroke='black' stroke-width='5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    opacity: .78;
    pointer-events: none;
  }
  .implementation-step:nth-child(2)::after { background: linear-gradient(90deg, var(--color-gold), var(--color-green)); }
  .implementation-step:last-child::after { display: none; }
  .implementation-node { width: 76px; height: 76px; }
  .hero-visual { min-height: 460px; }
  .problem-grid, .pricing-grid, .method-steps, .booking-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-benefits { grid-template-columns: 1fr; }
  .pricing-benefits article { border-right: 0; border-bottom: 1px solid rgba(23, 32, 36, .1); }
  .pricing-benefits article:last-child { border-bottom: 0; }

  .monkey-hero {
    min-height: 100svh;
  }

  .monkey-copy {
    left: 6vw;
    right: 6vw;
    top: 34vh;
  }

  .monkey-copy strong {
    font-size: clamp(4.8rem, 22vw, 9rem);
  }

  .raccoon-stage {
    width: min(70vw, 390px);
    min-width: 260px;
    bottom: 9vh;
  }

  .hero-subcopy {
    left: 6vw;
    right: 6vw;
    bottom: 18vh;
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .section-shell { padding: 82px 0; }
  .hero { padding-top: 126px; }
  .method-monkey { padding: 82px 18px; }
  .method-heading h2 { font-size: clamp(2.4rem, 12vw, 4rem); }
  .method-seat img { border-radius: 0; }
  .method-choice { padding: 24px; border-radius: 26px; }
  .implementation-section { padding: 76px 18px 86px; }
  .implementation-heading { margin-bottom: 44px; }
  .implementation-heading h2 { max-width: 420px; white-space: normal; }
  .implementation-flow { gap: 22px; margin-inline: -18px; padding: 30px 18px 10px; }
  .implementation-step { flex-basis: min(240px, 72vw); }
  .implementation-step::after { top: 29px; left: 50%; width: calc(100% + 22px); height: 28px; }
  .implementation-node { width: 58px; height: 58px; }
  .implementation-node span { font-size: 1.1rem; }
  .implementation-node i { top: -8px; right: -8px; width: 26px; height: 26px; font-size: .8rem; }
  .clients-section { padding: 76px 0 38px; }
  .clients-heading { margin-bottom: 30px; }
  .client-marquee::before, .client-marquee::after { width: 58px; }
  .client-track { gap: 16px; animation-duration: 26s; }
  .client-logo { min-width: 190px; min-height: 84px; padding: 12px 16px; }
  .client-logo img { width: 158px; height: 56px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testimonial-card { border-radius: 18px; }
  .pricing-section { padding-top: 46px; }
  .pricing-heading h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .price-card { padding: 26px 22px 22px; }
  .pricing-benefits article { padding: 14px 8px; }
  .metric-card { position: static; margin: 8px; }
  .hero-visual { min-height: auto; padding: 34px 0; }
  .orbit { display: none; }
  .services-carousel { width: calc(100vw - 28px); }
  .services-carousel::before, .services-carousel::after { width: 34px; }
  .capability-grid { gap: 16px; }
  .capability-card { flex-basis: 100%; min-height: 320px; }
  .capability-media::after, .capability-body { min-height: 320px; }
  .service-icon { margin-bottom: 12px; }

  .monkey-copy {
    top: 30vh;
  }

  .monkey-copy span {
    font-size: 1.8rem;
  }

  .monkey-copy strong {
    font-size: clamp(4.1rem, 24vw, 6.2rem);
  }

  .monkey-copy em {
    justify-self: start;
    margin: 0;
    font-size: 1.65rem;
  }

  .hero-bg-word {
    top: 8vh;
    font-size: 16rem;
  }

  .raccoon-stage {
    bottom: 16vh;
    width: 78vw;
  }

  .hero-subcopy {
    display: none;
  }

}
