/*
Theme Name: Michael's Maintenance
Theme URI: https://michaels-maintenance.com
Author: Michael's Maintenance LLC
Description: A fast, responsive lawn care and exterior property maintenance theme built for Michael's Maintenance.
Version: 3.1.12
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
Update URI: false
Text Domain: michaels-maintenance
*/

:root {
  --navy: #0b0793;
  --navy-2: #17115f;
  --ink: #1b1b27;
  --muted: #666878;
  --cream: #f1f6e7;
  --paper: #ffffff;
  --white: #ffffff;
  --amber: #a4cf3c;
  --amber-dark: #007a3d;
  --sage: #e6f4dd;
  --line: #dee2d6;
  --shadow: 0 18px 50px rgba(11, 7, 147, .13);
  --radius: 18px;
  --max: 1180px;
}

@font-face {
  font-family: "Lemon Milk";
  src: url("assets/fonts/lemon-milk-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lemon Milk";
  src: url("assets/fonts/lemon-milk-bold.otf") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--navy-2); }
a:hover { color: var(--amber-dark); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  position: fixed !important; top: 12px; left: 12px; width: auto; height: auto;
  padding: 10px 16px; margin: 0; clip: auto; z-index: 9999;
  background: var(--white); color: var(--navy); border-radius: 8px;
}

