/* ==========================================================================
   MAINTENANCE MAGICIANS - Lawn Care Page
   ========================================================================== */

.mm-lawn-page {
  --header-h: 72px;
  --mml-green: #66bd38;
  --mml-green-dark: #1e7a3a;
  --mml-green-deep: #07341c;
  --mml-mint: #eaf8e6;
  --mml-cyan: #18b5ad;
  --mml-ink: #151426;
  --mml-panel: #101d19;
  --mml-soft: #f7faf6;
  background: #fff;
  color: var(--mm-text);
  overflow-x: hidden;
}

.mm-lawn-page .mm-container {
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  padding-inline: 24px;
}

.mm-lawn-page .mm-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.62s var(--mm-ease), transform 0.62s var(--mm-ease);
}

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

.mm-lawn-page .mm-reveal--delay-1 { transition-delay: 0.08s; }
.mm-lawn-page .mm-reveal--delay-2 { transition-delay: 0.16s; }
.mm-lawn-page .mm-reveal--delay-3 { transition-delay: 0.24s; }
.mm-lawn-page .mm-reveal--delay-4 { transition-delay: 0.32s; }

.mm-lawn-page .mm-btn--block {
  width: 100%;
}

.mm-lawn-page .mm-btn--primary {
  background: linear-gradient(135deg, #7ed34b, var(--mml-green), #3a9f32);
  color: #09220f !important;
  box-shadow: 0 12px 30px rgba(102, 189, 56, 0.28);
}

.mm-lawn-page .mm-btn--primary:hover,
.mm-lawn-page .mm-btn--primary:focus {
  background: linear-gradient(135deg, #8bdc58, #71c944, #4da934) !important;
  color: #071a0b !important;
  box-shadow: 0 16px 36px rgba(102, 189, 56, 0.38);
}

.mm-lawn-page .mm-header__nav {
  margin-left: auto;
}

.admin-bar.mm-lawn-page .mm-header {
  top: 32px;
}

.mm-lawn-page .mm-nav__list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mm-lawn-page .mm-nav__link {
  display: block;
  padding: 7px 13px;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

.mm-lawn-page .mm-nav__link:hover,
.mm-lawn-page .mm-nav__link.is-active {
  color: var(--mml-green);
  background: rgba(102, 189, 56, 0.1);
}

.mm-lawn-page .mm-header__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.mm-lawn-page .mm-header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  padding: 4px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.mm-lawn-page .mm-hamburger__bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.24s var(--mm-ease), opacity 0.24s var(--mm-ease);
}

.mm-lawn-page .mm-header__hamburger[aria-expanded="true"] .mm-hamburger__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mm-lawn-page .mm-header__hamburger[aria-expanded="true"] .mm-hamburger__bar:nth-child(2) {
  opacity: 0;
}

.mm-lawn-page .mm-header__hamburger[aria-expanded="true"] .mm-hamburger__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mml-section {
  padding: 72px 0;
}

.mml-section-head {
  max-width: 800px;
  margin-bottom: 42px;
}

.mml-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.mml-section-head h2,
.mml-package__copy h2,
.mml-roots__copy h2,
.mml-direction h2 {
  margin: 0;
  color: var(--mml-ink);
  font-family: var(--mm-font-head);
  font-size: 2.45rem;
  line-height: 1.12;
  font-weight: 900;
}

.mml-section-head h2 span,
.mml-hero__heading span,
.mml-package__copy h2 span {
  color: var(--mml-green);
}

.mml-section-head p {
  max-width: 650px;
  margin: 14px auto 0;
  color: #687383;
  font-size: 0.98rem;
  line-height: 1.65;
}

.mml-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--mml-green-dark);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.mml-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.mml-eyebrow--light {
  color: #9be46d;
}

.mml-eyebrow--pill {
  padding: 8px 12px;
  border: 1px solid rgba(102, 189, 56, 0.26);
  border-radius: 999px;
  background: rgba(102, 189, 56, 0.1);
}

/* Hero */

.mml-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  padding: calc(var(--header-h) + 52px) 0 44px;
  overflow: hidden;
  color: #fff;
}

.mml-hero__bg,
.mml-hero__overlay {
  position: absolute;
  inset: 0;
}

.mml-hero__bg {
  z-index: -2;
  background-position: center center;
  background-size: cover;
  filter: brightness(1.12) saturate(1.08);
  transform: scale(1.02);
}

.mml-hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 8, 24, 0.95) 0%, rgba(13, 8, 24, 0.76) 30%, rgba(13, 8, 24, 0.22) 58%, rgba(8, 42, 24, 0.02) 100%),
    linear-gradient(180deg, rgba(13, 8, 24, 0.1) 0%, rgba(13, 8, 24, 0.02) 46%, rgba(13, 8, 24, 0.46) 100%);
}

.mml-hero__inner {
  display: grid;
  min-height: 600px;
  align-items: center;
}

.mml-hero__content {
  max-width: 700px;
}

.mml-hero .mm-reveal {
  opacity: 1;
  transform: none;
}

.mml-hero__heading {
  margin: 0 0 18px;
  max-width: 650px;
  color: #fff;
  font-family: var(--mm-font-head);
  font-size: 4.35rem;
  line-height: 1.03;
  font-weight: 900;
}

.mml-hero__heading span {
  display: block;
}

.mml-hero__sub {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08rem;
  line-height: 1.55;
}

.mml-hero-program {
  width: min(100%, 620px);
  margin-top: 30px;
  padding: 20px 22px 16px;
  border: 1px solid rgba(102, 189, 56, 0.48);
  border-radius: 8px;
  background:
    radial-gradient(circle at 84% 20%, rgba(102, 189, 56, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(9, 31, 18, 0.82), rgba(9, 15, 22, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.mml-hero-program__label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  width: max-content;
  max-width: 100%;
  color: #8cdb5b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mml-hero-program__label span {
  width: 26px;
  height: 1px;
  background: currentColor;
}

.mml-hero-program h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--mm-font-head);
  font-size: 1.04rem;
  line-height: 1.2;
  font-weight: 900;
}

.mml-hero-program__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mml-hero-program__steps::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 7%;
  left: 7%;
  height: 2px;
  border-radius: 999px;
  background: rgba(140, 219, 91, 0.42);
}

