/*
Theme Name: PME Sod - Lafayette
Theme URI: https://lafayettesod.com/
Author: PME LLC
Author URI: https://lafayettesod.com/
Description: Custom WordPress theme for Lafayette Sod. Magnolia design system applied. Fresh-cut sod delivered across Lafayette and Acadiana since 2016.
Version: 1.0.0
License: Proprietary
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: pme-sod-lafayette
*/

/* ================================================================
   Magnolia design system, Lafayette Sod theme
   Ported from CLDE/library/design-systems/magnolia/shared.css
   DO NOT edit page-specific pages; all pages link to this file.
   =============================================================== */

:root {
    --display: 'DM Serif Display', Georgia, serif;
    --body: 'DM Sans', system-ui, sans-serif;
    --bg: #ecf3e1;
    --bg-alt: #e5ecda;
    --bg-light: #f3f7ec;
    --bg-card: #f8faf0;
    --ink: #212118;
    --ink-soft: #3d3d32;
    --green: #4a972c;
    --green-dark: #3d7d22;
    --green-deep: #2f6a18;
    --muted: #6f7a5e;
    --rule: #c9d5b3;
    --rule-strong: #aebf97;
  }

  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--body); background: var(--bg); color: var(--ink); font-size: 16px; line-height: 1.65; font-weight: 400; }
  a { color: inherit; text-decoration: none; transition: color 250ms; }
  img { max-width: 100%; height: auto; display: block; }
  ::selection { background: var(--green); color: #fff; }

  /* ============ NAV ============ */
  .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 26px 0; transition: all 650ms ease; background: transparent; color: #fff; }
  .nav.scrolled { background: rgba(236,243,225,0.94); backdrop-filter: blur(14px); padding: 14px 0; border-bottom: 1px solid var(--rule); color: var(--ink); }
  .nav-inner { max-width: 1400px; margin: 0 auto; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; }
  .nav .logo { font-family: var(--display); font-size: 26px; font-weight: 400; letter-spacing: 0; color: #fff; }
  .nav .logo em { font-style: italic; color: #c7ea9a; }
  .nav ul { list-style: none; display: flex; gap: 32px; align-items: center; }
  .nav ul a { font-size: 14px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: #fff; }
  .nav ul a:hover { color: #c7ea9a; }
  .nav .call { font-family: var(--display); font-weight: 400; font-size: 22px; color: #fff; padding: 8px 16px; border: 1px solid currentColor; transition: color 320ms ease, border-color 320ms ease, background 320ms ease; }
  .nav .call:hover { color: #c7ea9a; }
  .nav.scrolled .logo, .nav.scrolled ul a, .nav.scrolled .call { color: var(--ink); }
  .nav.scrolled .logo em { color: var(--green-dark); }
  .nav.scrolled ul a:hover, .nav.scrolled .call:hover { color: var(--green-dark); }
  .hamburger { display: none; width: 40px; height: 40px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; background: transparent; border: 0; cursor: pointer; }
  .hamburger span { width: 24px; height: 1.5px; background: var(--ink); transition: transform 300ms; }

  /* ============ BUTTONS ============ */
  .btn { display: inline-flex; align-items: center; justify-content: center; padding: 16px 32px; font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; border: 1.5px solid var(--ink); background: var(--ink); color: var(--bg); transition: all 320ms; cursor: pointer; text-align: center; line-height: 1; }
  .btn:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-1px); color: var(--bg); }
  .btn.ghost { background: transparent; color: var(--ink); }
  .btn.ghost:hover { background: var(--ink); color: var(--bg); }
  .btn.green { background: var(--green-dark); border-color: var(--green-dark); }
  .btn.green:hover { background: var(--ink); border-color: var(--ink); }
  .btn.lg { padding: 18px 36px; font-size: 14px; }

  /* ============ HERO ============ */
  .hero { min-height: 92vh; padding: 180px 40px 100px; text-align: center; position: relative;
          background-image: url('https://lafayettesod.com/wp-content/uploads/2023/01/bermuda-grass-sod-turf-3-scaled.jpeg');
          background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(47, 106, 24, 0.42); pointer-events: none; z-index: 1; }
  .hero-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; background: rgba(251, 251, 248, 0.65); padding: 64px 72px; border: 1px solid rgba(255,255,255,0.5); }
  @media (max-width: 900px) { .hero { padding: 150px 20px 80px; background-attachment: scroll; } .hero-inner { padding: 44px 28px; } }
  .hero-eyebrow, .section-label { display: inline-flex; align-items: center; gap: 14px; font-size: 15px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); margin-bottom: 32px; }
  .hero-eyebrow::before, .hero-eyebrow::after,
  .section-label::before, .section-label::after { content: ""; width: 46px; height: 1px; background: var(--green); }
  .hero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(44px, 6vw, 88px); line-height: 0.95; letter-spacing: -0.02em; margin: 0 auto 32px; max-width: 22ch; }
  .hero h1 .nowrap { white-space: nowrap; }
  .hero h1 em { font-style: italic; font-weight: 400; color: var(--green); }
  .hero-subheading { font-family: var(--display); font-weight: 400; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.3; color: var(--ink); margin: -12px 0 28px; letter-spacing: -0.005em; }
  .hero-sub { font-size: 19px; line-height: 1.65; color: var(--ink-soft); max-width: 720px; margin: 0 auto 44px; font-weight: 400; }
  .hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

  /* ============ WHO WE ARE ============ */
  .who-we-are { max-width: 1000px; margin: 0 auto; padding: 96px 40px 96px; text-align: center; }
  .who-we-are-label { display: inline-flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); margin-bottom: 32px; }
  .who-we-are-label::before, .who-we-are-label::after { content: ""; width: 46px; height: 1px; background: var(--green); }
  .who-we-are p { font-family: var(--display); font-weight: 400; font-size: clamp(24px, 3.2vw, 38px); line-height: 1.4; color: var(--ink); margin: 0; letter-spacing: -0.005em; }

  /* ============ TRUST STRIP ============ */
  .trust { max-width: 1340px; margin: 0 auto 72px; padding: 0 40px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .trust-item { flex: 1 1 200px; padding: 40px 0; text-align: center; border-right: 1px solid var(--rule); }
  .trust-item:last-child { border-right: 0; }
  .trust-item strong { display: block; font-family: var(--display); font-weight: 400; font-size: 32px; color: var(--ink); letter-spacing: -0.01em; line-height: 1.1; }
  .trust-item span { display: block; font-size: 14px; color: var(--muted); margin-top: 8px; letter-spacing: 0.14em; text-transform: uppercase; }

  /* ============ SECTION FRAMING ============ */
  .section { padding: 110px 40px; border-top: 0; position: relative; }
  .section:not(.full-bleed) { max-width: 1340px; margin-left: auto; margin-right: auto; }
  .section.bg-a { background: var(--bg); }
  .section.bg-b { background: var(--bg-alt); max-width: 100%; padding-left: max(40px, calc((100vw - 1340px) / 2 + 40px)); padding-right: max(40px, calc((100vw - 1340px) / 2 + 40px)); }
  .section.bg-alt { background: var(--bg-alt); max-width: 100%; padding-left: max(40px, calc((100vw - 1340px) / 2 + 40px)); padding-right: max(40px, calc((100vw - 1340px) / 2 + 40px)); }
  .section.no-border { border-top: 0; }
  .section-head { text-align: center; max-width: 780px; margin: 0 auto 64px; }
  .section-head h2 { font-family: var(--display); font-weight: 400; font-size: clamp(36px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.015em; margin-bottom: 18px; }
  .section-head h2 em { font-style: italic; color: var(--green); }
  .section-head p { font-size: 18px; color: var(--ink-soft); line-height: 1.65; max-width: 620px; margin: 0 auto; }

  /* ============ WHY US / EEAT ============ */
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .why-item { padding: 44px 36px 44px 8px; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .why-item:nth-child(3n) { border-right: 0; padding-right: 0; }
  .why-item:nth-child(n+4) { border-bottom: 0; }
  .why-item:nth-child(n+4) { padding-top: 44px; }
  .why-num { font-family: var(--display); font-style: italic; font-size: 14px; color: var(--green); letter-spacing: 0.1em; margin-bottom: 14px; }
  .why-item strong { display: block; font-family: var(--display); font-weight: 400; font-size: 24px; color: var(--ink); margin-bottom: 10px; letter-spacing: -0.005em; line-height: 1.15; }
  .why-item p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.65; margin: 0; }

  /* ============ GRASS TYPES ============ */
  .grass-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .grass-card { padding: 0; border-right: 1px solid var(--rule); background: var(--bg-light); text-decoration: none; color: inherit; display: flex; flex-direction: column; transition: background 300ms; position: relative; overflow: hidden; }
  .grass-card:last-child { border-right: 0; }
  .grass-card:hover { background: var(--bg-card); }
  .grass-card-img { aspect-ratio: 4/3; overflow: hidden; margin: 0; background: var(--bg-alt); }
  .grass-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(0.2, 0.6, 0.2, 1); }
  .grass-card-body { padding: 32px 30px 36px; display: flex; flex-direction: column; flex: 1; }
  .grass-card-num { font-family: var(--display); font-style: italic; font-size: 14px; color: var(--green); letter-spacing: 0.1em; margin-bottom: 14px; }
  .grass-card:hover .grass-card-img img { transform: scale(1.04); }
  .grass-card h3 { font-family: var(--display); font-weight: 400; font-size: 28px; color: var(--ink); line-height: 1.1; margin-bottom: 10px; letter-spacing: -0.01em; }
  .grass-card ul { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
  .grass-card ul li { font-size: 16px; color: var(--ink-soft); line-height: 1.55; padding: 8px 0 8px 18px; border-bottom: 1px solid var(--rule); position: relative; }
  .grass-card ul li:last-child { border-bottom: 0; }
  .grass-card ul li::before { content: "\2022"; position: absolute; left: 0; top: 8px; color: var(--green); font-weight: 500; }
  .grass-card-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-dark); transition: gap 300ms, color 300ms; }
  .grass-card:hover .grass-card-cta { gap: 14px; color: var(--green-deep); }
  .grass-card-cta svg { width: 14px; height: 14px; }

  /* ============ SPLIT (delivery) ============ */
  .split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1340px; margin: 0 auto; }
  .split.reverse { direction: rtl; }
  .split.reverse > * { direction: ltr; }
  .split-img { aspect-ratio: 4/5; overflow: hidden; }
  .split-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(0.2, 0.6, 0.2, 1); }
  .split-img:hover img { transform: scale(1.04); }
  .split-body h2 { font-family: var(--display); font-weight: 400; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.08; margin-bottom: 22px; letter-spacing: -0.015em; }
  .split-body h2 em { font-style: italic; color: var(--green); }
  .split-body p { font-size: 17px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 18px; }
  .split-body p:first-of-type { font-family: var(--display); font-style: italic; font-size: clamp(20px, 2.2vw, 26px); font-weight: 400; color: var(--ink); line-height: 1.45; letter-spacing: -0.005em; }
  .split-body ul { list-style: none; padding: 0; margin: 28px 0; }
  .split-body ul li { padding: 14px 0 14px 24px; border-bottom: 1px solid var(--rule); font-size: 16px; color: var(--ink-soft); line-height: 1.55; position: relative; }
  .split-body ul li:last-child { border-bottom: 0; }
  .split-body ul li::before { content: ""; position: absolute; left: 0; top: 22px; width: 12px; height: 1px; background: var(--green); }
  .split-body ul li strong { color: var(--ink); font-weight: 600; font-family: var(--body); }
  .split-body .ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }

  /* ============ PULL QUOTE ============ */
  .pull-quote { max-width: 1000px; margin: 0 auto; padding: 140px 40px; text-align: center; }
  .pull-quote-mark { display: inline-block; font-family: var(--display); font-size: 80px; color: var(--green); line-height: 1; margin-bottom: 12px; }
  .pull-quote blockquote { font-family: var(--display); font-style: italic; font-weight: 400; font-size: clamp(26px, 3.5vw, 40px); line-height: 1.35; color: var(--ink); margin: 0; letter-spacing: -0.005em; }
  .pull-quote cite { display: block; margin-top: 36px; font-family: var(--body); font-style: normal; font-weight: 600; font-size: 14px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
  .pull-quote cite::before { content: ""; display: block; width: 40px; height: 1px; background: var(--green); margin: 0 auto 16px; }

  /* ============ STEPS ============ */
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
  .step { padding: 50px 36px 50px 8px; border-right: 1px solid var(--rule); }
  .step:last-child { border-right: 0; padding-right: 0; }
  .step-num { font-family: var(--display); font-weight: 400; font-size: 64px; color: var(--green); line-height: 1; margin-bottom: 18px; letter-spacing: -0.02em; }
  .step h4 { font-family: var(--display); font-weight: 400; font-size: 24px; color: var(--ink); margin-bottom: 12px; letter-spacing: -0.005em; line-height: 1.15; }
  .step p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.65; margin: 0; }

  /* ============ FAQ ============ */
  .faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--rule); }
  .faq-item { border-bottom: 1px solid var(--rule); }
  .faq-q { width: 100%; padding: 32px 0; display: flex; justify-content: space-between; align-items: center; gap: 32px; background: transparent; border: 0; cursor: pointer; text-align: left; font-family: var(--display); font-weight: 400; font-size: clamp(20px, 2.4vw, 26px); color: var(--ink); line-height: 1.3; transition: color 250ms; letter-spacing: -0.005em; }
  .faq-q:hover { color: var(--green-dark); }
  .faq-toggle { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--rule); border-radius: 50%; color: var(--ink); flex-shrink: 0; transition: all 320ms; }
  .faq-toggle svg { width: 16px; height: 16px; }
  .faq-item.open .faq-toggle { background: var(--green); border-color: var(--green); color: #fff; transform: rotate(45deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height 480ms cubic-bezier(0.4,0,0.2,1), padding 300ms; }
  .faq-item.open .faq-a { max-height: 600px; padding: 0 0 32px; }
  .faq-a p { font-size: 16px; color: var(--ink-soft); line-height: 1.75; margin: 0; max-width: 660px; }
  .faq-a a { color: var(--green-dark); border-bottom: 1px solid var(--rule); }
  .faq-a a:hover { color: var(--green-deep); border-bottom-color: var(--green); }

  /* ============ MEET THE OWNERS ============ */
  .meet-owners { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; max-width: 1200px; margin: 0 auto; }
  .meet-owners-img { aspect-ratio: 4/5; overflow: hidden; background: var(--bg-alt); position: relative; border: 1px solid var(--rule); }
  .meet-owners-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(10%) contrast(1.02); }
  .meet-owners-body h2 { font-family: var(--display); font-weight: 400; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.08; margin-bottom: 18px; letter-spacing: -0.015em; }
  .meet-owners-body h2 em { font-style: italic; color: var(--green); }
  .meet-owners-body .sig { font-family: var(--display); font-style: italic; font-size: 22px; color: var(--green-dark); margin-bottom: 28px; }
  .meet-owners-body p { font-size: 17px; color: var(--ink-soft); line-height: 1.7; margin-bottom: 16px; }
  .meet-owners-body .credentials { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--rule); display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .credential-item { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
  .credential-item strong { display: block; font-family: var(--display); font-weight: 400; font-size: 22px; color: var(--ink); margin-bottom: 4px; letter-spacing: -0.005em; }

  /* ============ BLOG TEASER ============ */
  .blog-teaser { max-width: 900px; margin: 0 auto; border: 1px solid var(--rule); padding: 0; display: grid; grid-template-columns: 1fr 1.3fr; align-items: stretch; background: var(--bg-card); }
  .blog-teaser-img { aspect-ratio: auto; overflow: hidden; background: var(--bg-alt); }
  .blog-teaser-img img { width: 100%; height: 100%; object-fit: cover; }
  .blog-teaser-body { padding: 48px 44px; display: flex; flex-direction: column; justify-content: center; }
  .blog-teaser-tag { font-size: 14px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 16px; }
  .blog-teaser-body h3 { font-family: var(--display); font-weight: 400; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; color: var(--ink); margin-bottom: 14px; letter-spacing: -0.01em; }
  .blog-teaser-body p { font-size: 15.5px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 20px; }
  .blog-teaser-body a.more { font-size: 14px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-dark); display: inline-flex; align-items: center; gap: 8px; transition: gap 300ms; }
  .blog-teaser-body a.more:hover { gap: 14px; color: var(--green-deep); }

  /* ============ SERVICE AREAS ============ */
  .service-areas { columns: 4; column-gap: 28px; max-width: 1200px; margin: 0 auto; border-top: 1px solid var(--rule); padding-top: 24px; list-style: none; padding-left: 0; }
  .service-areas li { break-inside: avoid; padding: 11px 0; border-bottom: 1px solid var(--rule); font-family: var(--display); font-weight: 400; font-size: 16.5px; letter-spacing: -0.005em; }
  .service-areas li a { color: var(--ink); display: flex; justify-content: space-between; align-items: center; transition: color 250ms, padding-left 250ms; }
  .service-areas li a::after { content: "→"; color: var(--green); opacity: 0; transition: opacity 250ms, transform 250ms; transform: translateX(-6px); }
  .service-areas li a:hover { color: var(--green-dark); padding-left: 6px; }
  .service-areas li a:hover::after { opacity: 1; transform: translateX(0); }
  .service-areas li.plain { color: var(--muted); }

  /* ============ COVINGTON FACTS ============ */
  .facts { max-width: 900px; margin: 0 auto; text-align: center; }
  .facts h2 { font-family: var(--display); font-weight: 400; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.08; margin-bottom: 20px; letter-spacing: -0.015em; }
  .facts h2 em { font-style: italic; color: var(--green); }
  .facts p { font-size: 17px; color: var(--ink-soft); line-height: 1.75; margin-bottom: 14px; }
  .facts .zip-line { font-family: var(--display); font-style: italic; font-size: 18px; color: var(--ink); background: var(--bg-card); padding: 18px 24px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); margin-top: 28px; }
  .facts .zip-line strong { font-family: var(--body); font-style: normal; font-weight: 600; font-size: 14px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 6px; }

  /* ============ FORM ============ */
  .form-wrap { max-width: 900px; margin: 0 auto; background: var(--bg-card); border: 1px solid var(--rule-strong); padding: 56px 56px; scroll-margin-top: 100px; }
  .form-wrap h3 { font-family: var(--display); font-weight: 400; font-size: 32px; margin-bottom: 8px; letter-spacing: -0.01em; }
  .form-wrap .form-sub { font-size: 16px; color: var(--muted); margin-bottom: 36px; }
  .inquiry-picker { border: 0; padding: 0; margin: 0 0 32px; }
  .inquiry-picker legend { font-size: 14px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 16px; padding: 0; }
  .inquiry-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .inquiry-option { position: relative; cursor: pointer; }
  .inquiry-option input { position: absolute; opacity: 0; pointer-events: none; }
  .inquiry-card { display: block; padding: 20px 18px 18px; background: var(--bg-light); border: 1px solid var(--rule); transition: all 280ms; }
  .inquiry-option:hover .inquiry-card { border-color: var(--green); transform: translateY(-2px); }
  .inquiry-title { display: block; font-family: var(--body); font-weight: 600; font-size: 14px; color: var(--muted); line-height: 1.15; letter-spacing: 0.14em; text-transform: uppercase; }
  .inquiry-sub { display: block; font-size: 14px; color: var(--muted); margin-top: 4px; }
  .inquiry-option input:checked + .inquiry-card { border-color: var(--green); background: var(--bg-card); box-shadow: inset 0 0 0 2px var(--green), 0 0 0 3px rgba(74,151,44,0.14); }
  .inquiry-option input:checked + .inquiry-card .inquiry-title { color: var(--green-dark); }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .form-group { display: flex; flex-direction: column; }
  .form-group.full { grid-column: 1 / -1; }
  .form-row-three { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  .form-row-address { grid-column: 1 / -1; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 20px; }
  .form-step-label { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green-dark); margin: 12px 0 0; padding-top: 20px; border-top: 1px solid var(--rule); }
  .form-step-label:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
  .form-step-label::after { content: ""; flex: 1; height: 1px; background: var(--rule); }
  label { font-size: 14px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
  input, select, textarea { width: 100%; padding: 15px 16px; border: 1px solid var(--rule); border-radius: 0; font-family: var(--body); font-size: 15px; color: var(--ink); background: var(--bg-light); transition: border-color 250ms, background 250ms; -webkit-appearance: none; }
  input:focus, select:focus, textarea:focus { outline: 0; border-color: var(--green); background: var(--bg-card); box-shadow: 0 0 0 3px rgba(74,151,44,0.12); }
  textarea { resize: vertical; min-height: 120px; line-height: 1.55; font-family: var(--body); }
  select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2386847d' d='M1 1l5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
  .sms-consent { margin-top: 24px; padding: 18px; background: var(--bg-light); border: 1px solid var(--rule); }
  .sms-consent label { font-size: 14px; color: var(--ink-soft); font-weight: 400; letter-spacing: 0; text-transform: none; display: flex; gap: 12px; align-items: flex-start; cursor: pointer; line-height: 1.55; margin-bottom: 0; }
  .sms-consent input[type="checkbox"] { appearance: none; -webkit-appearance: none; width: 20px; height: 20px; flex-shrink: 0; margin-top: 1px; border: 1.5px solid var(--rule-strong); background: var(--bg-light); cursor: pointer; position: relative; padding: 0; transition: background 200ms, border-color 200ms; }
  .sms-consent input[type="checkbox"]:hover { border-color: var(--green); }
  .sms-consent input[type="checkbox"]:checked { background: var(--green); border-color: var(--green); }
  .sms-consent input[type="checkbox"]:checked::after { content: ""; position: absolute; top: 2px; left: 6px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
  .sms-consent input[type="checkbox"]:focus-visible { outline: 2px solid var(--green-dark); outline-offset: 2px; }
  .sms-consent a { color: var(--green-dark); font-weight: 600; border-bottom: 1px solid var(--rule); }
  .form-submit-wrap { margin-top: 32px; }
  .form-submit-wrap button { width: 100%; }
  .form-note { font-size: 14px; color: var(--muted); margin-top: 14px; text-align: center; font-style: italic; font-family: var(--display); }

  /* ============ FINAL CTA ============ */
  .final-cta { background: var(--ink); color: var(--bg); padding: 140px 40px; text-align: center; margin-top: 0; }
  .final-cta h2 { font-family: var(--display); font-weight: 400; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; color: var(--bg); margin-bottom: 20px; letter-spacing: -0.02em; }
  .final-cta h2 em { font-style: italic; color: #a9d98f; }
  .final-cta p { font-family: var(--display); font-style: italic; font-size: clamp(20px, 2vw, 26px); color: rgba(251,251,248,0.8); max-width: 640px; margin: 0 auto 44px; line-height: 1.45; }
  .final-cta .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
  .final-cta .btn { background: var(--green); border-color: var(--green); color: var(--bg); }
  .final-cta .btn:hover { background: var(--bg); border-color: var(--bg); color: var(--ink); }
  .final-cta .btn.ghost { background: transparent; color: var(--bg); border-color: var(--bg); }
  .final-cta .btn.ghost:hover { background: var(--bg); color: var(--ink); }
  .nap-block { margin-top: 0; padding-top: 48px; border-top: 1px solid rgba(251,251,248,0.16); display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; max-width: 980px; margin-left: auto; margin-right: auto; text-align: center; }
  .nap-item .nap-label { font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(251,251,248,0.55); margin-bottom: 10px; }
  .nap-item .nap-value { font-family: var(--display); font-weight: 400; font-size: 18px; color: var(--bg); line-height: 1.45; letter-spacing: -0.005em; }
  .nap-item .nap-value a { color: var(--bg); }
  .nap-item .nap-value a:hover { color: #a9d98f; }

  /* ============ FOOTER ============ */
  .site-footer { background: #1a1a17; color: rgba(251,251,248,0.68); padding: 80px 48px 32px; font-size: 14px; }
  .footer-masthead { max-width: 1340px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 56px; padding-bottom: 56px; border-bottom: 1px solid rgba(251,251,248,0.12); }
  .footer-brand { font-family: var(--display); font-weight: 400; font-size: 36px; color: var(--bg); margin-bottom: 20px; letter-spacing: -0.01em; line-height: 1.05; }
  .footer-brand em { font-style: italic; color: #a9d98f; }
  .footer-masthead p { max-width: 380px; line-height: 1.75; color: rgba(251,251,248,0.7); }
  .footer-phone { margin-top: 20px; margin-bottom: 4px; }
  .footer-phone a { color: #a9d98f; font-family: var(--display); font-weight: 400; font-size: 24px; transition: color 250ms; }
  .footer-phone a:hover { color: var(--bg); }
  .footer-hours { font-size: 14px; color: rgba(251,251,248,0.55); margin: 0; line-height: 1.55; }
  .footer-masthead h4 { color: var(--bg); font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; margin: 0 0 20px; }
  .footer-masthead ul { list-style: none; padding: 0; margin: 0; }
  .footer-masthead ul li { margin-bottom: 10px; }
  .footer-masthead ul a { color: rgba(251,251,248,0.7); font-family: var(--display); font-weight: 400; font-size: 17px; letter-spacing: -0.005em; transition: color 250ms; }
  .footer-masthead ul a:hover { color: #a9d98f; }
  .footer-bar { max-width: 1340px; margin: 0 auto; padding-top: 28px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; font-size: 14px; color: rgba(251,251,248,0.45); letter-spacing: 0.04em; }
  .footer-legal { display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap; }
  .footer-legal a { color: rgba(251,251,248,0.6); }
  .footer-legal a:hover { color: #a9d98f; }
  .footer-legal-sep { color: rgba(251,251,248,0.25); }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 1024px) {
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .why-item:nth-child(3n) { border-right: 1px solid var(--rule); padding-right: 36px; }
    .why-item:nth-child(2n) { border-right: 0; padding-right: 0; }
    .grass-grid { grid-template-columns: repeat(2, 1fr); }
    .grass-card:nth-child(2) { border-right: 0; }
    .grass-card:nth-child(1), .grass-card:nth-child(2) { border-bottom: 1px solid var(--rule); }
    .steps { grid-template-columns: 1fr; }
    .step { border-right: 0; border-bottom: 1px solid var(--rule); padding-right: 0; }
    .step:last-child { border-bottom: 0; }
    .split, .meet-owners { grid-template-columns: 1fr; gap: 48px; }
    .split.reverse { direction: ltr; }
    .split-img, .meet-owners-img { aspect-ratio: 16/10; max-height: 520px; }
    .blog-teaser { grid-template-columns: 1fr; }
    .blog-teaser-img { aspect-ratio: 16/9; }
    .service-areas { columns: 3; column-gap: 24px; }
    .footer-masthead { grid-template-columns: 1fr 1fr; gap: 40px; }
  }
  @media (max-width: 900px) {
    .trust { flex-direction: column; }
    .trust-item { border-right: 0; border-bottom: 1px solid var(--rule); }
    .trust-item:last-child { border-bottom: 0; }
    .nap-block { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .service-areas { columns: 2; column-gap: 20px; }
  }
  @media (max-width: 600px) {
    .nav { padding: 18px 0; }
    .nav.scrolled { padding: 14px 0; }
    .nav-inner { padding: 0 20px; }
    .nav ul { display: none; }
    .nav .call { font-size: 17px; }
    .hero, .section, .hero-banner, .who-we-are, .trust, .pull-quote, .final-cta, .site-footer { padding-left: 20px; padding-right: 20px; }
    .hero { padding-top: 130px; }
    .why-grid { grid-template-columns: 1fr; }
    .why-item { border-right: 0 !important; padding-right: 0 !important; }
    .why-item:last-child { border-bottom: 0; }
    .grass-grid { grid-template-columns: 1fr; }
    .grass-card { border-right: 0; border-bottom: 1px solid var(--rule); }
    .grass-card:last-child { border-bottom: 0; }
    .service-areas { columns: 1; }
    .form-wrap { padding: 32px 24px; }
    .form-grid, .inquiry-options, .form-row-three, .form-row-address { grid-template-columns: 1fr; }
    .meet-owners-body .credentials { grid-template-columns: 1fr; }
    .footer-masthead { grid-template-columns: 1fr; gap: 36px; }
    .nap-block { grid-template-columns: 1fr; }
  }

  /* ============================================================
     GRANULAR HOVER LAYER
     Every card, heading, icon, number, list item, link, and surface
     gets an individual micro-interaction. Keeps people engaged.
     ============================================================ */

  /* --- NAV --- */
  .nav .logo, .nav .call, .nav ul a { transition: color 320ms ease, letter-spacing 320ms ease; }
  .nav .logo:hover { letter-spacing: 0.005em; }
  .nav ul a { position: relative; }
  .nav ul a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: center; transition: transform 360ms ease; }
  .nav ul a:hover::after { transform: scaleX(1); }

  /* --- HERO --- */
  .hero-eyebrow { transition: letter-spacing 400ms ease; }
  .hero-eyebrow:hover { letter-spacing: 0.34em; }
  .hero-inner { transition: background 500ms ease, border-color 500ms ease, box-shadow 500ms ease; }
  .hero-inner:hover { background: rgba(251, 251, 248, 0.78); box-shadow: 0 24px 50px -28px rgba(33,33,24,0.35); }
  .hero h1 em { transition: color 300ms ease, letter-spacing 300ms ease; }
  .hero h1:hover em { color: var(--green-deep); }

  /* --- BUTTONS (elevation + glow) --- */
  .btn { position: relative; }
  .btn:hover { box-shadow: 0 14px 24px -14px rgba(33,33,24,0.45); }
  .btn.ghost:hover { box-shadow: 0 14px 24px -14px rgba(74,151,44,0.4); }

  /* --- SECTION HEADINGS --- */
  .section-head h2 { transition: transform 500ms ease; display: inline-block; }
  .section-head:hover h2 { transform: translateY(-2px); }
  .section-head h2 em { transition: color 300ms ease; }
  .section-head:hover h2 em { color: var(--green-deep); }
  .section-label { transition: letter-spacing 400ms ease, color 300ms ease; }
  .section-label:hover { letter-spacing: 0.32em; color: var(--ink-soft); }
  .section-label:hover::before, .section-label:hover::after { background: var(--green-dark); }

  /* --- WHO WE ARE --- */
  .who-we-are p { transition: color 400ms ease; }
  .who-we-are:hover p { color: var(--green-deep); }
  .who-we-are-label:hover { letter-spacing: 0.34em; }
  .who-we-are-label { transition: letter-spacing 400ms ease; }

  /* --- TRUST STRIP --- */
  .trust-item { cursor: default; transition: background 350ms ease, transform 350ms ease; }
  .trust-item:hover { background: var(--bg-card); transform: translateY(-2px); }
  .trust-item strong { transition: color 300ms ease; }
  .trust-item:hover strong { color: var(--green-dark); }
  .trust-item span { transition: color 300ms ease, letter-spacing 300ms ease; }
  .trust-item:hover span { color: var(--ink-soft); letter-spacing: 0.18em; }

  /* --- WHY US GRID --- */
  .why-item { transition: background 350ms ease, padding 350ms ease; position: relative; cursor: default; }
  .why-item:hover { background: var(--bg-card); }
  .why-num { transition: letter-spacing 300ms ease, color 300ms ease; }
  .why-item:hover .why-num { letter-spacing: 0.18em; color: var(--green-deep); }
  .why-item strong { transition: color 300ms ease; }
  .why-item:hover strong { color: var(--green-dark); }
  .why-item p { transition: color 300ms ease; }
  .why-item:hover p { color: var(--ink); }

  /* --- GRASS CARDS (upgrade existing) --- */
  .grass-card { transition: background 350ms ease, transform 400ms ease, box-shadow 400ms ease; }
  .grass-card:hover { transform: translateY(-6px); box-shadow: 0 22px 36px -22px rgba(33,33,24,0.3); }
  .grass-card h3 { transition: color 300ms ease; }
  .grass-card:hover h3 { color: var(--green-dark); }
  .grass-card ul li { transition: color 250ms ease, padding-left 250ms ease; }
  .grass-card ul li:hover { color: var(--ink); padding-left: 24px; }
  .grass-card ul li:hover::before { color: var(--green-dark); }
  .grass-card-img { position: relative; overflow: hidden; }
  .grass-card-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(47,106,24,0) 40%, rgba(47,106,24,0.2)); opacity: 0; transition: opacity 400ms ease; pointer-events: none; }
  .grass-card:hover .grass-card-img::after { opacity: 1; }
  .grass-card-num { transition: letter-spacing 300ms ease, color 300ms ease; }
  .grass-card:hover .grass-card-num { letter-spacing: 0.18em; color: var(--green-deep); }

  /* --- DELIVERY SPLIT --- */
  .split-img { overflow: hidden; position: relative; }
  .split-img::after { content: ""; position: absolute; inset: 0; background: rgba(47,106,24,0.12); opacity: 0; transition: opacity 400ms ease; pointer-events: none; }
  .split-img:hover::after { opacity: 1; }
  .split-body h2 { transition: transform 400ms ease; }
  .split-body:hover h2 { transform: translateX(4px); }
  .split-body ul li { transition: padding-left 300ms ease, color 300ms ease; }
  .split-body ul li:hover { padding-left: 34px; color: var(--ink); }
  .split-body ul li::before { transition: width 300ms ease, background 300ms ease; }
  .split-body ul li:hover::before { width: 22px; background: var(--green-dark); }
  .split-body ul li strong { transition: color 300ms ease; }
  .split-body ul li:hover strong { color: var(--green-dark); }

  /* --- PULL QUOTE --- */
  .pull-quote { transition: background 500ms ease; }
  .pull-quote blockquote { transition: color 500ms ease; }
  .pull-quote:hover blockquote { color: var(--green-deep); }
  .pull-quote-mark { transition: transform 500ms ease, color 300ms ease; display: inline-block; }
  .pull-quote:hover .pull-quote-mark { transform: scale(1.12) rotate(-4deg); color: var(--green-dark); }
  .pull-quote cite { transition: letter-spacing 400ms ease; }
  .pull-quote:hover cite { letter-spacing: 0.24em; }

  /* --- STEPS --- */
  .step { cursor: default; transition: background 350ms ease, padding 350ms ease; }
  .step:hover { background: var(--bg-card); }
  .step-num { transition: transform 400ms ease, color 300ms ease; display: inline-block; transform-origin: center; }
  .step:hover .step-num { transform: scale(1.08) rotate(-2deg); color: var(--green-deep); }
  .step h4 { transition: color 300ms ease; }
  .step:hover h4 { color: var(--green-dark); }
  .step p { transition: color 300ms ease; }
  .step:hover p { color: var(--ink); }

  /* --- FORM --- */
  .form-wrap { transition: box-shadow 400ms ease, border-color 400ms ease; }
  .form-wrap:hover { box-shadow: 0 24px 50px -28px rgba(33,33,24,0.22); border-color: var(--rule-strong); }
  input:hover:not(:focus), select:hover:not(:focus), textarea:hover:not(:focus) { border-color: var(--rule-strong); background: var(--bg-card); }
  label { transition: color 300ms ease; }
  .form-group:hover label { color: var(--green-dark); }

  /* --- INQUIRY PICKER --- */
  .inquiry-card { position: relative; overflow: hidden; }
  .inquiry-card::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 360ms ease; }
  .inquiry-option:hover .inquiry-card::after { transform: scaleX(1); }
  .inquiry-option:hover .inquiry-card { box-shadow: 0 10px 20px -12px rgba(74,151,44,0.3); }
  .inquiry-title { transition: color 300ms ease; }
  .inquiry-option:hover .inquiry-title { color: var(--green-dark); }

  /* --- FAQ --- */
  .faq-item { transition: background 280ms ease, padding 280ms ease; }
  .faq-item:hover { background: rgba(201,213,179,0.28); padding-left: 12px; padding-right: 12px; }
  .faq-toggle { transition: transform 320ms ease, background 320ms ease, border-color 320ms ease; }
  .faq-item:hover .faq-toggle { border-color: var(--green); background: var(--bg-card); transform: scale(1.08); }
  .faq-item.open:hover .faq-toggle { transform: rotate(45deg) scale(1.08); }
  .faq-a a { transition: color 300ms ease, border-bottom-color 300ms ease; }
  .faq-a a:hover { color: var(--green-deep); border-bottom-color: var(--green-deep); }

  /* --- MEET OWNERS --- */
  .meet-owners-img { overflow: hidden; position: relative; }
  .meet-owners-img img { transition: transform 900ms cubic-bezier(0.2,0.6,0.2,1), filter 900ms ease; }
  .meet-owners-img:hover img { transform: scale(1.05); filter: grayscale(0%) contrast(1.05) saturate(1.08); }
  .meet-owners-body h2 { transition: transform 400ms ease; }
  .meet-owners-body:hover h2 { transform: translateX(4px); }
  .credential-item { transition: transform 300ms ease, color 300ms ease; }
  .credential-item:hover { transform: translateY(-3px); }
  .credential-item strong { transition: color 300ms ease; }
  .credential-item:hover strong { color: var(--green-dark); }

  /* --- BLOG TEASER --- */
  .blog-teaser { transition: transform 400ms ease, box-shadow 400ms ease, border-color 400ms ease; }
  .blog-teaser:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -24px rgba(33,33,24,0.28); border-color: var(--rule-strong); }
  .blog-teaser-img { overflow: hidden; }
  .blog-teaser-img img { transition: transform 900ms cubic-bezier(0.2,0.6,0.2,1); }
  .blog-teaser:hover .blog-teaser-img img { transform: scale(1.06); }
  .blog-teaser-body h3 { transition: color 300ms ease; }
  .blog-teaser:hover .blog-teaser-body h3 { color: var(--green-dark); }
  .blog-teaser-tag { transition: letter-spacing 300ms ease; }
  .blog-teaser:hover .blog-teaser-tag { letter-spacing: 0.24em; }
  .blog-teaser-body a.more svg { transition: transform 300ms ease; }
  .blog-teaser-body a.more:hover svg { transform: translateX(4px); }

  /* --- SERVICE AREAS LIST --- */
  .service-areas li { transition: background 220ms ease; }
  .service-areas li:hover { background: rgba(201,213,179,0.32); }
  .service-areas li a { position: relative; }

  /* --- COVINGTON FACTS --- */
  .facts h2 { transition: transform 400ms ease; display: inline-block; }
  .facts:hover h2 { transform: translateY(-2px); }
  .facts .zip-line { transition: background 350ms ease, transform 350ms ease; }
  .facts .zip-line:hover { background: var(--bg); transform: translateY(-1px); }

  /* --- NAP BLOCK (in final CTA) --- */
  .nap-item { transition: transform 300ms ease; }
  .nap-item:hover { transform: translateY(-3px); }
  .nap-item .nap-value { transition: color 300ms ease; }
  .nap-item:hover .nap-value, .nap-item:hover .nap-value a { color: #c7ea9a; }
  .nap-item .nap-label { transition: letter-spacing 300ms ease; }
  .nap-item:hover .nap-label { letter-spacing: 0.26em; }

  /* --- FINAL CTA --- */
  .final-cta h2 em { transition: color 400ms ease; }
  .final-cta:hover h2 em { color: #e1f5c7; }
  .final-cta .btn:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -16px rgba(167,217,143,0.5); }

  /* --- FOOTER --- */
  .footer-masthead ul a { transition: color 300ms ease, padding-left 300ms ease, letter-spacing 300ms ease; position: relative; }
  .footer-masthead ul a:hover { padding-left: 4px; letter-spacing: 0.005em; }
  .footer-brand { transition: transform 500ms ease; display: inline-block; }
  .site-footer:hover .footer-brand { transform: translateX(2px); }
  .footer-phone a { transition: color 300ms ease, letter-spacing 300ms ease; }
  .footer-phone a:hover { letter-spacing: 0.005em; }
  .footer-legal a { transition: color 300ms ease, letter-spacing 300ms ease; }
  .footer-legal a:hover { letter-spacing: 0.05em; }

  /* --- SVG ICONS GLOBAL --- */
  /* Any svg inside a link or button scales subtly */
  a:hover svg, button:hover svg, [role="button"]:hover svg { transition: transform 300ms ease; }
  .grass-card-cta svg { transition: transform 300ms ease; }
  .grass-card:hover .grass-card-cta svg { transform: translateX(6px); }

  /* --- REDUCED MOTION --- */
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; }
  }




  /* Hide the small native icon (whole field is clickable now, icon is redundant) */
  input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0; cursor: pointer; position: absolute; right: 0; top: 0; width: 100%; height: 100%; }
  input[type="date"] { position: relative; cursor: pointer; }

  /* ============ GRASS PAGE SPEC CARD ============ */
  .spec-card { max-width: 1100px; margin: 64px auto 0; background: var(--bg-card); border: 1px solid var(--rule-strong); padding: 44px 48px; transition: box-shadow 400ms ease, border-color 400ms ease; }
  .spec-card:hover { box-shadow: 0 24px 50px -28px rgba(33,33,24,0.18); border-color: var(--green); }
  .spec-card .section-label { display: flex; }
  .spec-card-title { display: block; font-family: var(--display); font-weight: 400; font-size: 28px; color: var(--ink); margin: 0 0 28px; letter-spacing: -0.005em; transition: transform 400ms ease; transform-origin: left center; }
  .spec-card-title em { font-style: italic; color: var(--green); transition: color 300ms ease; }
  .spec-card:hover .spec-card-title { transform: translateX(3px); }
  .spec-card:hover .spec-card-title em { color: var(--green-deep); }
  .spec-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
  .spec-item { padding: 14px 12px; cursor: default; border-radius: 2px; position: relative; transition: background 320ms ease, transform 320ms ease, padding 320ms ease; }
  .spec-item::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 360ms ease; }
  .spec-item:hover { background: var(--bg); transform: translateY(-3px); }
  .spec-item:hover::before { transform: scaleX(1); }
  .spec-label { display: block; font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; transition: color 320ms ease, letter-spacing 320ms ease; }
  .spec-item:hover .spec-label { color: var(--green-dark); letter-spacing: 0.22em; }
  .spec-value { display: block; font-family: var(--display); font-size: 16px; color: var(--ink); line-height: 1.35; transition: color 320ms ease; }
  .spec-item:hover .spec-value { color: var(--green-deep); }
  @media (max-width: 900px) { .spec-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } }
  @media (max-width: 520px) { .spec-grid { grid-template-columns: 1fr; } .spec-card { padding: 32px 24px; } }

  /* ============ LOCATION + HOMEPAGE EXTENDED COMPONENTS ============ */

