:root {
  --ink: #0a0c10;
  --blue: #489fd3;
  --blue-dark: #2f82b4;
  --blue-dk: #2f82b4;
  --blue-ink: #2a6e99;
  --bg: #0a0c10;
  --bg-2: #12151b;
  --bg2: #12151b;
  --text: #f2f1ec;
  --text-2: #c6cad1;
  --text-3: #9298a3;
  --tx: #f2f1ec;
  --tx2: #c6cad1;
  --tx3: #9298a3;
  --rule: rgb(255 255 255 / 14%);
  --nav: rgb(10 12 16 / 88%);
  --hero-grad: linear-gradient(180deg, rgb(10 12 16 / 38%) 0%, rgb(10 12 16 / 24%) 45%, rgb(10 12 16 / 96%) 100%);
  --hero-op: .42;
  --btn2: #0a0c10;
  --wm-k: .08;
  --wm-b: 0;
  --control: #171b22;
  --shadow: rgb(0 0 0 / 45%);
  --max: 1440px;
  --gutter: clamp(20px, 3.3vw, 48px);
  color-scheme: dark;
}

:root[data-theme="light"] {
  --bg: #f1efe9;
  --bg-2: #fff;
  --bg2: #fff;
  --text: #12140f;
  --text-2: #42453e;
  --text-3: #6e7168;
  --tx: #12140f;
  --tx2: #42453e;
  --tx3: #6e7168;
  --rule: rgb(18 20 15 / 16%);
  --nav: rgb(241 239 233 / 92%);
  --hero-grad: linear-gradient(180deg, rgb(241 239 233 / 78%) 0%, rgb(241 239 233 / 84%) 45%, rgb(241 239 233 / 98%) 100%);
  --hero-op: .55;
  --btn2: #12140f;
  --wm-k: 0;
  --wm-b: .07;
  --control: #fff;
  --shadow: rgb(18 20 15 / 18%);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--blue); }