.mml-hero-program__steps li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  text-align: center;
}

.mml-hero-program__icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8cdb5b, var(--mml-green));
  color: #102214;
  box-shadow: 0 0 0 5px rgba(102, 189, 56, 0.14);
}

.mml-hero-program__icon svg {
  width: 24px;
  height: 24px;
}

.mml-hero-program__steps strong {
  color: var(--mml-green);
  font-family: var(--mm-font-head);
  font-size: 1.1rem;
  line-height: 1;
}

.mml-hero-program__steps li > span:last-child {
  max-width: 98px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.22;
}

.mml-hero-program__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.mml-hero-program__chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
}

.mml-hero-program__chips svg {
  width: 15px;
  height: 15px;
  color: var(--mml-green);
  flex: 0 0 auto;
}

.mml-hero__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: min(100%, 660px);
  margin-top: 30px;
}

.mml-hero__proof div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 0 18px;
}

.mml-hero__proof div:first-child {
  padding-left: 0;
}

.mml-hero__proof div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.42);
}

.mml-hero__proof span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  color: var(--mml-green);
}

.mml-hero__proof svg {
  width: 25px;
  height: 25px;
}

.mml-hero__proof strong {
  color: #fff;
  font-family: var(--mm-font-head);
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 900;
}

.mml-hero__proof small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
}

.mml-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.mml-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.mml-hero__badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 178px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.28;
}

.mml-hero__badges svg {
  width: 22px;
  height: 22px;
  color: var(--mml-green);
}

/* Proof strip */

.mml-proof {
  position: relative;
  z-index: 2;
  margin-top: -1px;
  background: #171128;
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mml-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding-block: 18px;
}

.mml-proof__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
}

.mml-proof__item span {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(102, 189, 56, 0.12);
  color: var(--mml-green);
}

.mml-proof__item:nth-child(1) span { color: #a99cff; background: rgba(169, 156, 255, 0.12); }
.mml-proof__item:nth-child(3) span { color: var(--mm-gold); background: rgba(212, 160, 23, 0.12); }
.mml-proof__item:nth-child(4) span { color: var(--mml-cyan); background: rgba(24, 181, 173, 0.12); }

.mml-proof__item strong {
  color: inherit;
  font-family: var(--mm-font-head);
  font-size: 1.18rem;
  line-height: 1.1;
}

.mml-proof__item small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
}

