/*
Theme Name: Lewis Lawn Mobile Service
Theme URI: https://llmsct.com
Author: Lewis Lawn Mobile Service
Description: Custom responsive WordPress theme for Lewis Lawn Mobile Service, including temporary landing and full website page templates.
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: llms
*/

:root {
  --green: #65c83d;
  --green-bright: #86e05b;
  --green-deep: #2f7f20;
  --ink: #090c0a;
  --ink-soft: #111712;
  --paper: #f4f5f0;
  --line: #d9ddd4;
  --white: #ffffff;
  --muted: #657066;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
}

body.admin-bar .site-header { top: 32px; }
.llms-page { overflow: hidden; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: white; color: #111; }

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.utility-bar { background: var(--green); color: #0b1b08; font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.utility-inner { display: flex; justify-content: space-between; padding-block: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(9, 12, 10, .96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; color: white; }
.brand img { width: 64px; height: 64px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 23px; letter-spacing: .045em; }
.brand small { color: var(--green); margin-top: 6px; font-weight: 700; font-size: 12px; letter-spacing: .2em; }
.nav-links { display: flex; align-items: center; gap: 34px; color: #e9ede7; font-size: 15px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.nav-links > a:not(.button) { position: relative; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green); transition: right .2s ease; }
.nav-links > a:not(.button):hover::after { right: 0; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; }
.menu-button span { display: block; width: 25px; height: 2px; background: white; margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid var(--green); background: var(--green); color: #0b1609; min-height: 54px; padding: 12px 25px; font-weight: 800; font-size: 15px; letter-spacing: .075em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-bright); border-color: var(--green-bright); }
.button-small { min-height: 45px; padding: 9px 19px; font-size: 13px; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 76% 38%, #233722 0, #111711 28%, #080b09 63%); color: white; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(0,0,0,.76) 0%, rgba(0,0,0,.2) 55%, rgba(0,0,0,.48) 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.45) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.45) 1px, transparent 1px); background-size: 74px 74px; transform: perspective(700px) rotateX(60deg) translateY(-26%) scale(1.7); transform-origin: bottom; }
.hero-layout { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; padding-block: 70px 90px; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 12px; color: var(--green-bright); font-size: 13px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 30px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--green-deep); }
h1, h2, h3 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-stretch: condensed; font-weight: 900; text-transform: uppercase; line-height: 1; }
h1 { max-width: 690px; font-size: clamp(64px, 7.2vw, 104px); letter-spacing: -.035em; }
h1 em { display: block; color: var(--green); font-style: normal; }
.hero-lede { max-width: 600px; margin: 29px 0 31px; color: #cbd2ca; font-size: 22px; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.text-link { border-bottom: 1px solid #7d877d; padding: 6px 0; font-size: 15px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { color: var(--green); margin-left: 9px; }
.response-note { margin: 24px 0 0; color: #aeb8ad; font-size: 15px; }
.response-note span { display: inline-grid; width: 22px; height: 22px; margin-right: 8px; place-items: center; border-radius: 50%; background: rgba(101,200,61,.15); color: var(--green); }
.hero-mark { position: relative; display: grid; place-items: center; }
.hero-mark img { position: relative; z-index: 2; width: min(590px, 48vw); height: auto; filter: drop-shadow(0 32px 22px rgba(0,0,0,.68)); transform: rotate(1deg); }
.logo-glow { position: absolute; width: 66%; aspect-ratio: 1; border-radius: 50%; background: rgba(101,200,61,.2); filter: blur(80px); }
.trust-strip { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.12); background: rgba(4,6,4,.76); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 25px 28px; border-left: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; }
.trust-grid div:last-child { border-right: 1px solid rgba(255,255,255,.1); }
.trust-grid strong { color: var(--green); font-family: "Arial Narrow", Impact, sans-serif; font-size: 26px; letter-spacing: .06em; text-transform: uppercase; }
.trust-grid span { color: #aeb7ad; font-size: 14px; }

.section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .area-copy h2 { max-width: 740px; font-size: clamp(46px, 5.2vw, 70px); letter-spacing: -.02em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 19px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 350px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fafbf7; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.service-card:hover { position: relative; z-index: 2; transform: translateY(-6px); background: white; box-shadow: 0 20px 45px rgba(13,24,13,.09); }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.service-number { color: var(--green-deep); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.card-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); color: var(--green-deep); }
.service-card h3 { margin-top: 44px; font-size: 34px; letter-spacing: -.01em; }
.service-card p { min-height: 82px; margin: 16px 0 26px; color: var(--muted); font-size: 16px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list span { padding: 6px 9px; background: #e9ede5; color: #516050; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.service-cta { margin-top: 27px; display: flex; justify-content: space-between; align-items: center; border-left: 3px solid var(--green); padding: 5px 0 5px 18px; }
.service-cta p { margin: 0; font-weight: 600; }
.service-cta a { color: var(--green-deep); font-weight: 800; text-transform: uppercase; font-size: 14px; letter-spacing: .08em; }

.process { position: relative; overflow: hidden; background: var(--ink-soft); color: white; }
.process::after { content: "LLMS"; position: absolute; right: -25px; bottom: -90px; color: rgba(255,255,255,.025); font-family: "Arial Narrow", Impact, sans-serif; font-size: 300px; line-height: 1; }
.process-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-intro h2, .request-copy h2 { font-size: clamp(48px, 5.2vw, 72px); letter-spacing: -.025em; }
.process-intro > p:not(.eyebrow), .request-copy > p:not(.eyebrow) { max-width: 540px; color: #aeb8ae; font-size: 19px; }
.button-outline { margin-top: 18px; background: transparent; color: white; }
.button-outline:hover { color: var(--ink); }
.steps { border-top: 1px solid #344035; }
.steps article { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid #344035; }
.steps article > span { color: var(--green); font-family: "Arial Narrow", Impact, sans-serif; font-size: 21px; }
.steps h3 { font-size: 30px; }
.steps p { margin: 8px 0 0; color: #aeb8ae; font-size: 16px; }

.area { overflow: hidden; background: #eef0e9; }
.area-layout { display: grid; grid-template-columns: 1fr .75fr; gap: 100px; align-items: center; }
.area-copy > p:not(.eyebrow) { max-width: 660px; margin: 28px 0; color: var(--muted); font-size: 19px; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 660px; margin-top: 38px; border-top: 1px solid #c9cec4; }
.audience-grid div { display: flex; flex-direction: column; padding: 23px 0; border-bottom: 1px solid #c9cec4; }
.audience-grid div:first-child { border-right: 1px solid #c9cec4; }
.audience-grid div:last-child { padding-left: 28px; }
.audience-grid strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 25px; text-transform: uppercase; }
.audience-grid span { color: var(--muted); font-size: 14px; }
.area-badge { position: relative; isolation: isolate; width: min(430px, 100%); aspect-ratio: 1; margin-inline: auto; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--ink-soft); color: white; text-align: center; box-shadow: 0 30px 70px rgba(20,40,18,.18); }
.area-badge::after { content: ""; position: absolute; inset: 16px; z-index: -1; border: 1px dashed rgba(101,200,61,.5); border-radius: 50%; }
.area-badge p { margin: 0 0 8px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.area-badge strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 55px; line-height: .96; text-transform: uppercase; }
.area-badge > span:last-child { margin-top: 15px; color: #aeb8ae; font-size: 14px; }
.pin-dot { width: 14px; height: 14px; margin-bottom: 21px; border: 4px solid var(--green); border-radius: 50%; box-shadow: 0 0 0 9px rgba(101,200,61,.13); }
.orbit { position: absolute; z-index: -2; border: 1px solid rgba(47,127,32,.2); border-radius: 50%; }
.orbit-one { inset: -45px; }
.orbit-two { inset: -85px; }

.request-section { padding-block: 110px; background: #080b09; color: white; }
.request-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.request-copy { position: sticky; top: 130px; }
.request-points { margin-top: 43px; }
.request-points div { display: grid; grid-template-columns: 36px 1fr; gap: 14px; padding: 16px 0; border-top: 1px solid #2a312a; }
.request-points div:last-child { border-bottom: 1px solid #2a312a; }
.request-points span { color: var(--green); font-family: "Arial Narrow", Impact, sans-serif; }
.request-points p { margin: 0; color: #929c92; font-size: 14px; }
.request-points strong { display: block; color: white; font-size: 16px; }
.form-card { min-height: 700px; padding: 42px; background: #f5f6f2; color: var(--ink); }
.form-heading { display: flex; justify-content: space-between; align-items: start; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.form-step { color: var(--green-deep); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.form-heading h3, .form-success h3 { margin-top: 5px; font-size: 38px; }
.required-note { color: #768076; font-size: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.full-width { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #cdd3c9; border-radius: 0; outline: none; background: white; color: var(--ink); padding: 13px 14px; font-size: 16px; text-transform: none; transition: border-color .2s ease, box-shadow .2s ease; }
input, select { height: 50px; }
textarea { resize: vertical; min-height: 118px; }
input:focus, select:focus, textarea:focus { border-color: var(--green-deep); box-shadow: 0 0 0 3px rgba(101,200,61,.14); }
input::placeholder, textarea::placeholder { color: #909890; }
fieldset { display: flex; gap: 18px; margin: 25px 0 28px; padding: 0; border: 0; }
legend { margin-bottom: 10px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.radio-label { position: relative; }
.radio-label input { position: absolute; opacity: 0; pointer-events: none; }
.radio-label span { display: inline-flex; min-width: 82px; justify-content: center; padding: 10px 15px; border: 1px solid #cdd3c9; background: white; cursor: pointer; font-size: 14px; font-weight: 700; }
.radio-label input:checked + span { border-color: var(--green-deep); background: #e7f5df; color: #225d18; }
.radio-label input:focus-visible + span { outline: 3px solid rgba(101,200,61,.3); }
.submit-button { width: 100%; }
.form-footnote { margin: 13px 0 0; color: #778077; text-align: center; font-size: 12px; }
.form-success { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.form-success > span { display: grid; width: 72px; height: 72px; place-items: center; margin-bottom: 25px; border-radius: 50%; background: var(--green); color: #0b1609; font-size: 34px; }
.form-success .eyebrow { display: block; margin-bottom: 6px; }
.form-success > p:not(.eyebrow) { max-width: 440px; color: var(--muted); }
.form-success .button { margin-top: 15px; }

footer { background: #030503; color: white; }
.footer-main { display: grid; grid-template-columns: 1.3fr .8fr .8fr .9fr; gap: 55px; padding-block: 68px; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand img { width: 88px; height: 88px; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.footer-brand strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 27px; }
.footer-brand span { color: var(--green); margin-top: 6px; font-weight: 800; letter-spacing: .08em; }
.footer-brand small { margin-top: 8px; color: #788078; font-size: 10px; letter-spacing: .1em; }
.footer-block { display: flex; flex-direction: column; gap: 7px; font-size: 14px; }
.footer-block > span { margin-bottom: 8px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.footer-block a, .footer-block p { margin: 0; color: #9da69d; }
.footer-block a:hover { color: white; }
.footer-action p { margin: 0 0 13px; color: #9da69d; font-size: 14px; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 21px; border-top: 1px solid #202620; color: #687068; font-size: 12px; }

@media (max-width: 980px) {
  .nav-links { gap: 20px; }
  .hero-layout { min-height: auto; grid-template-columns: 1fr .75fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { gap: 45px; }
  .process-layout, .request-layout { gap: 55px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-action { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .shell { width: min(100% - 30px, 1180px); }
  .utility-inner span:first-child { display: none; }
  .utility-inner { justify-content: center; }
  .nav-wrap { height: 72px; }
  .brand img { width: 54px; height: 54px; }
  .brand strong { font-size: 20px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 22px 25px; background: #090c0a; border-top: 1px solid #252b25; }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.button) { padding: 14px 0; border-bottom: 1px solid #252b25; }
  .nav-links .button { margin-top: 18px; }
  .hero-layout { grid-template-columns: 1fr; padding-block: 64px 55px; text-align: center; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .eyebrow { justify-content: center; }
  h1 { font-size: clamp(54px, 16vw, 78px); }
  .hero-lede { font-size: 19px; }
  .hero-mark { order: -1; margin-bottom: 22px; }
  .hero-mark img { width: min(340px, 76vw); }
  .hero-actions { flex-direction: column; gap: 16px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div { padding: 19px 16px; }
  .section { padding-block: 78px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 38px; text-align: center; }
  .section-heading h2, .area-copy h2 { font-size: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .service-cta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .process-layout, .area-layout, .request-layout { grid-template-columns: 1fr; gap: 55px; }
  .process-intro, .area-copy, .request-copy { text-align: center; }
  .process-intro .eyebrow, .area-copy .eyebrow, .request-copy .eyebrow { justify-content: center; }
  .process-intro > p:not(.eyebrow), .request-copy > p:not(.eyebrow) { margin-inline: auto; }
  .process-intro h2, .request-copy h2 { font-size: 48px; }
  .steps article { grid-template-columns: 46px 1fr; gap: 16px; text-align: left; }
  .audience-grid { text-align: left; }
  .area-badge { width: min(330px, 86vw); }
  .area-badge strong { font-size: 45px; }
  .request-copy { position: static; }
  .request-points { text-align: left; }
  .form-card { min-height: 0; padding: 27px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-width { grid-column: auto; }
  fieldset { flex-wrap: wrap; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-action { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: center; gap: 6px; text-align: center; }
}

/* Temporary landing template */
.coming-soon {
  min-height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 48px 22px;
  background: radial-gradient(circle at 75% 20%, #20391f 0, #0d140e 34%, #050705 72%);
  color: white;
  text-align: center;
}
.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px);
  background-size: 72px 72px;
}
.coming-soon::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(720px, 82vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(101,200,61,.11);
  filter: blur(100px);
}
.coming-card { width: min(780px, 100%); }
.coming-logo { width: min(330px, 72vw); height: auto; filter: drop-shadow(0 25px 24px rgba(0,0,0,.65)); }
.coming-kicker { margin: 24px 0 12px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.coming-card h1 { margin-inline: auto; font-size: clamp(48px, 8vw, 88px); }
.coming-card h1 em { display: inline; }
.coming-lede { max-width: 650px; margin: 22px auto 0; color: #c7d0c7; font-size: clamp(18px, 2.4vw, 23px); }
.coming-services { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 30px auto 0; }
.coming-services span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: #dfe6df; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coming-contact { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; margin-top: 30px; }
.coming-contact a { color: var(--green-bright); font-weight: 800; }
.coming-foot { margin: 35px 0 0; color: #7e897f; font-size: 13px; }

/* WPForms inherits the custom form card presentation. */
.form-card .wpforms-container { margin: 0; }
.form-card .wpforms-container .wpforms-field-label { font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.form-card .wpforms-container input,
.form-card .wpforms-container select,
.form-card .wpforms-container textarea { max-width: none; border: 1px solid #cdd3c9; border-radius: 0; background: white; }
.form-card .wpforms-container button[type=submit] { width: 100%; min-height: 54px; border: 1px solid var(--green); border-radius: 0; background: var(--green); color: #0b1609; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
