:root {
  --blue: #0077b6;
  --blue-dark: #005783;
  --black: #050505;
  --ink: #14181b;
  --muted: #f4f6f8;
  --line: #d9e0e4;
  --text: #4b555c;
  --white: #ffffff;
  --max: 1160px;
  --font-display: "Trajan Pro", "Cinzel", "Marcellus", Georgia, serif;
  --font-body: "Trajan Pro", "Cinzel", "Marcellus", Georgia, serif;
}

* { box-sizing: border-box; }
html {
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  overscroll-behavior-x: none;
  touch-action: pan-y pinch-zoom;
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font-body);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 850px; }
.sr-only, .skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  background: var(--black);
  color: var(--white);
  padding: 10px 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand img { width: 210px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; color: var(--ink); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blue); }
.nav-cta {
  border: 2px solid var(--blue);
  padding: 10px 14px;
  color: var(--blue) !important;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.nav-toggle { display: none; width: 44px; height: 44px; background: var(--black); border: 0; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--white); }

h1, h2, h3 {
  margin: 0 0 16px;
  color: var(--black);
  line-height: 1.08;
}
h1, h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: 0; }
h1 { font-size: clamp(42px, 7vw, 76px); }
h2 { font-size: clamp(30px, 4vw, 46px); }
h3 { font-size: 22px; }
p { margin: 0 0 18px; color: var(--text); }
.eyebrow {
  margin-bottom: 12px;
  color: var(--blue);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-light { background: var(--white); color: var(--black); border-color: var(--white); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--muted);
}
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.84) 46%, rgba(255,255,255,.2) 100%);
}
.hero-content { position: relative; z-index: 1; max-width: var(--max); }
.hero-content > * { max-width: 700px; }
.hero-copy { font-size: 20px; color: #263037; }

.page-hero {
  background: linear-gradient(135deg, var(--black), #20272c);
  color: var(--white);
  padding: 92px 0;
}
.page-hero h1, .page-hero p { color: var(--white); }
.page-hero p:not(.eyebrow) { max-width: 740px; font-size: 20px; opacity: .88; }
.compact-hero { padding: 86px 0; }
.legal-hero { padding: 62px 0; }

.section { padding: 84px 0; }
.muted { background: var(--muted); }
.split-grid, .content-grid, .contact-grid, .two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}
.reverse { direction: rtl; }
.reverse > * { direction: ltr; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.stat-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}
.stat-panel div { padding: 26px; border-right: 1px solid var(--line); }
.stat-panel div:last-child { border-right: 0; }
.stat-panel strong { display: block; color: var(--blue); font-size: 34px; line-height: 1; }
.stat-panel span { display: block; margin-top: 8px; font-weight: 700; color: var(--ink); }

.card-grid { display: grid; gap: 26px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.service-card, .contact-card, .cta-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.service-card { padding: 0 0 28px; }
.service-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-bottom: 1px solid var(--line); }
.service-card h3, .service-card p, .service-card a { margin-left: 28px; margin-right: 28px; }
.service-card h3 { margin-top: 28px; }
.service-card a { color: var(--blue); font-weight: 800; text-decoration: none; }

.feature-grid, .service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-grid div, .service-list article {
  border-left: 4px solid var(--blue);
  padding: 24px;
  background: var(--white);
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}
.service-list { grid-template-columns: repeat(2, 1fr); }
.keyword-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.keyword-grid div {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 22px;
  border-radius: 8px;
}
.keyword-grid h3 { font-size: 20px; }
.faq-list details {
  border-top: 1px solid var(--line);
  padding: 18px 0;
}
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  color: var(--black);
  font-size: 19px;
}
.faq-list summary::marker { color: var(--blue); }
.faq-list p { max-width: 820px; margin-top: 12px; }
.framed-img { border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.contact-photo { margin-bottom: 20px; }

.cta-band { padding: 60px 0; background: var(--blue); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cta-inner h2, .cta-inner p { color: var(--white); }
.cta-inner .eyebrow { color: rgba(255,255,255,.82); }
.cta-inner .cta-nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  background: var(--white);
  border-color: var(--blue);
  text-decoration: none;
  font-weight: 800;
}

.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 14px; height: 14px; background: var(--blue); }
.cta-card { padding: 36px; max-width: 780px; }
.opportunity-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  max-width: 960px;
}
.opportunity-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  min-height: 100%;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
  overflow: hidden;
}
.opportunity-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--blue);
}
.opportunity-card h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}
.opportunity-company::before { background: var(--blue); }
.opportunity-contractor::before { background: var(--black); }
.opportunity-subcontractor::before { background: #6d7a80; }
.opportunity-card p { margin-bottom: 0; }
.opportunity-card .check-list { margin-bottom: auto; }
.opportunity-card .btn { width: 100%; }
.opportunity-divider {
  height: 1px;
  background: var(--line);
  margin: 4px 0;
}

.contact-grid { align-items: start; }
.contact-card { padding: 32px; background: var(--muted); }
form { display: grid; gap: 18px; }
label { display: grid; gap: 8px; font-weight: 800; color: var(--ink); }
input, textarea {
  width: 100%;
  border: 1px solid #bfc9cf;
  border-radius: 4px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}
input:focus, textarea:focus { outline: 3px solid rgba(0,119,182,.18); border-color: var(--blue); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hp-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.legal h2 { font-size: 26px; margin-top: 28px; }

.site-footer { background: var(--black); color: var(--white); padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 34px; }
.site-footer h2 { color: var(--white); font-size: 18px; font-family: var(--font-body); }
.site-footer p, .site-footer a { color: rgba(255,255,255,.78); }
.site-footer a { display: block; text-decoration: none; margin: 8px 0; }
.footer-bottom { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; gap: 16px; color: rgba(255,255,255,.62); font-size: 14px; }
.footer-bottom .powered-link { display: inline; margin: 0; color: rgba(255,255,255,.78); text-decoration: none; }
.footer-bottom .powered-link:hover { color: var(--white); }
.cookie-banner[hidden] { display: none; }
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 250;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--black);
  color: var(--white);
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
}
.cookie-banner p { margin: 4px 0 0; color: rgba(255,255,255,.76); }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }

@media (max-width: 980px) {
  .header-inner { min-height: 76px; }
  .brand img { width: 178px; }
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    padding: 12px 20px 20px;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .nav-cta { text-align: center; margin-top: 8px; }
  .hero { min-height: 640px; }
  .split-grid, .content-grid, .contact-grid, .two-col, .footer-grid { grid-template-columns: 1fr; }
  .feature-grid, .service-list, .card-grid.two, .keyword-grid, .opportunity-grid { grid-template-columns: 1fr; }
  .stat-panel { grid-template-columns: 1fr; }
  .stat-panel div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-panel div:last-child { border-bottom: 0; }
  .cta-inner, .cookie-banner, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  h1 { font-size: 38px; }
  .hero { min-height: 620px; }
  .hero::after { background: rgba(255,255,255,.9); }
  .hero-copy { font-size: 18px; }
  .section { padding: 60px 0; }
  .form-row { grid-template-columns: 1fr; }
  .button-row, .cookie-actions { width: 100%; }
  .btn { width: 100%; }
}
