
:root {
  --bg: #0d0d0d;
  --bg-soft: #151515;
  --panel: #1f1f1f;
  --panel-2: #262626;
  --gold: #d8a85f;
  --gold-2: #f1c27d;
  --text: #f4efe7;
  --muted: #c8bba8;
  --line: rgba(255,255,255,0.08);
  --shadow: 0 24px 80px rgba(0,0,0,0.35);
  --radius: 24px;
  --max: 1180px;
  --ok: #9fd6ab;
  --warn: #f0cf86;
  --anchor-offset: 102px;
  --focus-ring: rgba(241, 194, 125, 0.95);
  --focus-shadow: 0 0 0 3px rgba(241, 194, 125, 0.22);
}
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
  background-color: var(--bg);
}
section[id], [id]:target { scroll-margin-top: var(--anchor-offset); }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.6;
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at top left, rgba(216,168,95,0.15), transparent 28%),
    radial-gradient(circle at right center, rgba(216,168,95,0.08), transparent 24%);
  -webkit-tap-highlight-color: transparent;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, select, input, textarea { -webkit-appearance: none; appearance: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; height: auto; }
video { max-width: 100%; display: block; }
.container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
header {
  position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px);
  background: rgba(11,11,11,0.88); border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 8px 30px rgba(0,0,0,0.28);
}
.nav {
  min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.brand { display: flex; align-items: center; gap: 14px; font-weight: 800; }
.brand img {
  width: 50px; height: 50px; object-fit: contain; border-radius: 12px; padding: 5px;
  background: rgba(255,255,255,0.03);
}
.brand > div { line-height: 1.15; }
.brand > div > div { font-size: 18px; letter-spacing: .01em; }
.brand small { display:block; color:var(--muted); font-size:12px; letter-spacing:.08em; text-transform:uppercase; margin-top:4px; }
.brand small span { display: block; }
nav ul { list-style:none; display:flex; gap:10px; padding:0; margin:0; color:var(--muted); }
nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
nav a:hover {
  color: var(--text);
  border-color: rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.03);
}
.top-actions { display:flex; align-items:center; gap:10px; flex-wrap:nowrap; justify-content:flex-end; }
.mobile-quick-nav { display: none; }
.top-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 13px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.03); color: var(--text); font-weight: 700;
  white-space: nowrap;
  letter-spacing: .01em;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.nav-cta, .btn-primary {
  display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:13px 18px; border-radius:999px;
  background: linear-gradient(135deg, var(--gold), var(--gold-2)); color:#1d1306; font-weight:900;
  box-shadow: 0 12px 30px rgba(216,168,95,0.28), inset 0 1px 0 rgba(255,255,255,0.3);
}
.nav-cta { min-height: 42px; white-space: nowrap; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding:14px 22px; border-radius:999px; font-weight:800; transition:all .2s ease; white-space: nowrap; letter-spacing: .01em; }
@media (hover: hover) {
  .btn:hover,
  .nav-cta:hover,
  .top-phone:hover {
    transform: translateY(-2px);
  }
  .top-phone:hover,
  .btn-secondary:hover {
    border-color: rgba(241,194,125,0.45);
    background: rgba(255,255,255,0.06);
    box-shadow: 0 10px 26px rgba(0,0,0,0.22);
  }
  .nav-cta:hover,
  .btn-primary:hover {
    filter: brightness(1.03);
    box-shadow: 0 14px 34px rgba(216,168,95,0.35), inset 0 1px 0 rgba(255,255,255,0.36);
  }
}
.page-estimate .btn {
  min-height: 46px;
  padding: 12px 18px;
}
.btn-secondary {
  border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04); color: var(--text);
}
.eyebrow {
  display:inline-flex; align-items:center; gap:10px; padding:8px 14px; border-radius:999px;
  border:1px solid rgba(216,168,95,0.35); color:var(--gold-2); background:rgba(216,168,95,0.08);
  font-size:13px; letter-spacing:.08em; text-transform:uppercase;
}
.eyebrow::before {
  content:''; width:8px; height:8px; border-radius:999px; background:linear-gradient(135deg, var(--gold), var(--gold-2));
  box-shadow:0 0 12px rgba(216,168,95,0.6);
}
.hero { padding: 66px 0 34px; }
.hero-wrap { display:grid; grid-template-columns: 1.08fr .92fr; gap:24px; align-items:stretch; }
.panel {
  border:1px solid var(--line); border-radius:30px; box-shadow:var(--shadow);
  background:linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
}
.hero-copy { padding: 56px; position:relative; overflow:hidden; }
.hero-copy::after {
  content:''; position:absolute; inset:auto -40px -60px auto; width:240px; height:240px;
  background: radial-gradient(circle, rgba(216,168,95,0.22), transparent 70%);
}
h1 { font-size: clamp(40px, 6vw, 70px); line-height: .98; margin: 18px 0 18px; letter-spacing:-.04em; }
.hero-copy p.lead { margin:0 0 22px; color:var(--muted); font-size:18px; max-width:58ch; }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin: 0 0 24px; }
.hero-proof { display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px; }
.stat, .card, .metric, .testimonial, .before-after, .faq-item, .note, .mini-card {
  border:1px solid rgba(255,255,255,0.08); border-radius:20px; background:rgba(255,255,255,0.03);
}
.stat { padding:18px; }
.stat strong { display:block; color:var(--gold-2); font-size:20px; margin-bottom:4px; }
.stat span { color:var(--muted); font-size:14px; }
.hero-media { position:relative; min-height:620px; overflow:hidden; }
.hero-media > img { width:100%; height:100%; object-fit:cover; }
.hero-media.hero-media-portrait > img {
  object-fit: cover;
  object-position: center center;
  padding: 0;
  background: none;
}
.quality-hero-photo {
  object-position: center center;
  transform: scale(1.06) rotate(-0.5deg);
}
.overlay { position:absolute; inset:0; background:linear-gradient(180deg, rgba(13,13,13,.08) 0%, rgba(13,13,13,.25) 45%, rgba(13,13,13,.88) 100%); }
.float-card {
  position:absolute; left:22px; right:22px; bottom:22px; z-index:2; padding:22px;
  border-radius:24px; border:1px solid rgba(255,255,255,.12); background:rgba(15,15,15,.72); backdrop-filter:blur(12px);
}
.float-card h3 { margin:0 0 6px; font-size:22px; }
.float-card p { margin:0; color:var(--muted); font-size:15px; }
section { padding: 34px 0; }
.section-head { display:flex; flex-direction:column; gap:12px; margin-bottom:24px; }
.section-head h2 { margin:0; font-size: clamp(30px, 4vw, 48px); line-height:1; letter-spacing:-.03em; }
.section-head p { margin:0; color:var(--muted); max-width:74ch; font-size:17px; }
.featured-gallery-head { margin-bottom: 14px; }
.featured-gallery-grid .gallery-card figcaption {
  min-height: 56px;
  padding-bottom: 6px;
}
.featured-gallery-cta {
  margin-top: 40px !important;
}
.grid-2, .grid-3, .grid-4, .service-grid, .testimonial-grid, .ba-grid, .faq-grid, .steps, .metrics { display:grid; gap:18px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3, .service-grid, .testimonial-grid, .faq-grid, .metrics { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card, .metric, .testimonial, .before-after, .faq-item, .note, .mini-card { padding:24px; }
.card h3, .metric h3, .testimonial h3, .before-after h3, .faq-item h3, .mini-card h3 { margin:0 0 10px; font-size:22px; }
.card p, .metric p, .testimonial p, .before-after p, .faq-item p, .mini-card p { margin:0; color:var(--muted); }
.list { display:grid; gap:12px; margin-top:18px; }
.list .item {
  display:flex; gap:12px; align-items:flex-start; color:var(--muted);
}
.list .item::before {
  content:'✓'; width:26px; height:26px; flex:0 0 26px; display:inline-grid; place-items:center;
  border-radius:999px; color:#1d1306; background:linear-gradient(135deg, var(--gold), var(--gold-2)); font-weight:900; margin-top:1px;
}
.process-number { color:var(--gold-2); letter-spacing:.1em; text-transform:uppercase; font-size:13px; display:block; margin-bottom:10px; }
.badges { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px; }
.badge { padding:10px 14px; border-radius:999px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08); color:var(--muted); font-size:14px; }
.aside {
  padding:30px; position:sticky; top:var(--anchor-offset); align-self:start;
}
.estimate-aside-title {
  margin: 16px 0 8px;
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.05;
}
.estimate-aside-actions,
.estimate-aside-meta,
.estimate-aside-note {
  margin-top: 18px;
}
.estimate-info-title {
  margin: 16px 0 10px;
  font-size: clamp(30px,4vw,44px);
  line-height: 1;
}
form { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:12px; margin-top:18px; grid-auto-flow: row dense; align-items:start; }
label { display:grid; gap:8px; color:var(--muted); font-size:14px; }
.field-label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}
fieldset { margin: 0; min-inline-size: 0; border: 0; }
input, textarea, select {
  width:100%; padding:14px 16px; border-radius:16px; border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.03); color:var(--text); font:inherit; outline:none;
}
select:required:invalid {
  color: #9d907d;
}
textarea { min-height:130px; resize:vertical; }
input::placeholder, textarea::placeholder { color:#9d907d; }
.span-2 { grid-column: span 2; }
.help { color:#aa9d8a; font-size:13px; margin-top:10px; }
.estimate-form-intro {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}
.estimate-required-note {
  margin: 8px 0 -2px;
  color: var(--muted);
  font-size: 13px;
}
.required-mark {
  color: #e27b7b;
  font-weight: 700;
  line-height: 1;
}
.field-label .required-mark {
  margin-left: 1px;
}
.estimate-required-note .required-mark {
  margin-right: 4px;
}
.scope-switch {
  margin: 8px 0 2px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(216,168,95,0.2);
  background: linear-gradient(135deg, rgba(216,168,95,0.1), rgba(255,255,255,0.02));
}
.scope-switch legend {
  padding: 0;
}
.scope-switch legend,
.address-group-head strong,
.scope-details-head strong {
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.scope-switch-copy,
.address-group-head p,
.scope-details-head p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.scope-switch-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 10px;
  margin-top: 14px;
}
.scope-option {
  position: relative;
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(13,13,13,0.42);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.scope-option:hover {
  border-color: rgba(241,194,125,0.3);
  transform: translateY(-1px);
}
.scope-option.is-selected {
  border-color: rgba(241,194,125,0.48);
  background: rgba(216,168,95,0.12);
  box-shadow: 0 0 0 1px rgba(241,194,125,0.14) inset;
}
.scope-option input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
.scope-option span {
  color: var(--text);
  font-weight: 700;
  font-size: 15px;
}
.scope-option small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.scope-details,
.estimate-address-group {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
}
.scope-details[hidden] {
  display: none !important;
}
.scope-details-grid,
.address-grid,
.estimate-form-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.estimate-form-actions {
  align-items: start;
}
.estimate-form-actions .help,
.estimate-form-actions #estimate-form-status {
  grid-column: span 2;
}
.kpi { font-size: 14px; color: var(--muted); }
.kpi strong { color: var(--gold-2); font-size: 20px; display:block; }
.callout {
  border:1px solid rgba(216,168,95,0.26); background:linear-gradient(135deg, rgba(216,168,95,0.14), rgba(255,255,255,0.03));
  border-radius:30px; padding:30px; box-shadow:var(--shadow);
}
.callout-talk {
  display: block;
}
.callout-serving-line {
  display: flex;
  width: 100%;
  max-width: calc(100% - 22px);
  margin-bottom: 12px;
}
.callout-talk-copy {
  min-width: 0;
}
.callout-talk.is-preview-open {
  position: relative;
  min-height: 0;
  padding-right: 0;
}
.callout-talk.is-preview-open .callout-talk-copy {
  max-width: 64ch;
}
.callout-talk > .hero-actions {
  margin-bottom: 14px;
}
.talk-inline-popup {
  position: absolute;
  top: 54%;
  right: 30px;
  width: 345px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  opacity: 0;
  transform: translateY(calc(-50% + 8px));
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.page-gallery .talk-inline-popup {
  width: 345px;
}
.talk-inline-popup.is-visible {
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: auto;
}
.talk-inline-popup[hidden] {
  display: none !important;
}
.talk-inline-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  color: var(--text);
  min-height: 34px;
  padding: 6px 12px;
  cursor: pointer;
}
.talk-video-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 14px 34px rgba(0,0,0,0.34);
}
.table {
  width:100%; border-collapse: collapse; overflow:hidden; border-radius:18px; border:1px solid var(--line); background:rgba(255,255,255,.02);
}
.table th, .table td { padding:14px 16px; border-bottom:1px solid rgba(255,255,255,.06); vertical-align:top; text-align:left; }
.table th { color: var(--gold-2); font-size: 14px; letter-spacing: .05em; text-transform: uppercase; }
.note { border-left:4px solid var(--gold); }
.note strong { color: var(--gold-2); }
.muted { color: var(--muted); }
footer.site-footer {
  border-top: 1px solid rgba(255,255,255,0.14);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
  padding: 26px 0 40px;
  color: var(--muted);
  font-size: 14px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px 28px;
  flex-wrap: wrap;
}
.footer-row > div:first-child {
  color: var(--text);
  font-weight: 600;
  letter-spacing: .01em;
}
.footer-row > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.footer-primary-links,
.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-primary-links {
  margin-right: 10px;
}
.footer-row > div:last-child a {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.2;
  transition: color .18s ease;
}
.footer-row > div:last-child a:hover {
  color: var(--text);
}
.footer-row > div:last-child a + a::before {
  content: '•';
  color: rgba(255,255,255,0.34);
  margin: 0 10px;
}
.footer-social-links a:first-child::before {
  content: '•';
  color: rgba(255,255,255,0.34);
  margin: 0 10px;
}
.subhero { padding:44px 0 22px; }
.subhero h1 { max-width: 16ch; }
.subgrid { display:grid; grid-template-columns: 1.04fr .96fr; gap:22px; align-items:start; }
.checkbar { display:grid; gap:14px; }
.highlight { color:var(--gold-2); font-weight:700; }
.faq-item h3 { font-size: 18px; }
.testimonial em { color: var(--text); font-style: normal; }
.placeholder { color:#f0cf86; }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.gallery-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}
.gallery-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.index-featured-lead {
  object-position: 50% 66%;
  transform: scale(1.05);
  transform-origin: center;
}
.gallery-card button:hover .index-featured-lead {
  transform: scale(1.065);
}
.gallery-card figcaption {
  min-height: 92px;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 14px;
}
.gallery-card button {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.gallery-card button:focus-visible,
.gallery-filter:focus-visible,
.lightbox-close:focus-visible,
.lightbox-nav:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: var(--focus-shadow);
}
.gallery-card img.is-portrait {
  aspect-ratio: 4 / 3;
  object-position: center;
}
.gallery-card button:hover img {
  transform: scale(1.015);
}
.gallery-card img {
  transition: transform .24s ease;
}
/* Image download deterrents: block long-press save, drag-to-save, and selection */
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.gallery-toolbar {
  display: grid;
  gap: 14px;
  margin: 0 0 20px;
}
.gallery-toolbar p {
  margin: 0;
  color: var(--muted);
}
.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gallery-filter {
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  transition: all .18s ease;
  -webkit-tap-highlight-color: transparent;
}
.gallery-filter:hover,
.gallery-filter.is-active {
  color: var(--text);
  border-color: rgba(241,194,125,0.45);
  background: rgba(216,168,95,0.12);
}
.gallery-grid [hidden] {
  display: none !important;
}
.gallery-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: auto;
  padding: 0 14px 14px;
  color: var(--gold-2);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gallery-card-meta span:last-child {
  color: var(--muted);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,0.82);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}
.lightbox[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.lightbox-dialog {
  width: min(1100px, 100%);
  display: grid;
  gap: 14px;
}
.lightbox-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.lightbox-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.lightbox-close,
.lightbox-nav {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  border-radius: 999px;
  min-width: 44px;
  min-height: 44px;
  padding: 10px 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.lightbox-figure {
  margin: 0;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  overflow: hidden;
  background: #111;
}
.lightbox-figure img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  background: #111;
}
.lightbox-figure figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
}
.lightbox-figure strong {
  display: block;
  color: var(--gold-2);
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.talk-video-player {
  width: 100%;
  height: auto;
  max-height: 44vh;
  display: block;
  background: #000;
  border-radius: 12px;
}
.talk-video-overlay {
  position: absolute;
  inset: 0;
  border: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.46));
  cursor: pointer;
  transition: opacity .2s ease;
}
.talk-video-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.talk-video-icon {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255,255,255,0.8);
  background: rgba(0,0,0,0.62);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  padding-left: 4px;
  box-shadow: 0 18px 36px rgba(0,0,0,0.4);
}
.talk-video-modal-dialog {
  width: min(1040px, 100%);
}
.talk-video-modal-figure {
  margin: 0;
}
.talk-video-modal-player {
  width: 100%;
  max-height: 80vh;
  display: block;
  background: #000;
}
.video-section {
  padding: 26px;
}
.video-frame-wrap {
  position: relative;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0,0,0,0.2);
}
.video-frame {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}
.video-play-overlay {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  margin: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.14), rgba(0,0,0,0.44));
  cursor: pointer;
  transition: opacity .18s ease;
  z-index: 2;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.video-play-overlay.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.video-play-icon {
  width: 112px;
  height: 112px;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,0.78);
  background: rgba(0,0,0,0.62);
  color: #ffffff;
  font-size: 48px;
  line-height: 1;
  padding-left: 6px;
  box-shadow: 0 18px 34px rgba(0,0,0,0.36);
}
.video-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
}
#welcome-video-section .video-play-icon {
  width: 104px;
  height: 104px;
  aspect-ratio: 1 / 1;
  font-size: 56px;
  padding-left: 6px;
}
@media (max-width: 768px) {
  #welcome-video-section .video-play-icon {
    width: 64px;
    height: 64px;
    aspect-ratio: 1 / 1;
    font-size: 34px;
    padding-left: 4px;
  }
  #welcome-video::-webkit-media-controls-start-playback-button,
  #welcome-video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
  }
}
@media (max-width: 1080px) {
  .hero-wrap, .subgrid, .grid-2 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .grid-3, .service-grid, .testimonial-grid, .faq-grid, .metrics, .hero-proof, .gallery-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .aside { position: static; }
  .hero-media { min-height: 480px; }
  .video-section { padding: 22px; }
  .lightbox {
    padding: 16px;
  }
}
@media (max-width: 980px) {
  .brand > div > div { font-size: 16px; }
  .gallery-card-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .lightbox-topbar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .lightbox-actions {
    margin-left: auto;
  }
  .talk-video-modal-dialog .lightbox-topbar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .talk-video-modal-dialog .lightbox-actions {
    margin-left: auto;
  }
  .brand small { display: block; color: var(--muted); font-size: 11px; letter-spacing: .05em; }
}
@media (max-width: 1100px) and (max-height: 700px) and (orientation: landscape) {
  :root { --anchor-offset: 108px; }
  .hero h1 { font-size: clamp(28px, 4.4vw, 48px); }
  .hero-wrap { grid-template-columns: 1.08fr .92fr; }
  .subgrid, .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-3, .service-grid, .testimonial-grid, .faq-grid, .metrics, .hero-proof, .gallery-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .page-gallery .gallery-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .page-gallery .gallery-card-meta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .page-gallery .gallery-card-meta span:last-child {
    margin-left: auto;
    text-align: right;
  }
  .grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .hero-copy { padding: 24px; }
  .hero-media { min-height: 380px; }
  .aside { position: static; }
  .nav {
    min-height: 68px;
    display: grid;
    grid-template-columns: minmax(0, 198px) minmax(0, 1fr) auto;
    grid-template-areas:
      'brand links actions';
    align-items: center;
    gap: 4px;
    padding: 7px 0;
  }
  .brand {
    grid-area: brand;
    min-width: 0;
    max-width: 198px;
  }
  .brand img {
    width: 43px;
    height: 43px;
    border-radius: 8px;
  }
  .brand > div > div {
    font-size: 15px;
    letter-spacing: .01em;
    white-space: nowrap;
    text-align: left;
  }
  .brand small {
    font-size: 10.8px;
    letter-spacing: .05em;
    line-height: 1.1;
    margin-top: 2px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: none;
    overflow: visible;
    display: block;
  }
  nav {
    grid-area: links;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  nav ul { gap: 5px; }
  nav ul {
    width: max-content;
    min-width: 100%;
    margin: 0;
    justify-content: center;
    flex-wrap: nowrap;
    padding-bottom: 0;
  }
  nav a {
    min-height: 39px;
    padding: 8px 12px;
    font-size: 13.2px;
  }
  .top-actions {
    grid-area: actions;
    gap: 3px;
  }
  .top-phone {
    display: none;
  }
  .nav-cta {
    display: inline-flex;
  }
  .top-phone,
  .nav-cta {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 13px;
  }
  .page-estimate .top-phone,
  .page-estimate .nav-cta {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 13px;
  }
  .page-estimate .scope-switch-options {
    align-items: stretch;
  }
  .page-estimate .scope-option {
    display: flex;
    flex-direction: column;
    min-height: 96px;
    justify-content: center;
    align-items: center;
    padding: 12px 14px;
    text-align: center;
    border-color: rgba(255,255,255,0.14);
    background: rgba(13,13,13,0.55);
  }
  .page-estimate .scope-option span,
  .page-estimate .scope-option small {
    width: 100%;
    text-align: center;
  }
  .page-estimate .scope-option.is-selected {
    border-color: rgba(241,194,125,0.62);
    background: linear-gradient(145deg, rgba(216,168,95,0.30), rgba(216,168,95,0.18));
    box-shadow: 0 0 0 1px rgba(241,194,125,0.26) inset, 0 10px 24px rgba(0,0,0,0.24);
  }
  .page-estimate .scope-option.is-selected span {
    color: #f7ecd8;
  }
  .page-estimate .scope-option.is-selected small {
    color: rgba(244,239,231,0.92);
  }
  .page-estimate .estimate-required-note {
    margin: 10px 0 0;
  }
  .page-estimate form {
    margin-top: 8px;
  }
  .page-estimate .scope-switch {
    margin-top: 4px;
  }
  .page-estimate .estimate-form-actions {
    grid-template-columns: 1fr;
  }
  .page-estimate #estimate-submit-btn,
  .page-estimate .estimate-form-actions .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .page-estimate .estimate-form-actions .help,
  .page-estimate .estimate-form-actions #estimate-form-status {
    grid-column: span 1;
    text-align: center;
  }
  .hero-copy p.lead { font-size: 15px; }
  .section-head h2 { font-size: clamp(24px, 3.2vw, 34px); }
  .section-head p { font-size: 14px; }
  footer.site-footer {
    padding: 18px 0 24px;
  }
  .footer-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
  .footer-row > div:first-child {
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
  }
  .footer-row > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    white-space: normal;
    overflow: visible;
    max-width: 100%;
    width: 100%;
  }
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
    max-width: 100%;
  }
  .footer-primary-links,
  .footer-social-links {
    flex-wrap: wrap;
    justify-content: center;
    white-space: normal;
    gap: 0;
  }
  .footer-primary-links {
    margin-right: 0;
  }
  .footer-row > div:last-child a {
    display: inline-flex;
    font-size: 12px;
    line-height: 1.35;
    flex: 0 0 auto;
  }
  .footer-row > div:last-child a + a::before {
    content: '•';
    margin: 0 6px;
  }
  .footer-social-links a:first-child::before {
    content: '•';
    margin: 0 6px;
  }
}