/* ================================================================
   LOCATION PAGE MASTER TEMPLATE v1 - Magnolia
   Photo hero + card, JS tabs, big numbered steps, map + pill grid.
   =============================================================== */

/* ---------- PHOTO HERO + CARD (matches homepage .hero pattern) ---------- */
.loc-hero { min-height: 78vh; padding: 180px 40px 100px; text-align: center; position: relative;
            background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-color: var(--bg-alt); }
.loc-hero::before { content: ""; position: absolute; inset: 0; background: rgba(47, 106, 24, 0.42); pointer-events: none; z-index: 1; }
.loc-hero-inner { max-width: 920px; margin: 0 auto; position: relative; z-index: 2; background: rgba(251, 251, 248, 0.55); padding: 56px 64px 64px; border: 1px solid rgba(255,255,255,0.5); transition: background 500ms ease, box-shadow 500ms ease; }
.loc-hero-inner:hover { background: rgba(251, 251, 248, 0.68); box-shadow: 0 28px 60px -32px rgba(33,33,24,0.4); }
.loc-hero .btn:not(.ghost) { background: var(--green-dark); border-color: var(--green-dark); color: var(--bg); }
.loc-hero .btn:not(.ghost):hover { background: var(--green); border-color: var(--green); }
.loc-hero-breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 24px; padding: 0; font-size: 14px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.loc-hero-breadcrumb ol li + li::before { content: "/"; margin-right: 10px; color: var(--rule-strong); }
.loc-hero-breadcrumb ol li a { color: var(--ink-soft); transition: color 250ms; }
.loc-hero-breadcrumb ol li a:hover { color: var(--green-dark); }
.loc-hero-breadcrumb ol li[aria-current="page"] { color: var(--ink); }
.loc-hero .hero-eyebrow { margin-bottom: 28px; }
.loc-hero h1 { font-family: var(--display); font-weight: 400; font-size: clamp(42px, 6vw, 82px); line-height: 1.02; letter-spacing: -0.02em; margin: 0 auto 24px; max-width: 22ch; color: var(--ink); }
.loc-hero h1 em { font-style: italic; font-weight: 400; color: var(--green); }
.loc-hero h1 .nowrap { white-space: nowrap; }
.loc-hero .hero-subheading { font-family: var(--display); font-weight: 400; font-size: clamp(22px, 2.6vw, 30px); line-height: 1.3; color: var(--ink); margin: 0 auto 22px; max-width: 720px; letter-spacing: -0.005em; }
.loc-hero .hero-sub { font-size: 18px; line-height: 1.7; color: var(--ink-soft); max-width: 680px; margin: 0 auto 36px; }
.loc-hero .hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 900px) {
  .loc-hero { padding: 140px 20px 72px; background-attachment: scroll; min-height: 60vh; }
  .loc-hero-inner { padding: 40px 28px 44px; }
}

