/*
 * Desktop geometry ported from the live MegaMow theme.  Keep this file as the
 * single source of desktop measurements: the previous mix of broad overrides
 * and global scaling made the page drift away from the reference at each edit.
 */
@media (min-width:701px) {
  .legacy-offer {
    font-size:15px;
    line-height:15px;
    padding:10px 20px 5px;
  }

  .legacy-trust {
    height:40px;
    max-width:none;
    margin:0 auto;
    padding:0 max(35px, calc((100vw - 1270px) / 2));
    font-size:13px;
  }

  .legacy-trust strong { font-size:18px; }

  .legacy-nav {
    box-sizing:content-box;
    max-width:1200px;
    height:auto;
    min-height:92px;
    padding:25px 35px 25px 0;
  }

  .legacy-nav img {
    width:300px;
    max-width:300px;
    max-height:none;
  }

  .legacy-nav nav { gap:15px; }

  .legacy-nav nav a {
    font-size:14px;
    line-height:18px;
  }

  .legacy-price-cta {
    border-radius:5px;
    padding:10px 20px 11px;
    font-size:16px !important;
    line-height:20px !important;
  }

  .legacy-title {
    min-height:250px;
    padding:0 max(35px, calc((100vw - 1270px) / 2));
    align-items:flex-start;
    background:#fff url('/assets/media/hero-bg.png') center bottom / contain repeat-x;
  }

  .legacy-title h1 {
    width:calc(100% - 150px);
    max-width:none;
    margin:25px 0 185px;
    font-size:44px;
    line-height:54px;
    letter-spacing:0;
  }

  .legacy-booking {
    padding:108px 24px 80px;
    /* The live layout has one grass band in the hero only. */
    background:#efefef;
  }

  .legacy-booking .booking-card {
    position:relative;
    z-index:1;
    max-width:1200px;
    min-height:0;
    /* The live selector is deliberately seated through the grass band. */
    margin:-102px auto 0;
    padding:25px;
    border-radius:15px;
    box-shadow:none;
  }

  .booking-heading h2 {
    font-size:24px;
    line-height:1.25;
    font-weight:600;
  }

  .booking-heading ol { gap:20px; }

  .booking-heading li {
    width:38px;
    height:38px;
    font-size:16px;
  }

  .legacy-booking .legacy-price-grid {
    gap:20px;
    padding:15px 15px 10px;
  }

  .legacy-lawn { padding:30px 15px 15px; }
  .legacy-lawn strong { font-size:26px; font-weight:600; }
  .legacy-lawn b { font-size:18px; font-weight:600; }
  .legacy-lawn small { font-size:15px; margin:10px 0 20px; }
  .legacy-lawn img,
  .legacy-lawn[data-lawn-size=xl] img,
  .legacy-lawn[data-lawn-size=xxl] img { width:160px; height:69px; }
  .legacy-lawn em { width:auto; min-width:140px; padding:13px 22px 14px; font-size:16px; line-height:18px; }
  .legacy-quote { margin:15px 0 0; }

}

@media (max-width:700px) {
  .legacy-title {
    background:#fff url('/assets/media/hero-bg.png') center bottom/auto 270px no-repeat;
    min-height:350px;
    align-items:flex-start;
    padding:0 24px;
  }

  .legacy-title h1 { margin:48px 0 0; font-size:34px; }
  .legacy-booking { padding-top:0; }
  .legacy-booking .booking-card { margin-top:-110px; }
}
/*
 * Desktop parity layer.
 *
 * Measurements in this file are ported from the production MegaMow theme.
 * Keep desktop corrections here so the shared shell and checkout remain a
 * single, predictable system. Mobile is intentionally handled separately.
 */
