/*
Theme Name: All Done Home Remodeling
Theme URI: https://alldonehomeremodeling.com
Author: All Done Home Remodeling LLC
Author URI: https://alldonehomeremodeling.com
Description: Custom WordPress theme for All Done Home Remodeling LLC — handyman, painting, carpentry, and bathroom remodeling services in Montgomery County, MD (Germantown, Rockville, Gaithersburg, Olney, North Potomac, Clarksburg).
Version: 1.8.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: all-done-remodeling
*/

/* ==========================================================================
   1. CSS Variables / Brand — dark + orange, matching the logo
   ========================================================================== */
:root {
  --ad-black: #0f0d0c;
  --ad-charcoal: #17140f;
  --ad-surface: #1e1a15;
  --ad-surface-2: #221e19;
  --ad-border: #34302a;
  --ad-border-soft: rgba(255,255,255,.07);
  --ad-gold: #f3b21c;
  --ad-orange: #f3752b;
  --ad-orange-light: #ff9152;
  --ad-orange-dark: #d9611c;
  --ad-white: #ffffff;
  --ad-muted: #aca79e;
  --ad-body-text: #dbd7d0;
  --ad-radius: 10px;
  --ad-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  --ad-shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.55);
  --ad-max-width: 1180px;
  --ad-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ad-font-head: "Oswald", var(--ad-font-body);
}

/* ==========================================================================
   2. Reset & Base
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id], .site-main > [id] { scroll-margin-top: 180px; }
@media (max-width: 782px) {
  section[id], .site-main > [id] { scroll-margin-top: 130px; }
}
body {
  margin: 0;
  font-family: var(--ad-font-body);
  color: var(--ad-body-text);
  background: var(--ad-black);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ad-orange); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--ad-orange-light); }
ul, ol { padding-left: 1.2em; }
h1, h2, h3, h4 {
  font-family: var(--ad-font-head);
  color: var(--ad-white);
  line-height: 1.15;
  margin: 0 0 .5em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .3px;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; }
.container {
  max-width: var(--ad-max-width);
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: 72px 0; }
.section-tight { padding: 48px 0; }
.bg-black { background: var(--ad-black); }
.bg-black h2, .bg-black h3 { color: var(--ad-white); }
.bg-cream { background: var(--ad-surface); }
.bg-gray { background: var(--ad-charcoal); }

.eyebrow {
  display: inline-block;
  font-family: var(--ad-font-head);
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8rem;
  color: var(--ad-orange);
  margin-bottom: 10px;
}
.section-head { max-width: 700px; margin: 0 0 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lede { font-size: 1.15rem; color: var(--ad-muted); }

/* ==========================================================================
   3. Buttons
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--ad-font-head);
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .92rem;
  padding: .78em 1.15em;
  white-space: nowrap;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.btn-primary { background: var(--ad-orange); color: var(--ad-white); }
.btn-primary:hover { background: var(--ad-orange-light); color: var(--ad-white); transform: translateY(-2px); box-shadow: var(--ad-shadow); }
.btn-dark { background: var(--ad-white); color: var(--ad-black); }
.btn-dark:hover { background: var(--ad-orange); color: var(--ad-white); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: currentColor; color: var(--ad-white); }
.btn-outline:hover { background: rgba(255,255,255,.12); color: var(--ad-white); }
.btn-outline-dark { background: transparent; border-color: var(--ad-orange); color: var(--ad-orange); }
.btn-outline-dark:hover { background: var(--ad-orange); color: var(--ad-white); }
.btn-block { width: 100%; justify-content: center; white-space: normal; }
.btn-sm { padding: .6em 1em; font-size: .8rem; }

/* ==========================================================================
   4. Header
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(15, 13, 12, .96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--ad-border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 18px 30px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img, .brand-logo { height: 100px !important; width: 100px !important; max-width: 100px !important; max-height: 100px !important; object-fit: contain; }
.brand-text { font-family: var(--ad-font-head); line-height: 1.1; }
.brand-text .brand-name { font-weight: 800; font-size: 1.05rem; color: var(--ad-white); text-transform: uppercase; letter-spacing: .5px; }
.brand-text .brand-sub { font-size: .74rem; color: var(--ad-orange); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

.main-nav ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
.main-nav a {
  display: block;
  padding: 10px 14px;
  color: var(--ad-body-text);
  font-family: var(--ad-font-head);
  font-weight: 600;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .4px;
  border-radius: 6px;
}
.main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_item > a { color: var(--ad-orange); background: rgba(255,255,255,.06); }
.main-nav .sub-menu { display: none; }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-social { display: flex; gap: 8px; align-items: center; }
.header-social a { width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--ad-border); display: flex; align-items: center; justify-content: center; flex: none; }
.header-social a:hover { background: var(--ad-orange); border-color: var(--ad-orange); }
.header-social svg { width: 14px; height: 14px; fill: #fff; }

.menu-toggle { display: none; background: none; border: 2px solid var(--ad-white); border-radius: 6px; padding: 8px 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--ad-white); margin: 4px 0; }

/* ==========================================================================
   5. Hero
   ========================================================================== */
