/* ============================================================
   Charlotte Water Damage Restoration
   Local-contractor look: white base + trust-navy structure
   + action-red CTA + water-blue accent. Archivo + Public Sans.
   ============================================================ */
:root {
  --paper: #FFFFFF;
  --paper2: #F3F6FA;
  --ink: #16202C;
  --ink2: #4B5765;
  --navy: #0E3A5C;
  --navy2: #16527E;
  --navy3: #2E6489;
  --blue: #1C7FB8;
  --blue-d: #156391;
  --red: #E23A2E;
  --red-d: #C22D22;
  --gold: #F0A52E;
  --haze: #Bcent;
  --haze2: #A9BBCB;
  --line: #E1E8EF;
  --mist: #EDF2F7;
  --shadow: 0 1px 0 rgba(14,58,92,.04), 0 14px 34px -18px rgba(14,58,92,.30);
  --maxw: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: "Public Sans", 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(--blue-d); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: "Archivo", system-ui, sans-serif; font-weight: 800; line-height: 1.1; letter-spacing: -0.01em; color: var(--ink); margin: 0 0 .5rem; overflow-wrap: break-word; }
h1 { font-size: clamp(2.05rem, 5.2vw, 3.3rem); }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.2rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
em { font-style: normal; color: var(--blue); }
p { margin: 0 0 1rem; }
.mono { font-family: "Public Sans", sans-serif; font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.seclabel { display: inline-block; font-family: "Public Sans", sans-serif; font-weight: 700; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--blue-d); margin-bottom: .5rem; }
.seclabel::before { content: ""; display: inline-block; width: 22px; height: 3px; background: var(--red); vertical-align: middle; margin-right: .5rem; border-radius: 2px; }
/* buttons */
.btn { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: 1rem; padding: .85rem 1.35rem; border-radius: 8px; border: 2px 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(--red); color: #fff; box-shadow: 0 10px 24px -10px rgba(226,58,46,.8); }
.btn--call:hover { background: var(--red-d); text-decoration: none; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn--ghost:hover { background: rgba(255,255,255,.12); text-decoration: none; }
.band .btn--ghost, .hero-inner ~ * .btn--ghost { color: var(--ink); border-color: var(--line); }
.btn--calldark { background: var(--red); color: #fff; font-size: 1.2rem; padding: 1rem 1.9rem; }
.btn--calldark:hover { background: var(--red-d); color: #fff; text-decoration: none; transform: translateY(-1px); }
/* topbar + header */
.topbar { background: var(--navy); color: #CFE0EC; }
.topbar .container { display: flex; justify-content: space-between; gap: 1rem; padding-top: .5rem; padding-bottom: .5rem; flex-wrap: wrap; }
.topbar b { color: #fff; }
.star-dot { color: var(--gold); }
.header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 2px 12px -8px rgba(14,58,92,.3); }
.header .container { display: flex; align-items: center; gap: 1.4rem; padding-top: .65rem; padding-bottom: .65rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand svg { width: 46px; height: 46px; flex: none; }
.bn { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.06rem; line-height: 1.05; color: var(--navy); letter-spacing: -.01em; }
.bn span { display: block; font-family: "Public Sans", sans-serif; font-weight: 700; font-size: .58rem; letter-spacing: .1em; text-transform: uppercase; color: var(--blue-d); margin-top: .22rem; }
.nav { margin-left: auto; display: flex; gap: 1.2rem; align-items: center; }
.nav > a, .nav-trigger { color: var(--ink); font-weight: 700; font-size: .95rem; }
.nav > a:hover, .nav-trigger:hover { color: var(--red); 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(--ink); font-weight: 700; font-size: .95rem; }
.nav-item.has-dropdown > a:hover, .nav-item.has-dropdown > .nav-trigger:hover { color: var(--red); }
.nav-item.has-dropdown > a::after, .nav-item.has-dropdown > .nav-trigger::after { content: "\25BE"; font-size: .62rem; color: var(--haze2); transition: transform .15s ease; }
.nav-item.has-dropdown:hover > a::after, .nav-item.has-dropdown:hover > .nav-trigger::after { transform: rotate(180deg); color: var(--red); }
.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: 264px; background: #fff; 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: 600; white-space: nowrap; }
.dropdown a:hover { background: var(--mist); color: var(--red); text-decoration: none; }
.dropdown .dd-all { color: var(--red); border-top: 1px solid var(--line); margin-top: .3rem; padding-top: .6rem; font-weight: 700; font-size: .8rem; }
.header .btn--call { padding: .62rem 1.05rem; font-size: .95rem; }
.call-text { white-space: nowrap; }
.nav-toggle { display: none; }
.burger { display: none; }
/* hero - dark navy, photo-ready */
.hero { position: relative; overflow: hidden; background: linear-gradient(160deg, #0C3350 0%, var(--navy) 55%, #0a2c46 100%); color: #fff; border-bottom: 4px solid var(--red); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: radial-gradient(60% 80% at 82% 30%, rgba(28,127,184,.35), transparent 60%); }
.hero .container { position: relative; z-index: 1; padding-top: 3.2rem; padding-bottom: 3.2rem; }
.hero-inner { max-width: 720px; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 2.6rem; align-items: center; }
.hero-grid > * { min-width: 0; }
.hero h1, .hero h2, .hero h3 { color: #fff; }
.kicker { color: var(--gold); display: inline-block; margin-bottom: .85rem; }
.hero h1 { margin-bottom: .85rem; }
.sub { font-size: 1.16rem; color: #D5E2EC; max-width: 48ch; 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: #CFE0EC; }
.trust span b { color: #fff; }
.trust span { display: inline-flex; align-items: center; gap: .4rem; }
.trust span::before { content: "\2714"; color: var(--gold); font-weight: 700; }
.tagstrip { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; margin-top: 1.8rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.18); }
.tslabel { font-weight: 700; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; color: #AFC4D4; margin-right: .2rem; }
.ts { font-size: .85rem; color: #E6EEF4; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-left: 3px solid var(--red); border-radius: 6px; padding: .35rem .7rem; }
.ts b { font-weight: 700; font-size: .66rem; letter-spacing: .04em; color: var(--gold); margin-right: .35rem; }
/* trust bar strip */
.trustbar { background: var(--paper2); border-bottom: 1px solid var(--line); }
.trustbar .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; padding-top: 1.2rem; padding-bottom: 1.2rem; }
.trustbar .tb { display: flex; align-items: center; gap: .7rem; }
.trustbar .ic { flex: none; width: 38px; height: 38px; border-radius: 9px; background: #E4EFF6; color: var(--blue-d); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; }
.trustbar .tx b { display: block; font-family: "Archivo", sans-serif; font-weight: 800; font-size: .95rem; color: var(--navy); line-height: 1.1; }
.trustbar .tx span { font-size: .82rem; color: var(--ink2); }
/* photo band below hero */
.hero-media { position: relative; background: var(--navy); }
.hero-media img { width: 100%; height: clamp(220px, 38vw, 430px); object-fit: cover; }
.hero-media .cap { position: absolute; left: 18px; bottom: 14px; font-weight: 600; font-size: .72rem; color: #fff; background: rgba(14,58,92,.82); padding: .4rem .7rem; border-radius: 6px; border-left: 3px solid var(--red); }
img[data-broken] { visibility: hidden; }
.hero-media[data-empty] { min-height: 220px; }
/* ribbon */
.ribbon { background: var(--navy); color: #fff; }
.ribbon .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-top: 1.5rem; padding-bottom: 1.5rem; }
.ribbon .cell { border-left: 3px solid var(--red); padding-left: 1rem; }
.ribbon .cell:nth-child(2) { border-left-color: var(--gold); }
.ribbon .cell:nth-child(3) { border-left-color: var(--blue); }
.ribbon .n { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.3rem; color: #fff; }
.ribbon .l { font-size: .9rem; color: #CFE0EC; }
/* bands */
.band { padding: 3.3rem 0; }
.band--plum { background: var(--navy); color: #fff; }
.band--plum h2, .band--plum h3 { color: #fff; }
.band--plum .seclabel { color: var(--gold); }
.band--plum .seclabel::before { background: var(--gold); }
.band--gold { background: var(--paper2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band--river { background: var(--paper2); 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--plum .lead-w { color: #CFE0EC; }
.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; background: var(--paper2); }
.intro-grid .cap { font-weight: 600; font-size: .8rem; color: var(--ink2); margin-top: .55rem; }
.prose p { color: var(--ink2); }
.prose.wide { max-width: 72ch; }
/* divider */
.hwm { height: 4px; width: 100%; margin: 0 auto; background: repeating-linear-gradient(90deg, var(--navy) 0 26px, transparent 26px 34px); opacity: .25; border-radius: 2px; }
/* service grid */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.svc-card { background: #fff; 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(--blue); text-decoration: none; }
.svc-card .ph { aspect-ratio: 16/10; background: linear-gradient(135deg, var(--navy2), var(--navy)); 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-weight: 800; font-size: .72rem; color: var(--red); letter-spacing: .06em; }
.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-weight: 700; font-size: .82rem; color: var(--blue-d); letter-spacing: .02em; }
/* page-grid */
.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.7rem; position: relative; break-inside: avoid; color: var(--ink2); }
.checks li::before { content: "\2714"; position: absolute; left: 0; top: .15rem; color: var(--blue); font-weight: 800; }
.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: 4px solid var(--red); }
.aside .mono { color: var(--blue-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: "Archivo", sans-serif; font-weight: 800; font-size: 1.7rem; color: var(--red); letter-spacing: -.01em; margin: .3rem 0; }
.phone-lg:hover { text-decoration: none; color: var(--red-d); }
/* area list */
.arealist { display: flex; flex-wrap: wrap; gap: .55rem; }
.arealist a { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .5rem 1rem; color: var(--ink); font-size: .94rem; font-weight: 700; }
.arealist a:hover { background: var(--red); color: #fff; border-color: var(--red); text-decoration: none; }
.band--plum .arealist a { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #EAF1F6; }
.band--plum .arealist a:hover { background: var(--red); border-color: var(--red); }
/* two-col */
.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); }
.band--gold .grid-2 h3 { color: var(--navy); }
/* SIGNATURE A cross-section */
.xsec { margin-top: 1.7rem; display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.8rem; align-items: stretch; }
.xsec > * { min-width: 0; }
.xsec .art { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 1rem; box-shadow: var(--shadow); display: flex; }
.xsec .art svg { width: 100%; height: auto; }
.xsec .legend { display: flex; flex-direction: column; gap: .7rem; }
.xpath { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--blue); border-radius: 9px; padding: .75rem .9rem; }
.xpath .tg { font-weight: 700; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--blue-d); }
.xpath h3 { font-size: 1rem; margin: .15rem 0 .25rem; }
.xpath p { font-size: .88rem; color: var(--ink2); margin: 0; }
.xpath.hi { border-left-color: var(--red); }
.xnote { font-weight: 600; font-size: .8rem; color: var(--ink2); margin-top: 1rem; }
/* SIGNATURE B creek watch */
.watch { margin-top: 1.6rem; }
.creeks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.creek { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1.1rem 1rem; position: relative; overflow: hidden; }
.creek .wl { position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg, var(--blue), #4aa3cf); }
.creek .nm { font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.02rem; color: var(--navy); }
.creek .zone { font-weight: 700; font-size: .64rem; letter-spacing: .04em; text-transform: uppercase; color: var(--blue-d); display: block; margin: .25rem 0 .5rem; }
.creek p { font-size: .86rem; color: var(--ink2); margin: 0; }
.creek .risk { font-weight: 800; font-size: .6rem; letter-spacing: .04em; position: absolute; top: .85rem; right: .9rem; }
.creek .risk.hi { color: var(--red); }
.creek .risk.md { color: var(--gold); }
.season { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); border-radius: 11px; overflow: hidden; margin-top: 1.1rem; }
.season .s { background: var(--navy2); padding: 1rem .95rem; }
.season .mo { font-weight: 700; font-size: .66rem; letter-spacing: .04em; text-transform: uppercase; color: var(--gold); }
.season h3 { font-size: .98rem; margin: .25rem 0 .3rem; color: #fff; }
.season p { font-size: .82rem; color: #CFE0EC; margin: 0; }
.watch-note { font-weight: 600; font-size: .8rem; color: var(--ink2); margin-top: 1rem; }
.band--plum .watch-note { color: #AFC4D4; }
/* SIGNATURE C before help */
.beforehelp { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; overflow: hidden; margin-top: 1.6rem; }
.beforehelp .bh { background: var(--navy2); padding: 1.2rem 1.05rem; display: flex; flex-direction: column; gap: .55rem; }
.beforehelp .bn { font-weight: 800; font-size: .95rem; color: #fff; background: var(--red); width: 2rem; height: 2rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; }
.beforehelp h3 { font-size: 1rem; margin: 0; color: #fff; }
.beforehelp p { font-size: .86rem; color: #CFE0EC; margin: 0; }
/* process */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; margin-top: 1.7rem; }
.process .step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 1.6rem 1.2rem 1.25rem; }
.band--plum .process .step { background: var(--navy2); border-color: rgba(255,255,255,.16); }
.band--plum .process .step h3 { color: #fff; }
.band--plum .process .step p { color: #CFE0EC; }
.process .num { position: absolute; top: -16px; left: 1.2rem; font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.05rem; color: #fff; background: var(--red); 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(226,58,46,.85); }
.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(--gold); font-size: 1.3rem; z-index: 2; }
/* crumbs + faq */
.crumbs { font-weight: 600; font-size: .8rem; color: var(--ink2); padding-top: 1rem; padding-bottom: .2rem; }
.crumbs a { color: var(--blue-d); }
.faq details { border: 1px solid rgba(255,255,255,.16); border-radius: 10px; margin-bottom: .7rem; background: var(--navy2); overflow: hidden; }
.faq summary { cursor: pointer; padding: 1rem 1.2rem; font-weight: 700; color: #fff; list-style: none; position: relative; font-family: "Archivo", sans-serif; }
.faq summary::after { content: "+"; position: absolute; right: 1.2rem; color: var(--gold); font-weight: 700; }
.faq details[open] summary::after { content: "\2013"; }
.faq .a { padding: 0 1.2rem 1rem; }
.faq .a p { color: #CFE0EC; margin: 0; }
.faq .a a { color: var(--gold); }
/* cta band */
.cta-band { background: linear-gradient(160deg, var(--red) 0%, #b8281d 100%); 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: #FCE3E0; max-width: 60ch; margin: .4rem auto 1.5rem; }
.cta-band .btn--calldark { background: #fff; color: var(--red); }
.cta-band .btn--calldark:hover { background: var(--navy); color: #fff; }
/* footer */
.footer { background: var(--navy); color: #BFD2DF; padding: 3rem 0 2rem; border-top: 4px solid var(--red); }
.footer .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 2rem; }
.footer h4 { color: #fff; font-weight: 800; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .8rem; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer ul li { padding: .22rem 0; }
.footer a { color: #BFD2DF; font-size: .92rem; }
.footer a:hover { color: #fff; }
.footer p { color: #BFD2DF; font-size: .92rem; }
.footer .brand .bn { color: #fff; }
.footer .phone-lg { color: #fff; }
.disclaimer { font-size: .78rem; color: #8BA6B8; line-height: 1.6; border-top: 1px solid rgba(255,255,255,.15); 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: #BFD2DF; }
/* sticky mobile call bar */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none; align-items: center; justify-content: center; gap: .5rem; background: var(--red); color: #fff; font-weight: 800; padding: .9rem; box-shadow: 0 -6px 20px -8px rgba(14,58,92,.5); text-decoration: none; }
.callbar svg { width: 20px; height: 20px; }
/* responsive */
@media (max-width: 940px) {
  .hero-grid, .intro-grid, .xsec { grid-template-columns: 1fr; }
  .page-grid { grid-template-columns: 1fr; }
  .aside { position: static; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .creeks { grid-template-columns: repeat(2, 1fr); }
  .season { grid-template-columns: 1fr 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; }
  .trustbar .container { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .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: #fff; border: 1px solid var(--line); border-radius: 9px; }
  .burger span { display: block; height: 2px; width: 100%; background: var(--navy); 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: #fff; 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: 700; }
  .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: 700; }
  .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; }
  .creeks { grid-template-columns: 1fr; }
  .season { grid-template-columns: 1fr; }
  .beforehelp { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; gap: 1.8rem; }
  .trustbar .container { grid-template-columns: 1fr; }
  .checks { columns: 1; }
  .header .btn--call .call-text { display: none; }
  .callbar { display: flex; }
  .topbar { display: none; }
  body { padding-bottom: 56px; }
}