@media (min-width: 992px) {
  :root {
    --mm-inner: 1270px;
    --mm-content: 1200px;
    --mm-green: #309b0b;
    --mm-orange: #fe6601;
    --mm-ink: #222d34;
    --mm-light: #efefef;
  }

  .legacy-home {
    color: var(--mm-ink);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }

  .legacy-home main > section,
  .legacy-home .public-footer {
    float: left;
    width: 100%;
  }

  /* Shared production header. */
  .public-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .public-countdown strong {
    width: 86px;
    font-size: 18px;
    line-height: 18px;
  }

  .public-countdown b { margin-left: 4px; }

  .public-header .public-lower { padding: 25px 0; }
  .public-brand,
  .public-brand img { width: 300px; }

  /* Homepage hero and the overlap used by the live checkout. */
  .legacy-title {
    min-height: 304px;
    padding: 0 max(35px, calc((100vw - var(--mm-inner)) / 2));
    background: #fff url('/assets/media/hero-bg.png') center center / contain repeat-x;
  }

  .legacy-title h1 {
    width: calc(100% - 150px);
    margin: 50px 0 200px;
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0;
  }

  .legacy-booking {
    padding: 140px 0 55px;
    background: var(--mm-light);
  }

  .legacy-booking .booking-card {
    width: min(var(--mm-content), calc(100% - 70px));
    max-width: var(--mm-content);
    margin: -190px auto 0;
    padding: 25px !important;
    border-radius: 15px;
    box-shadow: none;
  }

  .booking-heading {
    min-height: 38px;
    align-items: flex-start;
  }

  .booking-heading h2 {
    margin-top: 2px;
    padding-top: 0;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
  }

  .booking-heading ol { gap: 20px; }
  .booking-card [data-step-indicators] li {
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 38px !important;
  }

  .booking-card [data-step-indicators] li.complete:after { inset: 0; }

  /* Step 1. */
  .legacy-booking .legacy-price-grid {
    gap: 10px;
    padding: 4px 0 0;
  }

  .legacy-lawn {
    min-height: 0;
    padding: 30px 10px 45px;
    border-radius: 15px;
  }

  .legacy-lawn:hover,
  .legacy-lawn.selected { background: var(--mm-light); }

  .legacy-lawn strong {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
  }

  .legacy-lawn b {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
  }

  .legacy-lawn small {
    margin: 5px 0 15px;
    font-size: 15px;
    line-height: 26px;
  }

  .legacy-lawn img,
  .legacy-lawn[data-lawn-size="xl"] img,
  .legacy-lawn[data-lawn-size="xxl"] img {
    width: 160px;
    height: 69px;
    margin: 20px 0 10px;
  }

  .legacy-lawn em {
    width: auto;
    min-width: 140px;
    padding: 13px 22px 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
  }

  .legacy-quote {
    margin: 13px 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
  }

  .booking-panel[data-step="1"] { padding-bottom: 26px; }

  .legacy-quote a { text-transform: none; }

  /* Step 2. */
  .legacy-lead-form { margin: 34px 0 0 !important; }
  .legacy-lead-fields {
    gap: 16px !important;
    padding: 35px !important;
    border-radius: 15px !important;
  }

  .legacy-lead-fields > label {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
  }

  .legacy-lead-fields input {
    height: 38px !important;
    margin-top: 2px !important;
    padding: 5px 15px !important;
    border: 1px solid rgba(51, 51, 51, .22) !important;
    border-radius: 1px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
  }

  .legacy-lead-actions { gap: 8px !important; margin-top: 35px !important; }

  .legacy-lead-form .form-status:empty { display: none; }

  .legacy-lead-actions button {
    width: auto;
    height: 38px;
    padding: 0 16px !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
  }

  .step-actions button {
    height: 38px;
    padding: 0 16px !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
  }

  .checkout-submit button {
    padding: 13px 22px 14px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
  }

  /* Step 3. */
  .price-step { margin: 44px 0 0 !important; }
  .pawm-panel {
    min-height: 462px;
    grid-template-columns: 22.5% 55% 22.5%;
  }

  .pawm-panel > aside:first-child {
    justify-content: center;
    padding: 36px 22px 56px;
  }

  .pawm-panel aside strong,
  .pawm-panel .included h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
  }

  .pawm-panel aside b { font-size: 17px; line-height: 26px; }
  .pawm-panel aside span { font-size: 15px; line-height: 26px; }
  .pawm-panel aside img { width: 140px; margin: 25px auto 0; }

  .pawm-panel main { padding: 38px 16px 18px; }
  .pawm-summary > b { font-size: 23px; line-height: 30px; }
  .pawm-summary > strong { font-size: 48px; line-height: 53px; }
  .pawm-summary small { font-size: 17px; }
  .pawm-summary li,
  .included li { margin: 6px 0; font-size: 16px; line-height: 26px; }

  .pawm-summary ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0;
    text-indent: 0;
  }

  .pawm-summary li {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    align-items: center;
    text-align: left;
    transform: translateX(-20px);
  }

  .pawm-summary li::before,
  .included li::before {
    flex: 0 0 auto;
    font-family: FontAwesome;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    transform: none;
  }

  .pawm-summary li::before { margin: 0 12px 0 0; }
  .included li { display: flex; align-items: center; }
  .included li::before { margin: 0 25px 0 0; }

  .pawm-summary:after {
    right: -8px;
    top: 18px;
    width: 110px;
    height: 110px;
    font-size: 21px;
    line-height: 21px;
  }

  .pawm-panel main h3 {
    margin: 19px 0 12px;
    padding-top: 16px;
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
  }

  .pawm-options { gap: 10px; }
  .pawm-options span {
    min-height: 138px;
    gap: 9px;
    padding: 9px;
    border-width: 2px;
    border-radius: 7px;
  }

  .pawm-options b { font-size: 15px; line-height: 18px; }
  .pawm-options strong { font-size: 18px; line-height: 22px; }
  .pawm-options small { font-size: 12px; line-height: 16px; }
  .pawm-panel .included { padding: 45px 22px 36px 28px; }

  .booking-panel[data-step="3"] .step-actions {
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 24px !important;
  }

  /* Steps 4 and 5 follow the production Gravity Forms field rhythm. */
  .booking-panel[data-step="4"] .step-form,
  .checkout-details-form { margin-top: 40px !important; }

  .legacy-notes-fields {
    gap: 28px;
    padding: 10px 35px 35px;
    border-radius: 15px;
  }

  .legacy-notes-fields label {
    font-size: 15px;
    line-height: 26px;
  }

  .legacy-notes-fields textarea {
    height: 225px;
    margin-top: 8px;
    padding: 10px 15px;
    border: 1px solid rgba(51, 51, 51, .22);
    border-radius: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
  }

  .booking-panel[data-step="3"] .step-actions,
  .booking-panel[data-step="4"] .step-actions {
    justify-content: center !important;
    gap: 8px !important;
  }

  .booking-panel[data-step="3"] .step-actions button {
    height: 38px !important;
    padding: 0 16px !important;
    border-radius: 2px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
  }

  .checkout-details-form > [data-standard-only] {
    padding: 10px 35px 35px;
    border-radius: 15px;
  }

  .checkout-customer-fields {
    gap: 20px 28px;
    padding: 10px 35px 35px;
  }

  .checkout-customer-fields label,
  .checkout-customer-fields fieldset {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
  }

  .checkout-customer-fields input,
  .checkout-customer-fields select {
    height: 38px;
    margin-top: 6px;
    padding: 5px 15px;
    border: 1px solid rgba(51, 51, 51, .22);
    border-radius: 1px;
    font-size: 15px;
    line-height: 26px;
  }

  .checkout-customer-fields .capacity-picker-trigger {
    min-height: 0 !important;
    height: 38px !important;
    padding: 5px 12px !important;
    border-radius: 1px !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 26px;
  }

  .checkout-payment-row {
    gap: 28px;
    padding: 10px 0 20px;
  }

  .checkout-summary {
    padding: 8px 20px 19px;
    border: 1px solid #000;
    border-radius: 15px;
  }

  .checkout-summary h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 35px;
  }

  .checkout-summary dl { font-size: 15px; line-height: 20px; }

  .stripe-payment-shell {
    padding: 30px;
    border-radius: 15px;
  }

  .stripe-payment-shell label { font-size: 15px; line-height: 26px; }
  .stripe-payment-shell [data-stripe-payment-element] { height: 46px; margin-top: 5px; }
  .stripe-payment-shell small { font-size: 12px; line-height: 18px; }
  .terms-consent { padding: 18px 0 0; font-size: 15px; line-height: 26px; }

  /* Production homepage content below the checkout. */
  .legacy-inner {
    width: 100%;
    max-width: var(--mm-inner);
    padding: 0 35px;
  }

  .legacy-caption { padding: 100px 0 30px; }
  .legacy-caption .legacy-inner {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .legacy-caption h2 {
    padding-right: 35px;
    font-size: 42px;
    font-weight: 600;
    line-height: 54px;
  }

  .legacy-caption ul { margin: 0 0 0 53px; }
  .legacy-caption li {
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-indent: -53px;
  }

  .legacy-caption li:before {
    margin-right: 25px;
    font-family: "Font Awesome 5 Free", FontAwesome, sans-serif;
    font-size: 26px;
    font-weight: 900;
  }

  .legacy-team-image { height: 400px; background-position: center top; }

  .legacy-reviews {
    padding: 0;
    background: #f7f7f9;
  }

  .legacy-review-layout {
    display: grid;
    grid-template-columns: 3fr 11fr;
    width: 100%;
    min-height: 382px;
  }

  .legacy-reviews .review-brand {
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 40px 0 40px 35px;
    background: var(--mm-light);
    text-align: left;
  }

  .legacy-reviews .review-brand h2 {
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
  }

  .review-trustpilot {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    gap: 6px 9px;
    font-size: 15px;
  }

  .review-trustpilot strong { text-decoration: underline; }
  .review-trustpilot span {
    padding: 1px 5px;
    background: #00b67a;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 21px;
  }

  .review-trustpilot small { grid-column: 2; font-size: 13px; }
  .review-carousel { position: relative; padding: 40px 35px 10px; }
  .review-nav { position: absolute; top: 30px; right: 35px; }
  .review-nav button {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 1px solid #aeb4b8;
    border-radius: 50%;
    background: transparent;
    color: #687078;
    font: 18px/20px Arial, sans-serif;
  }

  .review-slides {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
    padding-top: 20px;
  }

  .review-slides article { padding: 10px 30px; }
  .review-score {
    color: var(--mm-orange);
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 30px;
  }

  .review-meta { margin: 12px 0 10px; font-size: 13px; line-height: 23px; }
  .review-slides h3 { margin: 0 0 15px; font-size: 18px; line-height: 28px; }
  .review-slides article > p:last-child { margin: 0; font-size: 15px; line-height: 26px; }

  .legacy-why { padding: 80px 0; }
  .legacy-why h2 {
    margin: 0 0 80px;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
  }

  .why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .why-grid article {
    margin: 0 30px;
    text-align: center;
  }

  .why-icon {
    display: inline-grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin: 0 0 40px;
    border-radius: 13px;
    background: var(--mm-green);
    color: #fff;
    font-size: 40px;
    line-height: 74px;
  }

  .why-grid h3 {
    margin: 0;
    color: var(--mm-green);
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
  }

  .why-grid p {
    margin: 40px 0 0;
    color: var(--mm-ink);
    font-size: 15px;
    line-height: 26px;
  }

  .legacy-home-cta {
    padding: 55px 0 65px;
    background: var(--mm-light);
    text-align: center;
  }

  .legacy-home-cta h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
  }

  .legacy-home-cta a {
    display: inline-block;
    margin: 45px 0 0;
    padding: 15px 30px 16px;
    border-radius: 8px;
    background: var(--mm-green);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .public-footer { min-height: 261px; }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .legacy-lawn strong { font-size: 21px; line-height: 28px; }
}
