:root {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: #111;
  background: #eee;
  line-height: 1.65;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #eee;
  color: #111;
}

a {
  color: inherit;
}

.top-strip {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 14px 34px;
  position: relative;
}

.home-top-strip {
  justify-content: space-between;
  gap: 20px;
}

.top-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  order: 0;
  margin-right: auto;
  min-height: 58px;
  padding: 15px 28px;
  border: 2px solid #111;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.top-phone:hover {
  background: #f3f3f3;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  order: 1;
  margin-left: auto;
}

.menu-dropdown {
  position: relative;
  border: 0;
  padding: 0;
  background: transparent;
}

.menu-dropdown summary {
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 36px;
  border: 1px solid #111;
  padding: 8px;
  background: #fff;
  cursor: pointer;
}

.menu-dropdown summary::-webkit-details-marker {
  display: none;
}

.menu-dropdown summary span {
  display: block;
  height: 2px;
  width: 100%;
  background: #111;
}

.menu-panel {
  position: absolute;
  right: 0;
  top: 44px;
  z-index: 20;
  width: 190px;
  background: #fff;
  border: 1px solid #111;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
  padding: 5px 0;
}

.menu-panel a {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.menu-panel a:hover {
  background: #f2f2f2;
}

.page-wrap {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 2fr) 360px;
  gap: 30px;
  padding: 38px 34px 32px;
}

.hero-copy h1 {
  text-align: center;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.12;
  margin: 0 0 24px;
  font-weight: 800;
}

.main-photo {
  margin: 0;
  border: 0;
}

.main-photo img,
.service-photo img,
.article-photo img,
.contact-photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.main-photo img {
  height: 420px;
}

.call-box {
  text-align: center;
  margin: 14px 0;
}

.call-box a,
.outline-link,
.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 12px 28px;
  background: #fff;
  border: 1px solid #111;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 0;
  color: #111;
  cursor: pointer;
}

.call-box a:hover,
.outline-link:hover,
.submit-btn:hover {
  background: #f3f3f3;
}

.quote-panel {
  background: #fff;
}

.quote-panel.side {
  position: sticky;
  top: 16px;
}

.lead-form {
  padding: 0;
  margin: 0;
}

.quote-title {
  background: #20a44a;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 25px;
  line-height: 1;
  padding: 13px 10px;
  border: 1px solid #168338;
}

.quote-sub {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  margin: 8px 0 12px;
  text-transform: uppercase;
}

.required-note {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.3;
  color: #111;
}

.required-note span,
.required-star {
  color: #c32020;
}

label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 9px;
}

input,
textarea {
  display: block;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 0;
  background: #fff;
  padding: 10px 12px;
  font: inherit;
  margin-top: 4px;
  color: #111;
}

textarea {
  resize: vertical;
}

.submit-btn {
  width: 100%;
  background: #fff;
}

.hp {
  position: absolute;
  left: -10000px;
}

.intro-section {
  padding: 16px 34px 44px;
  scroll-margin-top: 20px;
}

.intro-section h2,
.service-copy h2,
.faq-section h2,
.area-section h2,
.contact-section h2,
.bottom-quote h2,
.testimonials-section h2,
.article-layout h1,
.article-layout h2,
.contact-layout h1,
.legal h1 {
  font-weight: 800;
  line-height: 1.18;
  margin: 0 0 18px;
}

.intro-section h2,
.faq-section h2,
.area-section h2,
.contact-section h2,
.bottom-quote h2,
.testimonials-section h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.intro-section p,
.service-copy p,
.faq-section p,
.area-section p,
.contact-section p,
.article-layout p,
.legal p {
  font-size: 16px;
  margin: 0 0 22px;
}

.service-inline-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.service-row {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: center;
  padding: 44px 34px;
  border-top: 1px solid #eee;
  scroll-margin-top: 20px;
}

.service-row.reverse {
  grid-template-columns: .9fr 1.1fr;
}

.service-row.reverse .service-photo {
  order: 2;
}

.service-photo img {
  height: 310px;
}

.service-copy h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.faq-section,
.testimonials-section {
  padding: 44px 34px;
  border-top: 1px solid #eee;
}

