:root {
  --ink: #191714;
  --muted: #675f55;
  --stone: #f4f1eb;
  --paper: #fffdfa;
  --line: #ded6cc;
  --charcoal: #24211d;
  --moss: #566557;
  --clay: #a6532e;
  --gold: #c99344;
  --shadow: 0 18px 50px rgba(36, 33, 29, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(222, 214, 204, 0.88);
  background: rgba(255, 253, 250, 0.94);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.brand strong,
.footer-brand {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2.4vw, 30px);
  font-size: 0.96rem;
}

.site-nav a {
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.nav-call {
  padding: 10px 16px;
  border: 1px solid var(--charcoal);
  color: var(--ink) !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(28px, 6vw, 84px);
  min-height: calc(88vh - 84px);
  padding: clamp(38px, 5.5vw, 72px) clamp(18px, 6vw, 86px);
  background:
    linear-gradient(110deg, rgba(244, 241, 235, 0.98), rgba(244, 241, 235, 0.72)),
    url("assets/gallery-before.jpg") center/cover;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  font-weight: 700;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 5vw, 3.95rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button,
.service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--charcoal);
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
  cursor: pointer;
}

.button:hover,
.service-card a:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.primary {
  background: var(--charcoal);
  color: #fffdfa;
}

.secondary {
  background: transparent;
  color: var(--ink);
}

.hero-panel {
  position: relative;
  box-shadow: var(--shadow);
  background: var(--paper);
}

.hero-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-strip {
  position: absolute;
  right: -24px;
  bottom: 28px;
  display: grid;
  gap: 8px;
  max-width: 280px;
}

.service-strip span {
  padding: 10px 14px;
  background: rgba(255, 253, 250, 0.94);
  border-left: 4px solid var(--gold);
  box-shadow: 0 10px 24px rgba(36, 33, 29, 0.12);
  font-weight: 700;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 18px clamp(18px, 6vw, 86px);
  background: var(--charcoal);
  color: #fffdfa;
  font-weight: 700;
}

.trust-strip span:not(:last-child)::after {
  content: "/";
  margin-left: 18px;
  color: var(--gold);
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 6vw, 86px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 22px clamp(18px, 6vw, 86px) 0;
  color: var(--muted);
  font-weight: 700;
}

.breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: var(--gold);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
  background: var(--stone);
}

.detail-hero p {
  max-width: 740px;
  color: var(--muted);
  font-size: 1.12rem;
}

.detail-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.detail-content {
  background: var(--paper);
}

.detail-content p {
  max-width: 900px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.16rem;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.about-section,
.gallery-section {
  background: var(--paper);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 6vw, 72px);
  align-items: start;
}

.about-grid p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.check-list {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--stone);
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 10px 0 10px 26px;
  border-bottom: 1px solid rgba(103, 95, 85, 0.18);
  font-weight: 700;
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 10px;
  height: 10px;
  background: var(--moss);
}

.services-section,
.review-section {
  background: var(--stone);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  min-height: 330px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
}

.service-card img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
}

.service-card p {
  color: var(--muted);
}

.service-kicker {
  margin: 10px 0 0;
  color: var(--clay) !important;
  font-weight: 700;
}

.service-card a {
  margin-top: 12px;
  min-height: 40px;
  padding: 9px 14px;
  font-size: 0.92rem;
}

.challenge-card {
  background: var(--charcoal);
  color: #fffdfa;
}

.challenge-card p {
  color: rgba(255, 253, 250, 0.78);
}

.challenge-card a {
  border-color: #fffdfa;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.85fr;
  gap: 16px;
}

.gallery-grid figure {
  margin: 0;
}

.gallery-grid img {
  width: 100%;
  height: clamp(260px, 38vw, 520px);
  object-fit: cover;
}

.gallery-grid figure:nth-child(2) {
  margin-top: 44px;
}

.gallery-grid figure:nth-child(3) {
  margin-top: 88px;
}

.gallery-grid figcaption {
  padding: 12px 0 0;
  color: var(--muted);
  font-weight: 700;
}

.service-area-section {
  background: var(--stone);
}

.service-area-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
  list-style: none;
}

.service-area-list li {
  padding: 10px 14px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-weight: 700;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--line);
  background: var(--stone);
  padding: 16px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}

.faq-list p {
  color: var(--muted);
}

.testimonials-section {
  background: var(--paper);
}

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

.testimonial-grid blockquote {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--stone);
}

.testimonial-grid footer {
  color: var(--muted);
  font-weight: 700;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 90px);
  background: var(--charcoal);
  color: #fffdfa;
}

.contact-copy p {
  color: rgba(255, 253, 250, 0.78);
}

.fast-estimate {
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 253, 250, 0.08);
  font-weight: 700;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-lines a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fffdfa;
  font-weight: 700;
}

.contact-lines img {
  width: 22px;
  height: 22px;
}

.contact-form {
  display: grid;
  gap: 16px;
}

label,
fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fffdfa;
  color: var(--ink);
  padding: 13px 14px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-form input,
.contact-form textarea {
  border-color: rgba(255, 253, 250, 0.24);
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--gold);
  font-weight: 700;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 0.6fr);
  gap: 28px;
  padding: 44px clamp(18px, 6vw, 86px);
  background: #171512;
  color: #fffdfa;
}

.site-footer p,
.site-footer a {
  color: rgba(255, 253, 250, 0.78);
}

.footer-brand {
  color: #fffdfa !important;
}

.footer-contact {
  display: grid;
  gap: 10px;
  align-content: start;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .hero,
  .about-grid,
  .detail-hero,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    max-width: 680px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
  }

  .brand {
    min-width: 0;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .site-nav {
    position: absolute;
    top: 83px;
    right: 18px;
    left: 18px;
    display: none;
    padding: 16px;
    border: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    justify-items: start;
  }

  .nav-call {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero {
    padding-top: 38px;
    gap: 24px;
  }

  .hero-panel img {
    height: 170px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .service-strip {
    display: none;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .service-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .service-card img {
    height: 240px;
    min-height: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img {
    height: 280px;
  }

  .gallery-grid figure:nth-child(2),
  .gallery-grid figure:nth-child(3) {
    margin-top: 0;
  }
}

@media (max-width: 460px) {
  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 1.08rem;
  }

  .brand small {
    font-size: 0.78rem;
  }
}