@media (max-width: 1200px) and (min-width: 761px) {
  :root { --anchor-offset: 108px; }

  .nav {
    min-height: 72px;
    display: grid;
    grid-template-columns: minmax(0, 208px) minmax(0, 1fr) auto;
    grid-template-areas: 'brand links actions';
    align-items: center;
    gap: 6px;
    padding: 8px 0;
  }

  .brand {
    grid-area: brand;
    min-width: 0;
    max-width: 208px;
  }

  .brand img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
  }

  .brand > div > div {
    font-size: 15.6px;
    letter-spacing: .01em;
    white-space: nowrap;
    text-align: left;
  }

  .brand small {
    font-size: 11px;
    letter-spacing: .05em;
    line-height: 1.1;
    margin-top: 2px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: none;
    overflow: visible;
    display: block;
  }

  nav {
    grid-area: links;
    min-width: 0;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  nav ul {
    width: max-content;
    min-width: 100%;
    margin: 0;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 6px;
    padding-bottom: 0;
  }

  nav a {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 13.4px;
  }

  .top-actions {
    grid-area: actions;
    gap: 4px;
  }
  .top-phone {
    display: inline-flex;
  }
  .nav-cta {
    display: inline-flex;
  }

  .top-phone,
  .nav-cta {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 13px;
  }

  .mobile-quick-nav {
    display: none;
  }
}