.mml-service-card,
.mml-process__step,
.mml-review-card,
.mml-faq__item {
  border: 1px solid rgba(21, 20, 38, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(21, 20, 38, 0.07);
}

/* Scroll and interaction motion */

.mm-lawn-page .mm-reveal {
  will-change: opacity, transform;
}

.mml-service-card,
.mml-process__step,
.mml-review-card,
.mml-faq__item,
.mml-package__card,
.mml-direction__card {
  transition:
    opacity 0.62s var(--mm-ease),
    transform 0.62s var(--mm-ease),
    border-color 0.28s var(--mm-ease-fast),
    box-shadow 0.28s var(--mm-ease-fast),
    background 0.28s var(--mm-ease-fast);
}

.mml-services__grid .mm-reveal:nth-child(2),
.mml-process__grid .mm-reveal:nth-child(2),
.mml-reviews__grid .mm-reveal:nth-child(2),
.mml-faq__grid .mm-reveal:nth-child(2) {
  transition-delay: 0.08s;
}

.mml-services__grid .mm-reveal:nth-child(3),
.mml-process__grid .mm-reveal:nth-child(3),
.mml-reviews__grid .mm-reveal:nth-child(3),
.mml-faq__grid .mm-reveal:nth-child(3) {
  transition-delay: 0.16s;
}

.mml-services__grid .mm-reveal:nth-child(4),
.mml-process__grid .mm-reveal:nth-child(4),
.mml-faq__grid .mm-reveal:nth-child(4) {
  transition-delay: 0.24s;
}

.mml-process__grid .mm-reveal:nth-child(5),
.mml-faq__grid .mm-reveal:nth-child(5) {
  transition-delay: 0.32s;
}

.mml-faq__grid .mm-reveal:nth-child(n+6) {
  transition-delay: 0.12s;
}

.mml-service-card.mm-reveal,
.mml-process__step.mm-reveal,
.mml-review-card.mm-reveal,
.mml-faq__item.mm-reveal {
  transform: translateY(30px) scale(0.985);
}

.mml-service-card.mm-reveal.is-visible,
.mml-process__step.mm-reveal.is-visible,
.mml-review-card.mm-reveal.is-visible,
.mml-faq__item.mm-reveal.is-visible {
  transform: translateY(0) scale(1);
}

.mml-service-card.is-visible:hover {
  border-color: rgba(102, 189, 56, 0.28);
  box-shadow: 0 18px 42px rgba(21, 20, 38, 0.12);
  transform: translateY(-6px) scale(1.01);
}

.mml-service-card__media img,
.mml-roots__visual img {
  transition: transform 0.7s var(--mm-ease), filter 0.7s var(--mm-ease);
}

.mml-service-card.is-visible:hover .mml-service-card__media img,
.mml-roots__visual.is-visible:hover img {
  transform: scale(1.045);
}

.mml-service-card__icon,
.mml-process__icon,
.mml-package__card-icon,
.mml-package__visit-icon,
.mml-roots__benefits svg,
.mml-hero__proof svg {
  transition: transform 0.28s var(--mm-ease), box-shadow 0.28s var(--mm-ease), color 0.28s var(--mm-ease);
}

.mml-service-card.is-visible:hover .mml-service-card__icon,
.mml-process__step.is-visible:hover .mml-process__icon,
.mml-package__timeline li:hover .mml-package__visit-icon,
.mml-roots__benefits li:hover svg,
.mml-hero__proof div:hover svg {
  transform: translateY(-2px) scale(1.05);
}

.mml-process__step.is-visible:hover,
.mml-review-card.is-visible:hover,
.mml-faq__item.is-visible:hover {
  transform: translateY(-4px) scale(1);
}

.mml-process__step.is-visible:hover {
  border-color: rgba(102, 189, 56, 0.24);
  box-shadow: 0 18px 40px rgba(21, 20, 38, 0.1);
}

.mml-review-card.is-visible:hover {
  border-color: rgba(102, 189, 56, 0.24);
  background: rgba(255, 255, 255, 0.105);
}

.mml-package__checks li,
.mml-package__stat,
.mml-package__timeline li,
.mml-package__advisor,
.mml-roots__benefits li,
.mml-root-tag,
.mml-hero-program__steps li,
.mml-hero-program__chips span,
.mml-hero__proof div {
  transition: opacity 0.56s var(--mm-ease), transform 0.56s var(--mm-ease), border-color 0.24s var(--mm-ease-fast), background 0.24s var(--mm-ease-fast);
}

.mml-package__copy:not(.is-visible) .mml-package__checks li,
.mml-package__card:not(.is-visible) .mml-package__stat,
.mml-package__card:not(.is-visible) .mml-package__timeline li,
.mml-package__card:not(.is-visible) .mml-package__advisor,
.mml-roots__copy:not(.is-visible) .mml-roots__benefits li,
.mml-roots__visual:not(.is-visible) .mml-root-tag {
  opacity: 0;
  transform: translateY(16px);
}

.mml-package__copy.is-visible .mml-package__checks li:nth-child(1),
.mml-package__card.is-visible .mml-package__stat:nth-child(1),
.mml-package__card.is-visible .mml-package__timeline li:nth-child(1),
.mml-roots__copy.is-visible .mml-roots__benefits li:nth-child(1),
.mml-roots__visual.is-visible .mml-root-tag:nth-of-type(1) {
  transition-delay: 0.08s;
}

.mml-package__copy.is-visible .mml-package__checks li:nth-child(2),
.mml-package__card.is-visible .mml-package__stat:nth-child(2),
.mml-package__card.is-visible .mml-package__timeline li:nth-child(2),
.mml-roots__copy.is-visible .mml-roots__benefits li:nth-child(2),
.mml-roots__visual.is-visible .mml-root-tag:nth-of-type(2) {
  transition-delay: 0.16s;
}

.mml-package__copy.is-visible .mml-package__checks li:nth-child(3),
.mml-package__card.is-visible .mml-package__stat:nth-child(3),
.mml-package__card.is-visible .mml-package__timeline li:nth-child(3),
.mml-roots__copy.is-visible .mml-roots__benefits li:nth-child(3),
.mml-roots__visual.is-visible .mml-root-tag:nth-of-type(3) {
  transition-delay: 0.24s;
}

.mml-package__copy.is-visible .mml-package__checks li:nth-child(4),
.mml-package__card.is-visible .mml-package__timeline li:nth-child(4),
.mml-roots__copy.is-visible .mml-roots__benefits li:nth-child(4),
.mml-roots__visual.is-visible .mml-root-tag:nth-of-type(4) {
  transition-delay: 0.32s;
}

.mml-package__card.is-visible .mml-package__timeline li:nth-child(5),
.mml-package__card.is-visible .mml-package__advisor {
  transition-delay: 0.4s;
}

.mml-package__timeline::before {
  transform-origin: top;
  transition: transform 0.8s var(--mm-ease);
}

.mml-package__card:not(.is-visible) .mml-package__timeline::before {
  transform: scaleY(0);
}

.mml-package__card.is-visible .mml-package__timeline::before {
  transform: scaleY(1);
  transition-delay: 0.12s;
}

.mml-package__timeline li:hover,
.mml-package__stat:hover,
.mml-hero__proof div:hover {
  border-color: rgba(102, 189, 56, 0.36);
  background: rgba(255, 255, 255, 0.105);
}

.mml-service-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(102, 189, 56, 0.12);
  color: var(--mml-green-dark);
}

.mml-service-card h3,
.mml-process__step h3,
.mml-package__card h3,
.mml-direction__card h3 {
  margin: 0 0 8px;
  color: var(--mml-ink);
  font-family: var(--mm-font-head);
  font-size: 1.02rem;
  line-height: 1.25;
  font-weight: 900;
}

.mml-service-card p,
.mml-process__step p {
  margin: 0;
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Services */

.mml-services {
  background: #fff;
  padding-bottom: 24px;
}

.mml-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.mml-services__brace {
  display: block;
  width: min(calc(100% - 54px), 1080px);
  height: 78px;
  margin: 2px auto -20px;
  overflow: visible;
  color: var(--mml-green-dark);
  pointer-events: none;
}

.mml-services__brace path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: miter;
  stroke-miterlimit: 8;
  vector-effect: non-scaling-stroke;
}

.mml-service-card {
  position: relative;
  display: flex;
  min-height: 560px;
  overflow: hidden;
  padding: 0 0 28px;
  flex-direction: column;
  text-align: center;
}

.mml-service-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, var(--mml-green), transparent);
}

.mml-service-card__media {
  position: relative;
  aspect-ratio: 1.18 / 1;
  margin: 0;
  overflow: hidden;
  background: #eaf3e5;
}

.mml-service-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mml-service-card__body {
  display: flex;
  padding: 0 28px;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
}

.mml-service-card__icon {
  width: 66px;
  height: 66px;
  margin: -33px auto 20px;
  border: 6px solid #fff;
  background: #f8fcf4;
  box-shadow: 0 10px 22px rgba(21, 20, 38, 0.16);
  position: relative;
  z-index: 2;
}

.mml-service-card h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
}

.mml-service-card p {
  max-width: 260px;
  min-height: 8.3em;
  margin-inline: auto;
  color: #4f5b6e;
  font-size: 0.94rem;
  line-height: 1.66;
}

.mml-service-card ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 28px 0 0;
  list-style: none;
  text-align: left;
}

.mml-service-card li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #20283a;
  font-size: 0.9rem;
  line-height: 1.45;
}