.topbar { background: var(--navy); color: #dce5ec; font-size: 14px; }
.topbar-inner {
  min-height: 42px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
}
.topbar p { margin: 0; }
.topbar a { color: var(--white); font-weight: 800; text-decoration: none; }
.topbar a:hover { color: var(--amber); }
.topbar-call { display: flex; align-items: center; gap: 8px; }
.topbar-call svg { width: 16px; height: 16px; color: var(--amber); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 253, 248, .94);
  border-bottom: 1px solid rgba(18, 36, 58, .08);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.site-branding { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand-mark {
  display: grid; place-items: center; width: 48px; height: 48px;
  overflow: hidden; color: var(--navy); background: var(--white); border-radius: 10px;
  box-shadow: 0 8px 20px rgba(11, 7, 147, .14);
}
.brand-mark img { width: 100%; height: 100%; padding: 3px; object-fit: contain; }
.brand-name {
  display: block; color: var(--navy); font-family: "Lemon Milk", Arial, sans-serif;
  font-size: 18px; font-weight: 700; line-height: 1.05; letter-spacing: -.02em;
}
.brand-tagline {
  display: block; margin-top: 5px; color: var(--muted);
  font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.main-nav ul { display: flex; align-items: center; gap: 28px; list-style: none; margin: 0; padding: 0; }
.main-nav a {
  color: var(--ink); font-size: 15px; font-weight: 750;
  text-decoration: none;
}
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--amber-dark); }
.header-cta { white-space: nowrap; }
.header-phone {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 10px 18px;
  color: var(--navy); background: var(--cream); border: 1px solid rgba(11, 7, 147, .12);
  border-radius: 10px; font-family: "Lemon Milk", Arial, sans-serif;
  font-size: 12px; font-weight: 900; line-height: 1; text-align: center; text-decoration: none; white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.header-phone svg { width: 18px; height: 18px; color: var(--amber-dark); }
.header-phone:hover {
  color: var(--navy); background: var(--white); border-color: var(--amber-dark);
  transform: translateY(-1px);
}
.menu-toggle {
  display: none; width: 46px; height: 46px; border: 0; border-radius: 12px;
  color: var(--navy); background: #edf0f2; cursor: pointer;
}
.menu-toggle svg { width: 24px; height: 24px; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 54px; padding: 10px 20px; border: 2px solid var(--amber);
  border-radius: 11px; color: var(--navy); background: var(--amber);
  font-size: 14px; font-weight: 850; line-height: 1.1; text-align: center; text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 165, 81, .22);
  font-family: "Lemon Milk", Arial, sans-serif;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover {
  color: var(--white); background: var(--amber-dark); border-color: var(--amber-dark);
  transform: translateY(-2px); box-shadow: 0 12px 25px rgba(0, 165, 81, .3);
}
.button:disabled { cursor: wait; opacity: .72; transform: none; }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--navy); outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(164, 207, 60, .95);
}
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.65); box-shadow: none; }
.button-outline:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-dark { color: var(--white); background: var(--navy); border-color: var(--navy); box-shadow: none; }
.button-dark:hover { color: var(--white); background: var(--navy-2); border-color: var(--navy-2); }
.button-call { background: var(--amber); border-color: var(--amber); }
.button-quote { color: var(--white); background: var(--navy); border-color: var(--navy); box-shadow: 0 8px 20px rgba(11,7,147,.2); }
.button-quote:hover { color: var(--white); background: var(--navy-2); border-color: var(--navy-2); box-shadow: 0 12px 25px rgba(11,7,147,.28); }
.button-quote.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.72); box-shadow: none; }
.button-quote.button-outline:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.button-icon {
  display: grid; flex: 0 0 auto; place-items: center; width: 30px; height: 30px;
  border-radius: 8px; background: rgba(255,255,255,.25);
}
.button-icon svg { width: 18px; height: 18px; }
.button-quote .button-icon, .button-dark .button-icon { background: rgba(255,255,255,.12); }
.button-copy { display: flex; flex-direction: column; align-items: center; gap: 2px; text-align: center; }
.button-title { display: block; width: 100%; text-align: center; white-space: nowrap; }
.button-call .button-title,
.button-quote .button-title,
.header-phone .button-title {
  font-family: "Lemon Milk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,.18);
}
.button-quote .button-title { text-shadow: 0 1px 1px rgba(0,0,0,.24); }
.button-call .button-copy,
.button-quote .button-copy { justify-content: center; }
.button-detail {
  display: block; font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px; font-weight: 750; letter-spacing: .035em; line-height: 1.15; opacity: .78;
  white-space: nowrap;
}
.button-arrow { margin-left: 3px; font-family: Inter, sans-serif; font-size: 18px; line-height: 1; transition: transform .18s ease; }
.button:hover .button-arrow { transform: translateX(3px); }
.header-phone .button-icon { width: 30px; height: 30px; background: rgba(164,207,60,.28); }
.header-phone .button-title,
.header-cta .button-title {
  font-family: "Lemon Milk", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .075em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-cta { min-height: 54px; padding-inline: 18px; }
.header-cta .button-detail { display: none; }
.header-cta .button-icon { width: 30px; height: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 850; text-decoration: none; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 11px; margin: 0 0 17px;
  color: var(--amber-dark); font-size: clamp(14px, 1.4vw, 16px); font-weight: 900;
  line-height: 1.35; letter-spacing: .11em; text-transform: uppercase;
}
.eyebrow::before { content: ""; flex: 0 0 auto; width: 32px; height: 3px; border-radius: 99px; background: var(--amber); }
h1, h2, h3, h4 {
  margin: 0 0 .5em; color: var(--navy);
  font-family: "Lemon Milk", Arial, sans-serif; line-height: 1.12; letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
h1 { font-size: clamp(42px, 6vw, 70px); }
h2 { font-size: clamp(34px, 4vw, 50px); }
h3 { font-size: 24px; }
p { margin: 0 0 1.2em; }
.lead { color: #50606e; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.section { padding: 100px 0; }
.section-sm { padding: 72px 0; }
.section-head { max-width: 700px; margin-bottom: 45px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

.hero {
  position: relative; overflow: hidden; min-height: 690px;
  color: var(--white); background: var(--navy);
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(11,7,147,.98) 0%, rgba(11,7,147,.86) 44%, rgba(11,7,147,.12) 72%, rgba(11,7,147,0) 100%),
    radial-gradient(circle at 70% 40%, rgba(164,207,60,.13), transparent 30%);
}
.hero-art {
  position: absolute; inset: 0 0 0 auto; width: 72%; height: 100%;
  object-fit: cover; object-position: center; opacity: .98;
}
.hero-inner {
  position: relative; z-index: 2; min-height: 690px;
  display: flex; align-items: center; padding-block: 85px;
}
.hero-copy { max-width: 680px; }
.hero-copy,
.split > *,
.quote-layout > *,
.service-area-layout > *,
.audience-layout > * { min-width: 0; }
.hero .eyebrow { color: #d9f58c; }
.hero h1 { max-width: 680px; color: var(--white); font-size: clamp(40px, 4.6vw, 58px); line-height: 1.06; }
.hero .lead { max-width: 610px; color: #dbe5ed; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0; }
.hero-actions .button { min-width: 194px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: #e4eaf0; font-size: 14px; font-weight: 750; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-item svg { width: 19px; height: 19px; color: var(--amber); }

.quick-strip { position: relative; z-index: 5; margin-top: -40px; }
.quick-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr;
  overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
}
.quick-item { display: flex; align-items: center; gap: 16px; padding: 26px 30px; }
.quick-item + .quick-item { border-left: 1px solid var(--line); }
.quick-icon {
  display: grid; flex: 0 0 auto; place-items: center; width: 48px; height: 48px;
  color: var(--navy); background: #e9f3dd; border-radius: 12px;
}
.quick-icon svg { width: 24px; height: 24px; }
.quick-item strong { display: block; color: var(--navy); }
.quick-item span { color: var(--muted); font-size: 14px; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 22px; }
.service-card {
  position: relative; height: 100%; padding: 32px; overflow: hidden;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: var(--shadow); }
.service-number {
  position: absolute; top: 16px; right: 22px; color: #edf0f2;
  font-family: Georgia, serif; font-size: 54px; font-weight: 800; line-height: 1;
}
.service-icon {
  display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 24px;
  color: var(--navy); background: #a8d53a; border: 1px solid rgba(11,7,147,.08); border-radius: 16px;
  box-shadow: 0 7px 16px rgba(62,88,25,.12);
}
.service-icon svg { width: 35px; height: 35px; }
.service-card p { color: var(--muted); }
.section-action { margin: 36px 0 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.about-visual {
  position: relative; min-height: 530px; overflow: hidden;
  background: var(--navy); border-radius: 26px; box-shadow: var(--shadow);
}
.about-visual img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; }
.lawn-about-visual img { object-position: 66% center; }
.brand-visual {
  display: grid; place-items: center; padding: 45px;
  background:
    radial-gradient(circle at 75% 20%, rgba(164,207,60,.34), transparent 32%),
    linear-gradient(145deg, #ffffff 0%, var(--cream) 100%);
  border: 1px solid var(--line);
}
.brand-visual img {
  width: min(100%, 520px); height: auto; min-height: 0; object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(11,7,147,.12));
}
.experience-badge {
  position: absolute; right: 24px; bottom: 24px; width: 170px; padding: 20px;
  color: var(--white); background: var(--navy); border: 1px solid rgba(255,255,255,.15); border-radius: 16px;
}
.experience-badge strong { display: block; color: var(--amber); font-family: "Lemon Milk", Arial, sans-serif; font-size: 25px; line-height: 1.1; }
.experience-badge span { display: block; margin-top: 6px; font-size: 13px; line-height: 1.35; }
.check-list { display: grid; gap: 13px; padding: 0; margin: 25px 0 30px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; }
.check-list svg { flex: 0 0 auto; width: 21px; height: 21px; margin-top: 3px; color: var(--amber-dark); }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; counter-reset: process; }
.process-step { position: relative; padding-top: 75px; counter-increment: process; }
.process-step::before {
  content: "0" counter(process); position: absolute; top: 0; left: 0;
  display: grid; place-items: center; width: 56px; height: 56px;
  color: var(--navy); background: var(--amber); border-radius: 50%;
  font-family: "Lemon Milk", Arial, sans-serif; font-size: 18px; font-weight: 800;
}
.process-step:not(:last-child)::after {
  content: ""; position: absolute; top: 27px; left: 75px; right: -10px;
  border-top: 2px dashed #c5c8c4;
}

.quote-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.quote-section::before {
  content: ""; position: absolute; width: 500px; height: 500px; right: -180px; top: -220px;
  border: 80px solid rgba(120,184,42,.1); border-radius: 50%;
}
.quote-layout { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; }
.quote-section h2, .quote-section h3 { color: var(--white); }
.quote-section .lead { color: #cbd8e2; }
.contact-points { display: grid; gap: 20px; margin-top: 30px; }
.contact-point { display: flex; align-items: flex-start; gap: 14px; color: #dce5ec; }
.contact-point svg { flex: 0 0 auto; width: 22px; height: 22px; margin-top: 3px; color: var(--amber); }
.contact-point strong { display: block; color: var(--white); }
.contact-point a { color: var(--white); text-decoration: none; }
.contact-point .contact-point-action {
  display: inline-block; margin-left: 10px; padding-left: 10px;
  border-left: 1px solid rgba(255,255,255,.35); font-size: 14px; font-weight: 800; text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.55); text-underline-offset: 3px;
}

.lead-form {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
  width: 100%; min-width: 0;
  padding: 36px; color: var(--ink); background: var(--white); border-radius: 22px; box-shadow: 0 25px 60px rgba(0,0,0,.2);
}
.lead-form > *, .lead-form .button-copy { min-width: 0; }
.lead-form .button { width: 100%; max-width: 100%; min-width: 0; }
.form-intro { grid-column: 1 / -1; margin-bottom: 2px; }
.form-intro h3 { color: var(--navy); margin-bottom: 5px; }
.form-intro p { color: var(--muted); margin: 0; font-size: 15px; }
.form-intro .required-note { margin-top: 7px; font-size: 12px; }
.field { display: grid; align-content: start; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: 14px; font-weight: 850; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 50px; padding: 11px 13px;
  color: var(--ink); background: #fbfcfc; border: 1px solid #7b8790; border-radius: 9px;
}
.field input:not([type="file"]), .field select { height: 52px; }
.field textarea { min-height: 120px; resize: vertical; }
.field small { color: var(--muted); font-size: 12px; }
.field .address-attribution { display: block; }
.address-attribution a { font-weight: 800; }
.field-error { display: block; min-height: 1.4em; color: #8b1e1e; font-size: 12px; font-weight: 750; }
.field [aria-invalid="true"] { border-color: #a32323; }
.field-state, .field-zip { min-width: 0; }
.address-autocomplete-wrap { position: relative; }
.field input[type="file"] {
  min-height: 0; padding: 12px; background: #f5f7f2; border-style: dashed;
}
.choice-field {
  display: flex; flex-wrap: wrap; gap: 13px 24px; padding: 0; border: 0;
}
.choice-field legend { width: 100%; margin-bottom: 5px; color: var(--navy); font-size: 14px; font-weight: 850; }
.choice-field label { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; cursor: pointer; }
.choice-field input { width: 17px; min-height: 17px; accent-color: var(--amber-dark); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--amber-dark); box-shadow: 0 0 0 3px rgba(120,184,42,.2); }
.field input:focus-visible, .field textarea:focus-visible, .field select:focus-visible {
  outline: 3px solid var(--navy); outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(164,207,60,.95);
}
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: 12px; margin: 0; }
.form-note a { font-weight: 800; }
.mml-turnstile { max-width: 100%; margin-bottom: 14px; overflow-x: auto; }
.honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-alert { grid-column: 1 / -1; padding: 13px 15px; border-radius: 9px; font-size: 14px; font-weight: 750; }
.form-alert.success { color: #17542b; background: #ddf2e3; }
.form-alert.error { color: #7a2020; background: #f7dddd; }

.page-hero { padding: 90px 0; color: var(--white); background: var(--navy); }
.page-hero h1 { color: var(--white); font-size: clamp(42px, 6vw, 68px); }
.page-hero .lead { max-width: 720px; color: #d4dee7; }
.page-hero .eyebrow { color: #d9f58c; }
.lawn-page-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(164,207,60,.24), transparent 25%),
    linear-gradient(135deg, #07045f 0%, #17115f 100%);
}
.lawn-page-hero::after {
  content: ""; position: absolute; right: -90px; bottom: -130px; width: 420px; height: 420px;
  border: 72px solid rgba(255,255,255,.045); border-radius: 50%;
}
.lawn-page-hero .container { position: relative; z-index: 2; }
.breadcrumbs { margin-bottom: 20px; color: #aebdca; font-size: 14px; }
.breadcrumbs a { color: var(--white); text-decoration: none; }
.content-area { padding: 90px 0; }
.content-area h2 { margin-top: 1.3em; }
.content-area h2:first-child { margin-top: 0; }
.content-area ul { padding-left: 1.2em; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; }
.contact-details { display: grid; align-content: start; gap: 18px; min-width: 0; }
.contact-card {
  padding: 30px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(11, 7, 147, .12);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(11, 7, 147, .12);
}
.contact-card + .contact-card { margin-top: 18px; }
.contact-details .contact-card,
.contact-details .qr-card { width: 100%; margin: 0; }
.contact-card h3 { margin-bottom: 10px; color: var(--navy); }
.contact-card p { color: var(--ink); }
.contact-card a {
  color: var(--navy);
  font-weight: 750;
  text-decoration-color: rgba(11,7,147,.55);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.contact-card a:hover,
.contact-card a:focus-visible { color: #06452f; text-decoration-color: #06452f; }
.contact-card .footer-phone { color: var(--navy) !important; }
.contact-card .footer-phone:hover,
.contact-card .footer-phone:focus-visible { color: #06452f !important; }
.contact-card p:last-child { margin-bottom: 0; }
.contact-phone-line { margin: 0 0 13px; }
.contact-action-links { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-action-links a {
  display: inline-flex; align-items: center; justify-content: center; min-width: 92px; min-height: 40px; padding: 8px 14px;
  color: #06452f; background: var(--white); border: 1px solid var(--amber-dark); border-radius: 9px;
  font-family: "Lemon Milk", Arial, sans-serif; font-size: 12px; font-weight: 800; text-decoration: none;
}
.contact-action-links a:hover,
.contact-action-links a:focus-visible { color: var(--white); background: var(--amber-dark); }

.why-section { background: var(--white); }
.service-area-section { color: var(--white); background: var(--navy); }
.service-area-section h2 { color: var(--white); }
.service-area-section .lead { color: #d7e2d9; }
.service-area-section .eyebrow { color: #d9f58c; }
.service-area-layout { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.area-card {
  position: relative; min-height: 360px; display: flex; flex-direction: column;
  align-items: center; justify-content: center; overflow: hidden; padding: 45px;
  text-align: center; background: var(--navy-2); border: 1px solid rgba(255,255,255,.12); border-radius: 24px;
}
.area-card > svg { width: 58px; height: 58px; margin-bottom: 22px; color: var(--amber); }
.area-card strong { position: relative; z-index: 2; color: var(--white); font-family: "Lemon Milk", Arial, sans-serif; font-size: 24px; }
.area-card span { position: relative; z-index: 2; max-width: 340px; margin-top: 10px; color: #cbd9ce; }
.area-rings, .area-rings::before, .area-rings::after {
  position: absolute; width: 220px; height: 220px; border: 1px solid rgba(164,207,60,.24); border-radius: 50%;
}
.area-rings { right: -35px; top: -55px; }
.area-rings::before, .area-rings::after { content: ""; inset: 40px; width: auto; height: auto; }
.area-rings::after { inset: 80px; }

.audience-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.audience-tags span {
  padding: 10px 15px; color: var(--navy); background: var(--white);
  border: 1px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 800;
}
.brand-flyer-layout { align-items: start; }
.flyer-preview {
  max-width: 480px; margin-inline: auto; padding: 14px;
  background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow);
}
.flyer-preview img { display: block; width: 100%; border-radius: 13px; }
.qr-card {
  display: flex; align-items: center; gap: 16px; margin-top: 30px; padding: 16px;
  color: var(--ink); background: var(--white); border-radius: 14px;
}
.qr-card img { flex: 0 0 auto; width: 92px; height: 92px; image-rendering: crisp-edges; }
.qr-card strong { display: block; color: var(--navy); font-family: "Lemon Milk", Arial, sans-serif; font-size: 14px; }
.qr-card span { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.contact-details .qr-card {
  padding: 22px 28px; background: var(--cream); border: 1px solid rgba(11, 7, 147, .12);
  border-radius: var(--radius); box-shadow: 0 14px 34px rgba(11, 7, 147, .12);
}

.cta-band { padding: 55px 0; color: var(--white); background: var(--amber); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { color: var(--navy); margin-bottom: 5px; }
.cta-band p { color: var(--navy-2); margin: 0; }
.cta-band-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }
.cta-band-actions .button { min-width: 190px; }
.cta-band .button-call {
  color: var(--navy); background: var(--cream); border-color: rgba(11, 7, 147, .12);
  box-shadow: 0 8px 20px rgba(11, 7, 147, .12);
}
.cta-band .button-call .button-icon { color: var(--amber-dark); background: rgba(164,207,60,.28); }
.cta-band .button-call:hover {
  color: var(--navy); background: var(--white); border-color: var(--amber-dark);
  box-shadow: 0 10px 24px rgba(11, 7, 147, .16);
}

.site-footer { padding: 70px 0 25px; color: #d8d8ef; background: #07045f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .9fr 1fr 1.5fr; gap: 40px; }
.footer-brand .site-branding { display: inline-flex; margin-bottom: 20px; }
.footer-brand .brand-name { color: var(--white); }
.footer-brand .brand-tagline { color: #94a5b3; font-size: 10px; letter-spacing: .11em; white-space: nowrap; }
.footer-brand p { max-width: 370px; }
.site-footer h3 { color: var(--white); font-family: inherit; font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 8px; padding: 0; margin: 0; list-style: none; }
.site-footer a { color: #c7d2db; text-decoration: none; }
.site-footer a:hover { color: var(--amber); }
.footer-phone { display: block; color: var(--white) !important; font-family: "Lemon Milk", Arial, sans-serif; font-size: 20px; font-weight: 800; }
.footer-hours { white-space: nowrap; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.11); color: #8fa0ae; font-size: 13px;
}
.mobile-actions { display: none; }

@media (max-width: 1120px) {
  .main-nav {
    position: absolute; inset: 100% 20px auto; display: none; padding: 24px;
    background: var(--white); border-radius: 16px; box-shadow: var(--shadow);
  }
  .menu-open .main-nav { display: block; }
  .main-nav ul { align-items: stretch; flex-direction: column; gap: 4px; }
  .main-nav a { display: block; padding: 12px; border-radius: 8px; }
  .main-nav a:hover { background: var(--cream); }
  .menu-toggle { display: grid; place-items: center; }
  .header-cta, .header-phone { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .split { gap: 45px; }
  .quote-layout { grid-template-columns: 1fr; gap: 45px; }
  .quote-layout > .lead-form-detailed { order: -1; }
  .service-area-layout, .audience-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .topbar-inner { justify-content: center; min-height: 38px; }
  .topbar-inner > p:first-child { display: none; }
  .header-inner { min-height: 72px; }
  .brand-mark { width: 43px; height: 43px; }
  .brand-name { font-size: 19px; }
  .brand-tagline { font-size: 9px; }
  .main-nav { inset: 100% 14px auto; }
  .section { padding: 74px 0; }
  .section-sm { padding: 55px 0; }
  .hero, .hero-inner { min-height: 650px; }
  .hero-art { width: 100%; opacity: .55; }
  .hero::after { background: linear-gradient(90deg, rgba(11,7,147,.97), rgba(11,7,147,.82)); }
  .hero-inner { padding-block: 70px 92px; }
  .hero-actions .button { width: 100%; }
  .quick-strip { margin-top: -25px; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item { padding: 20px; }
  .quick-item + .quick-item { border-left: 0; border-top: 1px solid var(--line); }
  .services-grid, .process-grid, .split, .contact-grid,
  .quote-layout, .service-area-layout, .audience-layout { grid-template-columns: minmax(0, 1fr); }
  .split { gap: 38px; }
  .about-visual, .about-visual img { min-height: 390px; }
  .brand-visual img { min-height: 0; }
  .process-grid { gap: 22px; }
  .process-step { padding: 18px 0 18px 75px; }
  .process-step::before { top: 10px; }
  .process-step::after { display: none; }
  .lead-form { grid-template-columns: 1fr; padding: 25px 20px; }
  .field-full, .form-intro, .form-note, .form-alert { grid-column: 1; }
  .cta-band-inner { align-items: stretch; flex-direction: column; }
  .cta-band-actions { display: grid; grid-template-columns: 1fr; }
  .cta-band .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions {
	position: fixed; z-index: 120; left: 0; right: 0; bottom: 0;
	display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
	min-height: calc(68px + env(safe-area-inset-bottom));
	padding-bottom: env(safe-area-inset-bottom);
    background: var(--white); border-top: 1px solid rgba(11,7,147,.13);
    box-shadow: 0 -8px 24px rgba(11,7,147,.18);
  }
  .mobile-action {
    display: flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 8px;
    font-family: "Lemon Milk", Arial, sans-serif; font-size: 12px; font-weight: 900;
    line-height: 1.1; text-align: center; text-decoration: none;
  }
  .mobile-action-call { color: var(--navy); background: var(--amber); }
  .mobile-action-quote { color: var(--white); background: var(--navy); }
  .mobile-action svg { width: 20px; height: 20px; }
  .area-card { min-height: 300px; padding: 35px 25px; }
  .qr-card { display: none; }
}

@media (max-width: 480px) {
  h1 { font-size: 43px; }
  h2 { font-size: 34px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 27px 24px; }
  .brand-name { max-width: 225px; font-size: 15px; }
  .brand-tagline { max-width: 220px; line-height: 1.35; }
  .brand-mark { width: 46px; height: 46px; }
  .trust-row { gap: 13px; }
  .topbar { font-size: 13px; }
}

@media (max-width: 360px) {
  .hero h1, .page-hero h1 { font-size: clamp(32px, 10.5vw, 38px); }
  .button-title { white-space: normal; }
  .lead-form { padding-inline: 16px; }
  .lead-form .button { padding-inline: 12px; }
  .lead-form .button-detail { white-space: normal; }
}

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

/* Version 3.1.5: restrained spacing and alignment polish. */
.section { padding-block: 88px; }
.section-sm { padding-block: 66px; }
.section-head { margin-bottom: 38px; }

.quick-item { min-height: 106px; padding: 23px 27px; }
.quick-item > span:last-child { min-width: 0; }

.services-grid { align-items: stretch; grid-auto-rows: 1fr; }
.service-card { display: flex; height: 100%; flex-direction: column; padding: 30px; }
.service-card p:last-child { margin-bottom: 0; }
.service-icon { width: 58px; height: 58px; margin-bottom: 21px; }
.service-icon svg { width: 32px; height: 32px; }

.split { gap: 68px; }
.process-grid { align-items: stretch; gap: 30px; }
.process-step h3 { margin-bottom: 10px; }
.process-step p:last-child { margin-bottom: 0; }
.quote-layout { gap: 68px; }

.lead-form { gap: 16px; padding: 34px; }
.field input,
.field select { min-height: 52px; }
.contact-card { padding: 28px; }
.contact-card h3 { margin-bottom: 8px; }

.cta-band { padding-block: 48px; }
.site-footer { padding-top: 62px; }
.footer-bottom { margin-top: 48px; }

@media (max-width: 1120px) {
  .split,
  .quote-layout { gap: 42px; }
}

@media (max-width: 760px) {
  .section { padding-block: 64px; }
  .section-sm { padding-block: 50px; }
  .section-head { margin-bottom: 30px; }

  .hero,
  .hero-inner { min-height: 600px; }
  .hero-inner { padding-block: 58px 76px; }
  .page-hero { padding-block: 62px; }

  .quick-item { min-height: 0; padding: 18px; }
  .services-grid { grid-auto-rows: auto; }
  .service-card { padding: 25px 22px; }
  .service-icon { width: 54px; height: 54px; margin-bottom: 18px; }
  .about-visual,
  .about-visual img { min-height: 360px; }

  .process-grid { gap: 18px; }
  .lead-form { padding: 24px 18px; }
  .contact-card { padding: 24px; }
  .cta-band { padding-block: 42px; }
  .site-footer { padding-top: 54px; }
  .footer-bottom { margin-top: 38px; }
}

@media (max-width: 480px) {
  .service-card { padding: 24px 21px; }
}