@media (max-width: 1080px) and (min-width: 761px) {
  .top-phone {
    display: none;
  }

  .nav-cta {
    display: inline-flex;
  }
}

@media (max-width: 760px) and (orientation: portrait) {
  :root { --anchor-offset: 176px; }
  .hero h1 { font-size: clamp(28px, 8.2vw, 42px); }
  .nav {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: 'brand actions';
    align-items: center;
    gap: 6px;
    min-height: auto;
    padding: 10px 0;
  }
  .brand {
    grid-area: brand;
    min-width: 0;
    max-width: 100%;
  }
  .brand img { width: 41px; height: 41px; border-radius: 8px; }
  .brand > div { min-width: 0; }
  .brand > div > div {
    font-size: 12.2px;
    line-height: 1.08;
    white-space: nowrap;
    text-align: left;
  }
  .brand small {
    display: block;
    color: var(--muted);
    font-size: 9.4px;
    letter-spacing: .03em;
    line-height: 1.06;
    text-align: left;
    text-transform: uppercase;
    white-space: pre-line;
    max-width: none;
    overflow: visible;
  }
  nav { display: none; }
  .top-actions {
    grid-area: actions;
    width: auto;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0;
    transform: none;
    min-width: 146px;
  }
  .top-phone,
  .nav-cta {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 10px;
    font-size: 10px;
    justify-content: center;
    white-space: nowrap;
  }
  .top-phone {
    font-size: 0;
    letter-spacing: 0;
    min-width: 88px;
  }
  .top-phone::after {
    content: 'Call Now';
    font-size: 10.8px;
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1;
  }
  .btn {
    min-height: 48px;
    padding: 14px 24px;
    font-size: 15px;
  }

  @media (max-width: 420px) {
    .brand > div > div {
      font-size: 11.8px;
    }
    .brand small {
      font-size: 9.1px;
      letter-spacing: .03em;
      max-width: 118px;
    }
    .top-phone,
    .nav-cta {
      padding: 8px 8px;
      font-size: 9.8px;
    }
    .top-phone::after {
      font-size: 10px;
    }
  }

  body { padding-bottom: 0; }
  .mobile-quick-nav {
    position: sticky;
    top: 76px;
    z-index: 18;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    width: min(calc(100% - 20px), var(--max));
    margin: -2px auto 2px;
    padding: 6px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(16,16,16,0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.3);
  }
  .mobile-quick-nav a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding: 5px 4px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.04);
    color: var(--text);
    font-size: 10.5px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
  }
  .footer-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    text-align: center;
  }
  .footer-row > div:last-child {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: visible;
    white-space: normal;
    max-width: 100%;
    gap: 0;
  }
  .footer-primary-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-right: 0;
  }
  .footer-social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .footer-row > div:first-child {
    font-size: 10.5px;
    line-height: 1.3;
  }
  .footer-row > div:last-child a {
    display: inline-flex;
    font-size: 10.5px;
    line-height: 1.25;
    flex: 0 0 auto;
  }
  .footer-row > div:last-child a + a::before {
    content: '•';
    margin: 0 6px;
  }
  .footer-social-links a:first-child::before {
    content: '•';
    margin: 0 6px;
  }
  .hero { padding-top: 24px; }
  .hero-copy { padding:20px 16px; }
  .hero-copy p.lead { font-size: 15.5px; }
  .hero-media { min-height: 440px; }
  .float-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
    border-radius: 16px;
    backdrop-filter: blur(8px);
  }
  .float-card h3 {
    margin: 0 0 4px;
    font-size: 17px;
    line-height: 1.12;
  }
  .float-card p {
    font-size: 12.5px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-gallery .float-card p {
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    overflow: visible;
  }
  .section-head h2 { font-size: clamp(24px, 7.2vw, 30px); }
  .section-head p { font-size: 14px; }
  .grid-4, .grid-3, .service-grid, .testimonial-grid, .faq-grid, .metrics, .hero-proof, .gallery-grid, form { grid-template-columns: 1fr; }
  .gallery-card-meta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .gallery-card-meta span:last-child {
    margin-left: auto;
    text-align: right;
  }
  .span-2 { grid-column: span 1; }
  .scope-switch-options,
  .scope-details-grid,
  .address-grid,
  .estimate-form-actions {
    grid-template-columns: 1fr;
  }
  .estimate-form-actions .help,
  .estimate-form-actions #estimate-form-status {
    grid-column: span 1;
  }
  .page-estimate .subhero {
    padding: 28px 0 16px;
  }
  .page-estimate .subgrid {
    gap: 14px;
  }
  .page-estimate .hero-copy,
  .page-estimate .panel.card,
  .page-estimate .aside {
    padding: 18px;
  }
  .page-estimate .badges {
    gap: 8px;
  }
  .page-estimate .badge {
    font-size: 12px;
    padding: 8px 12px;
  }
  .page-estimate .estimate-aside-title,
  .page-estimate .estimate-info-title {
    font-size: clamp(26px, 7.2vw, 32px);
    line-height: 1.06;
  }
  .page-estimate .estimate-form-intro {
    font-size: 14px;
  }
  .page-estimate .estimate-required-note {
    margin: 10px 0 2px;
  }
  .page-estimate form {
    margin-top: 8px;
  }
  .page-estimate label {
    gap: 6px;
    font-size: 13.5px;
  }
  .page-estimate input,
  .page-estimate textarea,
  .page-estimate select {
    padding: 13px 14px;
    border-radius: 14px;
  }
  .page-estimate textarea {
    min-height: 120px;
  }
  .page-estimate .scope-switch,
  .page-estimate .scope-details,
  .page-estimate .estimate-address-group {
    padding: 14px;
    gap: 10px;
  }
  .page-estimate .scope-switch {
    margin-top: 4px;
    background: rgba(216,168,95,0.1);
    border-color: rgba(216,168,95,0.28);
  }
  .page-estimate .scope-option {
    min-height: 92px;
    justify-content: center;
    align-content: center;
    text-align: center;
  }
  .page-estimate .scope-option span,
  .page-estimate .scope-option small {
    text-align: center;
  }
  .page-estimate .scope-option.is-selected {
    background: rgba(216,168,95,0.14);
    box-shadow: 0 0 0 1px rgba(241,194,125,0.18) inset;
  }
  .page-estimate .estimate-aside-actions .btn,
  .page-estimate .estimate-form-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .video-section .video-note {
    margin-top: 6px;
    font-size: clamp(8.2px, 2.35vw, 10.2px);
    line-height: 1.28;
    white-space: normal;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible;
    text-overflow: clip;
  }
}