/* ---------- HOW TO ORDER (big numbered step cards) ---------- */
.order-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; max-width: 1340px; margin: 0 auto 56px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.order-step { padding: 56px 40px; border-right: 1px solid var(--rule); text-align: left; position: relative; transition: background 350ms ease; }
.order-step:last-child { border-right: 0; }
.order-step:hover { background: var(--bg-card); }
.order-step-badge { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.order-step-num { font-family: var(--display); font-weight: 400; font-style: italic; font-size: 72px; line-height: 1; color: var(--green); letter-spacing: -0.02em; transition: color 300ms ease, transform 400ms ease; }
.order-step-icon { width: 56px; height: 56px; color: var(--ink); opacity: 0.5; cursor: default; transition: color 320ms ease, opacity 320ms ease, transform 400ms ease, filter 400ms ease; }
.order-step:hover .order-step-num { color: var(--green-deep); transform: translateY(-2px); }
.order-step:hover .order-step-icon { color: var(--green-dark); opacity: 1; transform: translateY(-2px); }
.order-step-icon:hover { color: var(--green-deep); opacity: 1; transform: translateY(-4px) scale(1.12) rotate(-4deg); filter: drop-shadow(0 8px 14px rgba(74,151,44,0.35)); }
.order-step h4 { font-family: var(--display); font-weight: 400; font-size: 26px; color: var(--ink); line-height: 1.15; margin: 0 0 12px; letter-spacing: -0.01em; transition: color 300ms ease; }
.order-step:hover h4 { color: var(--green-dark); }
.order-step p { font-size: 16px; color: var(--ink-soft); line-height: 1.7; margin: 0; transition: color 300ms ease; }
.order-step:hover p { color: var(--ink); }
.order-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; max-width: 1340px; margin: 0 auto; }
@media (max-width: 900px) {
  .order-steps { grid-template-columns: 1fr; }
  .order-step { border-right: 0; border-bottom: 1px solid var(--rule); }
  .order-step:last-child { border-bottom: 0; }
}

