/* ==========================================================================
   Freedom Junk Removal — design system
   Direction: "Patriotic Workhorse" (see DESIGN-BRIEF.md)
   Fonts: Bricolage Grotesque (display) + Public Sans (body)
   ========================================================================== */

:root {
  --red: #FF3132;
  --red-deep: #D91F20;
  --red-dark: #B01516;
  --ink: #101828;
  --ink-2: #1B2537;
  --ink-3: #263349;
  --paper: #FAF7F2;
  --white: #FFFFFF;
  --steel: #5B6B84;
  --steel-light: #C9D2DF;
  --line: #E7E0D6;
  --star: #FFD24A;
  --font-display: "Bricolage Grotesque", Georgia, serif;
  --font-body: "Public Sans", Arial, sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow-1: 0 1px 2px rgba(16, 24, 40, .08), 0 4px 14px rgba(16, 24, 40, .07);
  --shadow-2: 0 6px 24px rgba(16, 24, 40, .14);
  --shadow-red: 0 8px 24px rgba(255, 49, 50, .32);
  --radius: 10px;
  --header-h: 74px;
  --z-drop: 40; --z-sticky: 50; --z-bar: 60;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.08; margin: 0 0 .5em; letter-spacing: -0.015em; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.6vw, 4.1rem); font-weight: 800; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 800; }
h3 { font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; }
p { margin: 0 0 1em; max-width: 72ch; text-wrap: pretty; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--red-deep); text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
a:hover { color: var(--red-dark); }
:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; border-radius: 2px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: .6rem 1rem; z-index: 99; }
.skip-link:focus { left: 8px; top: 8px; }

.wrap { width: min(1160px, 92vw); margin-inline: auto; }
.wrap-narrow { width: min(860px, 92vw); margin-inline: auto; }

