:root{
  --navy:#071d4b;
  --navy-deep:#061536;
  --blue:#0b57d0;
  --blue-bright:#0d5ee8;
  --ink:#071d4b;
  --muted:#3f4c63;
  --line:#dfe6f1;
  --off:#f6f8fc;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.45}
img{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(calc(100% - 56px),var(--max));margin:auto}
.eyebrow{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);font-weight:800}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;border:0;padding:15px 24px;background:var(--blue);color:#fff;text-decoration:none;font-weight:850;letter-spacing:.015em;text-transform:uppercase;cursor:pointer;min-height:50px;border-radius:4px;box-shadow:0 2px 4px rgba(3,33,83,.10)}
.btn:hover{background:#084cb7}.btn img{width:18px;height:18px}

/* V2 HEADER */
.site-header{height:108px;background:#fff;display:flex;align-items:center;position:relative;z-index:10}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-link{display:block;line-height:0}
.logo{width:245px;height:auto;max-width:48vw}
.header-bid{padding:16px 27px}

/* V2 HERO */
.hero-v2{position:relative;min-height:610px;overflow:hidden;background:#fff}
.hero-v2-media{position:absolute;inset:0 0 0 37%;z-index:0}
.hero-v2-media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-v2:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#fff 0%,#fff 28%,rgba(255,255,255,.96) 34%,rgba(255,255,255,.72) 42%,rgba(255,255,255,.10) 56%,rgba(255,255,255,0) 68%);pointer-events:none}
.hero-v2-inner{position:relative;z-index:2;min-height:610px;display:flex;align-items:center}
.hero-v2-copy{width:min(49%,560px);padding:38px 0 28px}
.hero-v2 h1{margin:0;font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;font-size:clamp(4.15rem,6vw,6.4rem);font-weight:800;line-height:.92;letter-spacing:-.035em;text-transform:uppercase;color:var(--blue)}
.hero-v2 h1 .hero-dark{color:var(--navy)}
.hero-rule{width:60px;height:3px;background:var(--blue);margin:26px 0 22px}
.hero-v2 p{margin:0;max-width:475px;font-size:clamp(1.13rem,1.6vw,1.38rem);line-height:1.55;color:#10264d;font-weight:500}

/* TWO FOCUS BLOCKS */
.focus-v2{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #eef2f8;border-bottom:1px solid #eef2f8;background:#fff}
.focus-card{text-align:center;min-height:300px;padding:30px 32px 28px;background:linear-gradient(135deg,#f8faff 0%,#fff 65%)}
.focus-card+ .focus-card{border-left:1px solid #e4e9f1;background:linear-gradient(225deg,#f8faff 0%,#fff 65%)}
.focus-icon{width:76px;height:76px;margin:0 auto 18px;border-radius:50%;background:linear-gradient(135deg,#0e66e6,#083a8d);display:grid;place-items:center;box-shadow:0 8px 18px rgba(11,87,208,.12)}
.focus-icon svg{width:48px;height:48px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.focus-card h2,.recent-v2 h2{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;text-transform:uppercase;font-weight:800;color:var(--navy);letter-spacing:-.015em}
.focus-card h2{font-size:2.05rem;margin:0}
.focus-rule{width:52px;height:2px;background:var(--blue);margin:14px auto 15px}
.focus-card p{margin:0 0 14px;font-size:1.02rem;color:#11264c}
.focus-tags{text-transform:uppercase;color:var(--blue);font-size:.91rem;font-weight:800;word-spacing:.18em}
.focus-tags span{padding:0 .55em;color:#0a4db7}

/* RECENT PROJECTS */
.recent-v2{padding:30px 0 28px;background:#fff}
.recent-v2 h2{text-align:center;font-size:2rem;margin:0 0 22px}
.recent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.recent-card{text-align:center}
.recent-card picture{display:block;overflow:hidden;border-radius:5px;background:#eef2f6}
.recent-card img{width:100%;aspect-ratio:1.48/1;object-fit:cover;transition:transform .35s ease}
.recent-card:hover img{transform:scale(1.018)}
.recent-card h3{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;text-transform:uppercase;color:var(--navy);font-size:1rem;margin:10px 0 0;font-weight:800}

/* CTA */
.cta-v2{background:linear-gradient(90deg,#0b2e78,#0b57d0 60%,#06377f);color:#fff}
.cta-v2-inner{min-height:145px;display:grid;grid-template-columns:minmax(0,1fr) 1px 270px;align-items:center;gap:38px}
.cta-v2-phone{display:flex;align-items:center;justify-content:center;gap:24px}
.cta-v2-phone>img{width:54px;height:54px;filter:brightness(0) invert(1)}
.cta-v2-phone h2{font-family:"Roboto Condensed","Arial Narrow",Arial,sans-serif;text-transform:uppercase;font-size:1.75rem;margin:0 0 1px;color:#fff}
.cta-v2-phone a{display:block;text-decoration:none;font-weight:800;font-size:clamp(2.55rem,4vw,3.8rem);line-height:1;letter-spacing:.01em}
.cta-divider{height:64px;background:rgba(255,255,255,.48)}
.cta-v2-bid{background:#fff;color:var(--blue);box-shadow:0 3px 8px rgba(0,0,0,.12);font-size:1rem}
.cta-v2-bid:hover{background:#f3f7ff;color:#084cb7}

/* FOOTER */
.footer-v2{background:#fff;color:var(--navy)}
.footer-v2-grid{display:grid;grid-template-columns:1fr 1.4fr 1.08fr;gap:42px;padding:26px 0 22px}
.footer-v2-item{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:start}
.footer-v2-icon{width:48px;height:48px;border:2px solid #bfd0ee;border-radius:50%;display:grid;place-items:center;color:var(--blue);font-weight:900;font-size:1.3rem}
.footer-v2-icon img{width:22px;height:22px;filter:brightness(0) saturate(100%) invert(30%) sepia(95%) saturate(1910%) hue-rotate(205deg) brightness(87%) contrast(98%)}
.footer-v2-shield{border-radius:15px 15px 18px 18px}
.footer-v2 h3{margin:2px 0 7px;color:var(--blue);font-size:.88rem;text-transform:uppercase;letter-spacing:.025em}
.footer-v2 p{margin:0;font-size:.88rem;line-height:1.5;color:#11264c}
.footer-v2 a{text-decoration:none}
.footer-v2-bottom{text-align:center;background:var(--navy-deep);color:#fff;padding:11px 20px;font-size:.78rem}

/* EXISTING WORKING BID FORM — preserved */
.modal{border:0;padding:0;width:min(720px,calc(100% - 28px));max-height:92vh;overflow:auto;box-shadow:0 24px 70px rgba(0,0,0,.35)}
.modal::backdrop{background:rgba(0,10,22,.72);backdrop-filter:blur(3px)}
.modal-inner{padding:30px}
.modal-head{display:flex;justify-content:space-between;gap:18px;align-items:start;margin-bottom:16px}
.modal-head h2{margin:0;font-size:1.75rem}.close{border:0;background:none;font-size:1.8rem;cursor:pointer}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:flex;flex-direction:column;gap:5px}.field--full{grid-column:1/-1}
label{font-weight:700;font-size:.88rem}
input,select,textarea{width:100%;border:1px solid #ccd4df;background:white;padding:12px 13px;border-radius:2px;color:#0b1730}
textarea{min-height:115px;resize:vertical}
.form-note{font-size:.78rem;color:#677182;margin-top:8px}
.hp{position:absolute;left:-9999px}
.file-selection-summary{margin-top:8px;font-size:.82rem;color:#3d4b60}
.submission-feedback{padding:12px 14px;border-radius:3px}
.submission-feedback.is-success{background:#edf9f1;color:#175a2d;font-weight:700}
.submission-feedback.is-error{background:#fff3f3;color:#8b1e24;font-weight:700}
.upload-progress{gap:8px}
.upload-progress__row{display:flex;justify-content:space-between;gap:14px;align-items:center;font-size:.86rem}
.upload-progress__track{height:10px;background:#e7edf5;overflow:hidden;border-radius:999px}
.upload-progress__track span{display:block;width:0;height:100%;background:#0867e8;transition:width .15s linear}
#leadSubmitButton:disabled{cursor:not-allowed;opacity:.68}
#leadSubmitButton.is-loading{pointer-events:none}

/* Existing mobile quick actions preserved */
.mobile-action-bar{display:none}
.mobile-call img{filter:brightness(0) invert(1)}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

@media(max-width:900px){
  .container{width:min(calc(100% - 36px),var(--max))}
  .site-header{height:92px}
  .logo{width:210px}
  .hero-v2{min-height:650px}
  .hero-v2-media{inset:0;opacity:.42}
  .hero-v2:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.96) 52%,rgba(255,255,255,.58) 100%)}
  .hero-v2-inner{min-height:650px}
  .hero-v2-copy{width:min(78%,590px)}
  .focus-card{padding-inline:22px}
  .focus-tags{font-size:.78rem}
  .recent-grid{gap:15px}
  .cta-v2-inner{grid-template-columns:1fr;gap:18px;padding:24px 0}
  .cta-divider{display:none}
  .cta-v2-phone{justify-content:center}
  .cta-v2-bid{width:min(320px,100%);justify-self:center}
  .footer-v2-grid{grid-template-columns:1fr 1fr;gap:28px}
  .footer-v2-item:last-child{grid-column:1/-1}
}

@media(max-width:620px){
  body{padding-bottom:70px}
  .container{width:min(calc(100% - 28px),var(--max))}
  .site-header{height:78px}
  .logo{width:175px;max-width:58vw}
  .header-bid{padding:11px 13px;min-height:44px;font-size:.75rem}
  .hero-v2{min-height:590px}
  .hero-v2-media{inset:0;opacity:.33}
  .hero-v2-media img{object-position:58% center}
  .hero-v2:after{background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.94) 70%,rgba(255,255,255,.40) 100%)}
  .hero-v2-inner{min-height:590px;align-items:center}
  .hero-v2-copy{width:100%;padding:20px 0}
  .hero-v2 h1{font-size:clamp(3.3rem,16vw,4.9rem);max-width:95%}
  .hero-rule{margin:22px 0 18px}
  .hero-v2 p{font-size:1.03rem;line-height:1.5;max-width:92%}
  .focus-v2{grid-template-columns:1fr}
  .focus-card{min-height:auto;padding:30px 20px}
  .focus-card+.focus-card{border-left:0;border-top:1px solid #e4e9f1}
  .focus-card h2{font-size:1.8rem}
  .focus-tags{font-size:.81rem;line-height:1.6}
  .recent-v2{padding:27px 0 22px}
  .recent-v2 h2{font-size:1.75rem}
  .recent-grid{grid-template-columns:1fr;gap:22px}
  .recent-card img{aspect-ratio:16/9}
  .recent-card h3{font-size:1.05rem}
  .cta-v2-inner{padding:24px 0 26px}
  .cta-v2-phone{gap:14px;align-items:center}
  .cta-v2-phone>img{width:40px;height:40px}
  .cta-v2-phone h2{font-size:1.35rem}
  .cta-v2-phone a{font-size:clamp(2rem,10vw,2.75rem)}
  .footer-v2-grid{grid-template-columns:1fr;gap:24px;padding:26px 0 30px}
  .footer-v2-item:last-child{grid-column:auto}
  .footer-v2-bottom{padding-bottom:14px}
  .form-grid{grid-template-columns:1fr}.field--full{grid-column:auto}
  .mobile-action-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:1.15fr .85fr;min-height:68px;box-shadow:0 -7px 26px rgba(0,0,0,.22)}
  .mobile-action-bar a{color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;text-align:center}
  .mobile-call{background:#0b57d0;gap:9px}
  .mobile-call img{width:24px;height:24px}
  .mobile-call span{display:flex;flex-direction:column;line-height:1.05}
  .mobile-call strong{font-size:.92rem;letter-spacing:.04em}
  .mobile-call small{font-size:.72rem;margin-top:4px;font-weight:700}
  .mobile-bid{background:#071d4b;padding:8px 12px;font-size:.88rem;line-height:1.05;letter-spacing:.03em}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.recent-card img{transition:none}}

/* ===== V2 APPROVED RESPONSIVE CORRECTIONS ONLY =====
   1) Keep each locked hero headline line intact on small screens.
   2) Scale hero headline to the viewer's screen without overflow.
   3) Keep CTA phone number on one line.
   4) Increase hero description legibility on small screens.
*/
.hero-v2 h1 > span{
  display:inline-block;
  white-space:nowrap;
}

@media(max-width:620px){
  .hero-v2 h1{
    font-size:clamp(2.65rem,12.4vw,3.45rem);
    line-height:.96;
    max-width:100%;
    letter-spacing:-.035em;
  }
  .hero-v2 p{
    font-size:clamp(1.12rem,4.7vw,1.24rem);
    line-height:1.48;
    max-width:100%;
  }
  .cta-v2-phone{
    gap:10px;
    width:100%;
  }
  .cta-v2-phone>img{
    width:36px;
    height:36px;
    flex:0 0 36px;
  }
  .cta-v2-phone a{
    font-size:clamp(1.8rem,8.3vw,2.5rem);
    line-height:1;
    letter-spacing:-.015em;
    white-space:nowrap;
  }
}