.mml-service-card li svg {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: var(--mml-green-dark);
  flex: 0 0 auto;
}

/* Package */

.mml-package {
  padding-top: 0;
  background: #fff;
}

.mml-package > .mm-container {
  max-width: 1360px;
}

.mm-lawn-page .mml-package__shell {
  display: grid;
  grid-template-columns: minmax(460px, 0.82fr) minmax(620px, 1fr);
  gap: 42px;
  align-items: start;
  padding: 56px 58px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 86%, rgba(58, 171, 70, 0.22), transparent 38%),
    radial-gradient(circle at 7% 0%, rgba(96, 58, 152, 0.22), transparent 34%),
    linear-gradient(118deg, rgba(8, 13, 24, 0.99), rgba(3, 35, 27, 0.99)),
    var(--mml-panel);
  color: #fff;
  box-shadow: 0 20px 50px rgba(7, 52, 28, 0.28);
}

.mml-package__copy {
  width: 100%;
  max-width: 590px;
  margin-inline: 0;
}

.mml-package__copy h2 {
  color: #fff;
  max-width: 590px;
  font-size: 2.72rem;
  line-height: 1.06;
}

.mml-package__copy p {
  max-width: 560px;
  margin: 18px 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.04rem;
  line-height: 1.56;
}

.mml-package__checks {
  display: grid;
  gap: 0;
  max-width: 560px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.mml-package__checks li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.45;
}

.mml-package__checks li:last-child {
  border-bottom: 0;
}

.mml-package__checks svg {
  width: 30px;
  height: 30px;
  padding: 8px;
  border-radius: 999px;
  background: var(--mml-green);
  color: #102214;
  box-shadow: 0 0 0 4px rgba(102, 189, 56, 0.12);
}

.mml-package__tailored {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  width: 100%;
  margin: 0 0 0;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 50%, rgba(168, 85, 247, 0.2), transparent 36%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.mml-package__tailored-icon {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border: 2px solid rgba(168, 85, 247, 0.78);
  border-radius: 999px;
  color: #b46cff;
  box-shadow: 0 0 0 12px rgba(168, 85, 247, 0.07);
  position: relative;
}

.mml-package__tailored-icon::before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 3px dotted rgba(168, 85, 247, 0.65);
  border-radius: inherit;
}

.mml-package__tailored-icon svg {
  width: 44px;
  height: 44px;
}

.mml-package__tailored h3 {
  margin: 0 0 8px;
  color: #a855f7;
  font-family: var(--mm-font-head);
  font-size: 1.28rem;
  font-weight: 900;
}

.mml-package__tailored p {
  max-width: none;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.94rem;
  line-height: 1.55;
}

.mml-package__card {
  justify-self: end;
  width: 100%;
  max-width: 720px;
  padding: 26px 30px 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.06), transparent 26%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.075), rgba(102, 189, 56, 0.04)),
    rgba(0, 0, 0, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 44px rgba(0, 0, 0, 0.18);
}

.mml-package__card-head {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0 0 22px;
}

.mml-package__card-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--mml-green);
  background: rgba(255, 255, 255, 0.04);
}

.mml-package__card-icon svg {
  width: 36px;
  height: 36px;
}

.mml-package__card h3 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.12;
}

.mml-package__card p,
.mml-package__card small {
  color: rgba(255, 255, 255, 0.72);
}

.mml-package__card-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
  line-height: 1.55;
}

.mml-package__card-head p strong {
  color: var(--mml-green);
  font-weight: 900;
}

.mml-package__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 18px;
}

.mml-package__stat {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.mml-package__stat svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  color: var(--mml-green);
}

.mml-package__stat--purple svg {
  color: #a855f7;
}

.mml-package__stat strong {
  color: #fff;
  font-family: var(--mm-font-head);
  font-size: 1.18rem;
  line-height: 1.08;
  font-weight: 900;
}

.mml-package__stat span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.mml-package__timeline {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0 0 0 66px;
  list-style: none;
  position: relative;
}

.mml-package__timeline::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 22px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--mml-green), rgba(102, 189, 56, 0.5));
}

.mml-package__timeline li {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 96px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  position: relative;
}

.mml-package__timeline li strong {
  grid-column: 2;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.25;
}

.mml-package__visit-number {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--mml-green);
  box-shadow: 0 0 0 5px rgba(102, 189, 56, 0.12);
  color: #102214;
  font-size: 0.96rem;
  font-weight: 900;
  position: absolute;
  left: -66px;
  top: 26px;
  z-index: 1;
}

.mml-package__visit-icon {
  display: inline-grid;
  grid-row: span 2;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(102, 189, 56, 0.8);
  border-radius: 999px;
  color: var(--mml-green);
  background: rgba(102, 189, 56, 0.08);
}

.mml-package__timeline--purple .mml-package__visit-icon {
  border-color: rgba(168, 85, 247, 0.85);
  color: #a855f7;
  background: rgba(168, 85, 247, 0.08);
}

.mml-package__visit-icon svg {
  width: 34px;
  height: 34px;
}

.mml-package__pills {
  grid-column: 2;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.mml-package__pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.085);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.86rem;
  font-weight: 800;
}

.mml-package__pills span::after {
  content: "";
  width: 8px;
  height: 5px;
  border-bottom: 2px solid var(--mml-green);
  border-left: 2px solid var(--mml-green);
  transform: rotate(-45deg);
}

.mml-package__advisor {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  margin: 0 0 22px;
  padding: 20px 24px;
  border-radius: 8px;
  background: rgba(102, 189, 56, 0.08);
  border: 2px solid rgba(102, 189, 56, 0.8);
}

.mml-package__advisor div {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border: 2px solid var(--mml-green);
  border-radius: 999px;
  color: #fff;
  background: rgba(102, 189, 56, 0.08);
}

.mml-package__advisor svg {
  width: 34px;
  height: 34px;
}

.mml-package__advisor strong {
  display: block;
  margin: 0 0 4px;
  color: var(--mml-green);
  font-family: var(--mm-font-head);
  font-size: 1.45rem;
  font-weight: 900;
}