/* ---------- AREA FACTS (JS-driven tabs) ---------- */
.area-facts { max-width: 1100px; margin: 0 auto; border: 1px solid var(--rule); background: var(--bg-card); }
.area-facts-tablist { display: flex; flex-wrap: wrap; gap: 0; border-bottom: 1px solid var(--rule); background: var(--bg-alt); }
.area-facts-tab { flex: 1 1 200px; padding: 22px 24px; text-align: center; font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); cursor: pointer; border: 0; border-right: 1px solid var(--rule); background: transparent; transition: background 280ms ease, color 280ms ease, letter-spacing 280ms ease; position: relative; }
.area-facts-tab:last-child { border-right: 0; }
.area-facts-tab:hover { color: var(--ink); background: var(--bg-card); letter-spacing: 0.22em; }
.area-facts-tab::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: center; transition: transform 360ms ease; }
.area-facts-tab.is-active { color: var(--ink); background: var(--bg-card); }
.area-facts-tab.is-active::after { transform: scaleX(1); }
.area-facts-panels { padding: 56px 48px; background: var(--bg-card); }
.area-facts-panel { display: none; }
.area-facts-panel.is-active { display: block; animation: afac-fade 280ms ease-out; }
@keyframes afac-fade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.area-facts-panel dl { display: grid; grid-template-columns: 220px 1fr; gap: 20px 36px; margin: 0; }
.area-facts-panel dt { font-family: var(--body); font-size: 14px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); padding-top: 4px; }
.area-facts-panel dd { font-family: var(--display); font-size: 19px; font-weight: 400; color: var(--ink); margin: 0; line-height: 1.5; letter-spacing: -0.005em; }
.area-facts-panel dd + dt { padding-top: 16px; border-top: 1px solid var(--rule); }
.area-facts-panel dt + dd { padding-top: 0; }
@media (max-width: 900px) {
  .area-facts-tab { flex: 1 1 50%; padding: 18px 12px; font-size: 14px; letter-spacing: 0.14em; border-bottom: 1px solid var(--rule); }
  .area-facts-tab:nth-child(2) { border-right: 0; }
  .area-facts-tab:nth-child(3), .area-facts-tab:nth-child(4) { border-bottom: 0; }
  .area-facts-panels { padding: 40px 24px; }
  .area-facts-panel dl { grid-template-columns: 1fr; gap: 4px 0; }
  .area-facts-panel dt { padding-top: 16px; border-top: 1px solid var(--rule); }
  .area-facts-panel dt:first-child { border-top: 0; padding-top: 0; }
  .area-facts-panel dd + dt { border-top: 1px solid var(--rule); padding-top: 16px; }
}

