:root {
  --navy: #071934;
  --navy-2: #10294b;
  --navy-3: #173a63;
  --graphite: #20252d;
  --muted: #5f6876;
  --paper: #f4f1ea;
  --paper-2: #fbfaf7;
  --white: #ffffff;
  --line: #d8dde5;
  --gold: #d7a536;
  --gold-2: #f0cf78;
  --red: #98252b;
  --red-2: #b93a3d;
  --shadow: 0 20px 55px rgba(7, 25, 52, 0.16);
  --radius: 8px;
  color-scheme: light;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: #111827; font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.5; overflow-x: hidden; }
body, button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { border: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: 0; overflow-wrap: break-word; }
h1 { max-width: 820px; margin-bottom: 20px; color: var(--white); font-size: 4.75rem; font-weight: 900; }
h2 { margin-bottom: 16px; color: #111827; font-size: 3.1rem; font-weight: 880; }
h3 { margin-bottom: 10px; color: #111827; font-size: 1.25rem; font-weight: 850; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7, 25, 52, 0.98); color: var(--white); box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22); }
.header-inner { width: min(1180px, calc(100% - 32px)); min-height: 84px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 54px; height: 54px; flex: 0 0 54px; border-radius: var(--radius); object-fit: cover; background: var(--navy-2); }
.brand-copy { display: grid; gap: 1px; line-height: 1.05; }
.brand-copy strong { color: var(--gold-2); font-size: 1.55rem; font-weight: 950; }
.brand-copy span { color: rgba(255, 255, 255, 0.82); font-size: 0.88rem; font-weight: 760; text-transform: uppercase; }
.main-nav { justify-self: end; display: flex; align-items: center; gap: 4px; }
.main-nav a { border-radius: 6px; color: rgba(255, 255, 255, 0.86); font-size: 0.95rem; font-weight: 760; padding: 10px 12px; }
.main-nav a:hover, .main-nav a:focus-visible { background: rgba(255, 255, 255, 0.1); color: var(--white); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; background: var(--gold); color: #172033; font-weight: 850; padding: 11px 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border-radius: 6px; background: rgba(255,255,255,.1); color: var(--white); cursor: pointer; }
.menu-toggle span { width: 21px; height: 2px; border-radius: 99px; background: currentColor; }
.hero { position: relative; min-height: min(710px, calc(100svh - 84px)); display: grid; overflow: hidden; background: var(--navy); color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,25,52,.95), rgba(7,25,52,.76) 46%, rgba(7,25,52,.18)), linear-gradient(180deg, rgba(7,25,52,.1), rgba(7,25,52,.7)); }
.hero-inner { position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); min-height: inherit; margin: 0 auto; padding: 88px 0 50px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: end; gap: 44px; }
.eyebrow { margin: 0 0 12px; color: var(--gold); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.hero-lede { max-width: 760px; margin-bottom: 28px; color: rgba(255,255,255,.88); font-size: 1.28rem; line-height: 1.55; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; padding: 13px 19px; font-weight: 850; text-align: center; cursor: pointer; }
.btn-primary { background: var(--red); color: var(--white); box-shadow: 0 14px 28px rgba(152,37,43,.24); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--red-2); }
.btn-secondary { border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.09); color: var(--white); }
.trust-list { max-width: 760px; margin: 26px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.trust-list li { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.1); color: rgba(255,255,255,.9); font-size: .92rem; font-weight: 760; padding: 8px 12px; }
.hero-brand-card { border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(7,25,52,.76); padding: 16px; box-shadow: var(--shadow); }
.hero-brand-card img { width: 100%; border-radius: 6px; }
.hero-brand-card p { margin: 14px 0 0; color: rgba(255,255,255,.82); font-weight: 760; }
.section { padding: 86px 0; }
.section-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section-heading { max-width: 790px; margin-bottom: 34px; }
.section-heading p:not(.eyebrow), .about-copy p, .section-area p, .contact-copy p { color: var(--muted); font-size: 1.08rem; }
.section-heading-light h2, .section-heading-light p:not(.eyebrow) { color: var(--white); }
.section-heading-light p:not(.eyebrow) { color: rgba(255,255,255,.78); }
.section-services, .section-why { background: var(--paper-2); }
.service-grid, .why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; min-height: 238px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 26px; box-shadow: 0 12px 30px rgba(10,20,35,.06); overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--gold), var(--red), var(--navy-3)); }
.service-icon { width: 48px; height: 48px; margin-bottom: 20px; display: grid; place-items: center; border-radius: var(--radius); background: #eef2f7; color: var(--navy-3); font-size: 1.4rem; font-weight: 900; }
.service-card p { color: var(--muted); }
.about-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr); gap: 56px; align-items: center; }
.about-proof { margin: 28px 0 0; display: grid; gap: 12px; }
.about-proof div { border-left: 4px solid var(--gold); padding-left: 15px; }
.about-proof dt { color: #111827; font-size: .86rem; font-weight: 900; text-transform: uppercase; }
.about-proof dd { margin: 3px 0 0; color: var(--muted); }
.about-media { position: relative; margin: 0; min-height: 430px; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); overflow: hidden; }
.about-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.about-media figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; border-radius: 6px; background: rgba(7,25,52,.88); color: var(--white); font-weight: 850; padding: 12px 14px; }
.section-gallery { background: var(--navy); color: var(--white); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.gallery-card { position: relative; width: 100%; min-height: 230px; border-radius: var(--radius); background: var(--navy-2); color: var(--white); cursor: pointer; overflow: hidden; padding: 0; text-align: left; box-shadow: 0 14px 28px rgba(0,0,0,.22); }
.gallery-card img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; transition: transform .2s ease, filter .2s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,25,52,.04), rgba(7,25,52,.86)); }
.gallery-card:hover img, .gallery-card:focus-visible img { filter: brightness(.72); transform: scale(1.03); }
.gallery-card span { position: absolute; z-index: 1; left: 14px; right: 14px; bottom: 14px; color: var(--white); font-weight: 850; }
.why-grid article { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 22px; box-shadow: 0 12px 30px rgba(10,20,35,.06); }
.why-grid strong { display: block; margin-bottom: 6px; color: #111827; font-size: 1.05rem; }
.why-grid span { color: var(--muted); }
.area-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(460px, 1fr); gap: 48px; align-items: center; }
.area-tags { position: relative; display: flex; flex-wrap: wrap; gap: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 26px; box-shadow: 0 12px 30px rgba(10,20,35,.06); }
.area-tags::before { content: ""; position: absolute; left: 26px; right: 26px; top: 26px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--red), var(--gold), var(--navy-3)); }
.area-tags span { position: relative; margin-top: 16px; border: 1px solid #cfd6df; border-radius: 999px; background: #f8fafc; color: var(--graphite); font-size: .95rem; font-weight: 800; padding: 9px 12px; }
.section-contact { background: var(--navy); color: var(--white); }
.contact-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr); gap: 54px; align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy p { color: rgba(255,255,255,.78); }
.contact-methods { display: grid; gap: 12px; margin-top: 28px; }
.contact-methods a { border-left: 4px solid var(--gold); color: rgba(255,255,255,.9); font-weight: 760; padding-left: 13px; }
.estimate-form { border-radius: var(--radius); background: var(--white); color: #111827; padding: 30px; box-shadow: var(--shadow); }
.form-header { margin-bottom: 22px; }
.form-header h3 { font-size: 1.8rem; }
.form-header p { margin: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: #111827; font-weight: 820; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #cbd2dc; border-radius: 6px; background: #f9fafb; color: #111827; outline: none; padding: 12px 13px; }
.form-grid textarea { min-height: 126px; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--navy-3); box-shadow: 0 0 0 3px rgba(23,58,99,.16); }
.form-grid .is-invalid { border-color: var(--red); }
.full-field { grid-column: 1 / -1; }
.honeypot-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-message { min-height: 22px; margin-top: 16px; border-radius: 6px; font-weight: 780; }
.form-message.is-error, .form-message.is-success { padding: 12px 13px; }
.form-message.is-error { border: 1px solid rgba(152,37,43,.22); background: #fff2f2; color: var(--red); }
.form-message.is-success { border: 1px solid rgba(23,58,99,.18); background: #eef5ff; color: var(--navy-3); }
.form-submit { width: 100%; margin-top: 18px; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.estimate-form.is-submitting input,
.estimate-form.is-submitting select,
.estimate-form.is-submitting textarea { cursor: progress; }
.site-footer { background: #050d1b; color: var(--white); padding: 34px 0; }
.footer-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: grid; grid-template-columns: minmax(280px, 1fr) 1.2fr; gap: 28px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; border-radius: var(--radius); object-fit: cover; }
.footer-brand p { margin: 5px 0 0; color: rgba(255,255,255,.68); }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 16px; color: rgba(255,255,255,.78); font-weight: 760; }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: none; place-items: center; background: rgba(3,9,20,.88); padding: 20px; }
.lightbox.is-open { display: grid; }
.lightbox-image { width: auto; max-width: 94vw; height: auto; max-height: 80vh; border-radius: var(--radius); background: var(--navy); object-fit: contain; }
.lightbox-close { position: fixed; top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 999px; background: rgba(255,255,255,.16); color: var(--white); cursor: pointer; font-size: 1.5rem; }
.lightbox-title { margin: 12px 0 0; color: var(--white); font-weight: 850; text-align: center; }
@media (max-width: 1120px) { h1 { font-size: 4rem; } h2 { font-size: 2.65rem; } .header-inner { grid-template-columns: auto auto auto; justify-content: space-between; } .menu-toggle { display: inline-flex; grid-column: 2; grid-row: 1; } .main-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 0 0 18px; } .main-nav.is-open { display: flex; } .main-nav a { background: rgba(255,255,255,.07); padding: 13px 14px; } .header-cta { grid-column: 3; grid-row: 1; } .hero-inner { grid-template-columns: 1fr; } .hero-brand-card { max-width: 340px; } .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 920px) { h1 { font-size: 3.25rem; } h2 { font-size: 2.25rem; } .section { padding: 70px 0; } .service-grid, .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .about-layout, .area-layout, .contact-layout { grid-template-columns: 1fr; gap: 34px; } .footer-inner { grid-template-columns: 1fr; align-items: start; } .footer-nav { justify-content: flex-start; } }
@media (max-width: 680px) { .header-inner, .section-inner, .hero-inner, .footer-inner { width: calc(100% - 24px); } .header-inner { min-height: 74px; gap: 12px; grid-template-columns: 1fr auto; } .brand-mark { width: 48px; height: 48px; flex-basis: 48px; } .brand-copy strong { font-size: 1.22rem; } .brand-copy span { font-size: .72rem; } .header-cta { display: none; } .menu-toggle { grid-column: 2; } .main-nav { grid-column: 1 / -1; } .hero { min-height: auto; } .hero-overlay { background: linear-gradient(180deg, rgba(7,25,52,.92), rgba(7,25,52,.78)), linear-gradient(90deg, rgba(7,25,52,.82), rgba(7,25,52,.34)); } .hero-inner { padding: 58px 0 34px; } h1 { font-size: 2.65rem; } h2 { font-size: 2rem; } .hero-lede { font-size: 1.08rem; } .hero-actions { display: grid; grid-template-columns: 1fr; } .trust-list, .service-grid, .why-grid, .gallery-grid, .form-grid { grid-template-columns: 1fr; } .gallery-card, .gallery-card img { min-height: 250px; } .about-media, .about-media img { min-height: 300px; } .full-field { grid-column: auto; } .estimate-form, .area-tags { padding: 22px; } }
@media (max-width: 420px) { h1 { font-size: 2.3rem; } h2 { font-size: 1.85rem; } .brand-copy span { display: none; } .section { padding: 58px 0; } .estimate-form { padding: 18px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
.page-title {
  color: #111827;
}

/* HERITAGE project refinements */
.header-inner {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
}
.header-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  padding: 10px 13px;
}
.header-phone span {
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}
.header-phone strong {
  color: var(--white);
  font-size: 0.96rem;
}
.brand-card-phone {
  min-height: 48px;
  margin-top: 16px;
  display: grid;
  gap: 2px;
  border-radius: 6px;
  background: var(--gold);
  color: #172033;
  font-weight: 900;
  padding: 11px 13px;
}
.brand-card-phone span {
  font-size: 0.76rem;
  text-transform: uppercase;
}
.brand-card-phone strong {
  font-size: 1.1rem;
}
.about-panel {
  border: 1px solid rgba(7, 25, 52, 0.12);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f7f8fb);
  box-shadow: var(--shadow);
  padding: 34px;
}
.about-panel img {
  width: min(320px, 100%);
  margin-bottom: 28px;
  border-radius: 6px;
  background: var(--navy);
}
.check-list {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 27px;
  color: var(--graphite);
  font-weight: 780;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: inset 0 0 0 3px #fff4d7;
}
.section-projects {
  background: radial-gradient(circle at 16% 8%, rgba(215, 165, 54, 0.17), transparent 28%), var(--navy);
  color: var(--white);
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.project-card {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: #ffffff;
  color: #111827;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}
.project-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  background: var(--navy-2);
  cursor: pointer;
  overflow: hidden;
}
.project-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.22s ease, filter 0.22s ease;
}
.project-photo img.image-focus-left { object-position: 30% center; }
.project-photo img.image-focus-right { object-position: 70% center; }
.project-photo img.image-focus-top { object-position: center 22%; }
.project-photo img.image-focus-bottom { object-position: center 78%; }
.project-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 25, 52, 0.02), rgba(7, 25, 52, 0.64));
}
.project-photo:hover img,
.project-photo:focus-visible img {
  filter: brightness(0.84);
  transform: scale(1.035);
}
.project-badge {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 7px 10px;
}
.project-body {
  padding: 20px;
}
.project-body h3 {
  margin-bottom: 7px;
}
.project-body p {
  color: var(--muted);
}
.project-services {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.project-services span {
  border: 1px solid #dfe4eb;
  border-radius: 999px;
  background: #f8fafc;
  color: var(--graphite);
  font-size: 0.78rem;
  font-weight: 820;
  padding: 6px 8px;
}
.projects-action {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.area-copy p + p {
  margin-top: -2px;
}
.service-city-list {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.service-city-list span {
  border-left: 4px solid var(--gold);
  background: rgba(255, 255, 255, 0.72);
  color: var(--graphite);
  font-weight: 820;
  padding: 10px 12px;
}
.form-note {
  margin: 16px 0 0;
  color: var(--navy-3);
  font-weight: 900;
}
.page-shell {
  min-height: 100svh;
  background: var(--paper-2);
}
.page-shell .section-inner {
  max-width: 1100px;
}
.page-lede {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.12rem;
}
.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}
.page-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(10, 20, 35, 0.06);
  padding: 22px;
}
.page-card p {
  color: var(--muted);
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: auto auto auto auto;
    justify-content: space-between;
  }
  .main-nav {
    grid-column: 1 / -1;
  }
  .header-phone {
    grid-column: 3;
    grid-row: 1;
  }
  .header-cta {
    grid-column: 4;
    grid-row: 1;
  }
  .projects-grid,
  .page-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }
  .header-phone,
  .header-cta {
    display: none;
  }
  .projects-grid,
  .page-card-grid,
  .service-city-list {
    grid-template-columns: 1fr;
  }
  .project-photo {
    aspect-ratio: 16 / 11;
  }
