:root {
  --blue: #086b9d;
  --blue-dark: #05567e;
  --ink: #142a35;
  --ink-2: #203b49;
  --paper: #ffffff;
  --mist: #eef4f7;
  --line: #d8e2e7;
  --muted: #60727b;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(18, 42, 53, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  background: #fff;
  color: #000;
  padding: .8rem 1rem;
  z-index: 10000;
}
.skip-link:focus { top: 1rem; }

.shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 94px 0; }

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1rem;
}
.eyebrow.light { color: #8fd3f3; }

h1, h2, h3 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  line-height: .96;
  letter-spacing: .01em;
  margin-top: 0;
}
h1 { font-size: clamp(3.3rem, 6vw, 6.4rem); }
h2 { font-size: clamp(2.7rem, 4.7vw, 4.7rem); margin-bottom: 18px; }
h3 { font-size: 1.75rem; }
p { margin-top: 0; }

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.btn-dark { color: #fff; background: var(--ink); border-color: var(--ink); }
.btn-dark:hover { background: #0c1d25; border-color: #0c1d25; }
.btn-large { min-height: 56px; padding-inline: 28px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 145px; align-self: stretch; display: flex; align-items: center; }
.brand img { width: 126px; max-height: 78px; object-fit: contain; }
.site-nav { display: flex; gap: 27px; margin-left: auto; }
.site-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
}
.site-nav a:hover { color: var(--blue); }
.header-actions { display: flex; gap: 10px; }
.header-actions .btn { min-height: 45px; padding-inline: 18px; font-size: .95rem; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 690px;
  color: #fff;
  overflow: hidden;
  background: #cddbe1;
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-image: url('assets/hero-worker.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 68% 45%;
  filter: saturate(.82) contrast(1.02);
  transform: scale(1.02);
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,28,36,.95) 0%, rgba(11,28,36,.90) 39%, rgba(11,28,36,.35) 61%, rgba(11,28,36,.08) 100%);
}
.hero-inner { position: relative; z-index: 2; min-height: 690px; display: flex; align-items: center; padding: 80px 0 95px; }
.hero-copy { width: min(650px, 59%); }
.hero h1 { margin-bottom: 24px; text-shadow: 0 2px 25px rgba(0,0,0,.18); }
.hero h1 span { display: block; color: #49a8d4; }
.hero-lede { max-width: 635px; font-size: 1.12rem; color: #eef6f9; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, auto); gap: 30px; margin-top: 36px; font-size: .86rem; }
.hero-meta div { display: flex; align-items: center; gap: 8px; }
.meta-icon { color: #65b9df; font-size: 1.2rem; }
.roof-cut {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 34px;
  background: #fff;
  clip-path: polygon(0 70%, 42% 70%, 46% 10%, 50% 70%, 100% 70%, 100% 100%, 0 100%);
}

.credential-bar { background: var(--ink); color: #fff; border-top: 5px solid var(--blue); }
.credential-grid { min-height: 68px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; }
.credential-grid span { padding: 9px 14px; border-right: 1px solid rgba(255,255,255,.16); text-align: center; font-size: .83rem; font-weight: 700; text-transform: uppercase; }
.credential-grid span:last-child { border-right: 0; }

.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head.centered { margin-inline: auto; text-align: center; }
.section-head p:last-child { color: var(--muted); max-width: 680px; margin-inline: auto; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 26px rgba(20,42,53,.06); position: relative; }
.service-card::before { content: ""; position: absolute; left: -1px; top: -1px; width: 4px; height: 72px; background: var(--blue); }
.service-image { aspect-ratio: 16/10; overflow: hidden; background: #dfe6e9; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-card.featured .service-image img { object-position: 54% 48%; }
.service-copy { padding: 28px 28px 30px; }
.service-number { color: var(--blue); font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 800; font-size: .95rem; }
.service-copy h3 { margin: 7px 0 12px; }
.service-copy p { color: var(--muted); min-height: 75px; }
.service-copy a { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; color: var(--blue); font-weight: 700; text-decoration: none; }

.risk-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; min-height: 530px; }
.risk-copy { display: flex; justify-content: flex-end; align-items: center; padding: 75px 7vw 75px 30px; }
.risk-copy-inner { width: min(555px, 100%); }
.risk-copy h2 { font-size: clamp(2.8rem, 4.5vw, 4.4rem); }
.risk-copy p { color: #d9e4e8; max-width: 590px; }
.risk-image { position: relative; overflow: hidden; min-height: 480px; }
.risk-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 34% 51%; }
.photo-label { position: absolute; right: 0; bottom: 0; background: var(--blue); color: #fff; padding: 10px 17px; font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 700; letter-spacing: .06em; font-size: .92rem; }
.text-link { display: inline-block; margin-top: 10px; font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; font-weight: 700; text-decoration: none; }
.light-link { color: #8fd3f3; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .75fr 1.55fr; gap: 68px; align-items: center; }
.about-mark { position: relative; min-height: 360px; display: grid; place-items: center; border: 1px solid var(--line); background: linear-gradient(135deg, #f4f7f9, #e6eff3); overflow: hidden; }
.about-mark::before, .about-mark::after { content: ""; position: absolute; width: 390px; height: 2px; background: rgba(8,107,157,.2); transform: rotate(-38deg); }
.about-mark::after { transform: rotate(38deg); }
.about-mark img { position: relative; z-index: 1; width: 68%; }
.about-copy { border-left: 4px solid var(--blue); padding-left: 32px; }
.about-copy p { color: var(--muted); max-width: 700px; }
.about-copy strong { color: var(--ink); }
.about-points { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; }
.about-points span { border-top: 2px solid var(--blue); padding-top: 8px; font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; font-weight: 700; }

.area { background: var(--mist); border-top: 1px solid #dbe6eb; }
.area-grid { display: grid; grid-template-columns: 1.55fr .9fr; gap: 46px; align-items: stretch; }
.map-wrap { min-height: 465px; border: 1px solid #bccdd5; background: #dde7eb; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 465px; border: 0; display: block; filter: saturate(.8) contrast(.96); }
.area-copy { background: #fff; border-left: 5px solid var(--blue); padding: 36px; box-shadow: 0 10px 30px rgba(20,42,53,.06); }
.area-copy h3 { font-size: 2.1rem; margin-bottom: 13px; }
.area-copy p { color: var(--muted); }
.city-list { list-style: none; padding: 0; margin: 27px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 20px; }
.city-list li { font-weight: 700; position: relative; padding-left: 22px; }
.city-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); }
.area-note { font-size: .9rem; border-top: 1px solid var(--line); padding-top: 18px; }

.contact { background: linear-gradient(90deg, #056da0 0%, #075d88 50%, #0e3d56 100%); color: #fff; padding: 85px 0; position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; left: -150px; bottom: -250px; width: 570px; height: 570px; border: 80px solid rgba(255,255,255,.04); transform: rotate(45deg); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.15fr; gap: 72px; align-items: start; }
.contact-copy h2 { font-size: clamp(3.2rem, 5.4vw, 5.5rem); }
.contact-copy > p { max-width: 500px; color: #e5f3f9; }
.contact-details { margin-top: 38px; display: grid; gap: 22px; }
.contact-details div { border-left: 3px solid #80c8e7; padding-left: 15px; }
.contact-details span { display: block; color: #9ed5eb; text-transform: uppercase; font-family: "Barlow Condensed", Impact, sans-serif; font-weight: 700; font-size: .92rem; }
.contact-details a, .contact-details strong { color: #fff; text-decoration: none; font-size: 1.05rem; }

.form-card { background: #fff; color: var(--ink); padding: 32px; box-shadow: 0 18px 40px rgba(0,0,0,.16); border-top: 5px solid #0a2a39; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; margin-bottom: 15px; }
label > span { display: block; margin-bottom: 6px; color: #334d59; font-size: .83rem; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
input, select, textarea { width: 100%; border: 1px solid #bccbd2; border-radius: 0; background: #fff; color: var(--ink); padding: 12px 13px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(8,107,157,.13); }
textarea { resize: vertical; }
.submit-btn { width: 100%; min-height: 54px; margin-top: 2px; }
.form-note { text-align: center; color: var(--muted); font-size: .8rem; margin: 10px 0 0; }
.form-status { margin-top: 12px; font-size: .9rem; font-weight: 600; min-height: 1.2em; }
.form-status.success { color: #1c6d3b; }
.form-status.error { color: #a52d2d; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.footer { background: #0d2029; color: #d9e5ea; padding: 58px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr 1fr .8fr 1.1fr; gap: 34px; align-items: start; }
.footer-brand img { width: 150px; filter: drop-shadow(0 4px 8px rgba(0,0,0,.2)); }
.footer h3 { color: #81cae9; font-size: 1.2rem; margin-bottom: 10px; }
.footer p { margin-bottom: 6px; font-size: .9rem; }
.footer a { text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 38px; padding-top: 20px; display: flex; justify-content: space-between; font-size: .82rem; color: #9fb3bc; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .site-nav { display: none; }
  .header-actions { margin-left: auto; }
  .credential-grid { grid-template-columns: repeat(3, 1fr); }
  .credential-grid span:nth-child(3) { border-right: 0; }
  .hero-copy { width: min(680px, 72%); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: 42% 58%; }
  .service-image { aspect-ratio: auto; min-height: 270px; }
  .service-copy p { min-height: 0; }
  .about-grid { grid-template-columns: .8fr 1.2fr; gap: 40px; }
  .area-grid { grid-template-columns: 1fr; }
  .map-wrap, .map-wrap iframe { min-height: 390px; }
  .contact-grid { gap: 40px; }
}

@media (max-width: 780px) {
  body { padding-bottom: 62px; }
  .shell { width: min(100% - 28px, var(--max)); }
  .section { padding: 70px 0; }
  .header-inner { min-height: 70px; }
  .brand { flex-basis: 105px; }
  .brand img { width: 95px; max-height: 67px; }
  .header-actions { display: none; }
  .menu-toggle { display: grid; gap: 5px; margin-left: auto; background: transparent; border: 0; padding: 10px; }
  .menu-toggle span { display: block; width: 26px; height: 2px; background: var(--ink); }
  .site-nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 18px 25px rgba(20,42,53,.12);
    padding: 10px 20px 18px;
    flex-direction: column;
    gap: 0;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }

  .hero { min-height: 720px; }
  .hero-photo { background-position: 64% 45%; }
  .hero-scrim { background: linear-gradient(90deg, rgba(11,28,36,.96), rgba(11,28,36,.76) 70%, rgba(11,28,36,.46)); }
  .hero-inner { min-height: 720px; padding: 60px 0 75px; align-items: flex-end; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(3.45rem, 16vw, 5.2rem); }
  .hero-lede { max-width: 95%; font-size: 1rem; }
  .hero-actions { flex-direction: column; width: min(360px, 100%); }
  .hero-meta { grid-template-columns: 1fr; gap: 9px; margin-top: 25px; }
  .roof-cut { display: none; }

  .credential-grid { grid-template-columns: repeat(2, 1fr); padding: 8px 0; }
  .credential-grid span { border-right: 1px solid rgba(255,255,255,.15); min-height: 43px; display: grid; place-items: center; }
  .credential-grid span:nth-child(even) { border-right: 0; }

  .service-card { display: block; }
  .service-image { min-height: 235px; }
  .risk-section { grid-template-columns: 1fr; }
  .risk-copy { padding: 70px 25px; justify-content: flex-start; }
  .risk-image { min-height: 430px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-mark { min-height: 280px; }
  .about-mark img { width: 55%; }
  .about-copy { padding-left: 22px; }
  .area-copy { padding: 27px; }
  .city-list { grid-template-columns: 1fr 1fr; }
  .contact { padding: 70px 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .form-card { padding: 23px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .mobile-cta {
    display: flex;
    position: fixed;
    z-index: 1500;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-weight: 800;
    letter-spacing: .04em;
    border-top: 3px solid #fff;
  }
}

@media (max-width: 460px) {
  .credential-grid { grid-template-columns: 1fr; }
  .credential-grid span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .city-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

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