:root {
  --ink: #17201d;
  --muted: #5f6c66;
  --line: #ded7c8;
  --bg: #f7f2e8;
  --card: #fffaf0;
  --brand: #d46b2a;
  --brand-dark: #a84c1d;
  --green: #294f3d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
}

a {
  color: var(--brand-dark);
}

img {
  max-width: 100%;
  height: auto;
}

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

.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;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  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 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 36px;
  padding: 8px;
  cursor: pointer;
  list-style: none;
  border: 1px solid #111;
  background: #fff;
}

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

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

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

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

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

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
  gap: 28px;
  align-items: start;
  padding: 42px 5vw 34px;
  border-bottom: 1px solid var(--line);
}

h1 {
  margin: 0 0 20px;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 1.02;
  color: var(--green);
}

h2 {
  line-height: 1.12;
  color: var(--green);
}

.main-photo,
.service-photo,
.contact-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eee7da;
}

.main-photo {
  max-width: 640px;
}

.main-photo img,
.service-photo img,
.contact-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.quote-panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.quote-title {
  font-size: 1.35rem;
  font-weight: 900;
  text-align: center;
  color: var(--green);
}

.quote-sub {
  margin-bottom: 12px;
  text-align: center;
  font-weight: 800;
  color: var(--brand-dark);
}

.required-note {
  font-size: 0.88rem;
  color: var(--muted);
}

.required-star,
.required-note span {
  color: var(--brand-dark);
}

.lead-form {
  display: grid;
  gap: 10px;
}

.lead-form label {
  display: grid;
  gap: 5px;
  font-weight: 750;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font: inherit;
}

.lead-form textarea {
  min-height: 110px;
}

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

.submit-btn,
.outline-link,
.call-box a {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 6px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  border: 0;
  cursor: pointer;
}

.intro-section,
.faq-section,
.area-section,
.contact-section,
.bottom-quote,
.testimonials-section,
.bottom-map,
.authority-section {
  padding: 34px 5vw;
  border-bottom: 1px solid var(--line);
}

.intro-section p,
.service-copy p,
.faq-section p,
.area-section p,
.contact-section p,
.bottom-quote p,
.testimonial-grid p {
  color: var(--muted);
}

.service-inline-links a {
  font-weight: 750;
}

.service-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.45fr) minmax(0, 0.55fr);
  gap: 28px;
  align-items: center;
  padding: 34px 5vw;
  border-bottom: 1px solid var(--line);
}

.service-row.reverse {
  grid-template-columns: minmax(0, 0.55fr) minmax(260px, 0.45fr);
}

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

.service-row.reverse .service-copy {
  order: 1;
}

.service-photo {
  max-width: 420px;
}

.service-copy h2 {
  margin-top: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}

.faq-links,
.area-list {
  display: grid;
  gap: 9px;
  padding-left: 20px;
}

.link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.link-list a {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
}

.link-list span {
  color: var(--muted);
}

.area-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 28px;
  align-items: start;
}

.area-section iframe,
.bottom-map iframe {
  width: 100%;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-photo {
  max-width: 380px;
}

.bottom-quote {
  text-align: center;
  background: var(--card);
}

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

.testimonial-grid article {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.site-footer {
  background: #18211e;
  color: #fff;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 24px;
  padding: 30px 5vw;
}

.site-footer a {
  color: #fff;
}

.footer-links,
.legal-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.site-disclaimer {
  color: #d9e0dc;
}

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

  .top-phone {
    min-height: 48px;
    padding: 12px 16px;
    font-size: clamp(1rem, 5vw, 1.45rem);
  }

  .hero-section,
  .service-row,
  .service-row.reverse,
  .area-section,
  .contact-section,
  .footer-inner,
  .testimonial-grid,
  .link-list {
    grid-template-columns: 1fr;
  }

  .service-row.reverse .service-photo,
  .service-row.reverse .service-copy {
    order: initial;
  }

  .main-photo,
  .service-photo,
  .contact-photo {
    max-width: 100%;
  }

  .hero-section {
    padding-top: 30px;
  }
}