.about-panel {
    padding: 24px;
  }
}

.page-actions .btn-secondary {
  border-color: var(--navy-3);
  background: var(--white);
  color: var(--navy-3);
}
.section-projects .btn-secondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
}

@media (max-width: 680px) {
  .hero-content,
  .hero-lede,
  .hero-actions,
  .trust-list,
  .trust-list li,
  .btn {
    max-width: 100%;
    min-width: 0;
  }
  .hero-lede {
    overflow-wrap: anywhere;
  }
  .hero-actions,
  .trust-list {
    width: 100%;
  }
  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-actions .btn {
    width: 100%;
  }
  .trust-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  .trust-list li {
    width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 680px) {
  .hero-inner {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Real project photos, service map, and cleaner form */
.service-map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.map-card-header {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #071934, #173a63);
  color: var(--white);
  padding: 18px 20px;
}
.map-card-header span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}
.map-card-header strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
}
.map-card-header p {
  max-width: 230px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 760;
  text-align: right;
}
.real-map {
  position: relative;
  min-height: 430px;
  background: #e8eef5;
}
.real-map .leaflet-container,
.leaflet-container {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.real-map .leaflet-control-attribution {
  font-size: 10px;
}
.map-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
  gap: 6px;
  color: var(--navy);
  text-align: center;
  padding: 24px;
}
.map-fallback strong {
  font-size: 1.35rem;
}
.map-fallback span {
  color: var(--muted);
  font-weight: 780;
}
.real-map.is-loaded .map-fallback {
  display: none;
}
.field-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.required-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(152, 37, 43, 0.1);
}
.zip-field {
  grid-column: 1 / 2;
}
.form-grid input.is-invalid,
.form-grid select.is-invalid,
.form-grid textarea.is-invalid {
  border-color: var(--red);
  background: #fffafa;
}
.form-grid input.is-invalid:focus,
.form-grid select.is-invalid:focus,
.form-grid textarea.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(152, 37, 43, 0.14);
}
.project-card {
  display: flex;
  flex-direction: column;
}
.project-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-services {
  margin-top: auto;
  padding-top: 8px;
}

@media (max-width: 920px) {
  .real-map {
    min-height: 390px;
  }
}

@media (max-width: 680px) {
  .map-card-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .map-card-header p {
    max-width: none;
    text-align: left;
  }
  .real-map {
    min-height: 340px;
  }
  .zip-field {
    grid-column: auto;
  }
}


/* Route-tree service map */
.service-route-main {
  filter: drop-shadow(0 5px 9px rgba(7, 25, 52, 0.28));
}
.service-route-branch {
  filter: drop-shadow(0 4px 8px rgba(7, 25, 52, 0.18));
}
.service-map-label {
  border: 1px solid rgba(7, 25, 52, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--navy) !important;
  box-shadow: 0 8px 18px rgba(7, 25, 52, 0.16) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  padding: 3px 8px !important;
}
.service-map-label::before {
  display: none !important;
}
.service-map-label-branch {
  color: #5b4213 !important;
}