.mml-package__advisor span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.5;
}

.mml-package__card .mm-btn {
  min-height: 70px;
  font-size: 1.32rem;
}

.mml-package__card small {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
}

/* Roots */

.mml-roots {
  padding: 72px 0;
  background:
    linear-gradient(90deg, #fff 0%, #fff 36%, rgba(255, 255, 255, 0) 58%),
    #eff4ee;
  overflow: hidden;
}

.mml-roots__layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1.3fr);
  gap: 32px;
  align-items: center;
}

.mml-roots__copy p {
  margin: 16px 0 24px;
  color: #626b77;
  line-height: 1.7;
}

.mml-roots__benefits {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mml-roots__benefits li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
}

.mml-roots__benefits svg {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(102, 189, 56, 0.12);
  color: var(--mml-green-dark);
}

.mml-roots__benefits strong {
  color: var(--mml-ink);
  font-size: 0.94rem;
}

.mml-roots__benefits span {
  color: #6b7280;
  font-size: 0.84rem;
  line-height: 1.45;
}

.mml-roots__visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(21, 20, 38, 0.12);
}

.mml-roots__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.mml-root-tag {
  position: absolute;
  right: 6%;
  display: inline-flex;
  align-items: center;
  max-width: 240px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(30, 122, 58, 0.88);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.mml-root-tag::before {
  content: "";
  position: absolute;
  right: 100%;
  width: 100px;
  height: 1px;
  background: rgba(102, 189, 56, 0.78);
}

.mml-root-tag--one { top: 18%; }
.mml-root-tag--two { top: 39%; }
.mml-root-tag--three { top: 59%; }
.mml-root-tag--four { top: 78%; }

/* Process */

.mml-process {
  background: #fff;
}

.mml-process__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.mml-process__step {
  position: relative;
  min-height: 172px;
  padding: 30px 16px 20px;
  text-align: center;
}

.mml-process__num {
  position: absolute;
  top: -14px;
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--mml-green-dark);
  color: #fff;
  font-weight: 900;
  transform: translateX(-50%);
}

.mml-process__icon {
  color: #626b77;
}

/* Driveway pairing */

.mml-driveway-pairing {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(102, 189, 56, 0.2), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(212, 160, 23, 0.16), transparent 28%),
    linear-gradient(135deg, #171128 0%, #111d21 56%, #07341c 100%);
  color: #fff;
}

.mml-driveway-pairing__shell {
  display: block;
  max-width: 920px;
  margin-inline: auto;
}

.mml-driveway-pairing__copy {
  max-width: 820px;
}

.mml-driveway-pairing__copy h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-family: var(--mm-font-head);
  font-size: clamp(2rem, 4vw, 3.05rem);
  font-weight: 900;
  line-height: 1.08;
}

.mml-driveway-pairing__copy p {
  max-width: 720px;
  margin: 18px 0 26px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.68;
}

.mml-driveway-pairing__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 14px 20px;
  border: 1px solid rgba(212, 160, 23, 0.42);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.24), rgba(90, 47, 127, 0.28));
  color: #fff3cf;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s var(--mm-ease), border-color 0.2s var(--mm-ease-fast), background 0.2s var(--mm-ease-fast), box-shadow 0.2s var(--mm-ease-fast);
}

.mml-driveway-pairing__cta:link,
.mml-driveway-pairing__cta:visited {
  color: #fff3cf;
}

.mml-driveway-pairing__cta:hover,
.mml-driveway-pairing__cta:focus-visible {
  border-color: rgba(212, 160, 23, 0.72);
  background: linear-gradient(135deg, rgba(212, 160, 23, 0.34), rgba(90, 47, 127, 0.36));
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  transform: translateY(-2px);
}

.mml-driveway-pairing__cta > svg:last-child {
  width: 16px;
  height: 16px;
  transition: transform 0.2s var(--mm-ease);
}

.mml-driveway-pairing__cta:hover > svg:last-child,
.mml-driveway-pairing__cta:focus-visible > svg:last-child {
  transform: translateX(3px);
}

.mml-driveway-pairing__cta-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(212, 160, 23, 0.16);
  color: var(--mm-gold-light);
  flex: 0 0 auto;
}

.mml-driveway-pairing__cta-icon svg {
  width: 20px;
  height: 20px;
}

.mml-driveway-pairing__visual {
  min-width: 0;
}

.mml-driveway-pairing__scene {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    #101d19;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.24);
}

.mml-driveway-pairing__drive {
  position: absolute;
  inset: 36px 34px 42px 44%;
  border-radius: 8px 8px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.16)),
    linear-gradient(180deg, #111318, #030405);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), -14px 18px 36px rgba(0, 0, 0, 0.26);
  transform: skewX(-8deg);
}

.mml-driveway-pairing__edge {
  position: absolute;
  top: 36px;
  bottom: 42px;
  left: 42%;
  width: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--mm-gold-light), var(--mm-gold));
  box-shadow: 0 0 24px rgba(212, 160, 23, 0.28);
  transform: skewX(-8deg);
}

.mml-driveway-pairing__grass {
  position: absolute;
  inset: 42px 48% 38px 32px;
  border-radius: 8px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 12px, transparent 12px 28px),
    linear-gradient(135deg, #8ee052, #2f9c3f 54%, #0f5c2b);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16), 0 18px 36px rgba(9, 34, 15, 0.24);
}

.mml-driveway-pairing__grass span {
  position: absolute;
  bottom: 14px;
  width: 2px;
  height: 56px;
  border-radius: 999px;
  background: rgba(232, 255, 216, 0.72);
  transform-origin: bottom center;
}

.mml-driveway-pairing__grass span:nth-child(1) { left: 18%; transform: rotate(-14deg); }
.mml-driveway-pairing__grass span:nth-child(2) { left: 32%; height: 74px; transform: rotate(8deg); }
.mml-driveway-pairing__grass span:nth-child(3) { left: 48%; height: 64px; transform: rotate(-6deg); }
.mml-driveway-pairing__grass span:nth-child(4) { left: 64%; height: 70px; transform: rotate(13deg); }
.mml-driveway-pairing__grass span:nth-child(5) { left: 80%; transform: rotate(-10deg); }

