/* ============================================================
   Philadelphia Water Damage Restoration
   "Historic rowhouse restoration desk" — heritage brick + slate
   Palette: warm cream paper + slate structure + brick-red CTA
            + copper heritage accent + storm-blue water cue
   Type: Zilla Slab (display/wordmark) + Source Sans 3 (body) + Roboto Mono
   ============================================================ */
:root {
  --paper: #F5F1E8;
  --paper2: #FBF9F4;
  --ink: #241C18;
  --ink2: #5C5048;
  --slate: #2C3E50;
  --slate2: #34495E;
  --slate3: #44586B;
  --brick: #8B3A2E;
  --brick-d: #74301F;
  --copper: #B87333;
  --copper-d: #97591F;
  --storm: #34708F;
  --haze: #9FB0BE;
  --line: #E1D9CC;
  --mist: #EDE6D8;
  --shadow: 0 1px 0 rgba(44,62,80,.04), 0 10px 30px -18px rgba(44,62,80,.32);
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
img { max-width: 100%; display: block; }
a { color: var(--brick-d); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-family: "Zilla Slab", Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.005em;
  color: var(--ink);
  margin: 0 0 .5rem;
  overflow-wrap: break-word;
}
h1 { font-size: clamp(2.05rem, 5.2vw, 3.3rem); font-weight: 700; }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.2rem); }
h3 { font-size: 1.2rem; }
em { font-style: normal; color: var(--brick); }
p { margin: 0 0 1rem; }

.mono {
  font-family: "Roboto Mono", ui-monospace, "SFMono-Regular", monospace;
  font-size: .76rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.seclabel {
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-size: .73rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--copper-d);
  margin-bottom: .5rem;
}
.seclabel::before { content: "▮ "; color: var(--brick); }