button, input, textarea { font: inherit; }
button { border: 0; color: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.wrap { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 10px 14px; background: var(--blue); color: #fff; font-weight: 700; transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { color: #fff; transform: translateY(0); }

.site-header { position: sticky; z-index: 60; top: 0; border-bottom: 1px solid var(--rule); background: var(--nav); backdrop-filter: blur(12px); }
.header-main { display: flex; align-items: center; min-height: 68px; gap: clamp(12px, 2.2vw, 34px); }
.brand { display: flex; flex: none; align-items: center; gap: 12px; }
.brand-icon { display: block; width: 32px; }
.brand-icon img { width: 32px; height: 38px; object-fit: contain; }
.brand-wordmark { display: block; width: clamp(116px, 10vw, 145px); }
.brand-wordmark img { width: 100%; height: auto; }
.brand-image-light { display: none; }
:root[data-theme="light"] .site-header .brand-image-dark { display: none; }
:root[data-theme="light"] .site-header .brand-image-light { display: block; }
.desktop-nav { display: flex; align-items: center; gap: clamp(12px, 1.65vw, 26px); margin-left: auto; color: var(--text); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 650; font-size: clamp(12px, .9vw, 14px); letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.nav-link { display: block; padding: 24px 0 22px; }
.nav-link:hover, .nav-link[aria-current="page"] { color: var(--blue); }
.nav-link[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--blue); }
.service-menu { position: relative; }
.service-menu summary { list-style: none; cursor: pointer; }
.service-menu summary::-webkit-details-marker { display: none; }
.service-menu summary::after { display: inline-block; width: 6px; height: 6px; margin: 0 0 3px 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; content: ""; transform: rotate(45deg); }
.service-menu-panel { position: absolute; top: calc(100% - 1px); left: -20px; display: grid; min-width: 270px; padding: 10px 0; border: 1px solid var(--rule); background: var(--bg); box-shadow: 0 24px 56px var(--shadow); }
.service-menu-link { padding: 10px 24px; color: var(--text); font-family: Inter, sans-serif; font-size: 14px; font-weight: 500; letter-spacing: .01em; text-transform: none; transition: padding-left 160ms ease; }
.service-menu-link:hover, .service-menu-link[aria-current="page"] { padding-left: 30px; color: var(--blue); }
.theme-button, .menu-button { display: grid; flex: none; width: 40px; height: 40px; place-items: center; border: 1px solid var(--rule); background: transparent; }
.theme-button:hover, .menu-button:hover { border-color: var(--blue); }
.theme-icon { width: 18px; height: 18px; fill: none; stroke: currentcolor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.theme-icon-sun { display: none; }
:root[data-theme="light"] .theme-icon-moon { display: none; }
:root[data-theme="light"] .theme-icon-sun { display: block; }
.menu-button { display: none; }
.menu-button-label { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.menu-bars { display: grid; gap: 4px; }
.menu-bars i { display: block; width: 18px; height: 2px; background: currentcolor; }
.header-call { display: flex; flex: none; flex-direction: column; justify-content: center; min-height: 48px; padding: 8px clamp(12px, 1.5vw, 22px); background: var(--blue); color: #fff; text-align: center; white-space: nowrap; }
.header-call:hover { background: var(--blue-dark); color: #fff; }
.header-call strong { font-family: Archivo, sans-serif; font-size: clamp(14px, 1.15vw, 17px); font-variation-settings: "wdth" 85, "wght" 700; line-height: 1.1; }
.header-call span { margin-top: 2px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.mobile-nav { max-height: calc(100dvh - 68px); padding: 8px var(--gutter) calc(20px + env(safe-area-inset-bottom)); overflow-y: auto; border-top: 1px solid var(--rule); background: var(--bg); }
.mobile-primary-link { display: block; padding: 13px 0; border-bottom: 1px solid var(--rule); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 85, "wght" 700; font-size: 16px; letter-spacing: .06em; text-transform: uppercase; }
.mobile-nav-label { display: block; padding: 14px 0 5px; color: var(--blue); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.mobile-service-link { display: block; padding: 9px 0 9px 16px; color: var(--text-2); font-size: 15px; font-weight: 500; }
.mobile-primary-link[aria-current="page"], .mobile-service-link[aria-current="page"] { color: var(--blue); }
.mobile-theme-toggle { display: flex; align-items: center; gap: 12px; width: 100%; padding: 13px 0; border-bottom: 1px solid var(--rule); background: none; color: var(--text-2); font-size: 15px; font-weight: 500; text-align: left; }
.mobile-theme-toggle .theme-icon { width: 17px; height: 17px; }
.mobile-call { display: block; margin-top: 12px; padding: 14px; background: var(--blue); color: #fff; font-family: Archivo, sans-serif; font-variation-settings: "wdth" 85, "wght" 700; font-size: 14px; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.service-rail { display: flex; justify-content: center; max-width: 100%; padding-inline: var(--gutter); overflow-x: auto; border-top: 1px solid var(--rule); scrollbar-width: none; }
.service-rail::-webkit-scrollbar { display: none; }
.service-rail a { flex: none; padding: 9px 18px; color: var(--text-3); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 650; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.service-rail a:hover, .service-rail a[aria-current="page"] { color: var(--blue); }

@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes rise { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: none; } }
@keyframes herofade { from { opacity: 0; } to { opacity: var(--hero-op); } }
@keyframes ld-blue { 0% { transform: translate(-50%, -50%) scale(0); } 22% { transform: translate(-50%, -50%) scale(1); } 74% { transform: translate(-50%, -50%) scale(1); } 92%, 100% { transform: translate(-50%, -50%) scale(0); } }
@keyframes ld-white { 0% { transform: translate(-50%, -50%) scale(0); } 4% { transform: translate(-50%, -50%) scale(0); } 26% { transform: translate(-50%, -50%) scale(1); } 72% { transform: translate(-50%, -50%) scale(1); } 90%, 100% { transform: translate(-50%, -50%) scale(0); } }
@keyframes ld-mark { 0%, 16% { transform: scale(2.6) rotate(-10deg); opacity: 0; } 22% { opacity: 1; } 34% { transform: scale(1) rotate(0deg); } 70% { transform: scale(1); opacity: 1; } 84%, 100% { transform: scale(.4); opacity: 0; } }
@keyframes ld-word { 0%, 24% { transform: translateY(60px); opacity: 0; } 40% { transform: translateY(0); opacity: 1; } 70% { opacity: 1; } 82%, 100% { opacity: 0; } }
@keyframes ld-fade { 0%, 92% { opacity: 1; } 100% { opacity: 0; } }

.brand-loader { position: fixed; z-index: 200; inset: 0; overflow: hidden; background: var(--bg); animation: ld-fade 2.5s linear both; pointer-events: none; }
.brand-loader-blue, .brand-loader-white { position: absolute; top: 50%; left: 50%; width: 250vmax; height: 250vmax; border-radius: 50%; }
.brand-loader-blue { background: var(--blue); animation: ld-blue 2.5s cubic-bezier(.77, 0, .18, 1) both; }
.brand-loader-white { background: #fff; animation: ld-white 2.5s cubic-bezier(.77, 0, .18, 1) both; }
.brand-loader-art { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 32px; }
.brand-loader-mark { width: min(30vmin, 320px); animation: ld-mark 2.5s cubic-bezier(.34, 1.4, .44, 1) both; }
.brand-loader-word { width: min(34vmin, 380px); animation: ld-word 2.5s cubic-bezier(.22, .61, .36, 1) both; }

.home-hero { position: relative; overflow: hidden; }
.home-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: var(--hero-op); animation: herofade 1.2s ease both; }
.home-hero-shade { position: absolute; inset: 0; background: var(--hero-grad); }
.home-hero-wm { position: absolute; top: 50%; right: -6%; width: auto; max-width: none; height: 88%; transform: translateY(-54%); pointer-events: none; }
.home-hero-wm-k { opacity: var(--wm-k); }
.home-hero-wm-b { opacity: var(--wm-b); filter: brightness(0); }
.home-hero-inner { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; min-height: calc(96vh - 132px); padding-top: clamp(40px, 6vw, 84px); text-align: center; }
.home-hero-title { margin: 0; font-family: Archivo, sans-serif; font-size: clamp(44px, 7vw, 100px); font-variation-settings: "wdth" 65, "wght" 900; letter-spacing: -.02em; line-height: .88; text-transform: uppercase; animation: rise .8s .15s cubic-bezier(.22, .61, .36, 1) both; }
.home-hero-title span { display: block; }
.home-hero-title em { font-style: normal; }
.home-hero-title .stroke { color: transparent; -webkit-text-stroke: 2px var(--blue); }
.home-hero-title .fill, .home-hero-title em.fill { color: var(--blue); }
.home-hero-row { display: flex; flex-direction: column; align-items: center; gap: 28px; margin-top: 36px; animation: rise .8s .28s cubic-bezier(.22, .61, .36, 1) both; }
.home-hero-sub { max-width: 42ch; margin: 0; color: var(--text); font-size: 18px; font-weight: 500; line-height: 1.6; text-shadow: 0 1px 16px var(--bg); }
.home-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn-blue, .btn-ghost, .btn-ink, .btn-white { display: inline-flex; align-items: center; gap: 12px; padding: 18px 32px; font-family: Archivo, sans-serif; font-size: 14px; font-variation-settings: "wdth" 85, "wght" 700; letter-spacing: .06em; text-transform: uppercase; transition: background 250ms ease, border-color 250ms ease, transform 250ms ease; }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-dark); color: #fff; transform: translateY(-2px); }
.btn-ghost { border: 1px solid var(--rule); background: var(--nav); color: var(--text); }
.btn-ghost:hover { border-color: var(--text); color: var(--text); }
.btn-ink { padding: 20px 40px; background: var(--btn2); color: #fff; }
.btn-ink:hover { color: #fff; transform: translateY(-2px); }
.btn-white { padding: 20px 40px; background: #fff; color: var(--blue-ink); }
.btn-white:hover { background: #f1efe9; color: var(--blue-ink); }
.btn-icon { width: 16px; height: 16px; fill: none; stroke: currentcolor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.home-stats { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; margin-top: clamp(32px, 5vw, 56px); border-top: 1px solid var(--rule); animation: rise .8s .4s cubic-bezier(.22, .61, .36, 1) both; }
.home-stat { flex: 1 1 200px; padding: 26px 32px 30px; border-left: 1px solid var(--rule); text-align: center; }
.home-stat:first-child { border-left: 0; }
.home-stat-value { display: flex; align-items: baseline; justify-content: center; gap: 8px; font-family: Archivo, sans-serif; font-variation-settings: "wdth" 68, "wght" 900; letter-spacing: -.01em; }
.home-stat-value b { font-size: clamp(48px, 4.6vw, 72px); font-weight: inherit; line-height: .9; }
.home-stat-value i { color: var(--blue); font-size: clamp(28px, 2.4vw, 38px); font-style: normal; }
.home-stat-blue b { color: var(--blue); }
.home-stat-roc { color: var(--blue); font-size: clamp(28px, 2.2vw, 34px); font-style: normal; }
.home-stat-label { display: block; margin-top: 14px; color: var(--text); font-family: Archivo, sans-serif; font-size: 13px; font-variation-settings: "wdth" 88, "wght" 700; letter-spacing: .12em; text-transform: uppercase; }

.client-marquee { position: relative; z-index: 2; overflow: hidden; padding: 18px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--bg); }
.marquee-track { display: flex; width: max-content; animation: marquee 28s linear infinite; }
.marquee-group { display: flex; align-items: baseline; gap: 48px; padding-right: 48px; }
.marquee-label { color: var(--text-2); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 650; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.marquee-name { font-family: Archivo, sans-serif; font-size: 28px; font-variation-settings: "wdth" 78, "wght" 850; text-transform: uppercase; white-space: nowrap; }
.marquee-star { color: var(--blue); font-size: 18px; }

.section-head { display: flex; align-items: baseline; gap: 24px; }
.section-title { margin: 0; font-family: Archivo, sans-serif; font-size: clamp(38px, 4.6vw, 68px); font-variation-settings: "wdth" 70, "wght" 900; letter-spacing: -.015em; line-height: .9; text-transform: uppercase; }
.section-title .dim { color: var(--text-3); }
.section-label { color: var(--text-2); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.section-head-split { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 32px; }
.section-side { max-width: 36ch; margin: 0; color: var(--text-2); font-size: 16px; line-height: 1.6; }

.home-services-band { position: relative; padding: clamp(64px, 10vw, 120px) 0; }
.home-services { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); align-items: start; gap: clamp(32px, 5vw, 64px); margin-top: 64px; }
.svc-row { display: flex; align-items: center; gap: 28px; padding: 22px 0; border-top: 1px solid var(--rule); color: var(--text-2); transition: color 300ms ease, padding-left 350ms ease; }
.svc-row:hover, .svc-row:focus-visible { padding-left: 20px; color: var(--text); }
.svc-list { border-bottom: 1px solid var(--rule); }
.svc-icon { width: 40px; height: 40px; flex: none; fill: none; stroke: var(--blue); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.svc-name { display: block; font-family: Archivo, sans-serif; font-size: clamp(26px, 2.6vw, 40px); font-variation-settings: "wdth" 70, "wght" 850; letter-spacing: -.01em; line-height: .95; text-transform: uppercase; }
.svc-desc { display: block; max-width: 52ch; margin-top: 6px; color: var(--text-2); font-size: 15px; font-weight: 500; line-height: 1.5; }
.svc-peek { position: sticky; top: 116px; }
.svc-peek-frame { position: relative; overflow: hidden; border: 1px solid var(--rule); }
.svc-peek-frame img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; transition: opacity 300ms ease; }
.svc-peek-caption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: baseline; gap: 14px; padding: 56px 20px 16px; background: linear-gradient(180deg, transparent, rgb(10 12 16 / 90%)); color: #f2f1ec; }
.svc-peek-name { font-family: Archivo, sans-serif; font-size: 20px; font-variation-settings: "wdth" 82, "wght" 750; letter-spacing: .02em; text-transform: uppercase; }

.home-proof { padding: clamp(64px, 10vw, 120px) 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: var(--bg-2); }
.quote-layout { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); align-items: stretch; gap: clamp(32px, 5vw, 72px); margin-top: 56px; }
.quote-media { position: relative; overflow: hidden; min-height: 420px; border: 1px solid var(--rule); }
.quote-photo { position: absolute; inset: 0; margin: 0; opacity: 0; transition: opacity 350ms ease; }
.quote-photo.is-active { opacity: 1; }
.quote-photo img { width: 100%; height: 100%; object-fit: cover; }
.quote-where { position: absolute; right: 0; bottom: 0; left: 0; padding: 64px 24px 20px; background: linear-gradient(180deg, transparent, rgb(10 12 16 / 92%)); color: var(--blue); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.quote-body { display: flex; flex-direction: column; justify-content: center; }
.quote-slide { display: none; }
.quote-slide.is-active { display: block; }
.quote-name { margin: 0; font-family: Archivo, sans-serif; font-size: clamp(40px, 4.4vw, 72px); font-variation-settings: "wdth" 68, "wght" 900; letter-spacing: -.015em; line-height: .9; text-transform: uppercase; }
.quote-text { max-width: 56ch; margin: 28px 0 0; color: var(--text); font-size: 20px; line-height: 1.6; }
.quote-cite { margin: 22px 0 0; color: var(--text); font-family: Archivo, sans-serif; font-size: 14px; font-variation-settings: "wdth" 88, "wght" 700; letter-spacing: .08em; text-transform: uppercase; }
.quote-controls { display: flex; align-items: center; gap: 20px; margin-top: 44px; }
.quote-arrow { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--rule); background: transparent; }
.quote-arrow:hover { border-color: var(--blue); color: var(--blue); }
.quote-arrow-icon { width: 18px; height: 18px; fill: none; stroke: currentcolor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.quote-arrow-prev .quote-arrow-icon { transform: rotate(180deg); }

.home-work { padding: clamp(64px, 10vw, 120px) 0; }
.work-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(130px, 20vw, 190px); gap: 20px; margin-top: 64px; }
.work-fig { position: relative; overflow: hidden; grid-column: span 5; margin: 0; }
.work-fig-main { grid-column: span 7; grid-row: span 2; }
.work-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms ease; }
.work-fig:hover img { transform: scale(1.04); }
.work-caption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: baseline; gap: 16px; padding: 48px 20px 16px; background: linear-gradient(180deg, transparent, rgb(10 12 16 / 88%)); color: #f2f1ec; }
.work-label { font-family: Archivo, sans-serif; font-size: 19px; font-variation-settings: "wdth" 82, "wght" 750; letter-spacing: .02em; text-transform: uppercase; }
.work-place { margin-left: auto; color: #e4e6ea; font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 650; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.before-after { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); align-items: end; gap: 20px; margin-top: 96px; }
.ba-eyebrow { margin: 0; color: var(--blue); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.ba-title { margin: 16px 0 0; font-family: Archivo, sans-serif; font-size: clamp(30px, 2.8vw, 44px); font-variation-settings: "wdth" 72, "wght" 850; line-height: .94; text-transform: uppercase; }
.ba-desc { max-width: 40ch; margin: 18px 0 0; color: var(--text-2); font-size: 16px; line-height: 1.6; }
.ba-pair { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 2px; border: 1px solid var(--rule); background: var(--rule); }
.ba-fig { position: relative; overflow: hidden; margin: 0; }
.ba-fig img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.ba-tag { position: absolute; z-index: 2; top: 14px; padding: 7px 12px; font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.ba-tag-before { left: 14px; background: #0a0c10; color: #f2f1ec; }
.ba-tag-after { right: 14px; background: var(--blue); color: #fff; }

.home-process { padding: clamp(64px, 10vw, 120px) 0; border-top: 1px solid var(--rule); background: var(--bg-2); }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 2px; margin-top: 64px; border: 1px solid var(--rule); background: var(--rule); }
.process-step { padding: 36px 30px 44px; background: var(--bg-2); }
.process-num { display: block; color: transparent; font-family: Archivo, sans-serif; font-size: clamp(64px, 6.4vw, 108px); font-variation-settings: "wdth" 65, "wght" 900; line-height: .85; -webkit-text-stroke: 1.5px var(--blue); }
.process-title { display: block; margin-top: 26px; font-family: Archivo, sans-serif; font-size: 19px; font-variation-settings: "wdth" 85, "wght" 700; letter-spacing: .02em; text-transform: uppercase; }
.process-desc { margin: 12px 0 0; color: var(--text-2); font-size: 16px; line-height: 1.6; }

.home-offer { position: relative; overflow: hidden; padding: clamp(72px, 11vw, 130px) 0; background: var(--blue); color: #fff; }
.home-offer-wm { position: absolute; top: 50%; left: 50%; width: auto; max-width: none; height: 560px; transform: translate(-50%, -50%); opacity: .1; pointer-events: none; }
.home-offer-inner { position: relative; text-align: center; }
.home-offer-title { margin: 0; font-family: Archivo, sans-serif; font-size: clamp(52px, 8vw, 132px); font-variation-settings: "wdth" 66, "wght" 900; letter-spacing: -.02em; line-height: .88; text-transform: uppercase; }
.home-offer-ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 56px; }

.page-placeholder { display: grid; min-height: clamp(360px, 58vh, 720px); place-items: center; border-bottom: 1px solid var(--rule); background: var(--bg); }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.page-placeholder h1 { max-width: 12ch; margin: 0; font-family: Archivo, sans-serif; font-size: clamp(52px, 8vw, 112px); font-variation-settings: "wdth" 65, "wght" 900; letter-spacing: -.025em; line-height: .88; text-transform: uppercase; }

.site-footer { padding: 72px 0 40px; border-top: 1px solid rgb(255 255 255 / 14%); background: #0a0c10; color: #f2f1ec; }
.footer-layout { display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; }
.footer-brand { max-width: 420px; }
.footer-logo .brand-icon, .footer-logo .brand-icon img { width: 38px; height: auto; }
.footer-logo .brand-wordmark { width: 178px; }
.footer-cities { margin: 20px 0 0; color: #9298a3; font-size: 13px; letter-spacing: .02em; line-height: 2; }
.footer-cities a { color: inherit; }
.footer-cities a:hover { color: var(--blue); }
.footer-links { display: flex; flex-wrap: wrap; gap: clamp(36px, 5vw, 80px); }
.footer-column { display: flex; flex-direction: column; gap: 2px; }
.footer-column h2 { margin: 0 0 14px; color: var(--blue); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column a, .footer-request { padding: 5px 0; background: none; color: #a6abb4; font-size: 14px; text-align: left; }
.footer-column a:hover, .footer-request:hover { color: var(--blue); }
.footer-column .footer-phone { padding: 4px 0; color: #f2f1ec; font-family: Archivo, sans-serif; font-size: 28px; font-variation-settings: "wdth" 78, "wght" 850; line-height: 1.2; }
.footer-request { margin-top: 7px; font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgb(255 255 255 / 8%); color: #9298a3; font-size: 13px; letter-spacing: .02em; }

.lead-dialog { width: min(100%, 560px); max-width: none; height: 100dvh; max-height: none; margin: 0 0 0 auto; padding: 0; overflow-y: auto; border: 0; border-left: 1px solid var(--rule); background: var(--bg); color: var(--text); box-shadow: -32px 0 64px -16px rgb(0 0 0 / 60%); }
.lead-dialog::backdrop { background: rgb(10 12 16 / 72%); backdrop-filter: blur(4px); }
.lead-dialog[open] { animation: dialog-in 240ms cubic-bezier(.22, .61, .36, 1) both; }
@keyframes dialog-in { from { opacity: 0; transform: translateX(30px); } }
.lead-dialog-bar { padding: 24px clamp(22px, 6vw, 40px); background: #0a0c10; color: #f2f1ec; }
.lead-dialog-brand { display: flex; align-items: center; gap: 12px; font-family: Archivo, sans-serif; font-size: 14px; font-variation-settings: "wdth" 85, "wght" 700; letter-spacing: .12em; text-transform: uppercase; }
.lead-dialog-brand img { width: 28px; height: 33px; object-fit: contain; }
.dialog-close { display: grid; width: 32px; height: 32px; margin-left: auto; place-items: center; border: 1px solid rgb(255 255 255 / 15%); background: transparent; color: #f2f1ec; }
.dialog-close svg { width: 14px; height: 14px; fill: none; stroke: currentcolor; stroke-width: 2.2; stroke-linecap: round; }
.dialog-close:hover { border-color: var(--blue); }
.lead-dialog-contact { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 16px; padding-top: 12px; border-top: 1px solid rgb(255 255 255 / 10%); color: #c6cad1; font-size: 14px; }
.lead-dialog-contact a { display: flex; align-items: center; gap: 8px; color: #c6cad1; }
.lead-dialog-contact a:hover { color: var(--blue); }
.lead-dialog-contact .need-icon { width: 16px; height: 16px; stroke: var(--blue); }
.lead-dialog-contact strong { color: #f2f1ec; font-family: Archivo, sans-serif; font-size: 16px; font-variation-settings: "wdth" 85, "wght" 700; }
.lead-progress { height: 3px; background: var(--rule); }
.lead-progress i { display: block; width: 0; height: 100%; background: var(--blue); transition: width 500ms ease; }
.lead-form { display: flex; flex: 1; flex-direction: column; }
.lead-panel { display: flex; flex: 1; flex-direction: column; padding: clamp(32px, 6vw, 44px) clamp(22px, 6vw, 40px) calc(32px + env(safe-area-inset-bottom)); }
.lead-panel[hidden] { display: none; }
.lead-heading { margin: 0; font-family: Archivo, sans-serif; font-size: clamp(26px, 6.4vw, 30px); font-variation-settings: "wdth" 72, "wght" 900; line-height: .96; text-transform: uppercase; }
.lead-sub { margin: 12px 0 0; color: var(--text-2); font-size: 16px; font-weight: 500; line-height: 1.55; }
.lead-sub a { color: var(--blue); }
.honeypot { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.need-grid { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; border: 0; }
.need-grid legend { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); }
.need-option { position: relative; display: flex; align-items: center; gap: 16px; min-height: 64px; padding: 15px 52px 15px 20px; border: 1px solid var(--rule); background: var(--bg-2); cursor: pointer; transition: border-color 250ms ease, transform 250ms ease; }
.need-option:hover { border-color: var(--blue); transform: translateX(4px); }
.need-icon { width: 24px; height: 24px; flex: none; fill: none; stroke: var(--blue); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.need-option::after { position: absolute; top: 50%; right: 20px; width: 18px; height: 18px; border: 2px solid var(--rule); border-radius: 50%; content: ""; transform: translateY(-50%); }
.need-option:has(input:checked) { border-color: var(--blue); background: rgb(72 159 211 / 10%); }
.need-option:has(input:checked)::after { border-color: var(--blue); background: var(--blue); }
.need-option:has(input:focus-visible) { outline: 3px solid var(--blue); outline-offset: 3px; }
.need-option input { position: absolute; opacity: 0; }
.need-option strong { display: block; font-family: Archivo, sans-serif; font-size: 14px; font-variation-settings: "wdth" 85, "wght" 700; letter-spacing: .04em; line-height: 1.25; text-transform: uppercase; }
.need-option small { display: block; margin-top: 3px; color: var(--text-2); font-size: 14px; }
.contact-fields { display: grid; gap: 22px; margin-top: 28px; }
.contact-fields label { color: var(--text-2); font-family: Archivo, sans-serif; font-size: 12px; font-variation-settings: "wdth" 88, "wght" 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-fields input { display: block; width: 100%; margin-top: 8px; padding: 15px; border: 1px solid var(--rule); border-radius: 0; background: var(--bg-2); color: var(--text); font-family: Inter, sans-serif; font-size: 16px; text-transform: none; }
.contact-fields input:focus { border-color: var(--blue); outline: none; }
.lead-actions { margin-top: auto; padding-top: 28px; }
.lead-submit { width: 100%; min-height: 52px; padding: 16px 24px; background: var(--blue); color: #fff; font-family: Archivo, sans-serif; font-size: 14px; font-variation-settings: "wdth" 85, "wght" 700; letter-spacing: .08em; text-transform: uppercase; }
.lead-submit:hover { background: var(--blue-dark); }
.lead-submit:disabled { cursor: not-allowed; opacity: .5; }
.lead-back { display: block; width: 100%; margin-top: 14px; background: none; color: var(--text-3); font-size: 13px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.lead-back:hover { color: var(--text); }
.lead-success { justify-content: center; text-align: center; }
.lead-success .lead-sub { margin-top: 12px; }
.lead-success-mark { display: grid; width: 64px; height: 64px; margin: 0 auto 24px; place-items: center; border-radius: 50%; background: var(--blue); }
.lead-success-mark svg { width: 24px; height: 24px; fill: none; stroke: #fff; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.form-fallback, .form-status { color: var(--text-2); font-size: 13px; line-height: 1.5; }
.form-fallback { margin: 14px 0 0; text-align: center; }
.form-fallback a { color: var(--blue); font-weight: 700; }
.form-status { min-height: 1.5em; margin: 12px 0 0; }
.form-status[data-tone="error"] { color: #e2685d; }

@media (min-width: 860px) and (max-width: 1099px) {
  .brand-wordmark { display: none; }
  .desktop-nav { gap: 14px; }
  .nav-link { font-size: 12px; }
}

@media (max-width: 859px) {
  .header-main { min-height: 64px; gap: 14px; }
  .desktop-nav { display: none; }
  .service-rail { display: none; }
  .theme-button { display: none; }
  .brand-wordmark { width: 118px; }
  .header-call { order: 1; align-self: center; margin-left: auto; min-height: 44px; padding: 10px 16px; }
  .header-call span { display: none; }
  .header-call strong { font-size: 15px; }
  .menu-button { display: grid; order: 2; width: 44px; height: 44px; }
  .footer-layout { display: grid; }
  .footer-brand { max-width: 620px; }
  .footer-links { justify-content: space-between; }
}

@media (min-width: 768px) {
  .home-hero-title span { white-space: nowrap; }
}

@media (max-width: 767px) {
  .home-hero-title { font-size: clamp(2.55rem, 12.5vw, 3.6rem); overflow-wrap: anywhere; }
  .home-hero-wm { height: 58%; right: -22%; }
  .home-offer-wm { height: 380px; }
  .home-hero-inner { min-height: calc(88vh - 148px); }
  .home-stat { flex: 1 1 100%; padding: 20px 0 22px; border-left: 0; border-top: 1px solid var(--rule); }
  .home-stats { border-top: 0; }
  .marquee-name { font-size: 22px; }
  .svc-peek { position: static; }
  .svc-row { gap: 18px; }
  .svc-icon { width: 32px; height: 32px; }
  .quote-media { min-height: 300px; }
  .work-grid { grid-template-columns: 1fr; grid-auto-rows: clamp(220px, 62vw, 320px); }
  .work-fig, .work-fig-main { grid-column: auto; grid-row: auto; }
  .before-after { margin-top: 64px; }
  .home-offer-title { font-size: clamp(2.2rem, 11vw, 3.25rem); }
  .home-offer-ctas { flex-direction: column; align-items: stretch; }
  .home-offer-ctas a { justify-content: center; }
}

@media (max-width: 520px) {
  .header-main { gap: 10px; }
  .brand-icon { width: 28px; }
  .brand-icon img { width: 28px; height: 33px; }
  .header-call { padding: 10px 12px; }
  .header-call strong { font-size: 14px; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-column .footer-phone { font-size: 25px; }
  .lead-dialog { width: 100%; border-left: 0; }
}

@media (max-width: 379px) {
  .brand-wordmark { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

/* ==========================================================================
   SERVICE FAMILY (svc2-) — service detail pages + services overview.
   Values translated from the design comps "Hydro Jetting.dc.html" and
   "Services.dc.html" (design-v2-2026-08-27). Prefixed svc2- to avoid
   collisions with the .svc-* homepage classes. Reuses shared .btn-*,
   .section-*, .wrap, .ba-tag-*, .process-* classes defined above.
   ========================================================================== */

.svc2-hero { position: relative; overflow: hidden; }
.svc2-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: var(--hero-op); animation: herofade 1.2s ease both; }
.svc2-hero-shade { position: absolute; inset: 0; background: var(--hero-grad); }
.svc2-hero-inner { position: relative; padding-top: clamp(56px, 9vw, 120px); padding-bottom: clamp(40px, 6vw, 72px); }
.svc2-eyebrow { margin: 0; color: var(--blue); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 14px; letter-spacing: .12em; text-shadow: 0 1px 12px var(--bg); text-transform: uppercase; animation: rise 800ms 50ms cubic-bezier(.22, .61, .36, 1) both; }
.svc2-hero-title { margin: 24px 0 0; font-family: Archivo, sans-serif; font-size: clamp(44px, 7vw, 100px); font-variation-settings: "wdth" 65, "wght" 900; letter-spacing: -.02em; line-height: .88; text-transform: uppercase; animation: rise 800ms 150ms cubic-bezier(.22, .61, .36, 1) both; }
.svc2-hero-title span { display: block; }
.svc2-accent { color: var(--blue); font-style: normal; }
.svc2-hero-row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 24px 48px; margin-top: 36px; animation: rise 800ms 280ms cubic-bezier(.22, .61, .36, 1) both; }
.svc2-hero-sub { max-width: 42ch; margin: 0; color: var(--text); font-size: 18px; font-weight: 500; line-height: 1.6; text-shadow: 0 1px 16px var(--bg); }
.svc2-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

.svc2-section { padding: clamp(64px, 10vw, 120px) 0; border-top: 1px solid var(--rule); }
.svc2-band { border-bottom: 1px solid var(--rule); background: var(--bg-2); }
.svc2-band .process-step { background: var(--bg-2); }
.svc2-lead { max-width: 64ch; margin: 36px 0 0; color: var(--text); font-size: 19px; font-weight: 500; line-height: 1.65; }

.svc2-shot-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(130px, 20vw, 200px); gap: 20px; margin-top: 56px; }
.svc2-shot { position: relative; overflow: hidden; grid-column: span 5; margin: 0; }
.svc2-shot-main { grid-column: span 7; grid-row: span 2; }
.svc2-shot-tall { grid-row: span 2; }
.svc2-shot-full { grid-column: span 12; grid-row: span 3; }
.svc2-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms ease; }
.svc2-shot:hover img { transform: scale(1.04); }
.svc2-shot-caption { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: baseline; gap: 16px; padding: 48px 20px 16px; background: linear-gradient(180deg, transparent, rgb(10 12 16 / 88%)); color: #f2f1ec; }
.svc2-shot-label { font-family: Archivo, sans-serif; font-size: 19px; font-variation-settings: "wdth" 82, "wght" 750; letter-spacing: .02em; text-transform: uppercase; }

.svc2-ba-group { margin-top: 64px; }
.svc2-ba-kind { margin: 0; color: var(--blue); font-family: Archivo, sans-serif; font-size: 14px; font-variation-settings: "wdth" 88, "wght" 700; letter-spacing: .12em; text-transform: uppercase; }
.svc2-ba-pair { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 2px; margin-top: 20px; border: 1px solid var(--rule); background: var(--rule); }
.svc2-ba-fig { position: relative; overflow: hidden; margin: 0; }
.svc2-ba-fig img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.svc2-ba-cap { position: absolute; right: 0; bottom: 0; left: 0; padding: 40px 16px 12px; background: linear-gradient(180deg, transparent, rgb(10 12 16 / 85%)); color: #e4e6ea; font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 650; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.svc2-why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 24px; margin-top: 56px; }
.svc2-why-card { padding: 40px 36px; border: 1px solid var(--rule); }
.svc2-why-title { display: block; font-family: Archivo, sans-serif; font-size: clamp(20px, 1.8vw, 24px); font-variation-settings: "wdth" 76, "wght" 850; letter-spacing: .01em; line-height: 1.05; text-transform: uppercase; }
.svc2-why-desc { margin: 16px 0 0; color: var(--text-2); font-size: 16px; line-height: 1.6; }

.svc2-vs-heading { max-width: 18ch; }
.svc2-vs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 24px; margin-top: 56px; }
.svc2-vs-card { padding: 44px 40px; border: 1px solid var(--rule); }
.svc2-vs-win { position: relative; border: 2px solid var(--blue); }
.svc2-vs-badge { position: absolute; top: -13px; left: 40px; padding: 5px 12px; background: var(--blue); color: #fff; font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.svc2-vs-icon { width: 48px; height: 48px; fill: none; stroke: var(--text-3); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.svc2-vs-icon-win { stroke: var(--blue); }
.svc2-vs-title { margin: 24px 0 0; font-family: Archivo, sans-serif; font-size: clamp(24px, 2.2vw, 30px); font-variation-settings: "wdth" 76, "wght" 850; text-transform: uppercase; }
.svc2-vs-card:not(.svc2-vs-win) .svc2-vs-title { color: var(--text-3); }
.svc2-vs-points { margin: 20px 0 0; padding-left: 20px; color: var(--text-2); font-size: 16px; line-height: 1.9; }
.svc2-vs-win .svc2-vs-points { color: var(--text); font-weight: 500; }

.svc2-steps-grid { margin-top: 64px; }

.svc2-offer { position: relative; overflow: hidden; padding: clamp(72px, 11vw, 130px) 0; background: var(--blue); color: #fff; }
.svc2-offer-wm { position: absolute; top: 50%; left: 50%; width: auto; max-width: none; height: 560px; transform: translate(-50%, -50%); opacity: .1; pointer-events: none; }
.svc2-offer-inner { position: relative; text-align: center; }
.svc2-offer-title { margin: 0; font-family: Archivo, sans-serif; font-size: clamp(48px, 7vw, 116px); font-variation-settings: "wdth" 66, "wght" 900; letter-spacing: -.02em; line-height: .88; text-transform: uppercase; }
.svc2-offer-ctas { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 56px; }

.svc2-index-hero { padding: clamp(56px, 8vw, 100px) 0 clamp(40px, 6vw, 72px); }
.svc2-index-sub { max-width: 58ch; margin: 32px 0 0; color: var(--text); font-size: 18px; font-weight: 500; line-height: 1.6; animation: rise 800ms 250ms cubic-bezier(.22, .61, .36, 1) both; }
.svc2-index-grid-band { padding: 0 0 clamp(64px, 10vw, 120px); }
.svc2-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 2px; border: 1px solid var(--rule); background: var(--rule); }
.svc2-card { display: grid; grid-template-columns: minmax(120px, 220px) 1fr; min-height: 180px; background: var(--bg); transition: background 250ms ease; }
.svc2-card:hover, .svc2-card:focus-visible { background: var(--bg-2); color: inherit; }
.svc2-card-media { position: relative; display: block; overflow: hidden; }
.svc2-card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.svc2-card-body { display: flex; flex-direction: column; justify-content: center; padding: 32px 36px; }
.svc2-card-head { display: flex; align-items: baseline; gap: 14px; }
.svc2-card-name { font-family: Archivo, sans-serif; font-size: clamp(20px, 1.8vw, 24px); font-variation-settings: "wdth" 76, "wght" 850; letter-spacing: .01em; line-height: 1.05; text-transform: uppercase; }
.svc2-card-desc { display: block; margin-top: 12px; color: var(--text-2); font-size: 15px; line-height: 1.55; }
.svc2-card-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; min-height: 24px; color: var(--blue); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.svc2-card-arrow { width: 14px; height: 14px; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media (min-width: 768px) {
  .svc2-hero-title span { white-space: nowrap; }
}

@media (max-width: 767px) {
  .svc2-hero-title { font-size: clamp(2.55rem, 12.5vw, 3.6rem); overflow-wrap: anywhere; }
  .svc2-offer-wm { height: 380px; }
  .svc2-shot-grid { grid-template-columns: 1fr; grid-auto-rows: clamp(220px, 62vw, 320px); margin-top: 40px; }
  .svc2-shot, .svc2-shot-main, .svc2-shot-tall, .svc2-shot-full { grid-column: auto; grid-row: auto; }
  .svc2-ba-group { margin-top: 48px; }
  .svc2-why-card { padding: 28px 24px; }
  .svc2-vs-card { padding: 36px 26px; }
  .svc2-vs-badge { left: 26px; }
  .svc2-offer-title { font-size: clamp(2.1rem, 10.5vw, 3.2rem); }
  .svc2-offer-ctas { flex-direction: column; align-items: stretch; }
  .svc2-offer-ctas a { justify-content: center; }
  .svc2-card { grid-template-columns: 1fr; }
  .svc2-card-media { min-height: 190px; }
  .svc2-card-body { padding: 22px 20px 26px; }
}

/* ==========================================================================
   AUDIENCE + CITY + CONTACT FAMILIES (pm-, gc-, city-, cpage-).
   Values translated from the design comps "Property Managers.dc.html",
   "General Contractors.dc.html", and "Scottsdale.dc.html"
   (design-v2-2026-08-27); the contact page has no comp and reuses the site
   design language plus the shared lead-form classes. Reuses shared .wrap,
   .btn-*, .section-*, .svc2-*, .process-*, .need-*, .contact-fields,
   .lead-submit, .form-status classes defined above.
   ========================================================================== */

/* --- Property managers (pm-) --- */
.pm-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 2px; margin-top: 64px; border: 1px solid var(--rule); background: var(--rule); }
.pm-card { padding: 36px 30px 44px; background: var(--bg); }
.pm-icon { width: 40px; height: 40px; fill: none; stroke: var(--blue); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.pm-card-title { display: block; margin-top: 22px; font-family: Archivo, sans-serif; font-size: 18px; font-variation-settings: "wdth" 85, "wght" 700; letter-spacing: .02em; line-height: 1.3; text-transform: uppercase; }
.pm-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: clamp(32px, 4vw, 48px); margin-top: 64px; }
.pm-stat { padding-top: 24px; border-top: 2px solid var(--text); }
.pm-stat-value { font-family: Archivo, sans-serif; font-size: clamp(56px, 5.4vw, 84px); font-variation-settings: "wdth" 68, "wght" 900; line-height: .9; }
.pm-stat-blue { color: var(--blue); }
.pm-stat-label { display: block; margin-top: 16px; font-family: Archivo, sans-serif; font-size: 14px; font-variation-settings: "wdth" 88, "wght" 700; letter-spacing: .12em; text-transform: uppercase; }
.pm-stat-desc { margin: 8px 0 0; color: var(--text-2); font-size: 16px; line-height: 1.6; }
.pm-comp { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); align-items: center; gap: clamp(32px, 5vw, 72px); }
.pm-comp-media { position: relative; overflow: hidden; min-height: 440px; border: 1px solid var(--rule); }
.pm-comp-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pm-comp-title { font-size: clamp(36px, 3.6vw, 56px); line-height: .92; }
.pm-checks { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 14px; margin-top: 44px; }
.pm-check { display: flex; align-items: center; gap: 14px; padding: 16px 20px; border: 1px solid var(--rule); }
.pm-check-icon { width: 20px; height: 20px; flex: none; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.pm-check-name { display: block; font-family: Archivo, sans-serif; font-size: 15px; font-variation-settings: "wdth" 88, "wght" 700; letter-spacing: .02em; }
.pm-check-when { display: block; margin-top: 2px; color: var(--text-3); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 650; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

/* --- General contractors (gc-) --- */
.gc-hero { padding: clamp(56px, 8vw, 100px) 0 clamp(48px, 6vw, 64px); }
.gc-hero-sub { max-width: 48ch; text-shadow: none; }
.gc-stats { display: flex; flex-wrap: wrap; margin-top: clamp(32px, 5vw, 64px); border-top: 1px solid var(--rule); animation: rise 800ms 400ms cubic-bezier(.22, .61, .36, 1) both; }
.gc-stat { flex: 1 1 160px; padding: 24px 32px 28px; border-left: 1px solid var(--rule); }
.gc-stat:first-child { padding-left: 0; border-left: 0; }
.gc-stat-value { font-family: Archivo, sans-serif; font-size: clamp(40px, 3.8vw, 60px); font-variation-settings: "wdth" 68, "wght" 900; line-height: .9; }
.gc-stat-blue { color: var(--blue); }
.gc-stat-label { margin-top: 12px; font-family: Archivo, sans-serif; font-size: 13px; font-variation-settings: "wdth" 88, "wght" 700; letter-spacing: .12em; text-transform: uppercase; }
/* 300px minimum keeps the auto-fit grid at 1-4 columns, all of which divide the
   12 project cards evenly — no orphan cells showing the rule background. */
.gc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 2px; margin-top: 64px; border: 1px solid var(--rule); background: var(--rule); }
.gc-proj { background: var(--bg); }
.gc-proj-media { position: relative; overflow: hidden; aspect-ratio: 16 / 9; }
.gc-proj-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms ease; }
.gc-proj:hover .gc-proj-media img { transform: scale(1.04); }
.gc-proj-tag { position: absolute; top: 14px; left: 14px; padding: 6px 12px; background: #0a0c10; color: #f2f1ec; font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.gc-proj-body { padding: 28px 28px 36px; }
.gc-proj-name { margin: 0; font-family: Archivo, sans-serif; font-size: 23px; font-variation-settings: "wdth" 78, "wght" 850; line-height: 1.05; text-transform: uppercase; }
.gc-proj-addr { margin: 8px 0 0; color: var(--text-3); font-size: 13px; letter-spacing: .01em; }
.gc-proj-rows { display: flex; flex-direction: column; gap: 6px; margin-top: 16px; }
.gc-proj-meta { color: var(--text-2); font-size: 14px; }
.gc-proj-meta b { margin-right: 8px; color: var(--text); font-family: Archivo, sans-serif; font-size: 11px; font-variation-settings: "wdth" 88, "wght" 700; letter-spacing: .1em; text-transform: uppercase; }
.gc-proj-scope { margin: 14px 0 0; color: var(--text-2); font-size: 15px; line-height: 1.55; }
.gc-offer-sub { max-width: 48ch; margin: 28px auto 0; font-size: 17px; font-weight: 500; line-height: 1.6; opacity: .92; }

/* --- City service-area pages (city-) --- */
.city-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 2px; margin-top: 64px; border: 1px solid var(--rule); background: var(--rule); }
.city-card { padding: 36px 30px 44px; background: var(--bg); }
.city-icon { width: 44px; height: 44px; fill: none; stroke: var(--blue); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.city-card-title { display: block; margin-top: 24px; font-family: Archivo, sans-serif; font-size: 19px; font-variation-settings: "wdth" 85, "wght" 700; letter-spacing: .02em; text-transform: uppercase; }
.city-card-desc { margin: 12px 0 0; color: var(--text-2); font-size: 16px; line-height: 1.6; }
.city-lead { max-width: 52ch; margin: 32px 0 0; color: var(--text-2); font-size: 17px; font-weight: 500; line-height: 1.6; }
.city-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.city-chip { display: inline-flex; align-items: center; min-height: 44px; padding: 11px 22px; border: 1px solid var(--rule); color: var(--text-2); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 650; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; transition: border-color 250ms ease, color 250ms ease; }
.city-chip:hover { border-color: var(--blue); color: var(--blue); }
.city-nearby { margin: 28px 0 0; color: var(--text-3); font-family: Archivo, sans-serif; font-variation-settings: "wdth" 88, "wght" 650; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; }
.city-nearby-label { margin-right: 14px; color: var(--blue); }
.city-nearby a { display: inline-block; padding: 13px 4px; color: var(--text-2); }
.city-nearby a:hover { color: var(--blue); }

/* --- Contact page (cpage-) --- */
.cpage-hero { padding: clamp(56px, 8vw, 100px) 0 clamp(40px, 6vw, 72px); }
.cpage-hero .svc2-hero-sub { text-shadow: none; }
.cpage-ways { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 2px; margin-top: 64px; border: 1px solid var(--rule); background: var(--rule); }
.cpage-way { display: flex; align-items: flex-start; gap: 18px; padding: 32px 28px 38px; background: var(--bg); color: inherit; transition: background 250ms ease; }
.cpage-way:hover, .cpage-way:focus-visible { background: var(--bg-2); color: inherit; }
.cpage-way-icon { width: 32px; height: 32px; flex: none; fill: none; stroke: var(--blue); stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.cpage-way-copy { min-width: 0; }
.cpage-way-desc { overflow-wrap: anywhere; }
.cpage-way-title { display: block; font-family: Archivo, sans-serif; font-size: 18px; font-variation-settings: "wdth" 85, "wght" 700; letter-spacing: .02em; line-height: 1.2; text-transform: uppercase; }
.cpage-way-desc { display: block; margin-top: 8px; color: var(--text-2); font-size: 15px; line-height: 1.55; }
.cpage-form-sub { margin: 32px 0 0; color: var(--text-2); font-size: 17px; font-weight: 500; }
.cpage-form { margin-top: 44px; }
.cpage-form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr)); align-items: start; gap: clamp(32px, 5vw, 72px); }
.cpage-need-grid { margin: 0; }
.cpage-form .need-option { background: var(--bg); }
.cpage-form .need-option:has(input:checked) { background: rgb(72 159 211 / 10%); }
.cpage-fields .contact-fields { margin-top: 0; }
.cpage-fields .contact-fields input { background: var(--bg); }
.cpage-submit { margin-top: 28px; }
.cpage-success { max-width: 52ch; margin-top: 44px; }
.cpage-success:focus { outline: none; }
.cpage-success-title { margin: 24px 0 0; font-family: Archivo, sans-serif; font-size: clamp(26px, 3vw, 34px); font-variation-settings: "wdth" 72, "wght" 900; line-height: .96; text-transform: uppercase; }
.cpage-success-sub { margin: 12px 0 0; color: var(--text-2); font-size: 16px; font-weight: 500; line-height: 1.55; }
.cpage-success-sub a { color: var(--blue); }
.cpage-success .lead-success-mark { margin: 0 0 4px; }

@media (max-width: 767px) {
  .pm-comp-media { min-height: 280px; }
  .pm-stats { gap: 24px; margin-top: 48px; }
  .pm-grid, .gc-grid, .city-grid, .cpage-ways { margin-top: 48px; }
  .gc-stat { flex: 1 1 100%; padding: 20px 0 22px; border-top: 1px solid var(--rule); border-left: 0; }
  .gc-stats { border-top: 0; }
  .gc-proj-body { padding: 22px 20px 28px; }
  .cpage-way { padding: 24px 20px 30px; }
}
