:root {
  --black: #080808;
  --coal: #121212;
  --ink: #202020;
  --muted: #585858;
  --gold: #d49a2a;
  --gold-dark: #9f6810;
  --cream: #faf7ef;
  --line: #ded8ca;
  --white: #fff;
  --shadow: 0 14px 38px rgba(0, 0, 0, .11);
  --radius: 8px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: #111; overflow-wrap: break-word; }
h1 { margin-bottom: 18px; font-size: clamp(42px, 5.1vw, 66px); line-height: 1.02; letter-spacing: -.035em; }
h2 { margin-bottom: 14px; font-size: clamp(30px, 3.3vw, 44px); line-height: 1.1; letter-spacing: -.025em; }
h3 { margin-bottom: 8px; font-size: 22px; line-height: 1.2; }
p, li { line-height: 1.62; }
.wrap { width: min(calc(100% - clamp(24px, 5vw, 64px)), 1180px); margin-inline: auto; }
.section { padding-block: clamp(54px, 6.3vw, 82px); }
.section-head { max-width: 780px; margin-bottom: 30px; }
.section-head h2::after, .detail-grid h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 15px;
  background: var(--gold);
}
.kicker {
  margin-bottom: 12px;
  color: #73501a;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lead, .page-intro { color: #4b4b4b; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.55; }
.lead { max-width: 720px; margin-bottom: 26px; }
.skip-link { position: absolute; left: -9999px; top: 12px; z-index: 100; padding: 10px 14px; background: #000; color: #fff; }
.skip-link:focus { left: 12px; }
:focus-visible { outline: 3px solid #f0b74f !important; outline-offset: 3px !important; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 3px solid var(--gold); box-shadow: 0 6px 22px rgba(0, 0, 0, .09); }
.topbar { background: var(--black); color: #f4f4f4; font-size: 13px; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 36px; }
.topbar a { color: #fff; font-weight: 900; }
.nav-row { position: relative; display: flex; align-items: center; gap: 20px; min-height: 90px; }
.brand { display: flex; flex: 0 1 auto; align-items: center; gap: 12px; min-width: 360px; }
.brand img { flex: 0 0 132px; width: 132px; height: 80px; object-fit: contain; }
.brand span, .brand strong, .brand small { display: block; }
.brand strong { color: #111; font-size: 22px; line-height: 1.03; letter-spacing: .025em; text-transform: uppercase; }
.brand small { margin-top: 4px; color: #555; font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 12px; margin-left: auto; color: #222; font-size: 12px; font-weight: 900; }
.main-nav a { position: relative; padding: 10px 0; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: 3px; left: 0; height: 2px; background: var(--gold); transition: right .18s ease; }
.main-nav a:hover::after, .main-nav a[aria-current="page"]::after { right: 0; }
.main-nav a[aria-current="page"] { color: #7a4f08; }
.header-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.header-actions .btn-text { display: none; }
.menu-toggle { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.hamburger { display: none; width: 44px; height: 40px; border: 1px solid #cfc8b8; border-radius: 4px; background: #fff; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 2px; background: #111; }

/* Buttons and actions */
.btn { display: inline-flex; align-items: center; justify-content: center; min-width: 0; min-height: 48px; padding: 10px 18px; border: 2px solid transparent; border-radius: 3px; font-size: 14px; font-weight: 900; line-height: 1.18; letter-spacing: .035em; text-align: center; text-transform: uppercase; white-space: normal; transition: transform .16s ease, background .16s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary, .btn-book { border-color: var(--gold); background: var(--gold); color: #111; box-shadow: 0 4px 0 var(--gold-dark); }
.btn-call { border-color: #111; background: #111; color: #fff; }
.btn-secondary, .btn-text { border-color: #cfc8b8; background: #fff; color: #111; }
.btn-secondary:hover, .btn-text:hover { background: var(--cream); }
.hero-actions, .row-actions, .center-actions, .offer-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions { margin-bottom: 22px; }
.row-actions { margin-top: 20px; }
.center-actions { justify-content: center; margin-top: 26px; }
.offer-actions { display: grid; grid-template-columns: 1fr 1fr; }
.section-call { display: inline-flex; align-items: center; min-height: 48px; padding: 0 18px; border: 1px solid var(--line); border-left: 5px solid var(--gold); background: #fff; color: #111; font-weight: 900; white-space: nowrap; }

/* Rotating-photo heroes: two image nodes only for faster loading */
.hero-photo-cycle { position: relative; isolation: isolate; overflow: hidden; background: var(--black); color: #fff; border-bottom: 0; }
.hero-bg-slideshow { position: absolute; inset: 0; z-index: -2; background: var(--black); }
.hero-bg-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.035); filter: saturate(1.04) contrast(1.04); transition: opacity .8s ease, transform 4.8s ease; }
.hero-bg-photo.is-active { opacity: 1; transform: scale(1); }
.hero-photo-cycle::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.59) 46%, rgba(0,0,0,.27)), linear-gradient(0deg, rgba(0,0,0,.44), rgba(0,0,0,.1)); }
.hero-photo-cycle > .wrap, .hero-photo-cycle .hero-layout { position: relative; z-index: 1; }
.hero-photo-cycle h1, .hero-photo-cycle h2 { color: #fff; text-shadow: 0 2px 22px rgba(0,0,0,.48); }
.hero-photo-cycle .lead { color: #f3efe7; text-shadow: 0 1px 15px rgba(0,0,0,.55); }
.hero-photo-cycle .kicker { display: inline-flex; align-items: center; padding: 7px 11px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(0,0,0,.4); color: #ffd583; }
.hero-photo-cycle .hero-copy, .subhero.hero-photo-cycle .wrap { max-width: 780px; padding: clamp(18px, 2.3vw, 27px); border: 1px solid rgba(255,255,255,.15); border-left: 5px solid var(--gold); border-radius: 9px; background: linear-gradient(135deg, rgba(0,0,0,.45), rgba(0,0,0,.15)); box-shadow: 0 20px 60px rgba(0,0,0,.3); backdrop-filter: blur(7px); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 420px; align-items: center; gap: 52px; min-height: min(650px, calc(100vh - 126px)); padding-block: clamp(48px, 7vw, 78px); }
.hero-copy { max-width: 730px; }
.subhero.hero-photo-cycle { padding-block: clamp(56px, 7vw, 84px); }
.emergency-strip { display: flex; align-items: center; justify-content: center; min-height: 46px; padding-inline: 16px; background: #151515; color: #fff; font-weight: 900; text-align: center; }
.rating { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.5); border-left: 5px solid var(--gold); border-radius: 6px; background: rgba(255,255,255,.95); color: #555; font-size: 14px; }
.rating strong { color: #111; }
.stars { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--gold); color: #111; font-weight: 900; }
.hero-service-card, .offer-card { padding: 24px; border: 1px solid #d8d0bf; border-top: 7px solid var(--gold); border-radius: 5px; background: rgba(255,255,255,.95); color: var(--ink); box-shadow: var(--shadow); backdrop-filter: blur(7px); }
.hero-card-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 18px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.hero-card-head span { color: #73501a; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero-service-card > strong { display: block; color: #111; font-size: 27px; line-height: 1.15; }
.mini-checks { display: grid; gap: 11px; margin: 20px 0 22px; padding: 0; list-style: none; }
.mini-checks li { position: relative; padding-left: 28px; color: #444; font-weight: 700; }
.mini-checks li::before { content: "✓"; position: absolute; left: 0; top: 3px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); color: #111; font-size: 12px; }

/* Home services and proof */
.highlights { background: #0d0d0d; color: #fff; border-block: 1px solid #2b2b2b; }
.highlight-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.highlight-grid a { display: flex; min-height: 138px; padding: 24px 20px; border-left: 1px solid rgba(255,255,255,.11); flex-direction: column; gap: 7px; transition: background .18s ease; }
.highlight-grid a:last-child { border-right: 1px solid rgba(255,255,255,.11); }
.highlight-grid a:hover { background: #181818; }
.highlight-grid span { color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.highlight-grid strong { color: #fff; font-size: 20px; }
.highlight-grid small { color: #ded5c5; font-size: 14px; line-height: 1.35; }
.section-head-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; max-width: none; }
.section-head-row h2 { max-width: 820px; }
.service-rows { padding-bottom: 46px; }
.service-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 420px); align-items: center; gap: clamp(24px, 4vw, 48px); padding: clamp(22px, 3.4vw, 38px); margin-bottom: 18px; border: 1px solid var(--line); border-left: 6px solid var(--gold); background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.06); transition: transform .2s ease, box-shadow .2s ease; }
.service-row:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0,0,0,.1); }
.service-row.flip { grid-template-columns: minmax(340px, 420px) minmax(0, 1fr); border-right: 6px solid var(--gold); border-left: 1px solid var(--line); }
.service-row.flip .service-text { order: 2; }
.service-row.flip .service-photo { order: 1; }
.service-text p { max-width: 680px; color: var(--muted); font-size: 18px; }
.service-photo-image { position: relative; isolation: isolate; display: flex; min-height: clamp(250px, 27vw, 340px); padding: 26px; overflow: hidden; border: 0; background-position: center; background-size: cover; color: #fff; flex-direction: column; align-items: flex-start; justify-content: flex-end; text-align: left; box-shadow: 0 14px 34px rgba(0,0,0,.16); }
.service-photo-image::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(0,0,0,.81), rgba(0,0,0,.2) 64%, rgba(0,0,0,.08)); }
.service-photo-image strong { margin-bottom: 9px; color: #fff; font-size: clamp(32px, 4vw, 40px); line-height: 1; text-shadow: 0 2px 18px rgba(0,0,0,.65); }
.service-photo-image small { margin-bottom: 12px; color: #f7e6bf; font-size: 15px; font-weight: 900; text-shadow: 0 1px 12px rgba(0,0,0,.72); }
.service-photo-image span { display: inline-flex; padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-left: 5px solid var(--gold); background: rgba(0,0,0,.58); color: #fff; font-weight: 900; }
.residential-card { background-image: url("residential-service.jpg"); }
.commercial-card { background-image: url("commercial-service.jpg"); }
.industrial-card { background-image: url("industrial-service.jpg"); }
.panel-card { background-image: url("panel-service-card.jpg?v=2"); }
.ev-card { background-image: url("ev-service-card.jpg"); }
.urgent-card { background-image: url("urgent-service-card.jpg?v=2"); }

.service-finder { background: var(--cream); border-block: 1px solid var(--line); }
.finder-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(28px, 5vw, 64px); align-items: start; }
.finder-copy p { color: #555; font-size: 18px; }
.finder-form { display: grid; gap: 16px; padding: clamp(20px, 3vw, 30px); border: 1px solid var(--line); border-top: 6px solid var(--gold); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.finder-form .finder-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.finder-result { min-height: 118px; padding: 18px; border-left: 5px solid var(--gold); background: #111; color: #fff; }
.finder-result strong, .finder-result span { display: block; }
.finder-result strong { color: #fff; font-size: 22px; }
.finder-result span { margin: 5px 0 14px; color: #ddd3c1; }
.finder-result .btn { width: max-content; }

.customer-paths { background: #fff; }
.path-grid, .proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.path-grid a, .proof-card { min-width: 0; padding: 22px; border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: var(--radius); background: #fff; box-shadow: 0 9px 26px rgba(0,0,0,.06); }
.path-grid a { transition: transform .18s ease, box-shadow .18s ease; }
.path-grid a:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,0,0,.1); }
.path-grid span { display: inline-flex; margin-bottom: 13px; color: #755010; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.path-grid strong { display: block; margin-bottom: 7px; color: #111; font-size: 21px; }
.path-grid small { color: #555; font-size: 15px; line-height: 1.5; }
.proof-section { background: var(--cream); }
.proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.proof-card { padding: 0; overflow: hidden; }
.proof-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.proof-card div { padding: 20px; }
.proof-card p { margin-bottom: 0; color: #555; }
.proof-card a { display: inline-flex; margin-top: 13px; color: #70490a; font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }

/* Process and FAQs */
.process-band { background: #101010; color: #fff; border-block: 4px solid var(--gold); }
.process-band h2 { color: #fff; }
.process-band p { color: #d7d0c2; }
.process-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); gap: 38px; align-items: start; }
.process-grid ol, .page-process ol { display: grid; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-grid ol { gap: 14px; }
.process-grid li, .page-process li { counter-increment: steps; min-width: 0; display: grid; grid-template-columns: 46px minmax(0, 1fr); column-gap: 15px; row-gap: 5px; align-items: start; }
.process-grid li { padding: 18px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.08); }
.process-grid li::before, .page-process li::before { content: counter(steps); grid-column: 1; grid-row: 1 / span 2; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--gold); color: #111; font-weight: 900; }
.process-grid strong, .process-grid span, .page-process strong, .page-process span { grid-column: 2; min-width: 0; overflow-wrap: normal; word-break: normal; }
.process-grid strong { color: #fff; font-size: 18px; }
.process-grid span { color: #d7d0c2; }
.page-process ol { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.page-process li { padding: 20px; border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.page-process strong { color: #111; font-size: 18px; line-height: 1.2; }
.page-process span { color: #4a4a4a; font-size: 16px; line-height: 1.5; }
.faq details, .faq-grid details { overflow: hidden; border: 1px solid var(--line); border-left: 5px solid var(--gold); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.05); }
.faq details { margin-bottom: 11px; }
.faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.faq summary, .faq-grid summary { padding: 17px 18px; color: #111; font-weight: 900; line-height: 1.3; cursor: pointer; }
.faq p, .faq-grid p { margin: 0; padding: 0 18px 18px; color: #4a4a4a; }

/* Service pages */
.detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 330px); gap: 42px; align-items: start; }
.check-list { margin: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; list-style: none; box-shadow: var(--shadow); }
.check-list li { position: relative; padding: 16px 20px 16px 48px; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 20px; color: #7a520e; font-weight: 900; }
.check-list.simple { box-shadow: none; }
.diagnostic-card { padding: 22px; border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.diagnostic-card span, .diagnostic-card strong, .diagnostic-card a { display: block; }
.diagnostic-card span { margin-bottom: 7px; color: #666; font-size: 13px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.diagnostic-card strong { margin-bottom: 13px; color: #111; font-size: 24px; line-height: 1.2; }
.diagnostic-card a { margin-top: 8px; color: #684309; font-weight: 900; overflow-wrap: anywhere; }
.service-depth { background: var(--cream); border-block: 1px solid var(--line); }
.service-depth .section-head p { max-width: 820px; color: #4a4a4a; font-size: 17px; }
.depth-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.depth-grid article { min-width: 0; height: 100%; padding: 22px; border: 1px solid #d8d0bf; border-top: 5px solid var(--gold); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(0,0,0,.07); }
.depth-grid article > span { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 14px; border-radius: 50%; background: #111; color: var(--gold); font-size: 13px; font-weight: 900; }
.depth-grid p { margin-bottom: 0; color: #4a4a4a; }
.cool-feature { background: #0d0d0d; color: #fff; border-block: 4px solid var(--gold); }
.cool-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 430px); gap: 32px; align-items: stretch; }
.cool-feature h2 { color: #fff; }
.cool-feature p { max-width: 760px; color: #e2d6bf; font-size: 18px; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.feature-tags span { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.17); border-left: 4px solid var(--gold); background: rgba(255,255,255,.08); color: #fff; font-weight: 800; }
.cool-panel { position: relative; isolation: isolate; display: flex; min-height: 330px; padding: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-top: 6px solid var(--gold); background-color: #111; background-position: center; background-size: cover; color: #fff; flex-direction: column; align-items: flex-start; justify-content: flex-end; box-shadow: 0 16px 44px rgba(0,0,0,.28); }
.cool-panel::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.2) 63%, rgba(0,0,0,.08)); }
.cool-panel strong { margin-bottom: 10px; color: #fff; font-size: clamp(34px, 4vw, 42px); line-height: 1; text-shadow: 0 2px 18px rgba(0,0,0,.6); }
.cool-panel small { display: block; max-width: 330px; margin-bottom: 18px; color: #f7e6bf; font-size: 16px; font-weight: 900; line-height: 1.35; }

/* Maps */
.map-section { background: #fff; }
.map-grid { display: grid; grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr); gap: 34px; align-items: stretch; }
.map-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.map-points span { padding: 9px 12px; border: 1px solid var(--line); border-left: 4px solid var(--gold); background: #fff; font-weight: 800; }
.map-card { position: relative; min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--gold); border-radius: 5px; background: #fff; box-shadow: var(--shadow); }
.map-embed iframe { display: block; width: 100%; min-height: 390px; height: clamp(320px, 36vw, 460px); border: 0; }
.map-embed > a { display: block; padding: 13px 16px; background: var(--gold); color: #111; font-weight: 900; text-align: center; }
.map-photo-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 48%); gap: 18px; align-items: stretch; min-height: 430px; padding: 22px; background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.38)), url("orange-county-map-bg.jpg") center / cover; }
.map-photo-panel iframe { width: 100%; height: 100%; min-height: 380px; border: 0; border-radius: 5px; background: #f4f1e8; box-shadow: 0 10px 28px rgba(0,0,0,.24); }
.map-overlay { display: flex; max-width: 520px; padding: 26px; color: #fff; flex-direction: column; align-items: flex-start; justify-content: center; }
.map-overlay strong { margin-bottom: 12px; color: #fff; font-size: clamp(30px, 4vw, 38px); line-height: 1.05; text-shadow: 0 2px 18px rgba(0,0,0,.58); }
.map-overlay p { color: #f3e8d0; font-size: 17px; font-weight: 800; text-shadow: 0 1px 12px rgba(0,0,0,.68); }
.map-overlay .btn { margin-top: 12px; }

/* Gallery and field-work highlights */
.gallery-page { background: var(--cream); }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 10px; }
.gallery-filters button { min-height: 44px; padding: 9px 15px; border: 1px solid #b9ae98; border-radius: 999px; background: #fff; color: #111; font-weight: 900; cursor: pointer; }
.gallery-filters button:hover, .gallery-filters button.is-active { border-color: var(--gold); background: var(--gold); }
.gallery-filter-status { margin: 0 0 22px; color: #555; font-size: 14px; font-weight: 800; }
.gallery-masonry { columns: 3 280px; column-gap: 16px; }
.gallery-masonry figure { break-inside: avoid; margin: 0 0 16px; overflow: hidden; border-top: 4px solid var(--gold); background: #111; box-shadow: 0 8px 24px rgba(0,0,0,.13); }
.gallery-masonry figure[hidden] { display: none !important; }
.gallery-masonry img { width: 100%; height: auto; transition: transform .25s ease; }
.gallery-masonry figure:hover img { transform: scale(1.025); }
.gallery-masonry figcaption { padding: 11px 13px; color: #fff; font-size: 13px; font-weight: 800; }
.gallery-open { display: block; width: 100%; padding: 0; border: 0; background: #111; cursor: zoom-in; }
.gallery-lightbox { width: min(94vw, 1100px); max-height: 92vh; padding: 0; border: 1px solid #444; background: #080808; color: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.65); }
.gallery-lightbox::backdrop { background: rgba(0,0,0,.82); }
.gallery-lightbox img { max-width: 100%; max-height: 80vh; margin: auto; }
.gallery-lightbox p { margin: 0; padding: 12px 18px; color: #fff; font-weight: 800; }
.lightbox-close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,0,0,.75); color: #fff; font-size: 30px; cursor: pointer; }
.gallery-cta { max-width: 780px; text-align: center; }
.gallery-cta .hero-actions { justify-content: center; }
.case-intro { background: var(--cream); }
.case-grid { display: grid; gap: 24px; }
.case-card { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); overflow: hidden; border: 1px solid var(--line); border-top: 6px solid var(--gold); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.case-card:nth-child(even) { grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); }
.case-card:nth-child(even) .case-media { order: 2; }
.case-media img { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.case-copy { padding: clamp(24px, 4vw, 42px); }
.case-labels { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 17px; }
.case-labels span { padding: 6px 9px; border-left: 4px solid var(--gold); background: #f2eee4; color: #543706; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.fact-list { margin: 18px 0 0; padding-left: 20px; }
.fact-note { margin-top: 26px; padding: 18px; border-left: 5px solid var(--gold); background: #fff; color: #555; }

/* About, areas, forms and legal */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: start; }
.about-team-photo { margin: 28px 0 0; overflow: hidden; border-top: 5px solid var(--gold); background: #111; }
.about-team-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.about-team-photo figcaption { padding: 12px 14px; color: #fff; font-size: 14px; font-weight: 800; }
.company-values { display: grid; gap: 14px; }
.company-values article { padding: 20px; border: 1px solid var(--line); border-top: 4px solid var(--gold); background: #fff; }
.company-values strong, .company-values span { display: block; }
.company-values strong { margin-bottom: 6px; font-size: 20px; }
.company-values span { color: #555; }
.city-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.city-grid article { padding: 20px; border: 1px solid var(--line); border-top: 4px solid var(--gold); background: #fff; }
.city-grid strong, .city-grid span { display: block; }
.city-grid strong { margin-bottom: 7px; font-size: 22px; }
.city-grid span { color: #555; line-height: 1.45; }
.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 390px) minmax(0, 1fr); gap: 46px; align-items: start; }
.contact-lines { display: grid; gap: 12px; margin-top: 24px; }
.contact-lines a { display: block; padding: 16px; border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: var(--radius); background: #fff; }
.contact-lines span, .contact-lines strong { display: block; }
.contact-lines span { color: #666; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.contact-lines strong { color: #111; font-size: 19px; overflow-wrap: anywhere; }
.form { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: clamp(20px, 3vw, 28px); border: 1px solid var(--line); border-top: 6px solid var(--gold); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form > label, .form > fieldset, .form > button, .form > small { grid-column: 1 / -1; }
.form > label.form-half { grid-column: auto; }
label { display: grid; gap: 7px; color: #111; font-size: 14px; font-weight: 900; }
input, select, textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #bfc5c9; border-radius: 5px; background: #fff; color: var(--ink); font-size: 16px; }
textarea { min-height: 140px; resize: vertical; }
.form .btn { width: 100%; max-width: 260px; border: 0; cursor: pointer; }
.form-honey { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-note { display: block; color: #555; line-height: 1.45; }
.photo-attachments { display: grid; gap: 12px; margin: 0; padding: 16px; border: 1px solid var(--line); background: var(--cream); }
.photo-attachments legend { padding: 0 7px; color: #111; font-weight: 900; }
.photo-attachments p { margin: 0; color: #555; font-size: 13px; line-height: 1.4; }
.photo-attachments input[type="file"] { height: auto; padding: 12px; border: 1px dashed #aa9b7e; cursor: pointer; }
.form-section-label { grid-column: 1 / -1; margin: 8px 0 -3px; color: #785112; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.commercial-fields { display: contents; }
.commercial-fields[hidden] { display: none; }
.legal-page { max-width: 900px; margin: auto; }
.legal-page h2 { margin-top: 30px; font-size: 25px; }
.legal-page p { color: #444; font-size: 17px; }
.confirmation-page { display: grid; min-height: calc(100vh - 180px); place-items: center; background: var(--cream); }
.confirmation-card { max-width: 780px; padding: clamp(28px, 6vw, 64px); border: 1px solid var(--line); border-top: 7px solid var(--gold); background: #fff; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.confirmation-check { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 50%; background: var(--gold); color: #111; font-size: 38px; font-weight: 900; }
.confirmation-card .hero-actions { justify-content: center; }
.confirmation-safety { margin-top: 22px; color: #555; font-size: 14px; }

/* Footer */
.footer { border-top: 5px solid var(--gold); background: #050505; color: #eee; }
.footer-expanded { display: grid; grid-template-columns: 1.25fr .75fr 1fr; gap: 40px; padding-block: 36px; }
.footer-expanded > nav, .footer-expanded > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-expanded strong { margin-bottom: 5px; color: var(--gold); }
.footer-expanded a, .footer-expanded span, .footer-expanded p { color: #eee; }
.footer-brand img, .footer > .footer-grid img { width: 180px; height: 110px; object-fit: contain; filter: drop-shadow(0 2px 5px rgba(0,0,0,.3)); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-block: 28px; font-size: 14px; font-weight: 700; }
.footer-bottom { padding: 14px 0; border-top: 1px solid #333; color: #bbb; font-size: 13px; }
.mobile-call { display: none; }

@media (max-width: 1180px) {
  .brand { min-width: 300px; }
  .brand img { flex-basis: 112px; width: 112px; height: 70px; }
  .brand strong { font-size: 18px; }
  .main-nav { gap: 8px; font-size: 11px; }
  .header-actions .btn-book { display: none; }
  .path-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  h1 { font-size: clamp(39px, 6vw, 56px); }
  .header-actions { display: none; }
  .brand { min-width: 0; }
  .hamburger { display: flex; margin-left: auto; }
  .main-nav { display: none; position: absolute; right: 0; left: 0; top: 88px; z-index: 60; padding: 12px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .main-nav a { display: block; padding: 13px 10px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle:checked ~ .main-nav { display: block; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .hero-service-card { display: none; }
  .highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .highlight-grid a:nth-child(odd):last-child { grid-column: 1 / -1; }
  .service-row, .service-row.flip { grid-template-columns: minmax(0, 1fr) minmax(280px, 40%); }
  .service-row.flip { grid-template-columns: minmax(280px, 40%) minmax(0, 1fr); }
  .depth-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-process ol, .faq-grid { grid-template-columns: 1fr; }
  .process-grid, .finder-grid { grid-template-columns: 1fr; }
}

@media (max-width: 960px) {
  .service-row, .service-row.flip { grid-template-columns: 1fr; }
  .service-row.flip { border-right: 1px solid var(--line); border-left: 6px solid var(--gold); }
  .service-row.flip .service-text { order: 1; }
  .service-row.flip .service-photo { order: 2; }
  .cool-grid, .map-grid, .contact-grid, .detail-grid, .about-grid { grid-template-columns: 1fr; }
  .map-photo-panel { grid-template-columns: 1fr; }
  .map-photo-panel iframe { min-height: 310px; }
  .case-card, .case-card:nth-child(even) { grid-template-columns: 1fr; }
  .case-card:nth-child(even) .case-media { order: 0; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-expanded { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  body { padding-bottom: 78px; }
  h1 { font-size: clamp(34px, 10vw, 44px); line-height: 1.06; }
  h2 { font-size: clamp(28px, 8vw, 36px); }
  .section { padding-block: 48px; }
  .topbar-inner { display: block; padding-block: 7px; text-align: center; }
  .topbar-inner span { display: none; }
  .nav-row { min-height: 70px; gap: 10px; }
  .brand { max-width: calc(100% - 54px); gap: 7px; }
  .brand img { flex-basis: 82px; width: 82px; height: 58px; }
  .brand strong { font-size: 12px; }
  .brand small { display: none; }
  .main-nav { top: 69px; }
  .hero-photo-cycle::before { background: linear-gradient(0deg, rgba(0,0,0,.7), rgba(0,0,0,.42)); }
  .hero-layout { padding-block: 34px; }
  .subhero.hero-photo-cycle { padding-block: 42px; }
  .hero-actions, .row-actions, .center-actions, .offer-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .hero-actions .btn, .row-actions .btn, .center-actions .btn, .offer-actions .btn { width: 100%; }
  .rating { display: none; }
  .emergency-strip { display: none; }
  .section-head-row { display: block; }
  .section-call { width: 100%; margin-top: 12px; justify-content: center; }
  .service-row { padding: 18px; }
  .service-photo-image { min-height: 230px; padding: 20px; }
  .finder-form .finder-fields { grid-template-columns: 1fr; }
  .finder-result .btn { width: 100%; }
  .path-grid, .proof-grid, .depth-grid, .city-grid { grid-template-columns: 1fr; }
  .feature-tags span { width: 100%; }
  .cool-panel { min-height: 260px; padding: 20px; }
  .process-grid li, .page-process li { grid-template-columns: 40px minmax(0, 1fr); padding: 16px; }
  .process-grid li::before, .page-process li::before { width: 34px; height: 34px; }
  .map-card, .map-embed iframe { min-height: 300px; height: 300px; }
  .map-photo-panel { padding: 14px; }
  .map-overlay { padding: 16px; }
  .form { grid-template-columns: 1fr; }
  .form > label.form-half { grid-column: 1 / -1; }
  .form .btn { max-width: none; }
  .gallery-masonry { columns: 2 140px; column-gap: 10px; }
  .gallery-masonry figure { margin-bottom: 10px; }
  .footer-expanded { grid-template-columns: 1fr; gap: 25px; }
  .footer-brand { grid-column: auto; }
  .footer-brand img, .footer > .footer-grid img { width: 150px; height: 92px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .mobile-call { display: block; position: fixed; right: 0; bottom: 0; left: 0; z-index: 70; padding: 10px 12px max(10px, env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -4px 16px rgba(0,0,0,.18); }
  .mobile-call a { display: flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 4px; background: var(--gold); color: #111; font-weight: 900; text-align: center; }
}

@media (max-width: 440px) {
  .wrap { width: calc(100% - 20px); }
  .brand img { flex-basis: 70px; width: 70px; height: 52px; }
  .brand strong { font-size: 11px; }
  .gallery-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .gallery-filters button { width: 100%; }
  .gallery-masonry { columns: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .hero-bg-photo { transform: none !important; }
}
