    /* Force Staatliches on all display elements in case font loads async */
    h1, .hero-built, .sec-title, .form-title, .step h3, .svc-body h3,
    .faq-q span, .cta-banner h2, .cta-phone, .submit-btn, .read-more-btn,
    .cta-btn-dark, .mob-bar a, .stat-num, .step-num {
      font-family: 'Staatliches', 'Arial Narrow', sans-serif !important;
    }

    :root {
      --white: #F1F2F2;
      --black: #0A1417;
      --orange: #DD8D42;
      --orange-dark: #c07830;
      --grey: #1a2428;
      --grey-mid: #232e32;
      --text-dim: rgba(241,242,242,0.55);
      --border: rgba(241,242,242,0.1);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--black);
      color: var(--white);
      font-weight: 300;
      line-height: 1.6;
      overflow-x: hidden;
    }

    /* HEADER */
    header {
      position: sticky; top: 0; z-index: 100;
      background: var(--black);
      border-bottom: 1px solid var(--border);
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 48px; height: 68px;
    }
    .header-logo svg { height: 26px; width: auto; display: block; }
    nav { display: flex; gap: 28px; align-items: center; }
    nav a { color: var(--white); text-decoration: none; font-size: 16px; font-weight: 400; letter-spacing: 0.06em; transition: color 0.2s; }
    nav a:hover { color: var(--orange); }
    .nav-cta { background: var(--orange) !important; color: var(--black) !important; padding: 9px 20px; border-radius: 5px; font-weight: 600 !important; }
    .nav-cta:hover { background: var(--black) !important; color: var(--orange) !important; }

    /* HERO */
    .hero {
      background: url(../assets/images/driveways-bg1.webp) no-repeat center fixed rgba(0, 0, 0, 0.7);
      background-size: cover;
      background-blend-mode: multiply;
      display: grid;
      grid-template-columns: 1fr 600px;
      min-height: 80vh;
    }
    .hero-left {      
      padding: 72px 64px;
      display: flex; flex-direction: column; justify-content: center;
      grid-column: 1; grid-row: 1;
    }
    .hero-form-panel {
      background: rgba(0, 0, 0, 0.1);
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      border-left: 1px solid var(--black);
      padding: 36px;
      display: flex; flex-direction: column; justify-content: center;
      grid-column: 2; grid-row: 1;
    }

    h1 {
      font-family: 'Staatliches', sans-serif;
      font-size: clamp(52px, 7vw, 88px);
      font-weight: 400;
      line-height: 0.95; letter-spacing: 0.02em;
      color: var(--white); margin-bottom: 16px;
    }
    h1 .ora { color: var(--orange); }
    .hero-built {
      font-family: 'Staatliches', sans-serif;
      font-size: clamp(52px, 7vw, 88px);
      font-weight: 400;
      line-height: 0.95; letter-spacing: 0.02em;
      color: var(--orange); margin-bottom: 20px;
    }
    .hero-tagline {
      font-family: 'DM Serif', serif !important;
      font-size: 24px; color: var(--white);
      font-style: italic;
      line-height: 1.65; margin-bottom: 0;
    }

    /* Form styles */
    .form-title { font-family: 'Staatliches', sans-serif; font-size: 36px; color: var(--white); margin-bottom: 4px; }
    .form-sub { font-size: 16px; color: var(--white); margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
    .form-group { display: flex; flex-direction: column; gap: 4px; margin-bottom: 11px; }
    label { font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); }
    input, select, textarea {
      font-family: 'Barlow', sans-serif; font-size: 14px; font-weight: 300;
      color: var(--white); background: rgba(255,255,255,0.05);
      border: 1px solid rgba(241,242,242,0.14); border-radius: 1px;
      padding: 10px 13px; width: 100%; outline: none;
      transition: border-color 0.2s, background 0.2s; -webkit-appearance: none;
    }
    input::placeholder, textarea::placeholder { color: rgba(241,242,242,0.28); }
    select option { background: var(--grey); color: var(--white); }
    input:focus, select:focus, textarea:focus { border-color: var(--orange); background: rgba(221,141,66,0.05); }
    textarea { resize: vertical; min-height: 68px; }
    .submit-btn {
      width: 100%; background: var(--orange); color: var(--black); border: none; border-radius: 1px;
      padding: 13px; font-family: 'Staatliches', sans-serif; font-size: 20px; letter-spacing: 0.12em;
      cursor: pointer; margin-top: 4px; transition: background 0.2s, transform 0.15s;
    }
    .submit-btn:hover { background: var(--orange-dark); transform: translateY(-1px); }
    .form-note { font-size: 14px; color: var(--white); text-align: center; margin-top: 8px; }

    /* SECTION HELPERS */
    .sec-eyebrow {
      font-family: 'DM Serif', serif;
      font-size: 24px; font-weight: 500; font-style: italic;
      color: var(--orange); display: flex; align-items: center; gap: 12px;
    }
    .sec-title {
      font-family: 'Staatliches', sans-serif;
      font-size: clamp(40px, 5vw, 62px); letter-spacing: 0.03em;
      color: var(--white); line-height: 1;
    }
    .sec-title .ora { color: var(--orange); }
    .sec-pad { padding: 88px 80px; }

    /* HOW IT WORKS */
    .how-section { background: var(--grey); }
    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 48px; }
    .step { background: var(--grey-mid); padding: 36px 32px; border-top: 2px solid var(--orange); transition: background 0.2s; }
    .step:hover { background: #2a373c; }
    .step-num { font-family: 'Staatliches', sans-serif; font-size: 70px; color: var(--orange); line-height: 1; margin-bottom: 12px; }
    .step h3 { font-family: 'Staatliches', sans-serif; font-size: 28px; color: var(--white); margin-bottom: 10px; }
    .step p { font-size: 16px; color: var(--white); line-height: 1.65; }

    /* SERVICES */
    .services-section { background: var(--black); }
    .services-grid { display: grid; grid-template-columns: 1fr; gap: 12px; margin-top: 48px; }
    .service-card {
      background: var(--grey); overflow: hidden;
      display: grid; grid-template-columns: 600px 1fr;
      min-height: 300px;
    }
    .service-card.img-right { grid-template-columns: 1fr 600px; }
    .service-card.img-right .svc-img { grid-column: 2; grid-row: 1; }
    .service-card.img-right .svc-body { grid-column: 1; grid-row: 1; }
    .svc-img {
      height: 100%; min-height: 300px; position: relative; overflow: hidden;
      display: flex; align-items: center; justify-content: center;
      flex-direction: column; gap: 10px;
    }
    .svc-img.driveways { background: url(../assets/images/services-concrete-driveways.webp) no-repeat center; background-size: cover; }
    .svc-img.patios    { background: url(../assets/images/services-concrete-patios1.webp) no-repeat center; background-size: cover; }
    .svc-img.pools     { background: url(../assets/images/gallery-patio-4.webp) no-repeat center; background-size: cover; }
    .svc-img p { font-size: 16px; color: rgba(241,242,242,0.3); letter-spacing: 0.1em; text-transform: uppercase; z-index: 1; }
    .svc-img svg { width: 32px; height: 32px; opacity: 0.22; color: var(--white); z-index: 1; }
    .svc-body { padding: 40px 44px 48px; border-top: 2px solid var(--orange); }
    .svc-body h3 { font-family: 'Staatliches', sans-serif; font-size: 36px; color: var(--white); line-height: 1; margin-bottom: 12px; }
    .svc-body h3 .ora { color: var(--orange); }
    .svc-divider { width: 40px; height: 2px; background: var(--orange); margin-bottom: 12px; }
    .svc-tagline { font-family: 'DM Serif', serif !important; font-size: 24px !important; font-style: italic; color: var(--white); margin-bottom: 12px; }
    .svc-body p { font-size: 16px; color: var(--white); line-height: 1.65; }
    .svc-bullets { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-top: 16px; }
    .svc-bullets li { font-size: 16px; color: var(--white); display: flex; align-items: center; gap: 10px; }
    .svc-bullets li::before { content: ''; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; flex-shrink: 0; }

    /* REVIEWS */
    .reviews-section { background: var(--grey); }
    .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 48px; }
    .review-card { background: var(--grey-mid); padding: 32px; border-top: 2px solid var(--orange); transition: background 0.2s; }
    .review-card:hover { background: #2a373c; }
    .stars { color: var(--orange); font-size: 15px; letter-spacing: 2px; margin-bottom: 16px; }
    .review-text { font-size: 14px; font-style: italic; color: var(--text-dim); line-height: 1.7; margin-bottom: 20px; }
    .reviewer { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(241,242,242,0.28); }
    .reviews-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
    .google-badge { display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--border); border-radius: 2px; padding: 12px 22px; font-size: 13px; color: var(--text-dim); }
    .google-badge strong { color: var(--white); }
    .read-more-btn { background: transparent; border: 1px solid var(--orange); color: var(--orange); border-radius: 1px; padding: 11px 24px; font-family: 'Staatliches', sans-serif; font-size: 17px; letter-spacing: 0.1em; cursor: pointer; text-decoration: none; display: inline-block; transition: background 0.2s, color 0.2s; }
    .read-more-btn:hover { background: var(--orange); color: var(--black); }

    .about-section { background: var(--black); }
    .about-inner { padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0; align-items: stretch; min-height: 640px; }
    .about-photos { display: grid; grid-template-rows: 1fr; gap: 3px; }
    .about-photo-block {
      background: url(../assets/images/staff-chris.webp) no-repeat center top; background-size:cover;
      padding: 5%;
      position: relative; overflow: hidden; min-height: 500px;
    }
    .about-photo-block:first-child { border-top: none; }
    .about-photo-block:last-child { border-top: 1px solid var(--border); }
    .about-photo-block svg { width: 32px; height: 32px; opacity: 0.18; color: var(--white); }
    .about-photo-block p { font-size: 11px; color: white; letter-spacing: 0.1em; text-transform: uppercase; }
    .about-copy { padding: 72px 64px; display: flex; flex-direction: column; justify-content: center; border-left: 3px solid var(--orange); }
    .about-copy .sec-eyebrow { margin-bottom: 14px; }
    .about-copy .sec-title { margin-bottom: 20px; }
    .about-copy p { font-size: 15px; color: var(--text-dim); line-height: 1.75; margin-bottom: 16px; }
    .svc-body p strong, .faq-a p strong, .step p strong, .about-copy p strong {
      color: var(--white);
      font-weight: 600;
    }

    /* FAQ */
    .faq-section { background: var(--grey); }
    .faq-list { display: flex; flex-direction: column; gap: 2px; margin-top: 48px; }
    .faq-item { background: var(--grey-mid); overflow: hidden; }
    .faq-q { padding: 22px 28px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; user-select: none; transition: background 0.2s; }
    .faq-q:hover { background: #2a373c; }
    .faq-q span { font-family: 'Staatliches', sans-serif; font-size: 21px; letter-spacing: 0.04em; color: var(--white); }
    .faq-icon { width: 24px; height: 24px; flex-shrink: 0; border: 1px solid rgba(221,141,66,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--orange); font-size: 18px; font-weight: 300; transition: transform 0.25s; line-height: 1; }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 28px; }
    .faq-a p { font-size: 14px; color: var(--text-dim); line-height: 1.7; padding-bottom: 22px; }
    .faq-item.open .faq-a { max-height: 400px; }
    .faq-item.open .faq-icon { transform: rotate(45deg); }

    /* CTA BANNER */
    .cta-banner { background: var(--orange); padding: 64px 80px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
    .cta-banner h2 { font-family: 'Staatliches', sans-serif; font-size: clamp(36px,4vw,58px); color: var(--black); letter-spacing: 0.02em; line-height: 1; }
    .cta-banner p { font-size: 16px; color: rgba(10,20,23,0.6); margin-top: 8px; font-weight: 300; }
    .cta-right { display: flex; flex-direction: column; align-items: center; gap: 10px; }
    .cta-phone { font-family: 'Staatliches', sans-serif; font-size: 40px; color: var(--black); letter-spacing: 0.04em; text-decoration: none; white-space: nowrap; }
    .cta-btn-dark { background: var(--black); color: var(--white); border: none; border-radius: 1px; padding: 14px 36px; font-family: 'Staatliches', sans-serif; font-size: 20px; letter-spacing: 0.12em; cursor: pointer; white-space: nowrap; transition: opacity 0.2s; }
    .cta-btn-dark:hover { opacity: 0.85; }

    /* FOOTER */
    footer { background: #060d0f; padding: 32px 80px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; border-top: 1px solid var(--border); }
    footer svg { height: 20px; width: auto; }
    .footer-links { display: flex; gap: 24px; flex-wrap: wrap; }
    .footer-links a { font-size: 12px; color: rgba(241,242,242,0.28); text-decoration: none; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
    .footer-links a:hover { color: var(--orange); }
    .footer-copy { font-size: 11px; color: rgba(241,242,242,0.18); }

    /* STICKY MOBILE FOOTER */
    .mob-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--black); border-top: 2px solid var(--orange); padding: 10px 16px; gap: 10px; z-index: 200; }
    .mob-bar a { flex: 1; text-align: center; padding: 13px; font-family: 'Staatliches', sans-serif; font-size: 18px; letter-spacing: 0.1em; text-decoration: none; border-radius: 1px; display: block; }
    .mob-call { background: var(--orange); color: var(--black); }
    .mob-quote { background: rgba(255,255,255,0.06); color: var(--white); border: 1px solid var(--border); }

    /* RESPONSIVE */
    @media (max-width: 1200px) {
      .service-card {
        grid-template-columns: 400px 1fr;
      }
      .service-card.img-right {
          grid-template-columns: 1fr 400px;
      }
    }

    @media (max-width: 960px) {
      header { padding: 0 20px; }
      nav { display: none; }
      .hero { grid-template-columns: 1fr; grid-template-rows: auto auto; }
      .hero-left { grid-column: 1; grid-row: 1; padding: 48px 24px 32px; }
      .hero-form-panel { grid-column: 1; grid-row: 2; border-left: none; border-top: 3px solid var(--orange); padding: 32px 24px; }
      .sec-pad { padding: 56px 24px; }
      .steps { grid-template-columns: 1fr; }
      .service-card { grid-template-columns: 1fr !important; }
      .service-card.img-right .svc-img { grid-column: 1; grid-row: 1; }
      .service-card.img-right .svc-body { grid-column: 1; grid-row: 2; }
      .svc-img { min-height: 220px; }
      .reviews-grid { grid-template-columns: 1fr; }
      .about-inner { grid-template-columns: 1fr; }
      .about-photo-block { min-height: 500px; }
      .about-copy { padding: 48px 24px; border-left: none; border-top: 3px solid var(--orange); }
      .cta-banner { padding: 48px 24px; grid-template-columns: 1fr; gap: 24px; }
      footer { padding: 24px 20px; }
      .mob-bar { display: flex; }
      body { padding-bottom: 68px; }
      .reviews-footer { flex-direction: column; align-items: flex-start; }
    }