/* ------ signature motif: the hauler stripe ------ */
.stripe { height: 10px; background: linear-gradient(to right, var(--red) 0 42%, var(--ink) 42% 58%, var(--red) 58% 100%); clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 14px 100%); border: 0; margin: 0; }
.kicker { display: inline-flex; align-items: center; gap: .55rem; font-weight: 700; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; color: var(--red-deep); margin-bottom: .9rem; }
.kicker::before { content: "★"; color: var(--red); font-size: 1rem; }
.h-stripe { position: relative; padding-bottom: .35em; }
.h-stripe::after { content: ""; position: absolute; left: 0; bottom: 0; width: 84px; height: 7px; background: linear-gradient(to right, var(--red) 0 55%, var(--ink) 55% 75%, var(--red) 75% 100%); clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 100%, 6px 100%); }
.on-dark .h-stripe::after { background: linear-gradient(to right, var(--red) 0 55%, #fff 55% 75%, var(--red) 75% 100%); }

/* ------ buttons ------ */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--font-body); font-weight: 800; font-size: 1.02rem; line-height: 1.15; padding: .95rem 1.6rem; border-radius: var(--radius); border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: transform .18s var(--ease-out), box-shadow .18s var(--ease-out), background-color .18s, color .18s, border-color .18s; }
.btn:active { transform: translateY(1px) scale(.99); }
.btn-red { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn-red:hover { background: var(--red-deep); color: #fff; transform: translateY(-2px); }
.btn-ink { background: var(--ink); color: #fff; }
.btn-ink:hover { background: var(--ink-3); color: #fff; transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.on-dark .btn-ghost { color: #fff; border-color: rgba(255,255,255,.75); }
.on-dark .btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-lg { font-size: 1.12rem; padding: 1.1rem 1.9rem; }

/* ------ header / nav ------ */
#nav-sentinel { position: absolute; top: 0; height: 1px; width: 1px; pointer-events: none; }
.site-header { position: sticky; top: 0; z-index: var(--z-sticky); height: var(--header-h); background: rgba(250, 247, 242, 0); transition: background-color .25s, box-shadow .25s, backdrop-filter .25s; }
.site-header.on-ink { background: rgba(16, 24, 40, 0); }
.site-header.scrolled { background: rgba(250, 247, 242, .94); backdrop-filter: blur(10px); box-shadow: 0 1px 0 rgba(16,24,40,.07), 0 6px 24px rgba(16,24,40,.08); }
.site-header.on-ink.scrolled { background: rgba(16, 24, 40, .92); box-shadow: 0 1px 0 rgba(255,255,255,.06), 0 6px 24px rgba(0,0,0,.35); }
.nav-row { height: var(--header-h); display: flex; align-items: center; gap: 1.2rem; }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand img { height: 44px; width: auto; transition: transform .25s var(--ease-out); transform-origin: left center; }
.scrolled .brand img { transform: scale(.88); }
.nav-links { display: flex; align-items: center; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.nav-links > li { position: relative; }
.nav-links a, .nav-trigger { font-weight: 600; font-size: .98rem; color: var(--ink); text-decoration: none; padding: .55rem .75rem; border-radius: 8px; background: none; border: 0; font-family: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: .3rem; transition: background-color .15s, color .15s; }
.on-ink .nav-links a, .on-ink .nav-trigger { color: #fff; }
.nav-links a:hover, .nav-trigger:hover { background: rgba(255, 49, 50, .1); color: var(--red-deep); }
.on-ink .nav-links a:hover, .on-ink .nav-trigger:hover { background: rgba(255,255,255,.12); color: #fff; }
.chev { width: .55em; height: .55em; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-1px); transition: transform .2s; }
.nav-trigger[aria-expanded="true"] .chev { transform: rotate(225deg); }
.has-drop { position: relative; }
.drop-menu { position: absolute; top: 100%; left: 0; margin: 0; padding: .5rem 0 0; list-style: none; z-index: var(--z-drop); min-width: 250px; }
.drop-menu[hidden] { display: none; }
.drop-inner { background: #fff; border-radius: 12px; box-shadow: var(--shadow-2); padding: .5rem; border-top: 4px solid var(--red); }
.drop-menu a { display: block; padding: .55rem .8rem; border-radius: 8px; color: var(--ink) !important; }
.drop-menu a:hover { background: var(--paper); color: var(--red-deep) !important; }
.drop-menu .drop-note { font-size: .8rem; color: var(--steel); padding: .35rem .8rem .2rem; }
@media (hover: hover) and (pointer: fine) {
  .has-drop:hover > .drop-menu { display: block; }
  /* nav hover preview cards */
  .nav-preview { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding-top: .5rem; display: none; z-index: var(--z-drop); width: 250px; }
  .nav-links > li:hover > .nav-preview { display: block; }
  .nav-preview-inner { background: var(--ink); color: #fff; border-radius: 12px; padding: .85rem 1rem; box-shadow: var(--shadow-2); font-size: .85rem; line-height: 1.45; border-top: 4px solid var(--red); }
  .nav-preview-inner strong { display: block; font-size: .92rem; margin-bottom: .2rem; }
}
.nav-preview { display: none; }
.nav-call { display: inline-flex; align-items: center; gap: .55rem; font-weight: 800; color: var(--ink); text-decoration: none; font-size: 1.05rem; white-space: nowrap; }
.on-ink .nav-call { color: #fff; }
.nav-call .ic { width: 38px; height: 38px; border-radius: 50%; background: var(--red); color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: var(--shadow-red); }
.nav-cta { white-space: nowrap; }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; padding: .5rem; }
.nav-burger span { display: block; width: 26px; height: 3px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .2s, opacity .2s; }
.on-ink .nav-burger span { background: #fff; }
.nav-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

@media (max-width: 980px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: block; }
  .mobile-menu { position: fixed; inset: var(--header-h) 0 0 0; background: var(--ink); z-index: var(--z-drop); overflow-y: auto; padding: 1.2rem 6vw 6rem; }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a, .mobile-menu button.m-trigger { display: block; width: 100%; text-align: left; color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; padding: .8rem .2rem; text-decoration: none; background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.09); cursor: pointer; }
  .mobile-menu .m-sub[hidden] { display: none; }
  .mobile-menu .m-sub a { font-family: var(--font-body); font-size: 1.02rem; font-weight: 600; padding-left: 1.1rem; color: var(--steel-light); }
}
@media (min-width: 981px) { .mobile-menu { display: none !important; } }

/* mobile sticky bottom bar */
.mobile-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: var(--z-bar); display: none; grid-template-columns: 1fr 1fr 1fr; gap: 1px; background: var(--ink-2); padding-bottom: env(safe-area-inset-bottom); box-shadow: 0 -6px 20px rgba(16,24,40,.25); }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: .15rem; padding: .6rem .3rem .55rem; background: var(--ink); color: #fff; font-size: .8rem; font-weight: 700; text-decoration: none; }
.mobile-bar a.bar-cta { background: var(--red); }
.mobile-bar svg { width: 20px; height: 20px; }
@media (max-width: 720px) { .mobile-bar { display: grid; } body { padding-bottom: 64px; } }

/* ------ hero: HOME (full-bleed ink) ------ */
.hero-home { position: relative; background: var(--ink); color: #fff; overflow: hidden; margin-top: calc(-1 * var(--header-h)); padding-top: var(--header-h); }
.hero-home .hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-home .hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .55; object-position: 70% 40%; }
.hero-home .hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(16,24,40,.97) 12%, rgba(16,24,40,.82) 42%, rgba(16,24,40,.18) 78%, rgba(16,24,40,.05) 100%); }
.hero-home .hero-inner { position: relative; padding: clamp(4rem, 9vw, 7.5rem) 0 clamp(3rem, 6vw, 5rem); }
.hero-home h1 { max-width: 15ch; }
.hero-home .hero-sub { font-size: clamp(1.05rem, 1.7vw, 1.3rem); color: #E8ECF3; max-width: 52ch; }
.hero-phone { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.hero-phone:hover { color: var(--star); }
.hero-ctas { display: flex; flex-wrap: wrap; gap: .9rem 1rem; align-items: center; margin: 1.6rem 0 1.2rem; }
.trust-chips { display: flex; flex-wrap: wrap; gap: .5rem .6rem; padding: 0; margin: 1.4rem 0 0; list-style: none; }
.trust-chips li { display: inline-flex; align-items: center; gap: .45rem; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: .42rem .95rem; font-size: .88rem; font-weight: 600; backdrop-filter: blur(4px); }
.trust-chips li::before { content: "★"; color: var(--star); }

/* symptom picker */
.symptom { position: relative; background: var(--ink-2); color: #fff; padding: 1.4rem 0 1.8rem; border-top: 1px solid rgba(255,255,255,.07); }
.symptom .sy-label { font-weight: 700; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; color: var(--steel-light); margin-bottom: .7rem; }
.sy-chips { display: flex; flex-wrap: wrap; gap: .55rem; }
.sy-chips button { font-family: inherit; font-weight: 700; font-size: .95rem; color: #fff; background: rgba(255,255,255,.07); border: 1.5px solid rgba(255,255,255,.25); border-radius: 999px; padding: .55rem 1.1rem; cursor: pointer; transition: background-color .15s, border-color .15s, transform .15s var(--ease-out); }
.sy-chips button:hover { background: rgba(255,49,50,.25); border-color: var(--red); transform: translateY(-2px); }
.sy-chips button[aria-expanded="true"] { background: var(--red); border-color: var(--red); }
.sy-answer { margin-top: 1rem; }
.sy-answer[hidden] { display: none; }
.sy-answer .sy-card { background: #fff; color: var(--ink); border-radius: 12px; padding: 1.1rem 1.3rem; border-left: 6px solid var(--red); box-shadow: var(--shadow-2); max-width: 640px; }
.sy-answer .sy-card p { margin: 0 0 .5rem; }
.sy-answer .sy-card a { font-weight: 800; }

/* ------ generic sections ------ */
.sec { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
.sec-tight { padding: clamp(2.2rem, 5vw, 3.5rem) 0; }
.sec-ink { background: var(--ink); color: #fff; }
.sec-ink-2 { background: var(--ink-2); color: #fff; }
.sec-red { background: linear-gradient(115deg, var(--red-deep), var(--red)); color: #fff; }
.sec-white { background: #fff; }
.sec-head { max-width: 60ch; margin-bottom: 2.2rem; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .h-stripe::after { left: 50%; transform: translateX(-50%); }

/* trust bar */
.trust-bar { background: #fff; border-block: 1px solid var(--line); padding: 1.1rem 0; }
.trust-bar .tb-row { display: flex; flex-wrap: wrap; gap: .8rem 2.4rem; align-items: center; justify-content: center; font-weight: 700; font-size: .95rem; }
.trust-bar .tb-row span { display: inline-flex; align-items: center; gap: .5rem; }
.trust-bar .tb-row span::before { content: "★"; color: var(--red); }

/* doorway service cards */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); gap: 1.3rem; }
.svc-card { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-1); text-decoration: none; color: var(--ink); transition: transform .25s var(--ease-out), box-shadow .25s var(--ease-out); }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-2); color: var(--ink); }
.svc-card .sc-media { position: relative; aspect-ratio: 16/9; background: var(--ink-2); overflow: hidden; }
.svc-card .sc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease-out); }
.svc-card:hover .sc-media img { transform: scale(1.05); }
.svc-card .sc-price { position: absolute; top: .75rem; right: .75rem; background: var(--red); color: #fff; font-weight: 800; font-size: .85rem; border-radius: 999px; padding: .3rem .8rem; box-shadow: var(--shadow-red); }
.svc-card .sc-body { padding: 1.15rem 1.25rem 1.25rem; display: flex; flex-direction: column; gap: .4rem; flex: 1; }
.svc-card h3 { margin: 0; }
.svc-card .sc-desc { font-size: .95rem; color: var(--steel); margin: 0; }
.svc-card .sc-link { margin-top: auto; font-weight: 800; color: var(--red-deep); display: inline-flex; align-items: center; gap: .4rem; padding-top: .6rem; }
.svc-card .sc-link::after { content: "→"; transition: transform .2s var(--ease-out); }
.svc-card:hover .sc-link::after { transform: translateX(5px); }
.sc-peek { font-size: .88rem; color: var(--ink-2); background: var(--paper); border-left: 4px solid var(--red); border-radius: 8px; padding: .7rem .85rem; margin-top: .5rem; }
.sc-peek strong { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--red-deep); margin-bottom: .3rem; }
.sc-peek ul { margin: 0; padding-left: 1.05rem; }
.sc-peek li { margin: .15rem 0; }
@media (hover: hover) and (pointer: fine) {
  .svc-card .sc-peek { display: none; }
  .svc-card:hover .sc-peek, .svc-card:focus-visible .sc-peek { display: block; }
}

/* stats counters */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.2rem; text-align: center; }
.stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 4.5vw, 3.4rem); color: var(--red); line-height: 1; }
.stat span { font-weight: 600; color: inherit; opacity: .85; }

/* pricing */
.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-1); font-size: .98rem; }
.price-table caption { caption-side: bottom; font-size: .85rem; color: var(--steel); padding: .7rem .5rem; text-align: left; }
.price-table th, .price-table td { padding: .8rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
.price-table thead th { background: var(--ink); color: #fff; font-family: var(--font-display); font-size: .92rem; letter-spacing: .02em; }
.price-table tbody tr:hover { background: var(--paper); }
.price-table td.num { font-weight: 800; color: var(--ink); white-space: nowrap; }
.price-table td.num.deal { color: var(--red-deep); }
.price-note { display: inline-flex; gap: .55rem; align-items: flex-start; background: #fff; border-left: 5px solid var(--red); border-radius: 8px; padding: .8rem 1rem; font-size: .93rem; box-shadow: var(--shadow-1); }

/* take / no-take lists */
.take-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.3rem; }
.take-col { background: #fff; border-radius: 14px; padding: 1.4rem 1.5rem; box-shadow: var(--shadow-1); }
.take-col.no { background: var(--ink); color: #fff; }
.take-col h3 { display: flex; align-items: center; gap: .6rem; }
.take-col ul { margin: .6rem 0 0; padding: 0; list-style: none; columns: 2; gap: 1.5rem; }
.take-col li { break-inside: avoid; padding: .28rem 0 .28rem 1.5rem; position: relative; font-size: .97rem; }
.take-col li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; color: var(--red-deep); }
.take-col.no li::before { content: "✕"; color: var(--star); }
@media (max-width: 560px) { .take-col ul { columns: 1; } }

/* process rail */
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.4rem; counter-reset: step; }
.step-card { position: relative; background: #fff; border-radius: 14px; padding: 2.2rem 1.3rem 1.3rem; box-shadow: var(--shadow-1); counter-increment: step; }
.on-dark .step-card { background: var(--ink-3); }
.step-card::before { content: counter(step); position: absolute; top: -1.1rem; left: 1.1rem; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--font-display); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; box-shadow: var(--shadow-red); }
.step-card h3 { font-size: 1.12rem; margin-bottom: .3rem; }
.step-card p { font-size: .93rem; margin: 0; color: var(--steel); }
.on-dark .step-card p { color: var(--steel-light); }

/* guarantee band */
.band { border-radius: 18px; padding: clamp(1.8rem, 4vw, 2.8rem); display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: center; justify-content: space-between; }
.band-red { background: linear-gradient(115deg, var(--red-deep), var(--red)); color: #fff; box-shadow: var(--shadow-red); }
.band h2, .band h3 { margin: 0 0 .3rem; }
.band p { margin: 0; opacity: .95; }

/* reviews */
.review-embed { background: #fff; border-radius: 14px; box-shadow: var(--shadow-1); padding: 1rem; }

/* service area */
.area-flex { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.2rem; align-items: start; }
@media (max-width: 860px) { .area-flex { grid-template-columns: 1fr; } }
.area-map { border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-1); aspect-ratio: 4/3; }
.area-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.area-list { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .35rem .9rem; }
.area-list a { font-weight: 700; display: inline-flex; align-items: center; gap: .45rem; }
.area-list a::before { content: "★"; color: var(--red); font-size: .8rem; }
.area-list .plain { color: var(--steel); font-weight: 500; display: inline-flex; align-items: center; gap: .45rem; }
.area-list .plain::before { content: "•"; color: var(--steel-light); }

/* gallery */
.gal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1rem; }
.gal-grid figure { margin: 0; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: var(--shadow-1); }
.gal-grid img { aspect-ratio: 4/3; object-fit: cover; width: 100%; transition: transform .35s var(--ease-out); }
.gal-grid figure:hover img { transform: scale(1.04); }
.gal-grid figcaption { padding: .7rem .9rem; font-size: .88rem; color: var(--steel); }

/* before/after slider */
.ba-slider { position: relative; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-2); touch-action: none; aspect-ratio: 4/3; }
.ba-slider img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba-top { clip-path: inset(0 50% 0 0); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 4px; background: #fff; cursor: ew-resize; }
.ba-handle::after { content: "⟷"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 44px; height: 44px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; box-shadow: var(--shadow-red); }
.ba-tag { position: absolute; top: .8rem; font-weight: 800; font-size: .8rem; letter-spacing: .06em; background: rgba(16,24,40,.8); color: #fff; padding: .3rem .7rem; border-radius: 999px; }
.ba-tag.before { left: .8rem; } .ba-tag.after { right: .8rem; }

/* FAQ accordion */
.faq { max-width: 820px; }
.faq-item { background: #fff; border-radius: 12px; box-shadow: var(--shadow-1); margin-bottom: .8rem; overflow: hidden; border-left: 5px solid transparent; transition: border-color .2s; }
.faq-item:has(button[aria-expanded="true"]) { border-left-color: var(--red); }
.faq-item > h3 { margin: 0; font-size: 1rem; }
.faq-item button { width: 100%; text-align: left; font-family: var(--font-display); font-weight: 700; font-size: 1.08rem; color: var(--ink); background: none; border: 0; padding: 1.05rem 3rem 1.05rem 1.25rem; cursor: pointer; position: relative; }
.faq-item button::after { content: "+"; position: absolute; right: 1.1rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--red); transition: transform .25s var(--ease-out); }
.faq-item button[aria-expanded="true"]::after { transform: translateY(-50%) rotate(45deg); }
.faq-item [data-accordion-panel] { overflow: hidden; }
.faq-item .faq-a { padding: 0 1.25rem 1.15rem; color: var(--ink-2); font-size: .98rem; }
.faq-item .faq-a p { margin-bottom: .6em; }

/* where to next */
.next-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.1rem; }
.next-card { display: block; background: var(--ink); color: #fff; border-radius: 14px; padding: 1.25rem 1.35rem; text-decoration: none; position: relative; overflow: hidden; transition: transform .22s var(--ease-out), box-shadow .22s var(--ease-out); }
.next-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-2); color: #fff; }
.next-card .nx-tag { font-size: .72rem; font-weight: 800; letter-spacing: .1em; color: var(--star); text-transform: uppercase; }
.next-card h3 { margin: .3rem 0 .25rem; font-size: 1.18rem; }
.next-card p { margin: 0; font-size: .88rem; color: var(--steel-light); }
.next-card::after { content: "→"; position: absolute; right: 1.1rem; bottom: .9rem; font-size: 1.3rem; color: var(--red); transition: transform .2s var(--ease-out); }
.next-card:hover::after { transform: translateX(5px); }

/* final CTA + form */
.cta-final { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.cta-final .stripe-bg { position: absolute; inset: auto 0 0 0; height: 10px; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
@media (max-width: 900px) { .cta-grid { grid-template-columns: 1fr; } }
.form-shell { background: #fff; border-radius: 16px; padding: .8rem; box-shadow: var(--shadow-2); border-top: 6px solid var(--red); }
.form-shell iframe { min-height: 1168px; }

/* footer */
.site-footer { background: var(--ink-2); color: var(--steel-light); font-size: .95rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--star); }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2.2rem; padding: 3.2rem 0 2.2rem; }
@media (max-width: 900px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .foot-grid { grid-template-columns: 1fr; } }
.foot-grid h3 { color: #fff; font-size: 1.02rem; margin-bottom: .7rem; }
.foot-grid ul { list-style: none; margin: 0; padding: 0; }
.foot-grid li { margin: .35rem 0; }
.foot-brand img { height: 40px; width: auto; margin-bottom: .9rem; }
.foot-nap { line-height: 1.7; }
.foot-legal { border-top: 1px solid rgba(255,255,255,.1); padding: 1.2rem 0 1.4rem; font-size: .85rem; display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; justify-content: space-between; }

/* ------ page-service specifics ------ */
.page-service .hero-svc { background: #fff; border-bottom: 1px solid var(--line); }
.hero-svc .hs-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 2.6rem; align-items: center; padding: clamp(2.6rem, 6vw, 4.6rem) 0; }
@media (max-width: 880px) { .hero-svc .hs-grid { grid-template-columns: 1fr; } }
.hero-svc .hs-media { position: relative; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-2); aspect-ratio: 4/3; }
.hero-svc .hs-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-svc .hs-price { position: absolute; bottom: 1rem; left: 1rem; background: var(--ink); color: #fff; border-radius: 12px; padding: .7rem 1.1rem; font-weight: 700; box-shadow: var(--shadow-2); border-left: 5px solid var(--red); }
.hero-svc .hs-price b { font-family: var(--font-display); font-size: 1.4rem; color: var(--star); }
.breadcrumb { font-size: .85rem; color: var(--steel); padding-top: 1.1rem; }
.breadcrumb a { color: var(--steel); }
.breadcrumb a:hover { color: var(--red-deep); }

/* ------ page-city specifics ------ */
.page-city .hero-city { background: var(--paper); position: relative; }
.hero-city .hc-inner { padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(1.8rem, 4vw, 3rem); max-width: 62rem; }
.hero-city .hc-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; font-weight: 700; font-size: .92rem; color: var(--ink-2); margin-top: 1rem; }
.hero-city .hc-meta span::before { content: "★ "; color: var(--red); }
.local-truth { background: #fff; border-radius: 14px; box-shadow: var(--shadow-1); overflow: hidden; }
.local-truth table { width: 100%; border-collapse: collapse; font-size: .96rem; }
.local-truth th, .local-truth td { padding: .75rem 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.local-truth thead th { background: var(--ink); color: #fff; font-family: var(--font-display); }
.local-truth td:first-child { font-weight: 700; }
.prose h2 { margin-top: 1.6em; }
.prose ul { padding-left: 1.2rem; }
.fact-src { font-size: .8rem; color: var(--steel); }

/* reveal pre-states (JS-gated so content shows without JS) */
html.js [data-hero] > *, html.js [data-reveal], html.js [data-reveal-child] { opacity: 0; transform: translateY(24px); }
html.js [data-hero] > .hero-bg { opacity: 1; transform: none; }
[data-reveal].is-revealed, [data-reveal-child].is-revealed, html.js .is-revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js [data-hero] > *, html.js [data-reveal], html.js [data-reveal-child] { opacity: 1 !important; transform: none !important; }
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* utility */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: center; }
@media (max-width: 860px) { .grid-2 { grid-template-columns: 1fr; } }
.rounded-media { border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-2); }
.center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.small { font-size: .88rem; color: var(--steel); }
.on-dark .small { color: var(--steel-light); }

/* legal pages */
.legal-prose h1 { font-size: clamp(2rem, 4vw, 2.8rem); }
.legal-prose .legal-sub { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--red-deep); }
.legal-prose h3 { margin-top: 1.6em; }
.legal-prose h4 { margin-top: 1.2em; }

/* iteration fixes */
.price-table thead th:nth-child(2) { background: var(--red-deep); }
.local-truth thead th:last-child { background: var(--red-deep); }

/* contact page: phone link on light surfaces */
.contact-phone { font-family: var(--font-display); font-weight: 800; font-size: 1.45rem; color: var(--red-deep); text-decoration: none; display: inline-flex; align-items: center; gap: .5rem; }
.contact-phone:hover { color: var(--red-dark); text-decoration: underline; }
