/* Post-Construction Cleaning V2 — commercial closeout and turnover cleaning */
.post-construction-v2 {
  --pcc-navy-950: #061a2c;
  --pcc-navy-900: #08243b;
  --pcc-navy-800: #0d3554;
  --pcc-green-700: #0f633c;
  --pcc-green-600: #137347;
  --pcc-green-500: #25a66a;
  --pcc-mint-100: #dff8ea;
  --pcc-blue-100: #eaf3f8;
  --pcc-sand-100: #f6f3ec;
  --pcc-ink: #10283a;
  --pcc-muted: #596f7d;
  --pcc-border: #d8e4ea;
  --pcc-shadow: 0 20px 55px rgba(4, 28, 47, .12);
  color: var(--pcc-ink);
  background: #fff;
}

.post-construction-v2 *,
.post-construction-v2 *::before,
.post-construction-v2 *::after { box-sizing: border-box; }
.post-construction-v2 main { overflow: hidden; }
.post-construction-v2 img { max-width: 100%; }
.post-construction-v2 .container { width: min(1180px, calc(100% - 40px)); }

.post-construction-v2 .home-skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 2147483647;
  padding: 12px 16px; border-radius: 8px; color: #fff;
  background: var(--pcc-navy-950); font-weight: 800;
  transform: translateY(-150%);
}
.post-construction-v2 .home-skip-link:focus { transform: translateY(0); }

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

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