.faq-grid {
  display: grid;
  gap: 10px;
}

.faq-links {
  margin: 0;
  padding-left: 20px;
}

.faq-links li {
  margin: 0 0 10px;
}

.faq-links a {
  font-weight: 700;
  text-underline-offset: 3px;
}

details {
  border: 1px solid #ddd;
  padding: 13px 15px;
  background: #fff;
}

summary {
  font-weight: 800;
  cursor: pointer;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.testimonial-grid article {
  border: 1px solid #ddd;
  background: #fff;
  padding: 18px;
}

.testimonial-grid p {
  margin: 0;
  font-size: 14px;
}

.testimonial-grid span {
  display: block;
  margin-top: 10px;
  font-weight: 800;
}

.area-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  padding: 44px 34px;
  border-top: 1px solid #eee;
  scroll-margin-top: 20px;
}

.area-section iframe {
  width: 100%;
  height: 330px;
  border: 1px solid #ccc;
}

.area-list {
  columns: 2;
  padding-left: 18px;
}

.contact-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  padding: 44px 34px;
  border-top: 1px solid #eee;
  scroll-margin-top: 20px;
}

.contact-photo {
  margin: 0;
}

.contact-photo img {
  height: 260px;
}

.bottom-quote {
  text-align: center;
  padding: 44px 34px;
  border-top: 1px solid #eee;
}

.bottom-map {
  padding: 0 34px 44px;
}

.bottom-map iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 1px solid #ccc;
}

.inner-page {
  padding-bottom: 44px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  padding: 34px;
}

.faq-article-layout {
  grid-template-columns: minmax(0, 1fr);
}

.article-layout h1 {
  font-size: clamp(32px, 4vw, 52px);
}

.article-layout h2 {
  font-size: 28px;
  margin-top: 28px;
}

.article-photo {
  margin: 0 0 22px;
}

.article-photo img {
  height: 330px;
}

.faq-cta {
  margin-top: 28px;
}

.article-photo iframe {
  display: block;
  width: 100%;
  height: 340px;
  border: 1px solid #ccc;
}

.link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.link-list a {
  border: 1px solid #ddd;
  padding: 14px;
  text-decoration: none;
}

.link-list strong,
.link-list span {
  display: block;
}

.link-list span {
  font-size: 14px;
  color: #333;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 34px;
  padding: 34px;
}

.legal {
  padding: 34px;
}

.site-footer {
  max-width: 1180px;
  margin: 0 auto 30px;
  background: #111;
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding: 34px;
}

.site-footer p {
  color: #eee;
  font-size: 14px;
  margin: 8px 0;
}

.site-footer .site-disclaimer {
  max-width: 520px;
  font-size: 11px;
  line-height: 1.45;
  color: #cfcfcf;
  border-top: 1px solid #333;
  margin-top: 14px;
  padding-top: 12px;
}

.site-footer .legal-inline {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.legal h2 {
  font-size: 24px;
  margin: 28px 0 10px;
}

.site-footer strong {
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  gap: 10px 14px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.footer-links a {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 850px) {
  .top-strip {
    padding: 12px 20px;
    gap: 14px;
  }

  .top-phone {
    min-height: 48px;
    padding: 11px 14px;
    font-size: 18px;
    white-space: nowrap;
  }

  .menu-panel {
    right: 0;
  }

  .hero-section,
  .service-row,
  .service-row.reverse,
  .area-section,
  .contact-section,
  .article-layout,
  .contact-layout,
  .footer-inner {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }

  .service-row.reverse .service-photo {
    order: 0;
  }

  .intro-section,
  .faq-section,
  .bottom-quote,
  .legal,
  .testimonials-section {
    padding: 26px 20px;
  }

  .bottom-map {
    padding: 0 20px 30px;
  }

  .main-photo img,
  .service-photo img,
  .article-photo img,
  .contact-photo img {
    height: auto;
    max-height: none;
  }

  .article-photo iframe {
    height: 320px;
  }

  .link-list,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .quote-panel.side {
    position: static;
  }

  .area-list {
    columns: 1;
  }
}