/* ---------- NEARBY TOWNS: MAP + HORIZONTAL PILLS ---------- */
.nearby-wrap { max-width: 1100px; margin: 0 auto; }
.nearby-map { margin-bottom: 36px; border: 1px solid var(--rule); overflow: hidden; background: var(--bg-alt); transition: box-shadow 400ms ease, border-color 400ms ease; aspect-ratio: 16 / 7; min-height: 280px; max-height: 460px; position: relative; }
.nearby-map:hover { box-shadow: 0 24px 50px -30px rgba(33,33,24,0.25); border-color: var(--rule-strong); }
.nearby-map iframe { display: block; width: 100%; height: 100%; filter: grayscale(30%) saturate(0.85); transition: filter 600ms ease; border: 0; }
.nearby-map:hover iframe { filter: grayscale(0%) saturate(1); }
.nearby-map-load { width: 100%; height: 100%; min-height: inherit; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 32px 24px; background: linear-gradient(135deg, var(--bg-alt) 0%, var(--bg-card) 60%, var(--bg) 100%); border: 0; cursor: pointer; font-family: var(--body); transition: background 320ms ease, transform 320ms ease; }
.nearby-map-load:hover { background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg) 60%, var(--bg-light) 100%); }
.nearby-map-load:focus-visible { outline: 2px solid var(--green-dark); outline-offset: -4px; }
.nearby-map-pin { color: var(--green-dark); display: inline-flex; transition: transform 320ms ease, color 320ms ease; }
.nearby-map-load:hover .nearby-map-pin { color: var(--green-deep); transform: translateY(-3px) scale(1.06); }
.nearby-map-label { font-family: var(--display); font-size: 22px; font-weight: 400; color: var(--ink); letter-spacing: -0.005em; transition: color 320ms ease; }
.nearby-map-load:hover .nearby-map-label { color: var(--green-dark); }
.nearby-map-sub { font-size: 14px; font-weight: 600; color: var(--muted); letter-spacing: 0.18em; text-transform: uppercase; transition: letter-spacing 320ms ease, color 320ms ease; }
.nearby-map-load:hover .nearby-map-sub { letter-spacing: 0.22em; color: var(--ink-soft); }
.nearby-towns { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 12px; justify-content: center; }
.nearby-town { margin: 0; }
.nearby-town a,
.nearby-town > span { display: inline-flex; align-items: center; padding: 12px 22px; font-family: var(--display); font-size: 16px; letter-spacing: -0.005em; border: 1px solid var(--rule); background: var(--bg-card); color: var(--ink); transition: background 280ms ease, border-color 280ms ease, color 280ms ease, transform 280ms ease; }
.nearby-town a:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-2px); }
.nearby-town > span { color: var(--muted); cursor: default; }

