/* Jacksonville Rodent Control — "First Coast" design system
   Ocean teal + coral on airy coastal paper, Big Shoulders Display + Mulish.
   Curved-wave hero, teal offer band, "what to expect" photo+values section. */

:root {
  --teal: #0f7d8c;
  --teal-2: #159bad;
  --teal-deep: #0a5c68;
  --teal-deepest: #073e47;
  --ink: #16323a;
  --ink-soft: #55676e;
  --coral: #f2664a;
  --coral-dark: #d94e34;
  --gold: #f5b53d;
  --paper: #f2f7f7;
  --paper-2: #e7f0f0;
  --white: #ffffff;
  --line: #d5e2e2;
  --line-2: #e4eeee;
  --shadow: 0 16px 40px rgba(10, 92, 104, 0.16);
  --shadow-sm: 0 6px 18px rgba(10, 92, 104, 0.10);
  --radius: 8px;
  --radius-lg: 14px;
  --wrap: 1180px;
  --font-display: "Big Shoulders Display", Impact, sans-serif;
  --font-body: "Mulish", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.03; margin: 0 0 .45em; font-weight: 800; letter-spacing: 0.01em; text-transform: uppercase; }
h1 { font-size: clamp(2.5rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); }
h3 { font-size: 1.4rem; letter-spacing: 0.02em; }
p { margin: 0 0 1.05rem; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

/* ---------- Kicker ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body); font-weight: 800;
  text-transform: uppercase; letter-spacing: .18em; font-size: .74rem;
  color: var(--teal);
}
.kicker .dot { width: 26px; height: 3px; background: var(--coral); }
.kicker.on-dark { color: #a9e6ee; }
.kicker.on-dark .dot { background: var(--coral); }

/* ---------- Buttons ---------- */
.btn-call, .btn-quote, .btn-ghost {
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--font-body); font-weight: 800;
  border-radius: 999px; padding: 15px 26px;
  border: 2px solid transparent; cursor: pointer; text-decoration: none;
  transition: transform .12s ease, box-shadow .12s ease, background .14s ease, color .14s ease;
  line-height: 1.05; letter-spacing: .01em;
}
.btn-call { background: var(--coral); color: #fff; box-shadow: 0 8px 20px rgba(242,102,74,.34); }
.btn-call:hover { background: var(--coral-dark); text-decoration: none; transform: translateY(-2px); box-shadow: 0 12px 26px rgba(242,102,74,.4); }
.btn-call svg { width: 22px; height: 22px; flex: 0 0 auto; }
.btn-call span { display: flex; flex-direction: column; align-items: flex-start; }
.btn-call small { font-family: var(--font-body); font-weight: 700; font-size: .68rem; opacity: .95; letter-spacing: .02em; text-transform: none; }
.btn-quote { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn-quote:hover { background: #fff; color: var(--teal-deep); border-color: #fff; text-decoration: none; }
.btn-ghost { background: transparent; color: var(--teal-deep); border-color: var(--teal); }
.btn-ghost:hover { background: var(--teal); color: #fff; border-color: var(--teal); text-decoration: none; }

/* ---------- Utility bar (tier 1) ---------- */
.util-bar { background: var(--teal-deepest); color: #a8cdd2; font-size: .82rem; }
.util-bar .wrap { display: flex; align-items: center; justify-content: space-between; height: 40px; }
.util-bar svg { width: 15px; height: 15px; vertical-align: -2px; margin-right: 5px; color: var(--teal-2); }
.util-left { font-weight: 700; }
.util-right { display: flex; align-items: center; gap: 22px; }
.util-hours { color: #8fbdc3; }
.util-bar a { color: #fff; font-weight: 800; }
.util-bar a:hover { color: #7fdce6; text-decoration: none; }

/* ---------- Header / nav (tier 2, white) ---------- */
.site-header { position: sticky; top: 0; z-index: 60; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 2px 12px rgba(10,92,104,.05); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 18px; height: 78px; max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }
.brand { display: flex; align-items: center; gap: 13px; color: var(--ink); }
.brand:hover { text-decoration: none; }
.brand .mark { width: 50px; height: 50px; flex: 0 0 auto; }
.wordmark { font-family: var(--font-display); font-weight: 800; font-size: 1.34rem; line-height: .92; color: var(--teal-deep); letter-spacing: 0.01em; text-transform: uppercase; }
.wordmark small { display: block; font-family: var(--font-body); font-weight: 700; font-size: .6rem; letter-spacing: .16em; color: var(--coral); text-transform: uppercase; margin-top: 5px; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links > a, .sub-toggle { color: #223a40; font-weight: 700; font-size: .95rem; padding: 10px 12px; border-radius: var(--radius); }
.nav-links > a:hover, .sub-toggle:hover { background: var(--paper-2); color: var(--teal-deep); text-decoration: none; }
.has-sub { position: relative; }
.submenu { position: absolute; top: 100%; left: 0; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); min-width: 290px; padding: 8px; display: none; z-index: 70; border: 1px solid var(--line); border-top: 3px solid var(--coral); }
.has-sub:hover .submenu, .has-sub:focus-within .submenu { display: block; }
.submenu a { display: block; color: var(--ink); padding: 10px 13px; border-radius: 6px; font-weight: 700; font-size: .92rem; }
.submenu a:hover { background: var(--paper-2); color: var(--teal-deep); text-decoration: none; }
.nav-call { display: inline-flex; align-items: center; gap: 8px; background: var(--coral); color: #fff; font-family: var(--font-body); font-weight: 800; padding: 12px 18px; border-radius: 999px; margin-left: 8px; }
.nav-call:hover { background: var(--coral-dark); text-decoration: none; color: #fff; }
.nav-call svg { width: 18px; height: 18px; }
.menu-toggle { display: none; background: transparent; border: 0; color: var(--teal-deep); padding: 8px; cursor: pointer; }
.menu-toggle svg { width: 30px; height: 30px; }

/* ---------- Curved-wave hero (signature) ---------- */
.hero-wave { position: relative; background: var(--teal-deepest); overflow: hidden; }
.hero-wave .hero-photo { position: absolute; inset: 0; }
.hero-wave .hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wave::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,62,71,.94) 0%, rgba(7,62,71,.78) 42%, rgba(7,62,71,.28) 100%); }
.hero-wave .wrap { position: relative; z-index: 3; padding-top: 96px; padding-bottom: 128px; }
.hero-wave .hero-copy { max-width: 40rem; color: #fff; }
.hero-wave .hero-kick { display: inline-block; font-family: var(--font-body); font-weight: 800; text-transform: uppercase; letter-spacing: .2em; font-size: .78rem; color: #7fdce6; margin-bottom: 14px; }
.hero-wave h1 { color: #fff; margin-bottom: 16px; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.hero-wave h1 .hl { color: var(--gold); }
.hero-wave .sub { font-family: var(--font-body); font-size: 1.18rem; color: #dbeef0; max-width: 33em; margin-bottom: 28px; }
.hero-wave .hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-wave .hero-note { margin-top: 18px; font-size: .88rem; color: #a9d7dd; display: flex; align-items: center; gap: 8px; font-weight: 600; }
.hero-wave .hero-note svg { width: 16px; height: 16px; color: #7fdce6; }
.hero-wave .wave { position: absolute; left: 0; right: 0; bottom: -1px; z-index: 4; width: 100%; height: 60px; display: block; }
.hero-wave .wave path { fill: var(--paper); }

/* ---------- Offer band (signature) ---------- */
.offerband { background: var(--teal); color: #fff; }
.offerband .wrap { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.offerband .ob-icon { flex: 0 0 auto; width: 66px; height: 66px; border-radius: 50%; background: rgba(255,255,255,.14); display: grid; place-items: center; border: 2px solid rgba(127,220,230,.5); }
.offerband .ob-icon svg { width: 34px; height: 34px; color: #fff; }
.offerband .ob-text { flex: 1 1 340px; }
.offerband .ob-text b { font-family: var(--font-display); text-transform: uppercase; font-size: 1.5rem; display: block; letter-spacing: .02em; }
.offerband .ob-text p { margin: 4px 0 0; color: #d7f0f2; font-size: .98rem; }
.offerband .btn-call { background: var(--coral); }
.offerband .btn-call:hover { background: var(--coral-dark); }

/* ---------- Section base ---------- */
section { padding: 70px 0; }
.section-head { max-width: 48rem; margin: 0 0 40px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head p { color: var(--ink-soft); font-size: 1.07rem; }

/* ---------- What to expect (signature: photo + 3 values) ---------- */
.expect .wrap { display: grid; grid-template-columns: .95fr 1.05fr; gap: 48px; align-items: center; }
.expect .ex-photo img { border-radius: var(--radius-lg); box-shadow: var(--shadow); aspect-ratio: 4/3.4; object-fit: cover; width: 100%; }
.expect .ex-list { display: flex; flex-direction: column; gap: 22px; margin-top: 24px; }
.expect .ex-item { display: flex; gap: 16px; align-items: flex-start; }
.expect .ex-item .exi { flex: 0 0 auto; width: 52px; height: 52px; border-radius: 12px; background: var(--teal); display: grid; place-items: center; }
.expect .ex-item .exi svg { width: 26px; height: 26px; color: #fff; }
.expect .ex-item h3 { margin: 2px 0 4px; font-size: 1.2rem; }
.expect .ex-item p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Trust bar ---------- */
.trust-bar { background: var(--teal-deep); color: #fff; padding: 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: var(--wrap); margin: 0 auto; }
.trust-item { display: flex; gap: 15px; align-items: flex-start; padding: 30px 26px; border-right: 1px solid rgba(255,255,255,.12); }
.trust-item:last-child { border-right: 0; }
.trust-item svg { width: 30px; height: 30px; color: #7fdce6; flex: 0 0 auto; margin-top: 2px; }
.trust-item b { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; display: block; color: #fff; font-size: 1.14rem; margin-bottom: 3px; letter-spacing: .02em; }
.trust-item span { color: #cbe6e9; font-size: .92rem; }

/* ---------- Detailed service cards ---------- */
.svc-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.svc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .13s ease, box-shadow .13s ease; }
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow); text-decoration: none; }
.svc img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.svc .svc-b { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.svc h3 { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.svc h3 svg { width: 24px; height: 24px; color: var(--coral); flex: 0 0 auto; }
.svc p { font-size: .93rem; color: var(--ink-soft); }
.svc .more { margin-top: auto; font-weight: 800; color: var(--coral-dark); display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-body); text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; }
.svc .more svg { width: 16px; height: 16px; }

/* ---------- How it works ---------- */
.how { background: var(--paper-2); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 26px 22px; position: relative; box-shadow: var(--shadow-sm); border-top: 4px solid var(--teal); }
.step .num { font-family: var(--font-display); font-weight: 800; font-size: 2.5rem; color: var(--coral); line-height: 1; }
.step h3 { margin: 8px 0 6px; }
.step p { margin: 0; font-size: .93rem; color: var(--ink-soft); }

/* ---------- Field guide comparison ---------- */
.guide-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.gcard .gc-top { color: #fff; padding: 16px 20px; display: flex; align-items: center; gap: 12px; }
.gcard.roof .gc-top { background: var(--coral); }
.gcard.norway .gc-top { background: var(--teal-deep); }
.gcard.mouse .gc-top { background: var(--teal); }
.gcard .gc-top svg { width: 30px; height: 30px; color: #fff; }
.gcard .gc-top h3 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.2rem; color: #fff; margin: 0; letter-spacing: .02em; }
.gcard .gc-top i { font-style: normal; font-size: .76rem; color: rgba(255,255,255,.85); display: block; }
.gcard .gc-body { padding: 18px 20px; }
.gcard dl { margin: 0; display: grid; grid-template-columns: auto 1fr; gap: 7px 12px; }
.gcard dt { font-weight: 800; color: var(--teal-deep); font-size: .82rem; }
.gcard dd { margin: 0; font-size: .9rem; color: var(--ink-soft); }

/* ---------- Why rows ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 34px; }
.why-item { display: flex; gap: 14px; align-items: flex-start; }
.why-item svg { width: 26px; height: 26px; color: var(--coral); flex: 0 0 auto; margin-top: 3px; }
.why-item h3 { font-family: var(--font-display); text-transform: uppercase; font-size: 1.18rem; margin: 0 0 3px; letter-spacing: .02em; }
.why-item p { margin: 0; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Areas index ---------- */
.areas-band { background: var(--white); }
.area-index { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.area-index a { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--coral); border-radius: var(--radius); padding: 15px 18px; color: var(--ink); font-weight: 700; display: flex; align-items: center; gap: 10px; }
.area-index a:hover { background: var(--teal); color: #fff; text-decoration: none; border-color: var(--teal-deep); }
.area-index a:hover svg { color: #fff; }
.area-index svg { width: 18px; height: 18px; color: var(--teal); }

/* ---------- FAQ ---------- */
.faq { max-width: 840px; }
.faq.center { margin: 0 auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; padding: 18px 22px; font-family: var(--font-display); font-weight: 700; text-transform: uppercase; font-size: 1.16rem; letter-spacing: .02em; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.5rem; color: var(--coral); font-weight: 700; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding: 0 22px 18px; margin: 0; color: var(--ink-soft); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--coral); color: #fff; text-align: center; position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #ffe6df; max-width: 40rem; margin: 0 auto 26px; font-size: 1.1rem; }
.cta-band .btn-call { background: #fff; color: var(--coral-dark); box-shadow: var(--shadow-sm); }
.cta-band .btn-call:hover { background: var(--teal-deepest); color: #fff; }

/* ---------- Footer ---------- */
.site-footer { background: var(--teal-deepest); color: #a3c6cb; }
.footer-call-row { background: var(--teal-deep); border-top: 4px solid var(--coral); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px 34px; max-width: var(--wrap); margin: 0 auto; flex-wrap: wrap; }
.footer-call-row h2 { color: #fff; margin: 0; font-size: 1.7rem; }
.giant-phone { font-family: var(--font-display); font-weight: 800; font-size: 2.3rem; color: #fff; display: flex; flex-direction: column; }
.giant-phone:hover { text-decoration: none; color: #7fdce6; }
.giant-phone small { font-family: var(--font-body); font-weight: 700; font-size: .72rem; letter-spacing: .1em; color: #8fbdc3; text-transform: uppercase; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 34px; padding: 46px 0 30px; }
.footer-grid h4 { color: #fff; font-size: 1.05rem; margin-bottom: 14px; font-family: var(--font-display); text-transform: uppercase; letter-spacing: .03em; }
.footer-grid p { font-size: .92rem; color: #86b0b6; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 9px; }
.footer-grid a { color: #a3c6cb; font-size: .92rem; }
.footer-grid a:hover { color: #fff; }
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 14px; }
.footer-brand .mark { width: 46px; height: 46px; }
.footer-brand b { font-family: var(--font-display); text-transform: uppercase; color: #fff; font-size: 1.16rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 24px 0 40px; }
.disclaimer { font-size: .8rem; color: #74a0a6; line-height: 1.6; margin-bottom: 14px; }
.copyright { font-size: .82rem; color: #6b979d; }

/* ---------- Inner page hero ---------- */
.page-hero { background: var(--teal-deep); color: #fff; padding: 52px 0 46px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% -20%, rgba(21,155,173,.4), transparent 55%); pointer-events: none; }
.page-hero .wrap { position: relative; }
.page-hero .crumbs { font-size: .84rem; color: #b6d6da; margin-bottom: 14px; }
.page-hero .crumbs a { color: #fff; }
.page-hero h1 { color: #fff; margin: 12px 0 14px; }
.page-hero .lede { font-size: 1.14rem; color: #dbeef0; max-width: 42em; }
.page-hero .hero-cta { margin-top: 22px; display: flex; gap: 14px; flex-wrap: wrap; }
.page-hero .kicker.on-dark { color: #a9e6ee; }
.page-hero .kicker.on-dark .dot { background: var(--coral); }

/* ---------- Article layout ---------- */
.article { padding: 54px 0; }
.article-grid { display: grid; grid-template-columns: 1fr 320px; gap: 46px; align-items: start; }
.prose { max-width: 100%; }
.prose img { border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); margin-bottom: 22px; }
.prose h2 { margin-top: 1.7em; }
.prose h3 { margin-top: 1.4em; }
.prose ul { padding-left: 0; list-style: none; }
.prose ul li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .55em; width: 11px; height: 11px; background: var(--coral); border-radius: 50%; }
.prose .faq ul li { padding-left: 0; }
.prose .faq ul li::before { display: none; }
.side { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 18px; }
.side-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px; box-shadow: var(--shadow-sm); }
.side-card.accent { background: var(--teal-deep); color: #dbeef0; border-color: var(--teal-deep); }
.side-card.accent h3 { color: #fff; }
.side-card.accent p { color: #cbe6e9; font-size: .92rem; }
.side-card h3 { font-size: 1.2rem; margin-bottom: 12px; }
.side-card ul { list-style: none; margin: 0; padding: 0; }
.side-card li { margin-bottom: 9px; }
.side-card.accent .btn-call { margin-top: 6px; }

/* ---------- Simple content pages ---------- */
.simple { padding: 54px 0; }
.simple .wrap { max-width: 840px; }
.simple h2 { margin-top: 1.5em; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-sm); }

/* ---------- Blog index ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.post-card .tag { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--teal); margin-bottom: 10px; }
.post-card h3 { margin-bottom: 8px; }
.post-card p { font-size: .93rem; color: var(--ink-soft); }
.post-card .more { margin-top: auto; font-weight: 800; color: var(--coral-dark); font-family: var(--font-body); text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; }

/* ---------- Mobile sticky call bar ---------- */
.mobile-call { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; background: var(--coral); color: #fff; text-align: center; padding: 14px; font-family: var(--font-body); font-weight: 800; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 -4px 18px rgba(0,0,0,.24); }
.mobile-call svg { width: 20px; height: 20px; }
.mobile-call:hover { text-decoration: none; color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .expect .wrap { grid-template-columns: 1fr; gap: 28px; }
  .offerband .wrap { text-align: center; justify-content: center; }
  .offerband .ob-text { flex-basis: 100%; }
  .article-grid { grid-template-columns: 1fr; }
  .side { position: static; }
  .svc-list, .guide-cards, .post-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .area-index { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .util-bar .util-left { display: none; }
  .util-bar .wrap { justify-content: center; }
  .util-right { gap: 18px; }
  .nav-links { display: none; position: absolute; top: 78px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px; gap: 2px; box-shadow: var(--shadow); max-height: calc(100vh - 78px); max-height: calc(100dvh - 78px); overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; border-bottom: 3px solid var(--coral); }
  .nav-links.open { display: flex; }
  .nav-links > a, .sub-toggle { padding: 13px; font-size: 1rem; }
  .has-sub { width: 100%; }
  .submenu { position: static; display: block; box-shadow: none; border: 0; border-top: 0; background: var(--paper-2); padding: 4px 4px 4px 16px; min-width: 0; }
  .submenu a:hover { background: var(--paper); }
  .nav-call { margin: 8px 0 0; justify-content: center; }
  .mobile-call { display: flex; }
  body { padding-bottom: 60px; }
  .footer-call-row { flex-direction: column; text-align: center; align-items: center; }
  .hero-wave .wrap { padding-top: 64px; padding-bottom: 96px; }
}
@media (max-width: 560px) {
  .svc-list, .guide-cards, .post-grid, .steps, .footer-grid, .area-index, .why-grid { grid-template-columns: 1fr; }
  h1 { font-size: 2.4rem; }
  .btn-call, .btn-quote { width: 100%; justify-content: center; }
  .giant-phone { font-size: 1.9rem; }
}