@media (max-width: 1100px) and (orientation: landscape) {
  .callout-talk > .hero-actions {
    flex-wrap: nowrap;
    gap: 8px;
  }
  .callout-talk > .hero-actions .btn {
    padding: 11px 14px;
    font-size: 13px;
  }
  .page-estimate .scope-switch {
    background: rgba(216,168,95,0.12);
    border-color: rgba(216,168,95,0.34);
  }
  .page-estimate .scope-option {
    border-color: rgba(255,255,255,0.14);
    background: rgba(13,13,13,0.55);
  }
  .page-estimate .scope-option.is-selected {
    border-color: rgba(241,194,125,0.62);
    background: linear-gradient(145deg, rgba(216,168,95,0.30), rgba(216,168,95,0.18));
    box-shadow: 0 0 0 1px rgba(241,194,125,0.26) inset, 0 10px 24px rgba(0,0,0,0.24);
  }
  .page-estimate .scope-option.is-selected span {
    color: #f7ecd8;
  }
  .page-estimate .scope-option.is-selected small {
    color: rgba(244,239,231,0.92);
  }
}

@media (max-width: 1100px) {
  .callout-talk {
    display: grid;
    gap: 14px;
    justify-items: stretch;
  }
  .callout-talk.is-preview-open {
    min-height: 0;
    padding-inline: 16px;
  }
  .callout-talk-copy,
  .callout-talk.is-preview-open .callout-talk-copy {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .callout-talk > .hero-actions {
    justify-content: flex-start;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .callout-serving-line {
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .talk-inline-popup,
  .page-gallery .talk-inline-popup {
    position: static;
    top: auto;
    right: auto;
    width: min(360px, 100%);
    max-width: 360px;
    margin: 8px auto 0;
    transform: none;
  }
  .talk-inline-popup.is-visible {
    transform: none;
  }
}

@media (min-width: 1101px) {
  .callout-talk.is-preview-open {
    position: relative;
    min-height: 0;
    padding-right: 0;
  }
  .callout-talk.is-preview-open .callout-talk-copy {
    max-width: calc(100% - 400px);
  }
  .callout-talk.is-preview-open > .hero-actions {
    max-width: calc(100% - 400px);
  }
  .talk-inline-popup {
    position: absolute;
    top: 54%;
    right: 30px;
    width: 345px;
    margin: 0;
    transform: translateY(calc(-50% + 8px));
  }
  .page-gallery .talk-inline-popup {
    width: 345px;
  }
  .talk-inline-popup.is-visible {
    transform: translateY(-50%);
  }
}

@media (min-width: 981px) {
  :root {
    --max: 1020px;
    --anchor-offset: 96px;
  }

  header .container.nav {
    width: min(calc(100% - 32px), 980px);
  }

  .nav {
    min-height: 64px;
    gap: 6px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand > div > div {
    font-size: 14px;
  }

  .brand small {
    font-size: 9.5px;
  }

  nav a {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .top-actions {
    gap: 6px;
  }

  .top-phone,
  .nav-cta {
    min-height: 36px;
    padding: 9px 12px;
    font-size: 12px;
  }

  section {
    padding: 24px 0;
  }

  .hero,
  .subhero {
    padding: 36px 0 16px;
  }

  .hero-wrap,
  .subgrid,
  .grid-2,
  .grid-3,
  .grid-4,
  .service-grid,
  .testimonial-grid,
  .faq-grid,
  .metrics,
  .gallery-grid,
  .steps,
  .ba-grid,
  .hero-proof {
    gap: 12px;
  }

  .hero-copy,
  .aside,
  .page-estimate .hero-copy,
  .page-estimate .panel.card,
  .page-estimate .aside,
  .card,
  .metric,
  .testimonial,
  .before-after,
  .faq-item,
  .note,
  .mini-card,
  .stat,
  .callout,
  .gallery-toolbar,
  .video-section {
    padding: 16px;
  }

  h1,
  .hero h1,
  .subhero h1 {
    font-size: clamp(30px, 3.9vw, 48px);
    margin: 10px 0;
  }

  .section-head {
    gap: 8px;
    margin-bottom: 16px;
  }

  .section-head h2 {
    font-size: clamp(24px, 3vw, 36px);
  }

  .section-head p,
  .hero-copy p.lead,
  .subhero p.lead,
  .float-card p,
  .card p,
  .metric p,
  .testimonial p,
  .before-after p,
  .faq-item p,
  .mini-card p,
  .list .item,
  .scope-switch-copy,
  .address-group-head p,
  .scope-details-head p,
  .estimate-form-intro,
  .estimate-required-note,
  .table td,
  .table th,
  input,
  textarea,
  select,
  label,
  .help,
  .footer-row > div:first-child,
  .footer-row > div:last-child a {
    font-size: 14px;
  }

  .card h3,
  .metric h3,
  .testimonial h3,
  .before-after h3,
  .faq-item h3,
  .mini-card h3,
  .float-card h3,
  .estimate-aside-title,
  .estimate-info-title,
  .stat strong,
  .kpi strong {
    font-size: 18px;
  }

  .eyebrow,
  .badge,
  .process-number,
  .kpi {
    font-size: 11.5px;
  }

  .hero-media {
    min-height: 460px;
  }

  .video-section {
    padding: 14px;
  }

  .gallery-card figcaption {
    min-height: 70px;
    font-size: 12px;
  }

  .gallery-card-meta {
    font-size: 10.5px;
  }

  .gallery-filter {
    font-size: 12px;
  }

  main > section.hero:first-of-type > .container.hero-wrap {
    width: min(calc(100% - 32px), 1000px);
  }

  main > section.hero:first-of-type {
    padding: 32px 0 12px;
  }

  main > section.hero:first-of-type .hero-wrap {
    gap: 12px;
  }

  main > section.hero:first-of-type .hero-copy {
    padding: 22px;
  }

  main > section.hero:first-of-type .hero-media {
    min-height: 400px;
  }

  main > section.hero:first-of-type h1 {
    font-size: clamp(28px, 3.6vw, 44px);
  }

  main > section.hero:first-of-type .hero-copy p.lead {
    font-size: 14px;
  }

  #welcome-video-section {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
  }

  #welcome-video-section .video-frame-wrap {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  #welcome-video-section .video-note {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }



  .page-gallery .subgrid {
    width: min(calc(100% - 32px), 1000px);
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
    gap: 12px;
  }

  .page-gallery .subgrid > .panel {
    height: 100%;
  }

  .page-gallery .hero-copy {
    padding: 22px;
  }

  .page-gallery .hero-media {
    min-height: 400px;
  }

  .page-gallery #gallery-project-talk-callout .hero-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
  }

  .page-gallery #gallery-project-talk-callout .hero-actions > .cta-back-home {
    flex-basis: auto;
  }

  .page-gallery #gallery-project-talk-callout .callout-talk.is-preview-open .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: start;
  }

  .page-gallery #gallery-project-talk-callout .callout-talk.is-preview-open .hero-actions > .cta-back-home {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .hero-media { min-height: 400px; }
  .talk-inline-popup,
  .page-gallery .talk-inline-popup {
    width: min(280px, 90vw);
    max-width: 280px;
  }
  .talk-inline-close {
    top: 8px;
    right: 8px;
    min-height: 30px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .talk-video-player {
    max-height: 34vh;
  }
  .talk-video-icon {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .float-card h3 {
    font-size: 16px;
  }
  .float-card p {
    -webkit-line-clamp: 2;
  }
  .page-gallery .float-card p {
    -webkit-line-clamp: initial;
  }
  footer.site-footer {
    padding: 16px 0 38px;
  }
  .callout-talk {
    display: grid;
    gap: 14px;
  }
  .callout-talk.is-preview-open {
    min-height: 0;
    padding-right: 0;
  }
  .callout-talk-copy {
    max-width: none;
  }
  .talk-inline-popup,
  .page-gallery .talk-inline-popup {
    position: static;
    width: 100%;
    max-width: 280px;
    margin: 0;
  }
  .video-section { padding: 18px; }
  .talk-video-player {
    width: 100%;
    max-height: 34vh;
  }
  .talk-video-modal-player {
    max-height: 72vh;
  }
  .footer-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    gap: 12px;
  }
  .footer-row > div:first-child {
    width: 100%;
    text-align: center;
    font-size: 10.5px;
  }
  .footer-row > div:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer-links,
  .footer-primary-links,
  .footer-social-links {
    width: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-right: 0;
  }
  .footer-row > div:last-child a {
    display: inline-flex;
    width: auto;
    text-align: center;
    line-height: 1.3;
    font-size: 10.5px;
  }
  .footer-row > div:last-child a + a::before {
    content: '•';
    margin: 0 6px;
  }
  .footer-social-links a:first-child::before {
    content: '•';
    margin: 0 6px;
  }
}

@media (max-width: 760px) {
  .page-gallery #gallery-project-talk-callout .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .page-gallery #gallery-project-talk-callout .hero-actions > .cta-back-home {
    grid-column: auto;
    justify-self: auto;
  }
  .callout-talk,
  .callout-talk.is-preview-open {
    justify-items: stretch;
  }
  .callout-talk-copy,
  .callout-talk.is-preview-open .callout-talk-copy {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .callout-talk > .hero-actions {
    justify-content: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .callout-serving-line {
    justify-content: flex-start;
    width: fit-content;
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .talk-inline-popup,
  .page-gallery .talk-inline-popup {
    width: min(280px, calc(100% - 24px));
    max-width: min(280px, calc(100% - 24px));
    justify-self: center;
    margin: 10px auto 0;
  }
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 999;
  padding: 12px 16px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  font-weight: 700;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.skip-link:focus {
  top: 16px;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
video:focus-visible {
  outline: 2px solid var(--focus-ring);
  outline-offset: 3px;
  box-shadow: var(--focus-shadow);
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border-color: rgba(241,194,125,0.75);
  background: rgba(255,255,255,0.05);
}
.internal-page-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px dashed rgba(240, 207, 134, 0.6);
  background: rgba(240, 207, 134, 0.08);
  color: var(--warn);
}
.gallery-card img {
  background: rgba(255,255,255,0.02);
}
.video-frame {
  background: #000;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