/* ---------- RESPONSIVE SHARED ---------- */
@media (max-width: 600px) {
  .order-step { padding: 40px 24px; }
  .order-step-num { font-size: 56px; }
  .order-step-icon { width: 44px; height: 44px; }
  .nearby-town a, .nearby-town > span { padding: 10px 18px; font-size: 15px; }
}

/* ---------- NEARBY TOWN PILLS: RICHER HOVER + TEXT TREATMENT ---------- */
.nearby-town { position: relative; }
.nearby-town a,
.nearby-town > span { position: relative; overflow: hidden; transition: background 320ms ease, border-color 320ms ease, color 320ms ease, transform 320ms ease, box-shadow 320ms ease, padding 320ms ease, letter-spacing 320ms ease; }
.nearby-town a::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 360ms ease; }
.nearby-town a:hover { background: var(--bg); border-color: var(--green); color: var(--green-deep); transform: translateY(-3px); box-shadow: 0 12px 24px -14px rgba(74,151,44,0.45); padding: 12px 28px; letter-spacing: 0.01em; }
.nearby-town a:hover::before { transform: scaleX(1); }
.nearby-town a:active { transform: translateY(-1px); }
.nearby-town > span:hover { border-color: var(--rule-strong); color: var(--ink-soft); }

/* ---------- QUOTE FORM SECTION (reuses existing .form-wrap) ---------- */
/* ---------- QUOTE FORM SECTION (compact / conversion-tuned) ---------- */
#quote-section { scroll-margin-top: 96px; padding-top: 72px; padding-bottom: 80px; }
#quote-section .section-head { margin-bottom: 28px; }
#quote-section .section-head p { margin-top: 10px; }
#quote-section .form-wrap { margin: 0 auto; padding: 32px 40px 36px; }
#quote-section .form-wrap h3 { font-size: 26px; margin-bottom: 4px; }
#quote-section .form-wrap .form-sub { margin-bottom: 22px; font-size: 15px; }
#quote-section .inquiry-picker { margin-bottom: 20px; }
#quote-section .inquiry-picker legend { margin-bottom: 10px; }
#quote-section .inquiry-options { grid-template-columns: repeat(4, 1fr); gap: 14px; }
#quote-section .inquiry-card { padding: 16px 18px; text-align: center; }
#quote-section .inquiry-title { font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); display: block; }
#quote-section .form-grid { gap: 12px 14px; }
#quote-section .form-step-label { padding-top: 14px; margin-top: 6px; }
#quote-section label { margin-bottom: 5px; }
#quote-section input,
#quote-section select,
#quote-section textarea { padding: 11px 14px; font-size: 14.5px; }
#quote-section textarea { min-height: 80px; }
#quote-section .sms-consent { margin-top: 14px; padding: 12px 14px; }
#quote-section .sms-consent label { font-size: 14px; line-height: 1.5; }
#quote-section .form-submit-wrap { margin-top: 20px; }
#quote-section .form-note { margin-top: 10px; font-size: 14px; }
@media (max-width: 900px) {
  #quote-section { padding-top: 56px; padding-bottom: 64px; }
  #quote-section .form-wrap { padding: 28px 24px 30px; }
  #quote-section .inquiry-options { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  #quote-section .inquiry-options { grid-template-columns: 1fr; }
}