.mml-driveway-pairing__labels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.mml-driveway-pairing__labels span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

/* Reviews */

.mml-reviews {
  background: #171128;
  color: #fff;
}

.mml-reviews .mml-section-head h2 {
  color: #fff;
}

.mml-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mml-review-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  box-shadow: none;
}

.mml-review-card__stars {
  color: var(--mml-green);
  font-size: 1rem;
}

.mml-review-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.mml-review-card strong {
  display: block;
  color: #fff;
}

.mml-review-card span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.mml-reviews .mm-section-header {
  margin-bottom: 32px;
}

.mml-reviews .mm-eyebrow {
  color: #9be46d;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
}

.mml-reviews .mm-eyebrow__dot--gold {
  background: var(--mml-green);
}

.mml-reviews .mm-section-heading {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: var(--mm-font-head);
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.mml-reviews .mm-section-heading::after {
  content: none;
}

.mml-review-highlight {
  color: var(--mml-green);
}

.mml-reviews .mm-section-sub,
.mml-reviews .mm-manual-reviews__sub {
  max-width: 680px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  text-align: center;
}

.mml-reviews .mm-review-carousel {
  margin-top: 12px;
}

.mml-reviews .mm-review-carousel__shell {
  position: relative;
  padding: 28px 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.mml-reviews .mm-review-carousel__viewport {
  overflow: hidden;
}

.mml-reviews .mm-review-carousel__track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.mml-reviews .mm-review-card {
  display: flex;
  flex: 0 0 calc((100% - 32px) / 3);
  flex-direction: column;
  min-width: calc((100% - 32px) / 3);
  min-height: 268px;
  padding: 22px 20px 18px;
  border: 1px solid rgba(102, 189, 56, 0.12);
  border-radius: 18px;
  background: #fff;
  color: var(--mml-ink);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
}

.mml-reviews .mm-review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mml-reviews .mm-review-card__identity {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.mml-reviews .mm-review-card__avatar-wrap {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.mml-reviews .mm-review-card__avatar-image,
.mml-reviews .mm-review-card__avatar-fallback {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex: 0 0 42px;
}

.mml-reviews .mm-review-card__avatar-image {
  display: block;
  object-fit: cover;
}

.mml-reviews .mm-review-card__avatar-wrap .mm-review-card__avatar-fallback,
.mml-reviews .mm-review-card__avatar-wrap .mm-review-card__avatar-image {
  position: absolute;
  inset: 0;
  transition: opacity 0.2s ease;
}

.mml-reviews .mm-review-card__avatar-wrap .mm-review-card__avatar-image {
  opacity: 0;
}

.mml-reviews .mm-review-card__avatar-wrap.is-loaded .mm-review-card__avatar-image {
  opacity: 1;
}

.mml-reviews .mm-review-card__avatar-wrap.is-loaded .mm-review-card__avatar-fallback {
  opacity: 0;
}

.mml-reviews .mm-review-card__avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
}

.mml-reviews .mm-review-card__meta {
  min-width: 0;
}

.mml-reviews .mm-review-card__name {
  color: var(--mml-ink);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
}

.mml-reviews .mm-review-card__date {
  margin-top: 3px;
  color: #6c7280;
  font-size: 0.9rem;
}

.mml-reviews .mm-review-card__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.mml-reviews .mm-review-card__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.mml-reviews .mm-review-card__stars {
  display: inline-flex;
  gap: 2px;
  color: #f4b400;
}

.mml-reviews .mm-review-card__verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mml-reviews .mm-review-card__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.mml-reviews .mm-review-card__text {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #1b2430;
  font-size: 0.99rem;
  line-height: 1.62;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.mml-reviews .mm-review-card__text.is-expanded {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
}

.mml-reviews .mm-review-card__toggle {
  margin-top: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mml-green-dark);
  font-size: 0.95rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.mml-reviews .mm-review-card__toggle:hover,
.mml-reviews .mm-review-card__toggle:focus-visible {
  color: var(--mml-green);
}

.mml-reviews .mm-review-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(21, 20, 38, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--mml-green-dark);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.mml-reviews .mm-review-carousel__arrow:hover,
.mml-reviews .mm-review-carousel__arrow:focus-visible {
  color: var(--mml-green);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.05);
}

.mml-reviews .mm-review-carousel__arrow[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.mml-reviews .mm-review-carousel__arrow--prev {
  left: 16px;
}

.mml-reviews .mm-review-carousel__arrow--next {
  right: 16px;
}

@media (max-width: 1024px) {
  .mml-reviews .mm-review-card {
    flex-basis: calc((100% - 16px) / 2);
    min-width: calc((100% - 16px) / 2);
  }
}

@media (max-width: 768px) {
  .mml-reviews .mm-section-heading {
    font-size: 1.85rem;
  }

  .mml-reviews .mm-review-carousel__shell {
    padding: 26px 20px 22px;
  }

  .mml-reviews .mm-review-card {
    flex-basis: 100%;
    min-width: 100%;
    min-height: 0;
  }

  .mml-reviews .mm-review-carousel__arrow {
    top: auto;
    bottom: -21px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .mml-reviews .mm-review-carousel__arrow:hover,
  .mml-reviews .mm-review-carousel__arrow:focus-visible {
    transform: scale(1.05);
  }

  .mml-reviews .mm-review-carousel__arrow--prev {
    left: calc(50% - 52px);
  }

  .mml-reviews .mm-review-carousel__arrow--next {
    right: calc(50% - 52px);
  }
}

/* Direction and FAQ */

.mml-direction {
  background: #fff;
}

.mml-direction__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
  gap: 42px;
  align-items: center;
}

.mml-direction ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.mml-direction li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #36513f;
  font-weight: 800;
}

.mml-direction li svg {
  color: var(--mml-green-dark);
}

.mml-direction__card {
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(135deg, #102218, #0b3a21);
  color: #fff;
  box-shadow: 0 18px 42px rgba(7, 52, 28, 0.28);
}

.mml-direction__card h3 {
  color: #fff;
  font-size: 1.34rem;
}

.mml-direction__card p,
.mml-direction__card small {
  color: rgba(255, 255, 255, 0.72);
}

.mml-direction__card small {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-weight: 800;
}

.mml-faq {
  background: var(--mml-soft);
}

.mml-faq .mm-container {
  max-width: 860px;
}

.mml-faq__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.mml-faq__item {
  padding: 0;
  overflow: hidden;
}

.mml-faq__item summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  cursor: pointer;
  color: var(--mml-ink);
  font-weight: 900;
  list-style: none;
}

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

.mml-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--mml-green-dark);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.mml-faq__item[open] summary::after {
  content: "-";
}

.mml-faq__item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #6b7280;
  line-height: 1.65;
}

.mml-sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 900;
  display: none;
}

