
  /* ============ Fonts ============ */
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-var.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Source Sans 3';
    src: url('../fonts/source-sans-3-var.woff2') format('woff2');
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
  }

  /* ============ Tokens ============ */
  :root {
    --ink: #333333;
    --ink-deep: #24262b;
    --ink-panel: #3d4149;
    --paper: #ffffff;
    --mist: #f3f5f9;
    --line: #e4e8ef;
    --muted: #5b6472;
    --muted-on-dark: #b4bcc7;
    --gold: #fbc64d;
    --gold-deep: #eeb02f;
    --blue: #258bfa;
    --blue-deep: #1a75d8;
    --display: 'Montserrat', 'Avenir Next', Futura, 'Trebuchet MS', sans-serif;
    --body: 'Source Sans 3', -apple-system, 'Segoe UI', 'Helvetica Neue', sans-serif;
    --shadow-card: 0 1px 2px rgba(36,38,43,.05), 0 14px 34px -14px rgba(36,38,43,.16);
    --shadow-pop: 0 2px 8px rgba(36,38,43,.09), 0 30px 60px -20px rgba(36,38,43,.32);
    --radius: 14px;
    --ease: cubic-bezier(.22,.61,.36,1);
    /* Photography */
    --ph-scrub: url('/assets/img/hero-scrubber.jpg');
    --ph-lift: url('/assets/img/project-target-fdc.jpg');
    --ph-dusk: url('/assets/img/hero-dusk.jpg');
    --ph-scaffold: url('/assets/img/hero-scaffold.jpg');
    --ph-plaza: url('/assets/img/hero-plaza.jpg');
    --ph-cc: url('/assets/img/svc-construction-cleanup.jpg');
    --ph-jan: url('/assets/img/svc-janitorial.jpg');
    --ph-tsp: url('/assets/img/svc-surface-protection.jpg');
    --ph-pw: url('/assets/img/svc-pressure-washing.jpg');
    --ph-team: url('/assets/img/crew-at-work.jpg');
    --ph-g1: url('/assets/img/gallery-multifamily-exterior.jpg');
    --ph-g2: url('/assets/img/gallery-ride-on-scrubber.jpg');
    --ph-g3: url('/assets/img/gallery-office-glass.jpg');
    --ph-g4: url('/assets/img/gallery-corridor-protection.jpg');
    --ph-g5: url('/assets/img/gallery-stairwell-glass.jpg');
    --ph-g6: url('/assets/img/gallery-sidewalk-wash.jpg');
    --ph-ba-before: url('/assets/img/before-storage-washdown.jpg');
    --ph-ba-after: url('/assets/img/after-storage-washdown.jpg');
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    margin: 0;
    font-family: var(--body);
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--ink);
    background: var(--paper);
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3 { font-family: var(--display); line-height: 1.08; margin: 0; text-wrap: balance; letter-spacing: -0.02em; }
  p { margin: 0; }
  a { color: var(--blue); text-decoration: none; }
  a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 2px;
    border-radius: 4px;
  }
  img { max-width: 100%; display: block; }
  section { scroll-margin-top: 90px; }
  /* No sideways scroll on phones (clip, not hidden — keeps the sticky header working) */
  html, body { overflow-x: clip; }

  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

  .eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--body); font-weight: 700; font-size: .8rem;
    letter-spacing: .2em; text-transform: uppercase;
  }
  .eyebrow .mark { width: 15px; height: 15.5px; flex: none; }

  /* ============ Top bar ============ */
  .topbar { background: var(--ink-deep); color: var(--muted-on-dark); font-size: .84rem; position: relative; z-index: 70; }
  .topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; padding-top: 7px; padding-bottom: 7px; }
  .topbar strong { color: #fff; font-weight: 600; }
  .topbar a { color: #fff; font-weight: 600; }
  .topbar a:hover { color: var(--gold); }
  .topbar .right { display: flex; gap: 22px; white-space: nowrap; }
  .topbar .cred { letter-spacing: .05em; }

  /* ============ Header / nav ============ */
  header.site {
    position: sticky; top: 0; z-index: 60;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
    transition: box-shadow .25s ease;
  }
  header.site.scrolled { box-shadow: 0 8px 30px -14px rgba(36,38,43,.28); }
  .nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 80px; }
  .lockup { display: inline-flex; align-items: center; gap: 13px; }
  .lockup .sym { width: 42px; height: 43.3px; }
  .lockup .word { display: flex; flex-direction: column; gap: 2px; }
  .lockup .word svg { width: 112px; height: auto; }
  .lockup .tag {
    display: flex; align-items: center;
    font-size: .56rem; font-weight: 700; letter-spacing: .46em; text-transform: uppercase; color: var(--muted);
  }
  /* Centered between side rules, like the brand lockup; ::after offsets the trailing tracking space */
  .lockup .tag::before, .lockup .tag::after { content: ''; height: 1px; background: currentColor; opacity: .5; flex: 1; }
  .lockup .tag::before { margin-right: 8px; }
  .lockup .tag::after { margin-left: calc(8px - .46em); }
  .nav ul { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
  .nav ul a { color: var(--ink); font-weight: 600; font-size: .98rem; position: relative; padding: 6px 0; }
  .nav ul a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--blue); transition: right .25s var(--ease); }
  .nav ul a:hover::after { right: 0; }
  .nav .actions { display: flex; align-items: center; gap: 16px; }
  .nav .phone { font-family: var(--display); font-weight: 700; font-size: .95rem; color: var(--ink); white-space: nowrap; }
  .nav .phone:hover { color: var(--blue); }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: var(--body); font-weight: 700; font-size: 1.02rem;
    padding: 15px 30px; border-radius: 10px; border: 0; cursor: pointer;
    transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease);
    white-space: nowrap;
  }
  .btn-gold { background: var(--gold); color: var(--ink); box-shadow: 0 10px 26px -10px rgba(238,176,47,.65); }
  .btn-gold:hover { background: var(--gold-deep); transform: translateY(-2px); }
  .btn-ghost { background: rgba(255,255,255,.04); color: #fff; border: 2px solid rgba(255,255,255,.5); backdrop-filter: blur(3px); }
  .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.1); transform: translateY(-2px); }
  .btn-white { background: #fff; color: var(--ink); box-shadow: 0 12px 28px -12px rgba(15,35,64,.5); }
  .btn-white:hover { transform: translateY(-2px); }
  .btn.sm { padding: 11px 22px; font-size: .93rem; }

  .menu-btn { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
  .menu-btn span { display: block; width: 24px; height: 2.5px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
  .menu-btn[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .menu-btn[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-btn[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .mobile-menu { display: none; border-top: 1px solid var(--line); background: #fff; }
  .mobile-menu.open { display: block; }
  .mobile-menu a { display: block; padding: 15px 28px; color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--line); }
  .mobile-menu .cta-row { padding: 18px 28px 22px; }
  .mobile-menu a.wo-m { font-weight: 800; background: #fff7e2; border-left: 4px solid #fbc64d; padding-left: 24px; }
  /* Compact header on small phones so logo + CTA + burger fit without overflowing */
  @media (max-width: 440px) {
    header.site .wrap { padding: 0 18px; }
    .nav { gap: 12px; }
    .lockup { gap: 10px; }
    .lockup .sym { width: 34px; height: 35px; }
    .lockup .word svg { width: 92px; }
    .nav .actions { gap: 10px; }
    .btn.sm { padding: 11px 16px; font-size: .88rem; }
  }

  /* ============ Hero ============ */
  .hero {
    position: relative; color: #fff; overflow: hidden;
    background: var(--ink-deep);
    min-height: clamp(620px, 94svh, 940px);
    display: flex; align-items: center;
  }
  .hero .slide {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    opacity: 0; transition: opacity 1.8s ease;
    will-change: opacity, transform;
  }
  .hero .slide.on { opacity: 1; animation: kenburns 9s var(--ease) forwards; }
  @keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.11); } }
  .hero .s1 { background-image: var(--ph-dusk); background-position: center 65%; }
  .hero .s2 { background-image: var(--ph-scaffold); background-position: 65% center; }
  .hero .s3 { background-image: var(--ph-plaza); background-position: 70% 30%; }
  .hero .s4 { background-image: var(--ph-scrub); background-position: 70% center; }
  .hero .scrim {
    position: absolute; inset: 0; z-index: 2;
    background: linear-gradient(97deg, rgba(30,32,37,.96) 0%, rgba(30,32,37,.87) 34%, rgba(30,32,37,.52) 64%, rgba(30,32,37,.22) 100%);
  }
  .hero .wrap { position: relative; z-index: 3; padding-top: 60px; padding-bottom: 170px; width: 100%; }
  .hero .eyebrow { color: var(--gold); }
  .hero h1 {
    font-size: clamp(2.9rem, 6.6vw, 5rem);
    font-weight: 800; color: #fff; max-width: 12ch;
    margin: 24px 0 22px; letter-spacing: -0.028em;
  }
  .hero h1 em { font-style: normal; color: var(--gold); }
  .hero .lede { font-size: clamp(1.1rem, 1.5vw, 1.26rem); line-height: 1.6; color: #e9ecf0; max-width: 56ch; margin-bottom: 38px; }
  .hero .cta-row { display: flex; flex-wrap: wrap; gap: 15px; margin-bottom: 44px; }
  .hero .chips { display: flex; flex-wrap: wrap; gap: 10px; }
  .chip {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .85rem; font-weight: 600; letter-spacing: .02em; color: #f2f4f6;
    background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22);
    padding: 8px 15px; border-radius: 999px; backdrop-filter: blur(3px);
  }
  .chip svg { width: 12px; height: 12.4px; }
  .hero .slide-cap {
    position: absolute; z-index: 3; right: 34px; bottom: 120px;
    font-size: .8rem; font-weight: 600; letter-spacing: .06em; color: rgba(255,255,255,.85);
    background: rgba(24,26,30,.5); border: 1px solid rgba(255,255,255,.18);
    padding: 7px 14px; border-radius: 999px; backdrop-filter: blur(4px);
    transition: opacity .6s ease;
  }
  /* Load-in sequence */
  .rise { opacity: 0; transform: translateY(22px); animation: rise .9s var(--ease) forwards; }
  .rise.r2 { animation-delay: .12s; } .rise.r3 { animation-delay: .24s; } .rise.r4 { animation-delay: .36s; }
  @keyframes rise { to { opacity: 1; transform: none; } }

  /* Stat bar */
  .statbar { position: relative; z-index: 5; margin-top: -92px; }
  .statbar .card {
    background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-pop);
    display: grid; grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--line); overflow: hidden;
  }
  .stat { padding: 34px 34px 30px; border-left: 1px solid var(--line); }
  .stat:first-child { border-left: 0; }
  .stat .num { font-family: var(--display); font-weight: 800; font-size: 2.15rem; letter-spacing: -0.02em; color: var(--ink); font-variant-numeric: tabular-nums; line-height: 1; }
  .stat .num .accent { color: var(--blue); }
  .stat .lbl { font-size: .9rem; color: var(--muted); margin-top: 9px; line-height: 1.45; }

  /* GC trust strip */
  .gc-strip { padding: 64px 0 8px; text-align: center; }
  .gc-strip .lbl {
    font-size: .78rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
    color: var(--muted); display: block; margin-bottom: 26px;
  }
  /* Continuously scrolling ribbon; two identical .names copies make the loop seamless */
  .gc-strip .marquee {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
  }
  .gc-strip .track { display: flex; width: max-content; animation: gc-scroll 45s linear infinite; }
  .gc-strip .marquee:hover .track { animation-play-state: paused; }
  @keyframes gc-scroll { to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) {
    .gc-strip .track { animation: none; width: auto; flex-wrap: wrap; justify-content: center; }
    .gc-strip .names[aria-hidden="true"] { display: none; }
    .gc-strip .names { flex-wrap: wrap; justify-content: center; }
    .gc-strip .marquee { -webkit-mask-image: none; mask-image: none; }
  }
  .gc-strip .names { display: flex; gap: 12px 14px; padding-right: 14px; flex: none; }
  .gc-strip .names span {
    font-family: var(--display); font-weight: 700; font-size: 1.02rem; color: #6b7482;
    padding: 10px 20px; border: 1px solid var(--line); border-radius: 9px; background: #fff;
    white-space: nowrap;
  }

  /* Project cards */
  .proj-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 96px; }
  .pcard {
    border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
    box-shadow: var(--shadow-card); padding: 28px 28px 24px;
    display: flex; flex-direction: column; gap: 10px;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  }
  .pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
  .pcard .meta { font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
  .pcard h3 { font-size: 1.18rem; font-weight: 700; }
  .pcard p { color: var(--muted); font-size: .96rem; flex: 1; }
  .pcard .gc { font-size: .88rem; font-weight: 600; color: var(--ink); border-top: 1px solid var(--line); padding-top: 14px; }
  .pcard .gc b { font-weight: 700; }
  .pcard.cta-card { background: var(--ink); border-color: var(--ink); justify-content: center; align-items: flex-start; gap: 16px; }
  .pcard.cta-card h3 { color: #fff; }
  .pcard.cta-card p { color: var(--muted-on-dark); flex: 0; }

  /* FAQ */
  .faq { background: var(--mist); }
  .faq-list { max-width: 820px; display: grid; gap: 14px; }
  .faq-list details {
    background: #fff; border: 1px solid var(--line); border-radius: 12px;
    box-shadow: var(--shadow-card); overflow: hidden;
  }
  .faq-list summary {
    cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px;
    padding: 20px 24px; font-family: var(--display); font-weight: 700; font-size: 1.05rem; color: var(--ink);
  }
  .faq-list summary::-webkit-details-marker { display: none; }
  .faq-list summary .tick {
    flex: none; width: 28px; height: 28px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--mist); color: var(--blue); font-weight: 700; font-family: var(--body);
    transition: transform .2s ease, background .2s ease, color .2s ease;
  }
  .faq-list details[open] summary .tick { transform: rotate(45deg); background: var(--gold); color: var(--ink); }
  .faq-list .a { padding: 0 24px 22px; color: var(--muted); max-width: 66ch; }

  /* ============ Sections ============ */
  .section { padding: 118px 0; }
  .sec-head { max-width: 680px; margin-bottom: 60px; }
  .sec-head .eyebrow { color: var(--blue); }
  .sec-head h2 { font-size: clamp(2rem, 3.8vw, 2.9rem); font-weight: 800; margin: 18px 0 16px; }
  .sec-head p { color: var(--muted); font-size: 1.12rem; }
  .sec-head .rule { width: 64px; height: 4px; border-radius: 2px; background: var(--gold); margin-top: 26px; }

  /* Services */
  .svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .svc {
    border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
    box-shadow: var(--shadow-card); overflow: hidden;
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
    display: flex; flex-direction: column;
  }
  .svc:hover { transform: translateY(-5px); box-shadow: var(--shadow-pop); }
  .svc .media { position: relative; aspect-ratio: 16 / 9.5; overflow: hidden; }
  .svc .media .ph {
    position: absolute; inset: 0; background-size: cover; background-position: center;
    transition: transform .6s var(--ease);
  }
  .svc:hover .media .ph { transform: scale(1.055); }
  .svc .media::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(36,38,43,0) 55%, rgba(36,38,43,.38) 100%);
  }
  .svc .icon {
    /* Straddles the photo/body seam; in-flow so .media's overflow:hidden can't clip it */
    position: relative; z-index: 2; align-self: flex-start; flex: none;
    margin: -27px 0 -27px 26px;
    width: 54px; height: 54px; border-radius: 13px;
    background: var(--ink); border: 3px solid #fff;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 22px -8px rgba(36,38,43,.45);
  }
  .svc .icon svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .svc .body { padding: 44px 30px 30px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
  .svc h3 { font-size: 1.32rem; font-weight: 700; }
  .svc p { color: var(--muted); }
  .svc .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
  .svc .tags span {
    font-size: .8rem; font-weight: 600; color: var(--ink);
    background: var(--mist); border: 1px solid var(--line);
    padding: 5px 11px; border-radius: 7px;
  }

  /* Why Omega (dark) */
  .why { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
  .why .watermark {
    position: absolute; right: -150px; bottom: -190px; width: 640px; height: auto;
    opacity: .05; pointer-events: none;
  }
  .why .wrap { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 76px; align-items: center; }
  .why .eyebrow { color: var(--gold); }
  .why h2 { font-size: clamp(2rem, 3.8vw, 2.9rem); font-weight: 800; color: #fff; margin: 18px 0 20px; }
  .why .copy { color: var(--muted-on-dark); font-size: 1.1rem; max-width: 56ch; }
  .why ul.checks { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 30px; }
  .why ul.checks li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; font-size: 1rem; line-height: 1.45; color: #eef0f3; }
  .why ul.checks li svg { width: 15px; height: 15.5px; flex: none; margin-top: 5px; }
  .photo-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-pop); background: var(--ink-panel); }
  .photo-card .ph { height: 520px; background-size: cover; background-position: center; }
  .photo-card .cap {
    display: flex; align-items: center; gap: 10px;
    padding: 16px 22px; font-size: .9rem; color: var(--muted-on-dark);
  }
  .photo-card .cap .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex: none; }

  /* Process */
  .process { background: var(--mist); }
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .step {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    padding: 34px 30px; position: relative; box-shadow: var(--shadow-card);
    transition: transform .25s var(--ease), box-shadow .25s var(--ease);
  }
  .step:hover { transform: translateY(-4px); box-shadow: var(--shadow-pop); }
  .step .n {
    font-family: var(--display); font-weight: 800; font-size: 1.02rem;
    display: inline-flex; align-items: center; justify-content: center;
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--ink); color: var(--gold); margin-bottom: 20px;
    font-variant-numeric: tabular-nums;
  }
  .step:last-child .n { background: var(--blue); color: #fff; }
  .step h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 9px; }
  .step p { color: var(--muted); font-size: .97rem; }

  /* Featured project */
  .project .wrap.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
  .project .frame { position: relative; }
  .project .frame::before {
    content: ''; position: absolute; inset: 30px -30px -30px 30px;
    background: var(--mist); border-radius: var(--radius); z-index: 0;
  }
  .project .frame .ph {
    position: relative; z-index: 1; border-radius: var(--radius); box-shadow: var(--shadow-pop);
    height: 500px; background-image: var(--ph-lift); background-size: cover; background-position: center;
  }
  .project .frame .badge {
    position: absolute; z-index: 2; left: 26px; top: 26px;
    background: var(--gold); color: var(--ink); font-weight: 700; font-size: .8rem;
    letter-spacing: .1em; text-transform: uppercase;
    padding: 9px 15px; border-radius: 8px; box-shadow: 0 8px 18px -6px rgba(36,38,43,.45);
  }
  .project .eyebrow { color: var(--blue); }
  .project h2 { font-size: clamp(2rem, 3.6vw, 2.7rem); font-weight: 800; margin: 18px 0 18px; }
  .project .copy { color: var(--muted); font-size: 1.1rem; }
  .project ul.scope { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 14px; }
  .project ul.scope li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; }
  .project ul.scope li svg { width: 15px; height: 15.5px; flex: none; margin-top: 6px; }

  /* Work gallery */
  .gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 96px; }
  .gitem {
    position: relative; border-radius: var(--radius); overflow: hidden;
    aspect-ratio: 4 / 3; box-shadow: var(--shadow-card); border: 1px solid var(--line);
  }
  .gitem .ph { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s var(--ease); }
  .gitem:hover .ph { transform: scale(1.06); }
  .gitem .gcap {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
    padding: 34px 18px 14px;
    background: linear-gradient(180deg, rgba(36,38,43,0) 0%, rgba(36,38,43,.72) 100%);
    color: #fff; font-size: .89rem; font-weight: 600; letter-spacing: .02em;
  }

  /* Before / after slider */
  .ba-wrap { margin-top: 96px; }
  .ba-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 26px; }
  .ba-head h3 { font-size: 1.5rem; font-weight: 800; }
  .ba-head p { color: var(--muted); }
  .ba {
    --pos: 50%;
    position: relative; aspect-ratio: 21 / 9; border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow-pop); border: 1px solid var(--line);
    touch-action: pan-y;
  }
  .ba .img { position: absolute; inset: 0; background-size: cover; background-position: center 45%; }
  .ba .img.before {
    background-image: var(--ph-ba-before);
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
  }
  .ba .img.after { background-image: var(--ph-ba-after); }
  .ba .handle {
    position: absolute; top: 0; bottom: 0; left: var(--pos); width: 3px;
    background: #fff; transform: translateX(-50%); pointer-events: none;
    box-shadow: 0 0 12px rgba(0,0,0,.4);
  }
  .ba .handle::after {
    content: '\2194'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 46px; height: 46px; border-radius: 50%;
    background: var(--gold); color: var(--ink); font-size: 1.25rem; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,.35);
  }
  .ba input[type=range] {
    position: absolute; inset: 0; width: 100%; height: 100%;
    opacity: 0; cursor: ew-resize; margin: 0;
  }
  .ba .tag {
    position: absolute; bottom: 16px; z-index: 2; pointer-events: none;
    font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
    padding: 7px 14px; border-radius: 999px; color: #fff; background: rgba(24,26,30,.62);
    border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(3px);
  }
  .ba .tag.before { left: 16px; }
  .ba .tag.after { right: 16px; }

  /* Sticky mobile call bar */
  .callbar { display: none; }
  @media (max-width: 660px) {
    .callbar {
      display: flex; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
      background: rgba(36,38,43,.97); backdrop-filter: blur(8px);
      padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
      box-shadow: 0 -8px 24px rgba(20,22,26,.3);
    }
    .callbar .btn { flex: 1; padding: 13px 10px; font-size: .95rem; }
    body { padding-bottom: 76px; }
  }

  /* CTA band */
  .cta-band { background: var(--blue); color: #fff; position: relative; overflow: hidden; }
  .cta-band .watermark { position: absolute; left: -110px; top: 50%; transform: translateY(-50%); width: 400px; opacity: .1; pointer-events: none; }
  .cta-band .wrap { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 80px; padding-bottom: 80px; }
  .cta-band h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; max-width: 18ch; }
  .cta-band p { color: rgba(255,255,255,.88); margin-top: 12px; font-size: 1.1rem; }
  .cta-band .buttons { display: flex; gap: 15px; flex-wrap: wrap; }

  /* Contact */
  .contact { background: var(--paper); }
  .contact .cols { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: stretch; }
  .form-card {
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow-card); padding: 44px;
  }
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .field { display: flex; flex-direction: column; gap: 7px; }
  .field.full { grid-column: 1 / -1; }
  .field label { font-size: .87rem; font-weight: 700; letter-spacing: .02em; }
  .field label .req { color: var(--blue); }
  .field input, .field select, .field textarea {
    font-family: var(--body); font-size: 1rem; color: var(--ink);
    border: 1.5px solid var(--line); border-radius: 9px;
    padding: 13px 15px; background: #fff; width: 100%;
    transition: border-color .15s ease;
  }
  .field input:hover, .field select:hover, .field textarea:hover { border-color: #c9d2de; }
  .field textarea { resize: vertical; min-height: 130px; }
  .form-card .actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; flex-wrap: wrap; }
  .form-card .note { font-size: .87rem; color: var(--muted); }
  .info-card {
    background: var(--ink); color: #fff; border-radius: var(--radius);
    padding: 44px; display: flex; flex-direction: column; gap: 28px;
    position: relative; overflow: hidden;
  }
  .info-card .watermark { position: absolute; right: -70px; bottom: -80px; width: 270px; opacity: .07; pointer-events: none; }
  .info-card h3 { color: #fff; font-size: 1.4rem; font-weight: 700; }
  .info-row { display: flex; gap: 16px; align-items: flex-start; position: relative; z-index: 1; }
  .info-row .ic {
    width: 42px; height: 42px; border-radius: 10px; flex: none;
    background: rgba(255,255,255,.09); display: flex; align-items: center; justify-content: center;
  }
  .info-row .ic svg { width: 19px; height: 19px; stroke: var(--gold); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .info-row .lbl { font-size: .8rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--muted-on-dark); }
  .info-row .val { font-weight: 600; font-size: 1.05rem; color: #fff; line-height: 1.5; }
  .info-row a.val:hover { color: var(--gold); }
  .info-card .lic { border-top: 1px solid rgba(255,255,255,.14); padding-top: 22px; font-size: .89rem; color: var(--muted-on-dark); position: relative; z-index: 1; }
  .info-card .lic strong { color: #fff; }

  /* Footer */
  footer.site { background: var(--ink-deep); color: var(--muted-on-dark); position: relative; overflow: hidden; }
  footer.site .top { position: relative; z-index: 2; display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 48px; padding: 78px 0 60px; }
  footer.site .lockup .tag { color: var(--muted-on-dark); }
  footer.site .blurb { margin-top: 18px; font-size: .96rem; max-width: 30ch; }
  footer.site h4 { color: #fff; font-family: var(--body); font-weight: 700; font-size: .84rem; letter-spacing: .15em; text-transform: uppercase; margin: 0 0 18px; }
  footer.site ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
  footer.site ul a { color: var(--muted-on-dark); font-size: .97rem; }
  footer.site ul a:hover { color: var(--gold); }
  footer.site address { font-style: normal; font-size: .97rem; line-height: 1.7; }
  footer.site address a { color: #fff; font-weight: 600; }
  footer.site address a:hover { color: var(--gold); }
  footer.site .bottom { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); padding: 24px 0; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .87rem; }
  footer.site .bottom .cred { color: #fff; font-weight: 600; }
  footer.site .giant {
    position: absolute; z-index: 1; left: 50%; transform: translateX(-50%);
    bottom: -60px; width: min(1100px, 96vw); opacity: .035; pointer-events: none;
  }

  /* Reveal animation */
  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
  .reveal.in { opacity: 1; transform: none; }
  .reveal.d1 { transition-delay: .1s; } .reveal.d2 { transition-delay: .2s; } .reveal.d3 { transition-delay: .3s; }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal, .rise { opacity: 1; transform: none; transition: none; animation: none; }
    .hero .slide.on { animation: none; }
    .btn, .svc, .step, .svc .media .ph { transition: none; }
  }

  /* ============ Responsive ============ */
  @media (max-width: 1020px) {
    .nav ul, .nav .phone { display: none; }
    .menu-btn { display: block; }
    .statbar .card { grid-template-columns: 1fr 1fr; }
    .stat { border-left: 0; border-top: 1px solid var(--line); }
    .stat:nth-child(-n+2) { border-top: 0; }
    .stat:nth-child(even) { border-left: 1px solid var(--line); }
    .why .wrap, .project .wrap.split { grid-template-columns: 1fr; gap: 50px; }
    .photo-card .ph { height: 420px; }
    .project .frame .ph { height: 400px; }
    .steps { grid-template-columns: 1fr 1fr; }
    .gallery { grid-template-columns: 1fr 1fr; margin-top: 72px; }
    .proj-cards { grid-template-columns: 1fr 1fr; margin-top: 72px; }
    .contact .cols { grid-template-columns: 1fr; }
    footer.site .top { grid-template-columns: 1fr 1fr; gap: 40px; }
    .hero .slide-cap { display: none; }
  }
  @media (max-width: 660px) {
    .topbar .cred { display: none; }
    .topbar .wrap { justify-content: center; }
    .hero { min-height: 640px; }
    .hero .wrap { padding-top: 56px; padding-bottom: 150px; }
    .section { padding: 80px 0; }
    .svc-grid, .steps, .gallery, .proj-cards { grid-template-columns: 1fr; }
    .gallery, .proj-cards { margin-top: 56px; }
    .gc-strip { padding-top: 48px; }
    .gc-strip .names span { font-size: .9rem; padding: 8px 14px; }
    .faq-list summary { padding: 16px 18px; font-size: .98rem; }
    .why ul.checks { grid-template-columns: 1fr; }
    .cta-band .wrap { flex-direction: column; align-items: flex-start; }
    .form-card { padding: 30px 22px; }
    .form-grid { grid-template-columns: 1fr; }
    .info-card { padding: 32px 24px; }
    footer.site .top { grid-template-columns: 1fr; gap: 36px; padding: 60px 0 44px; }
    .project .frame::before { display: none; }
    .stat { padding: 22px 24px; }
    .stat .num { font-size: 1.6rem; }
    .photo-card .ph { height: 340px; }
  }

  /* Production additions */
  .svc .more { font-weight: 700; color: var(--blue); font-size: .95rem; margin-top: 10px; display: inline-block; }
  .svc .more:hover { color: var(--blue-deep); }
  .page-hero { position: relative; color: #fff; background: var(--ink-deep); overflow: hidden; }
  .page-hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
  .page-hero .scrim { position: absolute; inset: 0; background: linear-gradient(97deg, rgba(30,32,37,.95) 0%, rgba(30,32,37,.8) 45%, rgba(30,32,37,.35) 100%); }
  .page-hero .wrap { position: relative; z-index: 2; padding: 96px 28px 104px; }
  .page-hero .eyebrow { color: var(--gold); }
  .page-hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); font-weight: 800; color: #fff; max-width: 22ch; margin: 18px 0 16px; }
  .page-hero p { color: #e9ecf0; font-size: 1.15rem; max-width: 58ch; margin-bottom: 30px; }
  .prose { max-width: 66ch; color: var(--muted); font-size: 1.1rem; display: grid; gap: 18px; }
  .prose a { font-weight: 600; }
  .prose strong { color: var(--ink); }
  .includes { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
  .includes span { font-size: .92rem; font-weight: 600; color: var(--ink); background: var(--mist); border: 1px solid var(--line); padding: 9px 16px; border-radius: 8px; }

  /* Work-order form additions */
  .check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; margin-top: 4px; }
  .check { display: flex; gap: 10px; align-items: center; font-weight: 600; font-size: .96rem; color: var(--ink); cursor: pointer; }
  .check input[type=checkbox] { width: 17px; height: 17px; flex: none; accent-color: var(--blue); }
  .field input[type=file] { padding: 10px; font-size: .93rem; }
  .topbar .wo { color: var(--gold); font-weight: 700; }
  .wo-note { margin-top: 12px; font-size: 1rem; }
  .wo-callout .btn { white-space: normal; text-align: center; }
  .wo-callout {
    display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
    background: var(--mist); border: 1px solid var(--line); border-left: 4px solid var(--gold);
    border-radius: 12px; padding: 18px 22px; margin-bottom: 30px;
  }
  @media (max-width: 1020px) {
    #wo-cols { grid-template-columns: 1fr !important; }
  }
  @media (max-width: 660px) {
    .topbar .wo { display: none; }
    .check-grid { grid-template-columns: 1fr; }
  }
  /* Google Places autocomplete widget — match form fields */
  gmp-place-autocomplete { display: block; width: 100%; border-radius: 9px; color-scheme: light; }