.pcc-eyebrow { margin: 0 0 14px; color: var(--pcc-green-600); font-size: .78rem; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.pcc-hero {
  position: relative;
  padding: clamp(64px, 8vw, 112px) 0 clamp(58px, 7vw, 92px);
  color: #fff;
  background: radial-gradient(circle at 84% 18%, rgba(37, 166, 106, .22), transparent 34%), linear-gradient(120deg, var(--pcc-navy-950), #0b3552 72%, #0a4050);
}
.pcc-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 74%);
}
.pcc-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(390px, .74fr); gap: clamp(40px, 6vw, 78px); align-items: center; }
.pcc-hero .pcc-eyebrow { color: #8fe8b8; }
.pcc-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(2.7rem, 4.7vw, 4.25rem); letter-spacing: -.055em; line-height: .98; }
.pcc-lead { max-width: 700px; margin: 24px 0 0; color: #d3e1e9; font-size: clamp(1.05rem, 1.45vw, 1.25rem); line-height: 1.66; }
.pcc-commercial-only { display: flex; gap: 10px; align-items: flex-start; max-width: 700px; margin-top: 22px; padding: 13px 15px; border: 1px solid rgba(143, 232, 184, .35); border-radius: 14px; color: #e4f9ed; background: rgba(15, 99, 60, .2); font-weight: 750; }
.pcc-commercial-only::before { content: "✓"; flex: 0 0 auto; color: #8fe8b8; font-weight: 900; }
.pcc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.pcc-hero__actions .btn { min-height: 48px; padding: 13px 22px; }
.pcc-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; }
.pcc-btn-secondary:hover { border-color: #fff; color: #fff; background: rgba(255, 255, 255, .08); }
.pcc-call-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 10px; color: #fff; font-weight: 800; text-decoration: none; }
.pcc-call-link:hover { color: #9cf0c1; }
.pcc-trust-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 23px 0 0; padding: 0; list-style: none; }
.pcc-trust-list li { padding: 8px 11px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: #dce9ef; font-size: .82rem; font-weight: 700; }
.pcc-hero__visual { min-width: 0; }
.pcc-hero__figure { overflow: hidden; margin: 0; border: 1px solid rgba(255, 255, 255, .2); border-radius: 30px; background: var(--pcc-navy-900); box-shadow: 0 34px 80px rgba(0, 0, 0, .35); }
.pcc-hero__figure img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; background: #edf3f6; }
.pcc-hero__figure figcaption { padding: 16px 18px 18px; color: #fff; background: var(--pcc-navy-950); }
.pcc-hero__figure figcaption span { display: block; margin-bottom: 4px; color: #95ebbd; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.pcc-phase-band { padding: 34px 0; background: #f4f8fa; }
.pcc-phase-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pcc-phase { padding: 22px; border: 1px solid var(--pcc-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(4, 28, 47, .07); }
.pcc-phase__num { display: inline-grid; width: 34px; height: 34px; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #fff; background: var(--pcc-green-600); font-weight: 900; }
.pcc-phase h2 { margin: 0; color: var(--pcc-navy-950); font-size: 1.35rem; }
.pcc-phase p { margin: 10px 0 0; color: var(--pcc-muted); line-height: 1.6; }

.post-construction-v2 .section { padding: clamp(68px, 7.5vw, 104px) 0; }
.post-construction-v2 .strip { background: #f4f8fa; }
.post-construction-v2 .section-header { margin-bottom: 28px; }
.post-construction-v2 .section-header h2,
.post-construction-v2 .pcc-shell h2 { color: var(--pcc-navy-950); font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.08; }
.post-construction-v2 .kicker { color: var(--pcc-green-600); letter-spacing: .13em; }
.pcc-section-lead { max-width: 760px; color: var(--pcc-muted); font-size: 1.04rem; line-height: 1.7; }

.pcc-shell { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--pcc-border); border-radius: 26px; background: #fff; box-shadow: var(--pcc-shadow); }
.pcc-scope-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.pcc-scope-card { padding: 24px; border: 1px solid var(--pcc-border); border-radius: 20px; background: #f9fbfc; }
.pcc-scope-card h3 { margin: 0; color: var(--pcc-navy-950); font-size: 1.35rem; }
.pcc-scope-card ul { display: grid; gap: .65rem; margin: 18px 0 0; padding-left: 1.1rem; color: #355064; }
.pcc-scope-card li::marker { color: var(--pcc-green-600); }
.pcc-inline-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-top: 28px; padding: 20px 22px; border-radius: 18px; color: #fff; background: var(--pcc-navy-900); }
.pcc-inline-cta p { margin: 0; color: #d9e6ed; }
.pcc-inline-cta .btn { flex: 0 0 auto; }

.pcc-proof-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: 22px; align-items: stretch; }
.pcc-proof-card { overflow: hidden; border: 1px solid var(--pcc-border); border-radius: 24px; background: #fff; box-shadow: var(--pcc-shadow); }
.pcc-proof-card--image { display: grid; grid-template-rows: auto 1fr; }
.pcc-proof-card--image img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; background: #edf3f6; }
.pcc-proof-card__body { padding: 24px; }
.pcc-proof-card__body h3 { margin: 0; color: var(--pcc-navy-950); font-size: clamp(1.45rem, 2.3vw, 2rem); }
.pcc-proof-card__body p { margin: 12px 0 0; color: var(--pcc-muted); line-height: 1.65; }
.pcc-case-card { padding: clamp(28px, 4vw, 42px); color: #fff; background: linear-gradient(145deg, var(--pcc-navy-950), #0d4653); }
.pcc-case-card .pcc-eyebrow { color: #98efc0; }
.pcc-case-card h3 { margin: 0; color: #fff; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.08; }
.pcc-case-card p { color: #d5e4eb; }
.pcc-case-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 22px 0 0; }
.pcc-case-stat { padding: 14px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 14px; background: rgba(255, 255, 255, .06); }
.pcc-case-stat strong { display: block; color: #fff; font-size: 1.3rem; }
.pcc-case-stat span { color: #c9dbe4; font-size: .82rem; }
.pcc-case-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: #9cf0c1; font-weight: 900; text-decoration: none; }
.pcc-case-card__link::after { content: "→"; }

.pcc-property-grid,
.pcc-factor-grid,
.pcc-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.pcc-property-card,
.pcc-factor-card,
.pcc-related-card { padding: 22px; border: 1px solid var(--pcc-border); border-radius: 18px; background: #fff; box-shadow: 0 10px 28px rgba(4, 28, 47, .07); }
.pcc-property-card h3,
.pcc-factor-card h3,
.pcc-related-card h3 { margin: 0; color: var(--pcc-navy-950); font-size: 1.25rem; }
.pcc-property-card p,
.pcc-factor-card p,
.pcc-related-card p { margin: 10px 0 0; color: var(--pcc-muted); line-height: 1.6; }
.pcc-related-card a { color: var(--pcc-green-700); font-weight: 850; text-decoration: none; }
.pcc-related-card a:hover { text-decoration: underline; }

.pcc-process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.pcc-process-step { position: relative; padding: 24px 20px; border: 1px solid var(--pcc-border); border-radius: 18px; background: #fff; }
.pcc-process-step span { display: grid; width: 38px; height: 38px; place-items: center; margin-bottom: 20px; border-radius: 50%; color: #fff; background: var(--pcc-green-600); font-weight: 900; }
.pcc-process-step h3 { margin: 0; color: var(--pcc-navy-950); font-size: 1.2rem; }
.pcc-process-step p { margin: 10px 0 0; color: var(--pcc-muted); line-height: 1.58; }

.pcc-table-wrap { overflow-x: auto; margin-top: 24px; border: 1px solid var(--pcc-border); border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(4, 28, 47, .08); }
.pcc-package-table { width: 100%; min-width: 720px; margin: 0; border-collapse: collapse; }
.pcc-package-table th { padding: 15px 16px; color: #fff; text-align: left; background: var(--pcc-navy-900); }
.pcc-package-table td { padding: 15px 16px; border-top: 1px solid var(--pcc-border); color: #355064; vertical-align: top; }

.post-construction-v2 .faq { display: grid; gap: 12px; margin-top: 24px; }
.post-construction-v2 .faq-item { overflow: hidden; border: 1px solid var(--pcc-border); border-radius: 14px; background: #fff; }
.post-construction-v2 .faq-summary { min-height: 52px; color: var(--pcc-navy-950); font-weight: 800; }
.post-construction-v2 .faq-body { color: var(--pcc-muted); line-height: 1.65; }

.pcc-service-area { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr); gap: 24px; align-items: center; }
.pcc-region-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.pcc-region-list li { padding: 9px 12px; border: 1px solid var(--pcc-border); border-radius: 999px; color: var(--pcc-navy-800); background: #fff; font-size: .86rem; font-weight: 750; }
.pcc-service-area__note { padding: 24px; border: 1px solid var(--pcc-border); border-radius: 20px; background: var(--pcc-blue-100); }
.pcc-service-area__note h3 { margin: 0; color: var(--pcc-navy-950); }
.pcc-service-area__note p { margin: 10px 0 0; color: var(--pcc-muted); }

.pcc-cta-shell { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: clamp(28px, 5vw, 50px); border-radius: 28px; color: #fff; background: linear-gradient(135deg, var(--pcc-navy-950), #0c4252); box-shadow: var(--pcc-shadow); }
.pcc-cta-shell h2 { margin: 0; color: #fff; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.pcc-cta-shell p { max-width: 720px; margin: 14px 0 0; color: #d6e5ec; }
.pcc-cta-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.pcc-cta-shell .btn-primary { color: var(--pcc-navy-950); background: #78dba1; }
.pcc-cta-shell .btn-ghost { border-color: rgba(255, 255, 255, .5); color: var(--pcc-navy-950); background: #fff; }

.post-construction-v2 .site-footer .footer-badge__count { color: #c6d5df; }
.post-construction-v2 .site-footer .center.small.muted,
.post-construction-v2 .site-footer .center.small.muted p { color: #b8c8d3; }
.post-construction-v2 .site-footer h3 { margin: 0 0 12px; color: #fff; font-size: inherit; }

@media (min-width: 981px) and (max-width: 1260px) {
  .post-construction-v2 .nav-links,
  .post-construction-v2 .header-cta { display: none !important; }
  .post-construction-v2 .header-call { display: inline-flex !important; margin-left: auto; }
  .post-construction-v2 .menu-btn { display: inline-flex !important; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
  .post-construction-v2 .menu-btn span { width: 24px; height: 2px; margin: 0; background: #fff; }
}
@media (max-width: 1200px) { .post-construction-v2 .brand-lockup { height: 52px !important; } }
@media (max-width: 1040px) {
  .pcc-hero__grid { grid-template-columns: 1fr 370px; gap: 34px; }
  .pcc-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pcc-cta-shell { grid-template-columns: 1fr; }
  .pcc-cta-actions { justify-content: flex-start; }
}
@media (max-width: 900px) {
  .pcc-hero__grid,
  .pcc-proof-grid,
  .pcc-service-area { grid-template-columns: 1fr; }
  .pcc-hero__visual { max-width: 720px; }
  .pcc-scope-grid,
  .pcc-property-grid,
  .pcc-factor-grid,
  .pcc-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .pcc-package-table,
  .pcc-package-table thead,
  .pcc-package-table tbody,
  .pcc-package-table tr,
  .pcc-package-table th,
  .pcc-package-table td { display: block; }
  .pcc-package-table { min-width: 0; }
  .pcc-package-table thead { display: none; }
  .pcc-package-table tr { padding: 16px; border-top: 1px solid var(--pcc-border); }
  .pcc-package-table td { padding: 0 0 12px; border: 0; }
  .pcc-package-table td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--pcc-green-600); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
}
@media (max-width: 640px) {
  .post-construction-v2 .container { width: min(100% - 28px, 1180px); }
  .post-construction-v2 .brand-lockup { height: 40px !important; width: auto; }
  .pcc-hero { padding: 38px 0 40px; }
  .pcc-hero__grid { gap: 24px; }
  .pcc-hero h1 { font-size: 2.4rem; }
  .pcc-lead { margin-top: 16px; font-size: 1rem; line-height: 1.55; }
  .pcc-commercial-only { margin-top: 16px; font-size: .92rem; }
  .pcc-hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 22px; }
  .pcc-hero__actions .btn,
  .pcc-btn-secondary { width: 100%; }
  .pcc-call-link { justify-content: center; }
  .pcc-trust-list { display: none; }
  .pcc-phase-grid,
  .pcc-scope-grid,
  .pcc-property-grid,
  .pcc-factor-grid,
  .pcc-related-grid,
  .pcc-process-grid { grid-template-columns: 1fr; }
  .pcc-inline-cta { align-items: stretch; }
  .pcc-inline-cta .btn { width: 100%; }
  .pcc-shell,
  .pcc-cta-shell { border-radius: 20px; }
  .pcc-case-stats { grid-template-columns: 1fr; }
  .pcc-cta-actions { display: grid; grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .post-construction-v2 *,
  .post-construction-v2 *::before,
  .post-construction-v2 *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