@media (max-width: 1320px) {
  .mm-lawn-page .mml-package__shell {
    grid-template-columns: minmax(420px, 0.8fr) minmax(560px, 1fr);
    gap: 30px;
    padding: 46px 34px;
  }

  .mml-package__copy h2 {
    font-size: 2.52rem;
  }

  .mml-package__card {
    max-width: none;
  }
}

@media (max-height: 760px) and (min-width: 900px) {
  .mml-hero {
    min-height: 680px;
    padding: calc(var(--header-h) + 36px) 0 30px;
  }

  .mml-hero__inner {
    min-height: 540px;
  }

  .mml-hero__heading {
    margin-bottom: 12px;
    font-size: 3.65rem;
  }

  .mml-hero__sub {
    font-size: 1rem;
    line-height: 1.45;
  }

  .mml-hero-program {
    margin-top: 22px;
    padding: 18px 18px 13px;
  }

  .mml-hero-program__label {
    margin-bottom: 14px;
  }

  .mml-hero-program h2 {
    margin-bottom: 12px;
  }

  .mml-hero-program__icon {
    width: 40px;
    height: 40px;
  }

  .mml-hero-program__icon svg {
    width: 21px;
    height: 21px;
  }

  .mml-hero-program__steps::before {
    top: 19px;
  }

  .mml-hero-program__steps li > span:last-child {
    font-size: 0.7rem;
  }

  .mml-hero-program__chips {
    margin-top: 16px;
  }

  .mml-hero-program__chips span {
    min-height: 30px;
    padding: 7px 10px;
    font-size: 0.68rem;
  }

  .mml-hero__proof {
    margin-top: 18px;
  }
}

@media (max-width: 1080px) {
  .mml-hero__heading { font-size: 3.2rem; }
  .mml-services__grid,
  .mml-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .mml-process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 26px;
  }
  .mml-roots__layout,
  .mml-direction__layout {
    grid-template-columns: 1fr;
  }
  .mml-root-tag {
    padding: 9px 13px;
    font-size: 0.82rem;
  }
  .mml-package > .mm-container {
    max-width: 980px;
  }
  .mm-lawn-page .mml-package__shell {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 50px 58px 14px;
  }
  .mml-package__copy {
    max-width: 790px;
    margin-inline: auto;
  }
  .mml-package__copy h2 {
    max-width: 780px;
    font-size: 2.78rem;
  }
  .mml-package__copy p {
    max-width: 730px;
    font-size: 1.2rem;
  }
  .mml-package__checks {
    max-width: 730px;
  }
  .mml-package__checks li {
    font-size: 1rem;
  }
  .mml-package__tailored {
    grid-template-columns: 142px minmax(0, 1fr);
    gap: 26px;
    padding: 24px 30px;
  }
  .mml-package__tailored-icon {
    width: 112px;
    height: 112px;
  }
  .mml-package__tailored-icon::before {
    inset: -18px;
  }
  .mml-package__tailored-icon svg {
    width: 56px;
    height: 56px;
  }
  .mml-package__tailored h3 {
    font-size: 1.45rem;
  }
  .mml-package__tailored p {
    font-size: 1rem;
  }
  .mml-package__card {
    justify-self: center;
    max-width: 860px;
  }
  .mml-roots {
    background: #f1f6ef;
  }
}

@media (max-width: 980px) {
  .mm-lawn-page .mml-package__shell {
    gap: 24px;
    padding: 44px 42px 14px;
  }

  .mml-package__copy,
  .mml-package__copy h2,
  .mml-package__copy p,
  .mml-package__checks,
  .mml-package__tailored {
    max-width: 840px;
  }

  .mml-package__copy h2 {
    font-size: 2.45rem;
  }

  .mml-package__card {
    justify-self: center;
    width: 100%;
    max-width: 860px;
  }
}