/* ---------- DELIVERY ROUTING NOTE (Section 5 closing pull-line)
   Uses bg tint + thin top rule (no left color border, per global rule). */
.split-body .delivery-note { margin-top: 16px; padding: 18px 20px; background: var(--bg-card); border-top: 1px solid var(--green); border-bottom: 1px solid var(--rule); font-size: 15.5px; color: var(--ink-soft); font-style: italic; transition: background 320ms ease, border-color 320ms ease; }
.split-body .delivery-note:hover { background: var(--bg); border-top-color: var(--green-dark); }
.split-body .delivery-note strong { font-style: normal; font-weight: 600; color: var(--green-dark); font-family: var(--body); letter-spacing: 0.06em; text-transform: uppercase; font-size: 14px; margin-right: 8px; display: inline-block; }

/* ---------- PLAIN PARAGRAPH OVERRIDE (for split-body P1 that should NOT be a pull-quote) */
.section .split-body p.plain,
.section .split-body p.plain:first-of-type {
  font-family: var(--body);
  font-style: normal;
  font-size: 17px;
  font-weight: 400;
  color: var(--ink-soft);
  line-height: 1.7;
  letter-spacing: 0;
  margin-bottom: 18px;
}

/* ---------- AREA FACTS LEAD (intro paragraph inside a tab panel) */
.area-facts-panel .area-facts-lead {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.5;
  letter-spacing: -0.005em;
  margin: 0 0 32px;
  padding: 0 0 28px;
  border-bottom: 1px solid var(--rule);
  max-width: 820px;
}