.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 600; font-size: 1rem;
  padding: .82rem 1.25rem; border-radius: 7px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .08s ease, background .15s ease, box-shadow .15s ease;
  text-decoration: none;
}
.btn svg { width: 20px; height: 20px; }
.btn--call { background: var(--brick); color: #fff; box-shadow: 0 8px 22px -10px rgba(139,58,46,.7); }
.btn--call:hover { background: var(--brick-d); text-decoration: none; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { background: var(--mist); text-decoration: none; }
.btn--calldark { background: var(--brick); color: #fff; font-size: 1.18rem; padding: .95rem 1.7rem; }
.btn--calldark:hover { background: var(--copper); text-decoration: none; transform: translateY(-1px); }

.topbar {
  background: var(--slate); color: var(--haze);
  border-bottom: 1px solid var(--slate3);
}
.topbar .container { display: flex; justify-content: space-between; gap: 1rem; padding-top: .42rem; padding-bottom: .42rem; flex-wrap: wrap; }
.topbar b { color: #fff; }
.star-dot { color: var(--copper); }
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245,241,232,.93); backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.header .container { display: flex; align-items: center; gap: 1.4rem; padding-top: .7rem; padding-bottom: .7rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand svg { width: 46px; height: 46px; flex: none; }
.bn {
  font-family: "Zilla Slab", serif; font-weight: 700;
  font-size: 1.08rem; line-height: 1.05; color: var(--ink); letter-spacing: -.01em;
}
.bn span { display: block; font-family: "Roboto Mono", monospace; font-weight: 500; font-size: .6rem; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-d); margin-top: .2rem; }
.nav { margin-left: auto; display: flex; gap: 1.2rem; align-items: center; }
.nav > a, .nav-trigger { color: var(--ink2); font-weight: 600; font-size: .95rem; }
.nav > a:hover, .nav-trigger:hover { color: var(--brick); text-decoration: none; }
.nav-item { position: relative; }
.nav-item.has-dropdown > a, .nav-item.has-dropdown > .nav-trigger {
  display: inline-flex; align-items: center; gap: .32rem; cursor: pointer; color: var(--ink2);
  font-weight: 600; font-size: .95rem;
}
.nav-item.has-dropdown > a:hover, .nav-item.has-dropdown > .nav-trigger:hover { color: var(--brick); }
.nav-item.has-dropdown > a::after, .nav-item.has-dropdown > .nav-trigger::after {
  content: "\25BE"; font-size: .62rem; color: var(--haze); transition: transform .15s ease;
}
.nav-item.has-dropdown:hover > a::after, .nav-item.has-dropdown:hover > .nav-trigger::after { transform: rotate(180deg); color: var(--brick); }
.nav-item.has-dropdown:hover::before { content: ""; position: absolute; top: 100%; left: -8px; right: -8px; height: .85rem; }
.dropdown {
  position: absolute; top: calc(100% + .55rem); left: 0; min-width: 256px;
  background: var(--paper2); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: var(--shadow); padding: .5rem; z-index: 70;
  display: flex; flex-direction: column; gap: .1rem;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .14s ease, transform .14s ease, visibility .14s;
}
.nav-item.has-dropdown:hover .dropdown,
.nav-item.has-dropdown:focus-within .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a { padding: .5rem .7rem; border-radius: 7px; color: var(--ink2); font-size: .92rem; font-weight: 500; white-space: nowrap; }
.dropdown a:hover { background: var(--mist); color: var(--brick); text-decoration: none; }
.dropdown .dd-all { color: var(--brick); border-top: 1px solid var(--line); margin-top: .3rem; padding-top: .6rem; font-family: "Roboto Mono", monospace; font-size: .76rem; letter-spacing: .03em; }
.header .btn--call { padding: .6rem 1rem; font-size: .95rem; }
.call-text { white-space: nowrap; }
.nav-toggle { display: none; }
.burger { display: none; }

.hero { background:
    radial-gradient(120% 80% at 90% -10%, rgba(184,115,51,.14), transparent 60%),
    linear-gradient(180deg, #FAF7F0 0%, var(--paper) 100%);
  border-bottom: 1px solid var(--line); position: relative; overflow: hidden;
}
.hero .container { position: relative; z-index: 1; padding-top: 3.2rem; padding-bottom: 3.2rem; }
.hero-inner { max-width: 760px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 2.6rem; align-items: center; }
.hero-grid > * { min-width: 0; }
.kicker { color: var(--copper-d); display: inline-block; margin-bottom: .85rem; }
.hero h1 { margin-bottom: .85rem; }
.sub { font-size: 1.16rem; color: var(--ink2); max-width: 46ch; margin-bottom: 1.4rem; }
.hero-grid .sub { max-width: 38ch; }
.cta-row { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.trust { display: flex; gap: 1.4rem; flex-wrap: wrap; margin-top: 1.5rem; font-size: .92rem; color: var(--ink2); }
.trust span b { color: var(--ink); }
.trust span { display: inline-flex; align-items: center; gap: .4rem; }
.trust span::before { content: "▮"; color: var(--brick); font-size: .72rem; }

.tagstrip { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid var(--line); }
.tslabel { font-family: "Roboto Mono", monospace; font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink2); margin-right: .2rem; }
.ts { font-size: .85rem; color: var(--ink2); background: var(--paper2); border: 1px solid var(--line); border-left: 3px solid var(--storm); border-radius: 6px; padding: .35rem .7rem; }
.ts b { font-family: "Roboto Mono", monospace; font-size: .66rem; letter-spacing: .04em; color: var(--brick); margin-right: .35rem; }

.hero-media { position: relative; background: var(--slate); }
.hero-media img { width: 100%; height: clamp(220px, 38vw, 440px); object-fit: cover; }
.hero-media .cap {
  position: absolute; left: 18px; bottom: 14px;
  font-family: "Roboto Mono", monospace; font-size: .68rem; letter-spacing: .03em;
  color: #fff; background: rgba(44,62,80,.74); padding: .35rem .6rem; border-radius: 6px;
  border-left: 3px solid var(--brick);
}
img[data-broken] { visibility: hidden; }
.hero-media[data-empty] { min-height: 220px; }

.ribbon { background: var(--slate); color: #fff; }
.ribbon .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-top: 1.4rem; padding-bottom: 1.4rem; }
.ribbon .cell { border-left: 2px solid var(--brick); padding-left: 1rem; }
.ribbon .cell:nth-child(2) { border-left-color: var(--copper); }
.ribbon .cell:nth-child(3) { border-left-color: var(--storm); }
.ribbon .n { font-family: "Zilla Slab", serif; font-weight: 700; font-size: 1.35rem; color: #fff; }
.ribbon .l { font-size: .9rem; color: var(--haze); }

.band { padding: 3.3rem 0; }
.band--slate { background: var(--slate); color: #fff; }
.band--slate h2, .band--slate h3 { color: #fff; }
.band--slate .seclabel { color: var(--copper); }
.band--slate .seclabel::before { color: #fff; }
.band--brick {
  background:
    repeating-linear-gradient(0deg, rgba(139,58,46,.045) 0 25px, transparent 25px 26px),
    repeating-linear-gradient(90deg, rgba(139,58,46,.045) 0 77px, transparent 77px 78px),
    var(--mist);
  background-position: 0 0, 0 13px;
  border-top: 2px solid var(--brick); border-bottom: 1px solid var(--line);
}
.band--sky { background: linear-gradient(180deg, #F1E7D6, #F6EFE2);
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.lead-w { font-size: 1.12rem; color: var(--ink2); max-width: 64ch; }
.band--slate .lead-w { color: #C9D3DA; }

.intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.4rem; align-items: center; }
.intro-grid > * { min-width: 0; }
.intro-grid img { border-radius: 12px; box-shadow: var(--shadow); width: 100%; height: clamp(240px,30vw,360px); object-fit: cover; }
.intro-grid .cap { font-family: "Roboto Mono", monospace; font-size: .72rem; color: var(--ink2); margin-top: .55rem; }
.prose p { color: var(--ink2); }
.prose.wide { max-width: 72ch; }

.hwm {
  height: 16px; position: relative; margin: 0 auto;
  background-image:
    linear-gradient(var(--line) 2px, transparent 2px),
    linear-gradient(var(--line) 2px, transparent 2px),
    repeating-linear-gradient(90deg, transparent 0 38px, var(--copper) 38px 41px);
  background-position: 0 5px, 0 9px, 0 4px;
  background-size: 100% 16px, 100% 16px, 100% 8px;
  background-repeat: no-repeat, no-repeat, repeat-x;
}
.hwm::after { content: "▮"; position: absolute; left: 50%; top: -6px; transform: translateX(-50%); color: var(--brick); font-size: .8rem; background: var(--paper); padding: 0 8px; }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.svc-card {
  background: var(--paper2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden;
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
  transition: transform .1s ease, box-shadow .15s ease, border-color .15s ease;
}
.svc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brick); text-decoration: none; }
.svc-card .ph { aspect-ratio: 16/10; background: linear-gradient(135deg, var(--slate2), var(--slate)); overflow: hidden; }
.svc-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.svc-card .bd { padding: 1rem 1.1rem 1.15rem; position: relative; }
.svc-card .ix { font-family: "Roboto Mono", monospace; font-size: .72rem; color: var(--copper-d); letter-spacing: .08em; }
.svc-card h3 { margin: .15rem 0 .35rem; font-size: 1.16rem; }
.svc-card p { font-size: .92rem; color: var(--ink2); margin: 0 0 .6rem; }
.svc-card .go { font-family: "Roboto Mono", monospace; font-size: .74rem; color: var(--brick); letter-spacing: .03em; }

.page-grid { display: grid; grid-template-columns: 1fr 340px; gap: 2.6rem; align-items: start; }
.page-grid > * { min-width: 0; }
.prose h2 { margin-top: 2rem; }
.prose h2:first-child { margin-top: 0; }
.checks { list-style: none; margin: .4rem 0 1rem; padding: 0; columns: 2; column-gap: 1.5rem; }
.checks li { padding: .25rem 0 .25rem 1.6rem; position: relative; break-inside: avoid; color: var(--ink2); }
.checks li::before { content: "▮"; position: absolute; left: 0; top: .35rem; color: var(--brick); font-size: .72rem; }
.aside {
  position: sticky; top: 92px; background: var(--paper2); border: 1px solid var(--line);
  border-radius: 14px; padding: 1.35rem; box-shadow: var(--shadow); border-top: 3px solid var(--brick);
}
.aside .mono { color: var(--copper-d); }
.aside h3 { margin: .2rem 0 .4rem; }
.aside ul { list-style: none; margin: 0; padding: 0; }
.aside ul li { padding: .3rem 0; border-top: 1px solid var(--line); }
.aside ul li:first-child { border-top: none; }
.phone-lg {
  display: inline-block; font-family: "Zilla Slab", serif; font-weight: 700;
  font-size: 1.7rem; color: var(--brick); letter-spacing: -.01em; margin: .3rem 0;
}
.phone-lg:hover { text-decoration: none; color: var(--brick-d); }

.arealist { display: flex; flex-wrap: wrap; gap: .55rem; }
.arealist a {
  background: var(--paper2); border: 1px solid var(--line); border-radius: 999px;
  padding: .5rem 1rem; color: var(--ink); font-size: .94rem; font-weight: 600;
}
.arealist a:hover { background: var(--brick); color: #fff; border-color: var(--brick); text-decoration: none; }
.band--slate .arealist a { background: var(--slate2); border-color: var(--slate3); color: #E9EDEF; }
.band--slate .arealist a:hover { background: var(--brick); border-color: var(--brick); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.grid-2 h3 { margin-top: 1.2rem; }
.grid-2 h3:first-child { margin-top: 0; }
.grid-2 p { color: var(--ink2); }

.hoods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: 1.5rem; }
.hood {
  position: relative; background: var(--paper2); border: 1px solid var(--line);
  border-radius: 10px; padding: 1.5rem 1.15rem 1.15rem; overflow: hidden;
  display: flex; flex-direction: column;
}
.hood .roof { position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background:
    repeating-linear-gradient(135deg, var(--brick) 0 10px, var(--brick-d) 10px 20px);
}
.hood--link { color: inherit; text-decoration: none; transition: transform .1s ease, box-shadow .15s ease, border-color .15s ease; }
.hood--link:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--brick); text-decoration: none; }
.hood .hd { display: flex; justify-content: space-between; align-items: baseline; gap: .6rem; }
.hood .nm { font-family: "Zilla Slab", serif; font-weight: 700; font-size: 1.12rem; color: var(--ink); }
.hood .risk { font-family: "Roboto Mono", monospace; font-size: .62rem; letter-spacing: .05em; white-space: nowrap; }
.hood .risk.hi { color: var(--brick); }
.hood .risk.md { color: var(--copper-d); }
.hood .era { font-family: "Roboto Mono", monospace; font-size: .64rem; letter-spacing: .06em; color: var(--storm); display: block; margin: .3rem 0 .55rem; }
.hood p { font-size: .9rem; color: var(--ink2); margin: 0 0 .8rem; }
.hood .go { margin-top: auto; font-family: "Roboto Mono", monospace; font-size: .72rem; color: var(--brick); letter-spacing: .03em; }
.hood .ref { margin-top: auto; font-family: "Roboto Mono", monospace; font-size: .68rem; color: var(--haze); letter-spacing: .03em; }
.hoods-note { font-family: "Roboto Mono", monospace; font-size: .72rem; color: var(--ink2); margin-top: .9rem; }

.beforehelp { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--slate3); border: 1px solid var(--slate3); border-radius: 12px; overflow: hidden; margin-top: 1.6rem; }
.beforehelp .bh { background: var(--slate); padding: 1.2rem 1.05rem; display: flex; flex-direction: column; gap: .55rem; }
.beforehelp .bn { font-family: "Roboto Mono", monospace; font-size: .9rem; font-weight: 500; color: var(--slate); background: var(--copper); width: 2rem; height: 2rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; }
.beforehelp h3 { font-size: 1rem; margin: 0; color: #fff; }
.beforehelp p { font-size: .86rem; color: var(--haze); margin: 0; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; margin-top: 1.7rem; }
.process .step { position: relative; background: var(--paper2); border: 1px solid var(--line); border-radius: 10px; padding: 1.6rem 1.2rem 1.25rem; }
.process .num {
  position: absolute; top: -16px; left: 1.2rem;
  font-family: "Zilla Slab", serif; font-weight: 700; font-size: 1.05rem; color: #fff;
  background: var(--brick); width: 2.1rem; height: 2.1rem; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 16px -8px rgba(139,58,46,.8);
}
.process .step h3 { margin: .55rem 0 .4rem; font-size: 1.1rem; }
.process .step p { font-size: .9rem; color: var(--ink2); margin: 0; }
.process .arrow { position: absolute; right: -1.15rem; top: 50%; transform: translateY(-50%); color: var(--copper); font-size: 1.3rem; z-index: 2; }

.crumbs { font-family: "Roboto Mono", monospace; font-size: .74rem; color: var(--ink2); padding-top: 1rem; padding-bottom: .2rem; }
.crumbs a { color: var(--brick-d); }
.faq details { border: 1px solid var(--slate3); border-radius: 10px; margin-bottom: .7rem; background: var(--slate2); overflow: hidden; }
.faq summary { cursor: pointer; padding: 1rem 1.2rem; font-weight: 600; color: #fff; list-style: none; position: relative; font-family: "Zilla Slab", serif; }
.faq summary::after { content: "+"; position: absolute; right: 1.2rem; color: var(--copper); font-weight: 400; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 1.2rem 1rem; }
.faq .a p { color: #C9D3DA; margin: 0; }
.faq .a a { color: var(--copper); }

.cta-band { background:
    radial-gradient(120% 120% at 12% 12%, rgba(139,58,46,.4), transparent 55%),
    var(--slate);
  color: #fff; text-align: center; padding: 3.4rem 0;
}
.cta-band h2 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.4rem); }
.cta-band p { color: #C9D3DA; max-width: 60ch; margin: .4rem auto 1.5rem; }

.footer { background: var(--slate); color: var(--haze); padding: 3rem 0 2rem; border-top: 3px solid var(--brick); }
.footer .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; }
.footer h4 { color: #fff; font-family: "Roboto Mono", monospace; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; margin-bottom: .8rem; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer ul li { padding: .22rem 0; }
.footer a { color: var(--haze); font-size: .92rem; }
.footer a:hover { color: #fff; }
.footer p { color: var(--haze); font-size: .92rem; }
.footer .brand .bn { color: #fff; }
.footer .phone-lg { color: var(--copper); }
.disclaimer { font-size: .78rem; color: #8294A1; line-height: 1.6; border-top: 1px solid var(--slate3); margin-top: 2.2rem; padding-top: 1.2rem; }
.legal { display: flex; gap: 1.2rem; flex-wrap: wrap; margin-top: 1rem; font-size: .82rem; }
.legal a { color: var(--haze); }

.callbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none;
  align-items: center; justify-content: center; gap: .5rem;
  background: var(--brick); color: #fff; font-weight: 700; padding: .85rem;
  box-shadow: 0 -6px 20px -8px rgba(44,62,80,.5); text-decoration: none;
}
.callbar svg { width: 20px; height: 20px; }

@media (max-width: 940px) {
  .hero-grid, .intro-grid { grid-template-columns: 1fr; }
  .page-grid { grid-template-columns: 1fr; }
  .aside { position: static; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .hoods { grid-template-columns: repeat(2, 1fr); }
  .beforehelp { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; gap: 1.8rem 1.6rem; }
  .process .arrow { display: none; }
  .ribbon .container { grid-template-columns: 1fr; gap: .8rem; }
  .grid-2 { grid-template-columns: 1fr; }

  .header .container { flex-wrap: nowrap; position: relative; gap: .55rem; }
  .brand { min-width: 0; flex: 0 1 auto; order: 1; }
  .brand .bn { font-size: 1rem; }
  .header .btn--call { flex: none; order: 2; margin-left: auto; }
  .burger {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 40px; flex: none; order: 3; margin-left: 0; padding: 9px 10px; cursor: pointer;
    background: var(--paper2); border: 1px solid var(--line); border-radius: 9px;
  }
  .burger span { display: block; height: 2px; width: 100%; background: var(--slate); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  #nav-toggle:checked ~ .burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  #nav-toggle:checked ~ .burger span:nth-child(2) { opacity: 0; }
  #nav-toggle:checked ~ .burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .nav { display: none; }
  #nav-toggle:checked ~ .nav {
    display: flex; flex-direction: column; align-items: stretch; gap: 0;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); padding: .4rem 24px 1rem; z-index: 65;
  }
  #nav-toggle:checked ~ .nav > a,
  #nav-toggle:checked ~ .nav > .nav-item { border-top: 1px solid var(--line); padding: .2rem 0; }
  #nav-toggle:checked ~ .nav > a { padding: .7rem 0; font-size: 1rem; color: var(--ink); font-weight: 600; }
  .nav-item { width: 100%; }
  .nav-item.has-dropdown > a, .nav-item.has-dropdown > .nav-trigger {
    width: 100%; padding: .7rem 0; font-size: 1rem; color: var(--ink); font-weight: 600;
  }
  .nav-item.has-dropdown > a::after, .nav-item.has-dropdown > .nav-trigger::after { content: ""; }
  .dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    display: flex; min-width: 0; border: none; box-shadow: none; background: transparent;
    padding: 0 0 .5rem .9rem; border-left: 2px solid var(--line); margin-left: .2rem;
  }
  .dropdown a { padding: .42rem 0; white-space: normal; font-size: .95rem; }
  .dropdown .dd-all { border-top: none; padding-top: .42rem; margin-top: 0; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .svc-grid { grid-template-columns: 1fr; }
  .hoods { grid-template-columns: 1fr; }
  .beforehelp { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; gap: 1.8rem; }
  .checks { columns: 1; }
  .header .btn--call .call-text { display: none; }
  .callbar { display: flex; }
  .topbar { display: none; }
  body { padding-bottom: 56px; }
}
