:root {
  --blue: #0855b9;
  --text: #111;
  --muted: #4c4c4c;
  --bg: #f3f3f3;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #fff;
}
.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

/* top white row */
.masthead {
  background: #fff;
  border-bottom: 1px solid #ececec;
}
.masthead-inner {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  color: #111;
  text-decoration: none;
  font-size: 2.45rem;
  font-weight: 700;
  line-height: 1;
}
.contact-links {
  display: flex;
  gap: 1.35rem;
  font-size: 0.82rem;
}
.contact-links a {
  color: #5a5a5a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* blue nav */
.site-header { background: var(--blue); }
.nav-wrap {
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 8px;
}
.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: 680px;
  background: url('https://cdn.b12.io/client_media/VsxFYYeI/63e5af97-903d-11f0-9ab6-0242ac110002-jpg-regular_image.jpeg') center/cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 285px;
  color: #fff;
}
.hero h1 {
  margin: 0 0 0.2rem;
  font-size: 4rem;
  line-height: 1.02;
}
.hero p {
  margin: 0 0 1.35rem;
  font-size: 2rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #1d1d1d;
  padding: 0.78rem 1.7rem;
  font-weight: 600;
  color: #1b1b1b;
  background: #fff;
}
.btn.blue {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.btn.ghost { background: #fff; }
.btn.small { padding: 0.55rem 1.2rem; }
.btn.full {
  display: block;
  width: 100%;
  text-align: center;
}

.section {
  padding: 4.6rem 0;
  background: #fff;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 2.8rem;
  align-items: start;
}
.about h2 {
  margin: 0 0 0.55rem;
  font-size: 3rem;
  color: var(--blue);
}
.about h3 {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 500;
}
.about p {
  margin: 0 0 1.3rem;
  font-size: 1rem;
  color: #4e4e4e;
  line-height: 1.5;
}
.about-image {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.services { background: var(--bg); }
.center { text-align: center; }
.services h2 {
  margin: 0 0 0.35rem;
  font-size: 2.9rem;
  color: var(--blue);
}
.subtitle {
  margin: 0 0 2rem;
  font-size: 1.95rem;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.card { background: #fff; }
.card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.card-body {
  background: #efefef;
  padding: 1.2rem;
}
.card h4 {
  margin: 0 0 0.6rem;
  font-size: 1.95rem;
  line-height: 1.08;
  font-weight: 500;
}
.card p {
  margin: 0 0 0.95rem;
  font-size: 1.08rem;
  line-height: 1.38;
  color: #5b5b5b;
}

.contact {
  background: #f6f6f6;
  padding-bottom: 4.2rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.2rem;
}
.form-wrap h2 {
  margin: 0 0 0.45rem;
  font-size: 3rem;
  color: var(--blue);
}
.form-wrap h3 {
  margin: 0 0 1.1rem;
  font-size: 2.1rem;
  font-weight: 500;
}
.form-wrap label {
  display: block;
  margin: 0.5rem 0 0.3rem;
  font-size: 1.08rem;
  font-weight: 600;
}
.form-wrap label span { color: #b61e1e; }
.form-wrap input,
.form-wrap textarea {
  width: 100%;
  border: 1px solid #9f9f9f;
  padding: 0.82rem;
  font: inherit;
  font-size: 1.08rem;
  background: #fff;
}
.consent {
  display: flex !important;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.98rem !important;
  margin: 1rem 0 1rem !important;
}
.consent input {
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px;
  margin-top: 2px;
}

.contact-info {
  background: #efefef;
  padding: 0 1.4rem 1.1rem;
}
.map-wrap iframe {
  width: 100%;
  height: 340px;
  border: 0;
  display: block;
}
.contact-info h4 {
  margin: 0.95rem 0 0.5rem;
  font-size: 1.7rem;
}
.contact-info p {
  margin: 0 0 0.95rem;
  color: #4e4e4e;
  font-size: 1.2rem;
  line-height: 1.42;
}
.contact-info a {
  color: #4e4e4e;
  text-underline-offset: 4px;
}

.site-footer { background: var(--blue); }
.footer-inner {
  min-height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.footer-inner strong {
  font-size: 2rem;
}
.footer-links {
  display: flex;
  gap: 1.7rem;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}

@media (max-width: 980px) {
  .masthead-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.7rem 0;
  }
  .brand { font-size: 1.7rem; }
  .contact-links { font-size: 0.78rem; }

  .hero { min-height: 470px; }
  .hero-inner { padding-top: 170px; }
  .hero h1 { font-size: 2.5rem; }
  .hero p { font-size: 1.4rem; }

  .about-grid,
  .cards,
  .contact-grid { grid-template-columns: 1fr; }

  .about-image { height: 340px; }

  .menu-toggle { display: block; }
  .nav-wrap { justify-content: flex-start; }
  .nav-links {
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
    background: var(--blue);
    padding: 1rem;
    display: none;
    flex-direction: column;
    gap: 0.8rem;
  }
  .nav-links.open { display: flex; }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
    padding: 1rem 0;
    gap: 0.6rem;
    min-height: auto;
  }
  .footer-inner strong { font-size: 1.35rem; }
  .footer-links {
    flex-direction: column;
    gap: 0.4rem;
    text-align: center;
  }
}