/* ---------- SERVICE AREA SECTION (Louisiana + Mississippi city list) ---------- */
.service-area-section .section-head { margin-bottom: 40px; }
.service-area-columns { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; max-width: 1100px; margin: 0 auto; }
.service-area-column { }
.service-area-heading { font-family: var(--display); font-weight: 400; font-size: 26px; color: var(--ink); margin: 0 0 20px; padding-bottom: 14px; border-bottom: 1px solid var(--rule); letter-spacing: -0.01em; }
.service-area-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 20px; }
.service-area-list li { padding: 8px 0; border-bottom: 1px solid var(--rule); font-family: var(--display); font-size: 16.5px; letter-spacing: -0.005em; transition: padding 220ms ease, background 220ms ease; }
.service-area-list li:hover { padding-left: 6px; background: rgba(201, 213, 179, 0.28); }
.service-area-list li a { color: var(--ink); display: flex; justify-content: space-between; align-items: center; transition: color 240ms ease; }
.service-area-list li a::after { content: "\2192"; color: var(--green); opacity: 0; transition: opacity 240ms ease, transform 240ms ease; transform: translateX(-6px); }
.service-area-list li a:hover { color: var(--green-dark); }
.service-area-list li a:hover::after { opacity: 1; transform: translateX(0); }
.service-area-list li span { color: var(--muted); }

@media (max-width: 900px) {
  .service-area-columns { grid-template-columns: 1fr; gap: 32px; }
  .service-area-list { grid-template-columns: repeat(2, 1fr); gap: 2px 16px; }
}
@media (max-width: 520px) {
  .service-area-list { grid-template-columns: 1fr; }
}


/* ---------- HEADING WEIGHT BOOST (user request 2026-04-21)
   DM Serif Display ships single-weight (400). Adding a stroke pass thickens
   the headings without swapping the font. Scoped to hero + section heads. */
.hero h1,
.loc-hero h1,
.section-head h2,
.split-body h2,
.grass-card h3,
.step h4,
.order-step h4 {
  -webkit-text-stroke: 0.6px currentColor;
  text-stroke: 0.6px currentColor;
}
.hero h1 em,
.loc-hero h1 em,
.section-head h2 em,
.split-body h2 em {
  -webkit-text-stroke: 0.6px currentColor;
  text-stroke: 0.6px currentColor;
}


/* ---------- SECTION SUBHEADING (italic serif intro under a section H2) ---------- */
.section .split-body .section-subheading,
.section-head .section-subheading {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.35;
  letter-spacing: -0.005em;
  margin: 0 0 22px;
}



/* ---------- NAV DROPDOWN (Services parent + sub-items) ---------- */
.nav .has-dropdown { position: relative; }
.nav .has-dropdown .dropdown-toggle {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: color 320ms ease;
}
.nav .has-dropdown .dropdown-toggle:hover { color: #c7ea9a; }
.nav.scrolled .has-dropdown .dropdown-toggle:hover { color: var(--green-dark); }
.nav .has-dropdown .dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 0; right: 18px;
  bottom: -6px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 360ms ease;
}
.nav .has-dropdown .dropdown-toggle:hover::after,
.nav .has-dropdown:hover .dropdown-toggle::after { transform: scaleX(1); }
.nav .has-dropdown .dropdown-caret {
  width: 12px;
  height: 12px;
  transition: transform 280ms ease;
}
.nav .has-dropdown:hover .dropdown-caret,
.nav .has-dropdown:focus-within .dropdown-caret { transform: rotate(180deg); }

.nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 220px;
  list-style: none;
  display: flex !important;
  flex-direction: column;
  gap: 0;
  padding: 14px 0;
  margin: 18px 0 0;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--rule);
  border-radius: 4px;
  box-shadow: 0 14px 40px rgba(20, 30, 18, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
  z-index: 60;
}
.nav .has-dropdown:hover .dropdown-menu,
.nav .has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav .dropdown-menu li { width: 100%; }
.nav .dropdown-menu a {
  display: block;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--ink) !important;
  white-space: nowrap;
  transition: background 220ms ease, color 220ms ease, padding-left 220ms ease;
}
.nav .dropdown-menu a:hover {
  color: var(--green-dark) !important;
  background: rgba(199, 234, 154, 0.18);
  padding-left: 28px;
}
.nav .dropdown-menu a::after { display: none; }

@media (max-width: 900px) {
  .nav .has-dropdown .dropdown-menu { display: none !important; }
}


/* ---------- FOOTER NAP (replaces per-page nap-block) ---------- */
.footer-tagline { max-width: 380px; line-height: 1.75; color: rgba(251,251,248,0.7); margin: 0 0 28px; }
.footer-nap { display: grid; gap: 18px; margin-top: 4px; }
.footer-nap-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  align-items: baseline;
}
.footer-nap-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251,251,248,0.45);
  white-space: nowrap;
}
.footer-nap-value {
  font-family: var(--display);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.45;
  color: rgba(251,251,248,0.92);
  letter-spacing: -0.005em;
}
.footer-nap-value a {
  color: rgba(251,251,248,0.92);
  transition: color 220ms ease;
}
.footer-nap-value a:hover { color: #a9d98f; }
@media (max-width: 600px) {
  .footer-nap-item { grid-template-columns: 1fr; gap: 4px; }
  .footer-nap-label { font-size: 12px; }
}
