/* Renovation Services V2 — shared residential and commercial renovation hub */
.renovation-services-v2 {
  --reno-navy-950: #061a2c;
  --reno-navy-900: #08243b;
  --reno-navy-800: #0d3554;
  --reno-green-600: #137347;
  --reno-green-500: #25a66a;
  --reno-mint-100: #dff8ea;
  --reno-blue-100: #eaf3f8;
  --reno-sand-100: #f5f1e9;
  --reno-ink: #10283a;
  --reno-muted: #5a6f7d;
  --reno-border: #d8e4ea;
  --reno-shadow: 0 20px 55px rgba(4, 28, 47, .12);
  background: #fff;
  color: var(--reno-ink);
}

.renovation-services-v2 *,
.renovation-services-v2 *::before,
.renovation-services-v2 *::after { box-sizing: border-box; }

.renovation-services-v2 main { overflow: hidden; }
.renovation-services-v2 img { max-width: 100%; }
.renovation-services-v2 .container { width: min(1180px, calc(100% - 40px)); }
.renovation-services-v2 .home-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 2147483647;
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--reno-navy-950);
  font-weight: 800;
  transform: translateY(-150%);
}
.renovation-services-v2 .home-skip-link:focus { transform: translateY(0); }

.renovation-services-v2 .site-header {
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: var(--reno-navy-950);
  box-shadow: 0 8px 28px rgba(4,28,47,.14);
}
.renovation-services-v2 .nav-links { gap: clamp(12px, 1.15vw, 22px); }
.renovation-services-v2 .nav-links > a,
.renovation-services-v2 .nav-dropdown__trigger { font-size: .91rem; white-space: nowrap; }
.renovation-services-v2 .header-call,
.renovation-services-v2 .header-cta { white-space: nowrap; }
.renovation-services-v2 .header-cta {
  border-color: var(--reno-green-600);
  color: #fff;
  background: var(--reno-green-600);
}
.renovation-services-v2 .header-cta:hover { border-color: #0f5e3a; background: #0f5e3a; }
.renovation-services-v2 .brand-lockup { height: 60px !important; }
.renovation-services-v2 .nav-links > a[aria-current="page"],
.renovation-services-v2 .nav-dropdown__trigger[aria-current="page"] { color: #8fe8b8; }

.reno-breadcrumb {
  border-top: 1px solid rgba(255,255,255,.09);
  background: var(--reno-navy-950);
  color: #a9bdca;
  font-size: .9rem;
}
.reno-breadcrumb .container { display: flex; gap: 10px; align-items: center; padding: 14px 0; }
.reno-breadcrumb a { color: #fff; text-decoration: none; }
.reno-breadcrumb a:hover { text-decoration: underline; }

.reno-eyebrow {
  margin: 0 0 14px;
  color: var(--reno-green-600);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.renovation-services-v2.page-renovation .hero-alt.renovation-hero {
  position: relative;
  padding: clamp(64px, 8vw, 112px) 0 clamp(58px, 7vw, 92px);
  background:
    radial-gradient(circle at 82% 20%, rgba(31,166,102,.2), transparent 34%),
    linear-gradient(120deg, var(--reno-navy-950), #0b3552 72%, #0a4050);
  color: #fff;
}
.renovation-services-v2.page-renovation .hero-alt.renovation-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .13;
  background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to right, #000, transparent 72%);
}
.renovation-services-v2 .renovation-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr);
  gap: clamp(40px, 6vw, 78px);
  align-items: center;
}
.renovation-services-v2 .renovation-hero .reno-eyebrow { color: #8fe8b8; }
.renovation-services-v2 .renovation-hero__content h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.7rem, 4.7vw, 4.25rem);
  letter-spacing: -.055em;
  line-height: .98;
}
.renovation-services-v2 .renovation-hero__content .lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: #d3e1e9;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.66;
}
.renovation-services-v2 .renovation-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.renovation-services-v2 .renovation-hero__actions .btn { min-height: 48px; padding: 13px 22px; }
.renovation-services-v2 .reno-btn-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 12px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.renovation-services-v2 .reno-btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); color: #fff; }
.renovation-services-v2 .reno-phone-link { display: inline-flex; min-height: 44px; align-items: center; color: #fff; font-weight: 800; text-decoration: none; }
.renovation-services-v2 .reno-phone-link:hover { color: #9cf0c1; }
.renovation-services-v2 .renovation-proof-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.renovation-services-v2 .renovation-proof-list li {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  color: #dce9ef;
  background: transparent;
  box-shadow: none;
  font-size: .82rem;
  font-weight: 700;
}
.reno-hero-visual { display: grid; gap: 16px; align-content: center; min-width: 0; }
.reno-hero-main,
.reno-hero-secondary {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255,255,255,.2);
  background: var(--reno-navy-900);
  box-shadow: 0 34px 80px rgba(0,0,0,.35);
}
.reno-hero-main { border-radius: 30px; }
.reno-hero-secondary { width: 68%; justify-self: end; border: 4px solid var(--reno-navy-900); border-radius: 20px; }
.reno-hero-main img,
.reno-hero-secondary img { display: block; width: 100%; height: auto; object-fit: contain; }
.reno-hero-main img { aspect-ratio: 3 / 2; }
.reno-hero-secondary img { aspect-ratio: 640 / 218; }
.reno-hero-main figcaption,
.reno-hero-secondary figcaption { padding: 14px 16px 16px; background: var(--reno-navy-950); color: #fff; }
.reno-hero-main span,
.reno-hero-secondary span { display: block; margin-bottom: 4px; color: #95ebbd; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.reno-paths { padding: 34px 0 76px; background: #f4f8fa; }
.reno-paths__intro { display: flex; justify-content: space-between; gap: 24px; align-items: end; margin-bottom: 24px; }
.reno-paths__intro h2 { max-width: 740px; margin: 0; color: var(--reno-navy-950); font-size: clamp(2rem, 3.3vw, 3.15rem); line-height: 1.05; }
.reno-paths__intro > p { max-width: 480px; margin: 0; color: var(--reno-muted); }
.reno-paths__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.reno-path-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 26px;
  box-shadow: var(--reno-shadow);
}
.reno-path-card--residential { background: linear-gradient(145deg, #fff, var(--reno-sand-100)); color: var(--reno-ink); }
.reno-path-card--commercial { background: linear-gradient(145deg, var(--reno-navy-900), #0e4054); color: #fff; }
.reno-path-card__label { display: inline-flex; margin-bottom: 50px; padding: 7px 10px; border-radius: 999px; color: var(--reno-green-600); background: rgba(37,166,106,.12); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.reno-path-card--commercial .reno-path-card__label { color: #98efc0; background: rgba(143,232,184,.13); }
.reno-path-card h3 { max-width: 480px; margin: 0; color: inherit; font-size: clamp(1.75rem, 3vw, 2.6rem); line-height: 1.06; }
.reno-path-card p { max-width: 560px; margin: 18px 0 0; color: inherit; opacity: .82; line-height: 1.65; }
.reno-path-card__links { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.reno-path-card__links a { display: inline-flex; padding: 9px 12px; border: 1px solid rgba(8,36,59,.15); border-radius: 999px; color: inherit; font-size: .84rem; font-weight: 700; text-decoration: none; }
.reno-path-card--commercial .reno-path-card__links a { border-color: rgba(255,255,255,.22); }
.reno-path-card__cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 28px; color: inherit; font-weight: 900; text-decoration: none; }
.reno-path-card__cta::after { content: "→"; }

.renovation-services-v2 .section { padding: clamp(68px, 7.5vw, 104px) 0; }
.renovation-services-v2 .strip { background: #f4f8fa; }
.renovation-services-v2 .section-header { margin-bottom: 28px; }
.renovation-services-v2 .section-header h2,
.renovation-services-v2 .renovation-proof-shell__intro h2 { color: var(--reno-navy-950); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.08; }
.renovation-services-v2 .kicker { color: var(--reno-green-600); letter-spacing: .13em; }

.renovation-services-v2 .renovation-proof-section { padding-top: clamp(68px, 7.5vw, 104px); }
.renovation-services-v2 .renovation-proof-shell,
.renovation-services-v2 .renovation-trust-shell,
.renovation-services-v2 .renovation-utility-shell,
.renovation-services-v2 .renovation-city-shell,
.renovation-services-v2 .renovation-cta-shell {
  border: 1px solid var(--reno-border);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--reno-shadow);
}
.renovation-services-v2 .renovation-proof-shell { padding: clamp(22px, 3.6vw, 42px); }
.renovation-services-v2 .renovation-proof-shell__intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.75fr); gap: 26px; align-items: start; }
.renovation-services-v2 .renovation-proof-note { border-color: var(--reno-border); border-radius: 18px; background: var(--reno-blue-100); box-shadow: none; }
.renovation-services-v2 .oas-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.renovation-services-v2 .oas-gallery > a { display: block; overflow: hidden; border: 1px solid var(--reno-border); border-radius: 18px; background: #edf3f6; box-shadow: 0 10px 28px rgba(4,28,47,.08); }
.renovation-services-v2 .oas-gallery[data-limit="6"]:not(.oas-compact) > a { display: block; }
.renovation-services-v2 .oas-gallery img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; background: #edf3f6; }

.renovation-services-v2 .compact-proof-grid,
.renovation-services-v2 .grid.grid-3 { gap: 18px; }
.renovation-services-v2 .compact-proof-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.renovation-services-v2 .compact-proof-card,
.renovation-services-v2 .grid.grid-3 > .card,
.renovation-services-v2 .industry-card {
  border: 1px solid var(--reno-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(4,28,47,.08);
}
.renovation-services-v2 .compact-proof-card { padding: 24px; }
.renovation-services-v2 .compact-proof-card .faq-item { box-shadow: none; }
.renovation-services-v2 .proof-band { background: var(--reno-navy-950); }
.renovation-services-v2 .proof-band h2,
.renovation-services-v2 .proof-band .proof-lead { color: #fff; }
.renovation-services-v2 .proof-card { border-color: rgba(255,255,255,.12); }
.renovation-services-v2 .proof-card--case h3 { color: #fff; }
.renovation-services-v2 .proof-card .proof-card__source { color: #d9f5e6; }
.renovation-services-v2 .proof-band .btn-proof--primary { color: #fff; background: var(--reno-green-600); }

.renovation-services-v2 .renovation-trust-shell,
.renovation-services-v2 .renovation-utility-shell,
.renovation-services-v2 .renovation-city-shell,
.renovation-services-v2 .renovation-cta-shell { padding: clamp(24px, 4vw, 42px); }
.renovation-services-v2 .renovation-trust-points { display: grid; gap: .65rem; margin: 0; padding-left: 1.1rem; color: #2f4d70; }
.renovation-services-v2 .renovation-table-wrap { overflow-x: auto; border: 1px solid var(--reno-border); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(4,28,47,.08); }
.renovation-services-v2 .renovation-package-table { min-width: 740px; margin: 0; border-collapse: collapse; }
.renovation-services-v2 .renovation-package-table th { color: #fff; background: var(--reno-navy-900); }
.renovation-services-v2 .renovation-package-table td { border-color: var(--reno-border); }
.renovation-services-v2 .faq-item { overflow: hidden; border: 1px solid var(--reno-border); border-radius: 14px; background: #fff; }
.renovation-services-v2 .faq-summary { min-height: 52px; color: var(--reno-navy-950); font-weight: 800; }
.renovation-services-v2 .faq-body { color: var(--reno-muted); line-height: 1.65; }
.renovation-services-v2 .renovation-utility-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 18px; }
.renovation-services-v2 .renovation-utility-group { padding: 18px; border: 1px solid var(--reno-border); border-radius: 18px; background: #f8fbfc; }
.renovation-services-v2 .renovation-utility-group ul { display: grid; gap: .55rem; margin: 12px 0 0; padding-left: 1.1rem; }
.renovation-services-v2 .city-links-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.renovation-services-v2 .city-chip { min-height: 44px; display: flex; align-items: center; padding: 9px 11px; border: 1px solid var(--reno-border); border-radius: 12px; color: var(--reno-navy-800); background: #fff; font-weight: 700; text-decoration: none; }
.renovation-services-v2 .city-chip:hover { border-color: var(--reno-green-600); background: var(--reno-mint-100); }
.renovation-services-v2 .city-links-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.renovation-services-v2 .city-links-grid[data-collapsed="true"] li:nth-child(n+13) { display: none; }
.renovation-services-v2 .city-links-toggle[hidden] { display: none !important; }
.renovation-services-v2 .renovation-cta-shell { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; background: linear-gradient(135deg, var(--reno-navy-950), #0c4252); color: #fff; }
.renovation-services-v2 .renovation-cta-shell h2,
.renovation-services-v2 .renovation-cta-shell p,
.renovation-services-v2 .renovation-cta-shell a { color: #fff; }
.renovation-services-v2 .renovation-cta-shell .btn-primary { color: var(--reno-navy-950); background: #78dba1; }
.renovation-services-v2 .renovation-cta-shell .btn-ghost { border-color: rgba(255,255,255,.5); }
.renovation-services-v2 .site-footer .footer-badge__count { color: #c6d5df; }
.renovation-services-v2 .site-footer .center.small.muted,
.renovation-services-v2 .site-footer .center.small.muted p { color: #b8c8d3; }
.renovation-services-v2 .site-footer h3 { margin: 0 0 12px; color: #fff; font-size: inherit; }

@media (max-width: 1100px) {
  .renovation-services-v2 .renovation-hero__grid { grid-template-columns: 1fr 390px; gap: 36px; }
  .reno-paths__intro { display: grid; }
  .renovation-services-v2 .renovation-cta-shell { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .renovation-services-v2 .renovation-hero__grid,
  .reno-paths__grid,
  .renovation-services-v2 .renovation-proof-shell__intro { grid-template-columns: 1fr; }
  .renovation-services-v2 .renovation-hero__content { max-width: 760px; }
  .reno-hero-visual { max-width: 720px; }
  .renovation-services-v2 .oas-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .renovation-services-v2 .city-links-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .renovation-services-v2 .compact-proof-grid,
  .renovation-services-v2 .renovation-utility-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .renovation-services-v2 .renovation-package-table,
  .renovation-services-v2 .renovation-package-table thead,
  .renovation-services-v2 .renovation-package-table tbody,
  .renovation-services-v2 .renovation-package-table tr,
  .renovation-services-v2 .renovation-package-table th,
  .renovation-services-v2 .renovation-package-table td { display: block; }
  .renovation-services-v2 .renovation-package-table { min-width: 0; }
  .renovation-services-v2 .renovation-package-table thead { display: none; }
  .renovation-services-v2 .renovation-package-table tr { padding: 16px; border-top: 1px solid var(--reno-border); }
  .renovation-services-v2 .renovation-package-table tr:first-child { border-top: 0; }
  .renovation-services-v2 .renovation-package-table td { padding: 0 0 12px; border: 0; }
  .renovation-services-v2 .renovation-package-table td:last-child { padding-bottom: 0; }
  .renovation-services-v2 .renovation-package-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--reno-green-600); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
}

@media (max-width: 640px) {
  .renovation-services-v2 .container { width: min(100% - 28px, 1180px); }
  .renovation-services-v2 .brand-lockup { height: 40px !important; width: auto; }
  .renovation-services-v2.page-renovation .hero-alt.renovation-hero { padding: 38px 0 40px; }
  .renovation-services-v2 .renovation-hero__grid { gap: 22px; }
  .renovation-services-v2 .renovation-hero__content h1 { font-size: 2.45rem; }
  .renovation-services-v2 .renovation-hero__content .lead { margin-top: 16px; font-size: 1rem; line-height: 1.55; }
  .renovation-services-v2 .renovation-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .renovation-services-v2 .renovation-hero__actions .btn,
  .renovation-services-v2 .reno-btn-secondary { width: 100%; }
  .renovation-services-v2 .reno-phone-link { justify-content: center; }
  .renovation-services-v2 .renovation-proof-list { display: none; }
  .reno-hero-secondary { width: 78%; }
  .reno-paths { padding: 28px 0 64px; }
  .reno-path-card { min-height: 0; padding: 26px 22px; }
  .reno-path-card__label { margin-bottom: 34px; }
  .renovation-services-v2 .oas-gallery,
  .renovation-services-v2 .city-links-grid,
  .renovation-services-v2 .compact-proof-grid,
  .renovation-services-v2 .renovation-utility-grid { grid-template-columns: 1fr; }
  .renovation-services-v2 .renovation-proof-shell,
  .renovation-services-v2 .renovation-trust-shell,
  .renovation-services-v2 .renovation-utility-shell,
  .renovation-services-v2 .renovation-city-shell,
  .renovation-services-v2 .renovation-cta-shell { border-radius: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .renovation-services-v2 *,
  .renovation-services-v2 *::before,
  .renovation-services-v2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