@media (max-width: 900px) {
  .admin-bar.mm-lawn-page .mm-header {
    top: 46px;
  }

  .mm-lawn-page .mm-header__nav {
    display: none;
    position: fixed;
    top: var(--header-h);
    right: 16px;
    left: 16px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(13, 8, 24, 0.97);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  }

  .mm-lawn-page .mm-header__nav.is-open {
    display: block;
  }

  .mm-lawn-page .mm-nav__list {
    flex-direction: column;
    align-items: stretch;
  }

  .mm-lawn-page .mm-nav__link {
    padding: 12px 14px;
  }

  .mm-lawn-page .mm-header__hamburger {
    display: flex;
  }

  .mm-lawn-page .mm-header__actions .mm-lang-switcher {
    display: none;
  }

  .mml-reviews__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .mm-lawn-page .mm-container {
    padding-inline: 18px;
  }

  .mml-section,
  .mml-roots {
    padding: 52px 0;
  }

  .mml-services {
    padding-bottom: 24px;
  }

  .mml-services__brace {
    display: block;
    width: calc(100% - 22px);
    height: 58px;
    margin: 0 auto -14px;
  }

  .mml-hero {
    min-height: auto;
    padding: calc(var(--header-h) + 40px) 0 42px;
  }

  .mml-hero__inner {
    min-height: 0;
  }

  .mml-hero__heading {
    font-size: 2.24rem;
  }

  .mml-hero__sub {
    font-size: 0.94rem;
  }

  .mml-hero-program {
    margin-top: 24px;
    padding: 18px 14px 14px;
  }

  .mml-hero-program__label {
    margin-bottom: 14px;
    font-size: 0.62rem;
    letter-spacing: 0.06em;
  }

  .mml-hero-program h2 {
    margin-bottom: 14px;
    font-size: 0.96rem;
  }

  .mml-hero-program__steps {
    gap: 4px;
  }

  .mml-hero-program__steps::before {
    top: 17px;
    right: 8%;
    left: 8%;
  }

  .mml-hero-program__icon {
    width: 34px;
    height: 34px;
    box-shadow: 0 0 0 4px rgba(102, 189, 56, 0.13);
  }

  .mml-hero-program__icon svg {
    width: 18px;
    height: 18px;
  }

  .mml-hero-program__steps strong {
    font-size: 0.9rem;
  }

  .mml-hero-program__steps li > span:last-child {
    font-size: 0.64rem;
    line-height: 1.16;
  }

  .mml-hero-program__chips {
    gap: 8px;
    margin-top: 18px;
  }

  .mml-hero-program__chips span {
    min-height: 30px;
    padding: 7px 9px;
    font-size: 0.66rem;
  }

  .mml-hero__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
  }

  .mml-hero__proof div,
  .mml-hero__proof div:first-child {
    min-height: 68px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
  }

  .mml-hero__proof div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }

  .mml-hero__actions {
    flex-direction: column;
  }

  .mml-hero__actions .mm-btn {
    width: 100%;
  }

  .mml-hero__badges {
    display: grid;
    gap: 12px;
  }

  .mml-hero__badges span {
    max-width: none;
  }

  .mml-proof__grid,
  .mml-services__grid,
  .mml-process__grid {
    grid-template-columns: 1fr;
  }

  .mml-section-head h2,
  .mml-package__copy h2,
  .mml-roots__copy h2,
  .mml-direction h2 {
    font-size: 1.85rem;
  }

  .mm-lawn-page .mml-package__shell {
    padding: 30px 18px 12px;
  }

  .mml-package__copy h2 {
    font-size: 2rem;
  }

  .mml-package__copy p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .mml-package__checks {
    margin-bottom: 22px;
  }

  .mml-package__checks li {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    font-size: 0.94rem;
  }

  .mml-package__checks svg {
    width: 28px;
    height: 28px;
  }

  .mml-package__card {
    padding: 22px 18px;
  }

  .mml-package__tailored {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .mml-package__tailored-icon {
    width: 76px;
    height: 76px;
  }

  .mml-package__tailored-icon svg {
    width: 38px;
    height: 38px;
  }

  .mml-package__card-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mml-package__card h3 {
    font-size: 1.5rem;
  }

  .mml-package__stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mml-package__stat {
    min-height: 62px;
  }

  .mml-package__timeline {
    gap: 10px;
    padding-left: 44px;
  }

  .mml-package__timeline::before {
    left: 17px;
  }

  .mml-package__timeline li {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 0;
    padding: 14px;
  }

  .mml-package__timeline li strong {
    grid-column: 2;
    padding-top: 9px;
    font-size: 0.96rem;
  }

  .mml-package__visit-number {
    left: -44px;
    top: 18px;
    width: 34px;
    height: 34px;
    font-size: 0.82rem;
  }

  .mml-package__visit-icon {
    width: 44px;
    height: 44px;
  }

  .mml-package__visit-icon svg {
    width: 24px;
    height: 24px;
  }

  .mml-package__pills {
    grid-column: 2;
    justify-content: flex-start;
  }

  .mml-package__pills span {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 0.72rem;
  }

  .mml-package__advisor {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .mml-package__advisor div {
    width: 58px;
    height: 58px;
  }

  .mml-service-card {
    min-height: auto;
  }

  .mml-service-card p {
    min-height: 0;
  }

  .mml-roots__visual,
  .mml-roots__visual img {
    min-height: 260px;
  }

  .mml-root-tag {
    right: 12px;
    max-width: 190px;
    padding: 7px 11px;
    font-size: 0.72rem;
  }

  .mml-root-tag::before {
    width: 42px;
  }

  .mml-sticky-cta {
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: block;
    transform: translateY(120%);
    transition: transform 0.3s var(--mm-ease);
  }

  .mml-sticky-cta.is-visible {
    transform: translateY(0);
  }
}

@media (max-width: 430px) {
  .mm-lawn-page .mm-header__actions .mm-btn {
    display: none;
  }

  .mml-hero__heading {
    font-size: 2rem;
  }

  .mml-hero__proof {
    grid-template-columns: 1fr;
  }

  .mml-proof__item {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .mml-proof__item span {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 1080px) {
  .mml-driveway-pairing__shell {
    max-width: 820px;
  }

  .mml-driveway-pairing__copy {
    max-width: 820px;
  }

  .mml-driveway-pairing__visual {
    max-width: 620px;
  }
}

@media (max-width: 680px) {
  .mml-driveway-pairing__cta {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .mml-driveway-pairing__scene {
    min-height: 230px;
  }

  .mml-driveway-pairing__drive {
    inset: 28px 22px 34px 45%;
  }

  .mml-driveway-pairing__edge {
    top: 28px;
    bottom: 34px;
  }

  .mml-driveway-pairing__grass {
    inset: 34px 50% 32px 22px;
  }

  .mml-driveway-pairing__labels {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-lawn-page .mm-reveal,
  .mml-hero__bg,
  .mml-service-card,
  .mml-service-card__media img,
  .mml-process__step,
  .mml-review-card,
  .mml-faq__item,
  .mml-package__checks li,
  .mml-package__stat,
  .mml-package__timeline::before,
  .mml-package__timeline li,
  .mml-package__advisor,
  .mml-roots__benefits li,
  .mml-roots__visual img,
  .mml-root-tag,
  .mml-hero-program__steps li,
  .mml-hero-program__chips span,
  .mml-hero__proof div {
    transition: none !important;
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
}