.hero {
  position: relative;
  color: var(--ad-white);
  padding: 110px 0 90px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(6,5,4,.95) 30%, rgba(6,5,4,.62) 100%);
}
.hero .container { position: relative; z-index: 2; }
.hero-inner { max-width: 640px; }
.hero .eyebrow { color: var(--ad-gold); }
.hero h1 { color: var(--ad-white); }
.hero p.lede { color: #e6e2da; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-badges { display: flex; gap: 26px; margin-top: 44px; flex-wrap: wrap; }
.hero-badge { display: flex; align-items: center; gap: 10px; font-family: var(--ad-font-head); font-size: .85rem; text-transform: uppercase; letter-spacing: .5px; color: #f0efec; }
.hero-badge strong { color: var(--ad-orange); font-size: 1rem; }

.page-hero {
  position: relative;
  color: var(--ad-white);
  background-size: cover;
  background-position: center;
  padding: 90px 0 56px;
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: rgba(6,5,4,.85); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero .eyebrow { color: var(--ad-gold); }
.page-hero h1 { color: var(--ad-white); margin-bottom: 10px; }
.breadcrumb { font-size: .82rem; color: #cfcbc3; }
.breadcrumb a { color: #e9e6df; }

/* ==========================================================================
   6. Services grid / cards
   ========================================================================== */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  background: var(--ad-surface);
  border: 1px solid var(--ad-border);
  border-radius: var(--ad-radius);
  padding: 30px 24px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--ad-shadow); border-color: var(--ad-orange); }
.service-card .icon { width: 52px; height: 52px; border-radius: 12px; background: var(--ad-black); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; border: 1px solid var(--ad-border); }
.service-card .icon svg { width: 26px; height: 26px; }
.service-card h3 { margin-bottom: 8px; font-size: 1.15rem; }
.service-card p { color: var(--ad-muted); font-size: .95rem; margin-bottom: 14px; }
.service-card a.card-link { font-family: var(--ad-font-head); font-weight: 600; font-size: .84rem; text-transform: uppercase; letter-spacing: .5px; color: var(--ad-orange); }

.icon-list { list-style: none; padding: 0; margin: 0; }
.icon-list li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--ad-border); }
.icon-list li:last-child { border-bottom: none; }
.icon-list .check { flex: none; width: 22px; height: 22px; border-radius: 50%; background: var(--ad-orange); color: #fff; display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 700; margin-top: 2px; }

/* ==========================================================================
   7. Split / feature sections
   ========================================================================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split img { border-radius: var(--ad-radius); box-shadow: var(--ad-shadow); border: 1px solid var(--ad-border); }
.split.reverse .split-media { order: 2; }

.stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; margin-top: 40px; }
.stat-box { text-align: center; }
.stat-box .num { font-family: var(--ad-font-head); font-size: 2.4rem; font-weight: 800; color: var(--ad-orange); display: block; }
.stat-box .label { font-size: .82rem; text-transform: uppercase; letter-spacing: 1px; color: var(--ad-muted); }

/* ==========================================================================
   8. Service area
   ========================================================================== */
.area-chip-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }
.area-chip {
  background: var(--ad-surface);
  border: 1px solid var(--ad-border);
  padding: 10px 18px;
  border-radius: 999px;
  font-family: var(--ad-font-head);
  font-weight: 600;
  font-size: .88rem;
  color: var(--ad-body-text);
}

/* ==========================================================================
   9. Gallery
   ========================================================================== */
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.gallery-filters button {
  font-family: var(--ad-font-head);
  font-weight: 600;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid var(--ad-border);
  background: var(--ad-surface);
  color: var(--ad-body-text);
  cursor: pointer;
  transition: all .15s ease;
}
.gallery-filters button.active, .gallery-filters button:hover { background: var(--ad-orange); color: var(--ad-white); border-color: var(--ad-orange); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-item { position: relative; border-radius: var(--ad-radius); overflow: hidden; aspect-ratio: 1/1; cursor: pointer; border: 1px solid var(--ad-border); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item .tag {
  position: absolute; bottom: 10px; left: 10px;
  background: rgba(15,13,12,.88); color: #fff;
  font-size: .72rem; text-transform: uppercase; letter-spacing: .5px;
  padding: 5px 10px; border-radius: 4px; font-family: var(--ad-font-head);
  border: 1px solid var(--ad-orange);
}
.gallery-item.is-hidden { display: none; }

.lightbox { position: fixed; inset: 0; background: rgba(6,5,4,.94); display: none; align-items: center; justify-content: center; z-index: 2000; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 85vh; border-radius: 6px; }
.lightbox-close { position: absolute; top: 24px; right: 32px; color: #fff; font-size: 2.2rem; cursor: pointer; line-height: 1; background: none; border: none; }

/* ==========================================================================
   10. Testimonials
   ========================================================================== */
.rating-badge { display: flex; align-items: center; gap: 16px; background: var(--ad-surface); border: 1px solid var(--ad-border); border-radius: var(--ad-radius); padding: 22px 26px; max-width: 460px; }
.rating-badge .stars { color: var(--ad-gold); font-size: 1.4rem; letter-spacing: 2px; }
.rating-badge .score { font-family: var(--ad-font-head); font-weight: 800; font-size: 1.6rem; color: var(--ad-white); }
.rating-badge .count { color: var(--ad-muted); font-size: .88rem; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { background: var(--ad-surface); border: 1px solid var(--ad-border); border-radius: var(--ad-radius); padding: 26px; }
.testimonial-card .stars { color: var(--ad-gold); letter-spacing: 2px; margin-bottom: 12px; display: block; }
.testimonial-card p { font-style: italic; color: var(--ad-body-text); }
.testimonial-card .who { font-family: var(--ad-font-head); font-weight: 700; font-size: .88rem; text-transform: uppercase; letter-spacing: .4px; color: var(--ad-orange); margin-top: 10px; }
.testimonial-note { border: 1px dashed var(--ad-border); border-radius: var(--ad-radius); padding: 20px; font-size: .88rem; color: var(--ad-muted); margin-top: 26px; }

/* ==========================================================================
   11. Contact / Forms
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 50px; align-items: start; }
.contact-card { background: var(--ad-surface); border: 1px solid var(--ad-border); border-radius: var(--ad-radius); padding: 34px; box-shadow: var(--ad-shadow); }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-family: var(--ad-font-head); font-weight: 600; font-size: .82rem; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; color: var(--ad-body-text); }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--ad-border); border-radius: 6px;
  font-family: var(--ad-font-body); font-size: 1rem; background: var(--ad-black); color: var(--ad-body-text);
}
.form-row input::placeholder, .form-row textarea::placeholder { color: var(--ad-muted); }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { outline: 2px solid var(--ad-orange); background: #151210; }
.form-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-info-list { list-style: none; margin: 0; padding: 0; }
.contact-info-list li { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--ad-border); }
.contact-info-list li:last-child { border-bottom: none; }
.contact-info-list .ci-icon { flex: none; width: 42px; height: 42px; border-radius: 10px; background: var(--ad-black); border: 1px solid var(--ad-border); display: flex; align-items: center; justify-content: center; }
.contact-info-list .ci-icon svg { width: 20px; height: 20px; }
.contact-info-list .ci-label { font-size: .74rem; text-transform: uppercase; letter-spacing: .8px; color: var(--ad-muted); font-weight: 600; }
.contact-info-list .ci-value { font-weight: 600; color: var(--ad-white); }
.map-embed { border-radius: var(--ad-radius); overflow: hidden; margin-top: 26px; border: 1px solid var(--ad-border); filter: grayscale(.15) invert(.92) contrast(.9); }
.map-embed iframe { width: 100%; height: 280px; border: 0; display: block; }
.form-notice { padding: 14px 18px; border-radius: 6px; margin-bottom: 20px; font-size: .92rem; }
.form-notice.success { background: rgba(46,150,69,.15); color: #7fd696; border: 1px solid rgba(46,150,69,.35); }
.form-notice.error { background: rgba(211,71,54,.15); color: #ff9c8c; border: 1px solid rgba(211,71,54,.35); }

/* ==========================================================================
   12. CTA banner
   ========================================================================== */
.cta-banner {
  background: linear-gradient(120deg, #000000 0%, #241a10 100%);
  color: #fff;
  text-align: center;
  border-radius: var(--ad-radius);
  padding: 56px 40px;
  border: 1px solid var(--ad-border);
}
.cta-banner h2 { color: #fff; }
.cta-banner p { color: #cfcac1; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-banner .btn-primary { margin-top: 10px; }

/* ==========================================================================
   13. Footer
   ========================================================================== */
.site-footer { background: #000000; color: #b9b6b0; padding-top: 64px; border-top: 1px solid var(--ad-border); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid var(--ad-border); }
.footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.footer-brand img { height: 93px; width: 93px; flex: none; }
.footer-brand .brand-name { color: #fff; font-family: var(--ad-font-head); font-weight: 800; text-transform: uppercase; margin-bottom: 6px; }
.footer-col h4 { color: #fff; font-size: .82rem; letter-spacing: 1px; margin-bottom: 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: #b9b6b0; font-size: .93rem; }
.footer-col a:hover { color: var(--ad-orange); }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--ad-border); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: var(--ad-orange); border-color: var(--ad-orange); }
.footer-social svg { width: 16px; height: 16px; fill: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; font-size: .82rem; flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: #b9b6b0; }

/* ==========================================================================
   14. Utility
   ========================================================================== */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.badge-license { display: inline-flex; align-items: center; gap: 8px; background: var(--ad-surface); border: 1px solid var(--ad-border); border-radius: 999px; padding: 8px 16px; font-size: .82rem; font-weight: 600; color: var(--ad-body-text); }

/* WP core alignment helpers */
.alignwide { max-width: var(--ad-max-width); margin-left: auto; margin-right: auto; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* ==========================================================================
   15. Responsive
   ========================================================================== */
@media (max-width: 980px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse .split-media { order: 0; }
  .stat-row { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(1, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-inner { padding: 14px 24px; }
  .brand img, .brand-logo { height: 80px !important; width: 80px !important; max-width: 80px !important; max-height: 80px !important; }
  .footer-brand img { height: 78px; width: 78px; }
}
@media (max-width: 760px) {
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-2, .grid-3, .form-two-col { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .header-cta .btn-primary { display: none; }
  .header-social { gap: 6px; }
  .header-social a { width: 26px; height: 26px; }
  .header-social svg { width: 12px; height: 12px; }
  .brand-text { display: none; }
  .header-inner { padding: 10px 16px; gap: 10px; }
  .header-cta { gap: 10px; }
  .brand img, .brand-logo { height: 56px !important; width: 56px !important; max-width: 56px !important; max-height: 56px !important; }
  .footer-brand img { height: 64px; width: 64px; }
  section { padding: 52px 0; }
  .hero { padding: 80px 0 60px; }
}
@media (max-width: 380px) {
  .brand img, .brand-logo { height: 46px !important; width: 46px !important; max-width: 46px !important; max-height: 46px !important; }
}

/* Header nav: the full desktop nav (7 links + phone + CTA button) needs
   roughly 1350px+ to fit on one line without wrapping/overflowing (header
   grew with the larger logo), so the hamburger menu takes over well before
   the old 760px "mobile" breakpoint — this covers tablets and most laptop
   windows, not just phones. */
@media (max-width: 1350px) {
  .main-nav { display: none; }
  .menu-toggle { display: inline-flex; flex-direction: column; }
}

/* ==========================================================================
   16. Mobile nav
   ========================================================================== */
.mobile-nav { background: var(--ad-surface); border-top: 1px solid var(--ad-border); }
.mobile-nav[hidden] { display: none; }
.mobile-nav ul { list-style: none; margin: 0; padding: 14px 0; }
.mobile-nav a { display: block; padding: 12px 4px; font-family: var(--ad-font-head); font-weight: 600; text-transform: uppercase; letter-spacing: .4px; color: var(--ad-body-text); border-bottom: 1px solid var(--ad-border-soft); }
.mobile-nav .sub-menu { padding-left: 16px; }
@media (min-width: 1351px) {
  .mobile-nav { display: none !important; }
}

/* ==========================================================================
   17. FAQ accordion
   ========================================================================== */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--ad-border);
  border-radius: var(--ad-radius);
  background: var(--ad-surface);
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  font-family: var(--ad-font-head);
  font-weight: 600;
  font-size: 1rem;
  color: var(--ad-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex: none;
  font-size: 1.3rem;
  color: var(--ad-orange);
  transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-answer { padding: 0 22px 20px; color: var(--ad-muted); font-size: .95rem; }

/* Service-area map (real Google Maps embed) */
.map-figure { max-width: 900px; margin: 30px auto 0; text-align: center; }
.map-figure .map-embed-large {
  border-radius: var(--ad-radius);
  overflow: hidden;
  border: 1px solid var(--ad-border);
  background: var(--ad-charcoal);
  filter: grayscale(.15) invert(.92) contrast(.9);
}
.map-figure .map-embed-large iframe { width: 100%; height: 420px; border: 0; display: block; }
.map-figure figcaption { font-size: .85rem; color: var(--ad-muted); margin-top: 12px; }
@media (max-width: 760px) {
  .map-figure .map-embed-large iframe { height: 300px; }
}
