/* ============================================================
   Norwoods Home & Lawn LLC — styles.css
   Primary blue #0C5F97, grass green trim #4E9A2F, white space.
   ============================================================ */

:root {
  --blue: #0C5F97;
  --blue-dark: #094B79;
  --navy: #14283C;
  --navy-soft: #1E3450;
  --green: #4E9A2F;
  --green-dark: #3D7A24;
  --ink: #17242E;
  --muted: #596773;
  --line: #dde6ec;
  --cream: #F4F8FB;
  --white: #ffffff;

  --shadow-sm: 0 2px 8px rgba(20,40,60,.08);
  --shadow-md: 0 14px 34px rgba(20,40,60,.13);
  --shadow-lg: 0 24px 60px rgba(20,40,60,.18);
  --radius: 14px;
  --radius-lg: 22px;
  --maxw: 1180px;
  --nav-h: 76px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 46px); }
body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
h1, h2, h3, h4 { font-family: 'Oswald', sans-serif; line-height: 1.1; color: var(--navy); font-weight: 700; }

.eyebrow {
  font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .18em;
  font-weight: 600; font-size: .82rem; color: var(--green); margin-bottom: .6rem;
}
.eyebrow--light { color: #8fd06a; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
  font-size: .95rem; padding: .8rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  cursor: pointer; transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn--green { background: var(--green); color: #fff; box-shadow: var(--shadow-sm); }
.btn--green:hover { background: var(--green-dark); }
.btn--blue { background: var(--blue); color: #fff; box-shadow: var(--shadow-sm); }
.btn--blue:hover { background: var(--blue-dark); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn--ghost:hover { background: #fff; color: var(--blue); border-color: #fff; }
.btn--outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn--outline:hover { background: var(--blue); color: #fff; }
.btn--lg { padding: 1rem 1.9rem; font-size: 1.02rem; }
.btn--sm { padding: .55rem 1.05rem; font-size: .82rem; }
.btn--block { width: 100%; }

/* ---------- Topbar ---------- */
.topbar { background: var(--navy); color: #cdd9e4; font-size: .84rem; }
.topbar__inner { display: flex; align-items: center; gap: 1.2rem; height: 40px; }
.topbar__spacer { flex: 1; }
.topbar__phone { font-weight: 600; color: #fff; }
.topbar__phone:hover { color: #8fd06a; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); transition: box-shadow .25s ease;
}
.nav.scrolled { box-shadow: var(--shadow-sm); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: var(--nav-h); gap: 1rem; }
.nav__brand { display: flex; align-items: center; gap: .7rem; }
.nav__logo { height: 52px; width: 52px; object-fit: cover; border-radius: 9px; }
.nav__name { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.15rem; color: var(--navy); line-height: 1; letter-spacing: .02em; }
.nav__name span { display: block; font-size: .72rem; font-weight: 500; letter-spacing: .12em; color: var(--green); text-transform: uppercase; margin-top: 2px; }
.nav__links { display: flex; align-items: center; gap: 1.4rem; }
.nav__link { font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; font-size: .92rem; color: var(--navy); position: relative; padding: .3rem 0; }
.nav__link:after { content: ''; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0; background: var(--green); transition: width .25s ease; }
.nav__link:hover { color: var(--green); }
.nav__link:hover:after { width: 100%; }
.nav__cta-group { display: flex; gap: .5rem; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 26px; height: 3px; background: var(--navy); border-radius: 2px; transition: .25s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  /* Full-width banner, top-anchored. Height is matched to the Pricing section by JS. */
  background: url('images/banner.jpg') center bottom / cover no-repeat;
  color: #fff;
  min-height: 705px; /* fallback; script.js sets this to exactly match #pricing on desktop */
  display: flex;
  align-items: center;
}
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(12,40,64,.86) 0%, rgba(12,50,80,.6) 42%, rgba(12,95,151,.14) 100%); }
.hero__inner { position: relative; z-index: 2; display: flex; align-items: center; gap: 2rem; padding: 5rem 22px; width: 100%; }
.hero__content { max-width: 660px; }
.hero__eyebrow { font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .2em; font-weight: 600; color: #8fd06a; font-size: .9rem; margin-bottom: 1rem; }
.hero__title { font-family: 'Anton', sans-serif; font-weight: 400; color: #fff; font-size: clamp(2.3rem, 5.6vw, 4.2rem); line-height: 1.03; letter-spacing: .5px; }
.hero__title span { color: #8fd06a; }
.hero__tagline { font-family: 'Oswald', sans-serif; font-weight: 500; font-style: italic; font-size: clamp(1.05rem, 2.2vw, 1.4rem); color: #eaf3ea; margin: .7rem 0 0; }
.hero__text { font-size: 1.16rem; margin: 1.1rem 0 2rem; color: #e8f0f6; max-width: 580px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem; }
.hero__trust { list-style: none; display: flex; flex-wrap: wrap; gap: 1.2rem; font-family: 'Oswald', sans-serif; font-size: .95rem; letter-spacing: .02em; color: #dcebdd; }

/* Guarantee seal */
.seal { position: relative; width: 190px; height: 190px; margin-left: auto; flex-shrink: 0; transform: rotate(-12deg); filter: drop-shadow(0 10px 20px rgba(0,0,0,.35)); }
.seal__star { position: absolute; inset: 0; width: 100%; height: 100%; }
.seal__star polygon { fill: var(--green); stroke: #fff; stroke-width: 3; }
.seal__inner { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; }
.seal__top { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: .95rem; letter-spacing: .04em; }
.seal__check { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 1.15rem; line-height: 1; margin: 3px 0; }
.seal__bottom { font-family: 'Oswald', sans-serif; font-weight: 600; text-transform: uppercase; font-size: .72rem; letter-spacing: .04em; line-height: 1.1; margin-top: 4px; }

/* ---------- Hero entrance animation ---------- */
@keyframes bvSlideIn { from { opacity: 0; transform: translateX(-42px); } to { opacity: 1; transform: translateX(0); } }
@keyframes bvStampIn {
  0% { opacity: 0; transform: translateY(-95px) rotate(-30deg) scale(.5); }
  70% { opacity: 1; transform: translateY(0) rotate(-7deg) scale(1.08); }
  100% { opacity: 1; transform: translateY(0) rotate(-12deg) scale(1); }
}
.hero__eyebrow, .hero__title, .hero__tagline, .hero__text, .hero__actions, .hero__trust { opacity: 0; animation: bvSlideIn 1.6s cubic-bezier(.2,.7,.2,1) both; }
.hero__eyebrow { animation-delay: .5s; }
.hero__title { animation-delay: .7s; }
.hero__tagline { animation-delay: .85s; }
.hero__text { animation-delay: .95s; }
.hero__actions { animation-delay: 1.1s; }
.hero__trust { animation-delay: 1.3s; }
.seal { opacity: 0; animation: bvStampIn 1.8s cubic-bezier(.2,.8,.25,1) both; animation-delay: 1.5s; }
@media (prefers-reduced-motion: reduce) {
  .hero__eyebrow, .hero__title, .hero__tagline, .hero__text, .hero__actions, .hero__trust, .seal { animation: none; opacity: 1; }
}

/* ---------- Sections ---------- */
.section { padding: 5.5rem 0; }
.section--alt { background: var(--cream); }
.section--navy { background: var(--navy); color: #fff; }
.section__head { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.section__title { font-size: clamp(1.9rem, 4vw, 2.9rem); }
.section--navy .section__title { color: #fff; }
.section__lead { color: var(--muted); font-size: 1.1rem; margin-top: .9rem; }

/* ---------- Why choose us ---------- */
.why { padding: 4.8rem 0; background: var(--white); }
.why__head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }
.why__title { font-size: clamp(1.8rem, 3.8vw, 2.6rem); }
.why__sub { color: var(--muted); margin-top: .8rem; font-size: 1.08rem; }
.why__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.pillar { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.9rem 1.5rem; text-align: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.pillar:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--green); }
.pillar__icon { font-size: 2.4rem; margin-bottom: .7rem; }
.pillar h3 { font-size: 1.25rem; margin-bottom: .5rem; color: var(--blue); }
.pillar p { color: var(--muted); font-size: .96rem; }

/* ---------- Estimate (Request a Free Estimate) ---------- */
.estimate { background: var(--blue); }
.estimate__grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.estimate__media { background-size: cover; background-position: center; min-height: 340px; }
.estimate__panel { display: flex; align-items: center; padding: 2.4rem 3rem; }
.estimate__inner { width: 100%; max-width: 560px; margin: 0 auto; }
.estimate__title { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.7rem); }
.estimate .eyebrow { color: #a9e187; }
.estimate__lead { color: #d8ebf7; margin: .45rem 0 1rem; font-size: 1.05rem; }
.estimate__form { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 1.5rem; }
.field { margin-bottom: .75rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field label { display: block; font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; font-size: .8rem; color: var(--navy); margin-bottom: .35rem; }
.field input, .field select, .field textarea { width: 100%; padding: .8rem .9rem; border: 2px solid var(--line); border-radius: 10px; font-family: inherit; font-size: 1rem; resize: vertical; background: #fff; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); }
.estimate__status { text-align: center; margin-top: .9rem; font-weight: 600; min-height: 1.2rem; }
.estimate__status.ok { color: var(--green-dark); }
.estimate__status.err { color: #c0392b; }

/* ---------- Services (What We Do) ---------- */
.svc-group { margin-bottom: 2.6rem; }
.svc-group__label { text-align: center; margin-bottom: 1.6rem; position: relative; }
.svc-group__label:before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
.svc-group__label span { position: relative; background: var(--white); padding: 0 1.2rem; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .08em; color: var(--blue); }
.section--alt .svc-group__label span { background: var(--cream); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.svc-tile { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; transition: transform .2s ease, box-shadow .2s ease; border-top: 4px solid var(--green); }
.svc-tile:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.svc-tile__ic { font-size: 2rem; margin-bottom: .6rem; }
.svc-tile h4 { font-size: 1.18rem; margin-bottom: .4rem; color: var(--navy); }
.svc-tile p { color: var(--muted); font-size: .94rem; }
.svc-cta { text-align: center; margin-top: 1rem; }
.svc-cta p { color: var(--muted); margin-top: .9rem; font-size: .95rem; }
.svc-cta a[href^="tel"] { color: var(--green); font-weight: 600; }

/* What We Do: split with the infographic picture */
.svc-split { display: grid; grid-template-columns: minmax(290px, 342px) 1fr; gap: 2.4rem; align-items: center; }
.svc-split__img img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: block; }
.svc-split__content { display: flex; flex-direction: column; }
.svc-split .svc-grid { grid-template-columns: 1fr 1fr; gap: .7rem; }
.svc-split .svc-tile { padding: .85rem 1rem; border-top-width: 3px; }
.svc-split .svc-tile__ic { font-size: 1.4rem; margin-bottom: .2rem; }
.svc-split .svc-tile h4 { font-size: 1rem; margin-bottom: .15rem; }
.svc-split .svc-tile p { display: none; }
.svc-split .svc-tile { display: flex; align-items: center; gap: .6rem; padding: .8rem 1rem; }
.svc-split .svc-tile__ic { font-size: 1.5rem; margin-bottom: 0; }
.svc-split .svc-cta { margin-top: 1.4rem; }
@media (max-width: 900px) {
  .svc-split { grid-template-columns: 1fr; }
  .svc-split__img { max-width: 420px; margin: 0 auto; }
}
@media (max-width: 520px) {
  .svc-split .svc-grid { grid-template-columns: 1fr; }
}

/* ---------- Pricing / steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; max-width: 980px; margin: 0 auto; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem 1.6rem; text-align: center; position: relative; }
.step__num { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; background: var(--blue); color: #fff; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.4rem; margin-bottom: .9rem; }
.step h3 { font-size: 1.25rem; color: var(--blue); margin-bottom: .4rem; }
.step p { color: var(--muted); font-size: .96rem; }
.pricing__cta { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2.4rem; }

/* ---------- Service area (Proudly Serving) ---------- */
.serving { background: #eaf3ea; }
.serving__chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; max-width: 780px; margin: 0 auto 1.4rem; }
.serving__chips span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .55rem 1.2rem; font-family: 'Oswald', sans-serif; font-weight: 500; letter-spacing: .02em; font-size: .95rem; color: var(--blue); box-shadow: var(--shadow-sm); }
.serving__note { color: var(--muted); font-size: .98rem; }
.serving__note a { color: var(--green); font-weight: 600; }

/* ---------- Plans ---------- */
.plans__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.7rem; display: flex; flex-direction: column; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.plan:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.plan--feature { border-color: var(--green); box-shadow: var(--shadow-md); }
.plan__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--green); color: #fff; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; font-size: .72rem; letter-spacing: .06em; padding: .28rem .9rem; border-radius: 999px; }
.plan__name { font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--blue); font-size: 1.4rem; }
.plan__for { color: var(--muted); font-size: .9rem; margin-bottom: 1rem; }
.plan__list { list-style: none; margin-bottom: 1.3rem; flex: 1; }
.plan__list li { position: relative; padding-left: 1.6rem; margin-bottom: .55rem; font-size: .96rem; color: var(--ink); }
.plan__list li:before { content: '✔'; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.plan__price { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.5rem; color: var(--navy); margin-bottom: 1rem; }
.plans__note { text-align: center; color: var(--muted); font-size: .92rem; margin-top: 1.8rem; }
.plans__note a { color: var(--green); font-weight: 600; }

/* ---------- About ---------- */
.about__inner { display: grid; grid-template-columns: 1fr 1.1fr; gap: 3.5rem; align-items: center; }
.about__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; }
.about__body .section__title { text-align: left; }
.about__body p { color: var(--muted); margin-top: 1rem; font-size: 1.05rem; }
.about__stats { display: flex; gap: 2rem; margin-top: 1.8rem; flex-wrap: wrap; }
.about__stats div { display: flex; flex-direction: column; }
.about__stats strong { font-family: 'Oswald', sans-serif; font-size: 1.3rem; color: var(--green-dark); text-transform: uppercase; }
.about__stats span { color: var(--muted); font-size: .9rem; }

/* ---------- Mission ---------- */
.mission { background: linear-gradient(120deg, var(--blue-dark), var(--blue)); color: #fff; padding: 4.5rem 0; }
.mission__inner { max-width: 900px; margin: 0 auto; text-align: center; }
.mission__inner h2 { color: #fff; font-size: clamp(1.5rem, 3.2vw, 2.2rem); font-weight: 600; line-height: 1.3; margin-bottom: 2rem; }

/* ---------- Work / gallery ---------- */
.work__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.ba { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4 / 3; user-select: none; background: #ddd; }
.ba__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba__after { z-index: 1; }
.ba__before-wrap { position: absolute; inset: 0; width: 50%; overflow: hidden; z-index: 2; border-right: 3px solid #fff; }
.ba__before-wrap .ba__img { width: 100vw; max-width: none; }
.ba__label { position: absolute; bottom: 12px; z-index: 3; background: rgba(20,40,60,.8); color: #fff; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; padding: .3rem .7rem; border-radius: 6px; pointer-events: none; }
.ba__label--before { left: 12px; }
.ba__label--after { right: 12px; }
.ba__handle { position: absolute; top: 0; bottom: 0; width: 44px; z-index: 4; transform: translateX(-50%); cursor: ew-resize; display: flex; align-items: center; justify-content: center; }
.ba__handle:before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; transform: translateX(-50%); background: #fff; }
.ba__grip { width: 40px; height: 40px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-md); display: flex; align-items: center; justify-content: center; color: var(--blue); font-size: 1rem; font-weight: 700; }
.ba__cap { position: absolute; top: 12px; left: 12px; z-index: 3; background: rgba(78,154,47,.92); color: #fff; font-family: 'Oswald', sans-serif; font-size: .74rem; text-transform: uppercase; letter-spacing: .06em; padding: .25rem .7rem; border-radius: 6px; pointer-events: none; }

/* ---------- Reviews ---------- */
.reviews__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.8rem; align-items: start; }
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review__media { height: 230px; }
.review__media img { width: 100%; height: 100%; object-fit: cover; }
/* Video (portrait) review */
.review__media--video { height: auto; background: #0f1f30; padding: 1.2rem; display: flex; justify-content: center; position: relative; }
.review__vid { width: 100%; max-width: 262px; aspect-ratio: 9 / 16; border-radius: 12px; background: #000; display: block; object-fit: cover; box-shadow: var(--shadow-md); }
.review__vidtag { position: absolute; top: 1.2rem; left: 1.2rem; background: rgba(78,154,47,.95); color: #fff; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .05em; font-size: .72rem; padding: .25rem .65rem; border-radius: 6px; pointer-events: none; }
.review__body { padding: 1.6rem 1.7rem 1.8rem; }
.review__stars { color: #f4b400; font-size: 1.2rem; letter-spacing: 2px; margin-bottom: .7rem; }
.review__quote { font-size: 1.08rem; color: var(--ink); font-style: italic; margin-bottom: 1.1rem; }
.review__by strong { font-family: 'Oswald', sans-serif; font-size: 1.05rem; color: var(--navy); display: block; }
.review__by span { color: var(--muted); font-size: .85rem; }
.reviews__cta { text-align: center; margin-top: 2.2rem; }

/* ---------- FAQ ---------- */
.faq__list { max-width: 820px; margin: 0 auto; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: .9rem; overflow: hidden; }
.faq__item[open] { box-shadow: var(--shadow-sm); }
.faq__item summary { list-style: none; cursor: pointer; padding: 1.2rem 1.4rem; font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 1.12rem; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary:after { content: '+'; font-size: 1.6rem; color: var(--green); font-weight: 400; transition: transform .2s ease; line-height: 1; }
.faq__item[open] summary:after { transform: rotate(45deg); }
.faq__answer { padding: 0 1.4rem 1.3rem; }
.faq__answer p { color: var(--muted); }

/* ---------- Get in Touch ---------- */
.touch__inner { text-align: center; max-width: 760px; margin: 0 auto; }
.touch__title { color: #fff; font-family: 'Anton', sans-serif; font-weight: 400; font-size: clamp(1.9rem, 4.4vw, 3.1rem); letter-spacing: .5px; }
.touch__sub { color: #c3d3e0; font-size: 1.1rem; margin: .6rem 0 1.8rem; }
.touch__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.touch__info { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.14); padding-top: 2.2rem; }
.tinfo { display: flex; gap: .8rem; align-items: flex-start; }
.tinfo__ic { font-size: 1.3rem; flex-shrink: 0; }
.tinfo strong { display: block; font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; letter-spacing: .04em; color: #8fd06a; font-size: .82rem; margin-bottom: .2rem; }
.tinfo a, .tinfo span { color: #dbe6ef; font-size: .95rem; }
.tinfo a:hover { color: #fff; }

/* ---------- Footer ---------- */
.footer { background: #0f1f30; color: #b7c4d0; padding-top: 3.5rem; }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; padding-bottom: 3rem; }
.footer__logo { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.5rem; color: #fff; letter-spacing: .04em; line-height: 1; }
.footer__logo span { display: block; color: #8fd06a; font-size: .95rem; letter-spacing: .14em; margin-top: .25rem; }
.footer__tag { margin-top: 1rem; max-width: 360px; font-size: .95rem; }
.footer__fb { display: inline-block; margin-top: 1rem; background: var(--blue); color: #fff; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; padding: .55rem 1.1rem; border-radius: 999px; transition: background .2s; }
.footer__fb:hover { background: var(--green); }
.footer__col h4 { color: #fff; text-transform: uppercase; letter-spacing: .06em; font-size: .95rem; margin-bottom: 1rem; }
.footer__col a, .footer__col span { display: block; color: #b7c4d0; margin-bottom: .55rem; font-size: .95rem; transition: color .2s; }
.footer__col a:hover { color: #8fd06a; }
.footer__bar { border-top: 1px solid rgba(255,255,255,.1); padding: 1.2rem 0; font-size: .85rem; text-align: center; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 1050px) {
  .nav__name { display: none; }
  .nav__links { gap: 1rem; }
}
@media (max-width: 980px) {
  .why__grid, .svc-grid, .steps, .plans__grid { grid-template-columns: repeat(2, 1fr); }
  .estimate__grid { grid-template-columns: 1fr; }
  .estimate__media { min-height: 260px; }
  .estimate__panel { padding: 2.6rem 1.4rem; }
  .about__inner { grid-template-columns: 1fr; }
  .about__media { max-width: 520px; }
  .reviews__grid { grid-template-columns: 1fr; }
  .touch__info { grid-template-columns: repeat(2, 1fr); }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .topbar__hours { display: none; }
  .nav__links {
    position: fixed; top: calc(var(--nav-h) + 40px); right: 0; left: 0; background: #fff;
    flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 22px 1.5rem;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
    transform: translateY(-150%); transition: transform .3s ease; max-height: calc(100vh - var(--nav-h)); overflow-y: auto;
  }
  .nav__links.open { transform: translateY(0); }
  .nav__link { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav__cta-group { flex-direction: column; margin-top: .8rem; gap: .6rem; }
  .nav__cta-group .btn { width: 100%; }
  .nav__toggle { display: flex; }
  .nav.open .nav__toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav.open .nav__toggle span:nth-child(2) { opacity: 0; }
  .nav.open .nav__toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .hero { min-height: auto; aspect-ratio: auto; }
  .hero__inner { flex-direction: column; align-items: flex-start; padding: 3.5rem 22px; }
  .seal { margin: 1.5rem auto 0; width: 150px; height: 150px; }
  .work__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .why__grid, .svc-grid, .steps, .plans__grid, .touch__info { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
}
