:root {
  --ink: #1d2520;
  --muted: #5e685f;
  --paper: #f7f3eb;
  --surface: #ffffff;
  --line: #ded7ca;
  --accent: #b45528;
  --accent-dark: #7f351c;
  --earth: #31463a;
  --sand: #d8c2a1;
  --shadow: 0 24px 70px rgba(29, 37, 32, 0.12);
}

* {
  box-sizing: border-box;
}

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

a {
  color: inherit;
}

.site-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(247, 243, 235, 0.96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}

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

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--earth);
  color: #fff;
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

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

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.site-nav a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: #ebe3d5;
  color: var(--ink);
}

.header-phone {
  text-decoration: none;
  background: var(--ink);
  color: #fff;
  padding: 11px 14px;
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  min-height: 44px;
  padding: 0 14px;
  border-radius: 6px;
  font-weight: 800;
}

.hero {
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  align-items: stretch;
  background: var(--earth);
  color: #fff;
  overflow: hidden;
}

.hero-content {
  max-width: 790px;
  padding: clamp(42px, 8vw, 104px) clamp(20px, 6vw, 72px);
  align-self: center;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(2.35rem, 6vw, 5.35rem);
  line-height: 0.98;
  letter-spacing: 0;
  max-width: 820px;
}

.hero-lead,
.page-hero p {
  max-width: 650px;
  font-size: clamp(1.04rem, 2vw, 1.22rem);
  color: rgba(255,255,255,0.82);
  margin: 22px 0 0;
}

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

.hero .eyebrow,
.final-cta .eyebrow {
  color: var(--sand);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
}

.btn-primary {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover {
  background: var(--accent-dark);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.btn-call {
  border: 1px solid var(--line);
  color: var(--earth);
  background: #f8f4ed;
}

.hero-summary {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,0.22);
  border-bottom: 1px solid rgba(255,255,255,0.22);
}

.hero-summary div {
  padding: 17px 18px 17px 0;
}

.hero-summary strong,
.hero-summary span {
  display: block;
}

.hero-summary span {
  color: rgba(255,255,255,0.74);
  font-size: 0.92rem;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  background:
    linear-gradient(150deg, rgba(29,37,32,0.1), rgba(29,37,32,0.72)),
    repeating-linear-gradient(135deg, #d7b98b 0 18px, #c08c50 18px 36px, #6f482f 36px 54px);
  min-height: 100%;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 11% 10%;
  border: 2px solid rgba(255,255,255,0.32);
  border-radius: 8px;
}

.hero-visual span {
  position: absolute;
  background: rgba(255,255,255,0.16);
  border-radius: 999px;
}

.hero-visual span:nth-child(1) {
  width: 56%;
  height: 18px;
  left: 17%;
  top: 28%;
}

.hero-visual span:nth-child(2) {
  width: 70%;
  height: 18px;
  left: 17%;
  top: 50%;
}

.hero-visual span:nth-child(3) {
  width: 44%;
  height: 18px;
  left: 17%;
  top: 72%;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(280px, 1fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2,
.trust h2,
.request-copy h2,
.final-cta h2,
.info-panel h2,
.contact-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(220px, 0.82fr) minmax(300px, 1fr);
  gap: 44px;
  background: var(--surface);
}

.intro-text {
  font-size: 1.08rem;
  color: var(--muted);
}

.services-band {
  background: #eee6d8;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-grid article {
  background: #fbf8f2;
  padding: 28px;
  min-height: 230px;
}

.service-grid h3,
.steps h3,
.service-detail h2 {
  margin: 0 0 12px;
  line-height: 1.16;
}

.service-grid p,
.steps p,
.service-detail p,
.service-detail li,
.faq-list p,
.contact-card p,
.info-panel dd {
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  margin-top: 26px;
  font-weight: 800;
  color: var(--accent-dark);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.steps div {
  background: var(--surface);
  padding: 30px;
}

.steps span {
  display: block;
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 18px;
}

.trust {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr);
  gap: 42px;
  align-items: center;
  background: var(--earth);
  color: #fff;
}

.trust p {
  color: rgba(255,255,255,0.78);
  font-size: 1.1rem;
}

.quick-request {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1fr);
  gap: 40px;
  background: var(--surface);
}

.request-copy p {
  color: var(--muted);
  max-width: 520px;
}

.request-form {
  background: #f1eadf;
  border: 1px solid var(--line);
  padding: 26px;
  display: grid;
  gap: 12px;
  box-shadow: var(--shadow);
}

.request-form label {
  font-weight: 800;
}

.request-form input,
.request-form select,
.request-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfc5b5;
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.request-form textarea {
  resize: vertical;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px 20px;
}

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

.final-cta {
  padding: clamp(58px, 8vw, 100px) clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: #fff;
}

.final-cta p {
  color: rgba(255,255,255,0.78);
  max-width: 620px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 28px;
  padding: 34px clamp(20px, 5vw, 72px);
  background: #111712;
  color: #fff;
}

.site-footer p,
.site-footer a {
  display: block;
  margin: 6px 0 0;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
}

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

.page-hero {
  padding: clamp(68px, 10vw, 126px) clamp(20px, 5vw, 72px);
  background: var(--earth);
  color: #fff;
}

.page-hero h1 {
  max-width: 920px;
  font-size: clamp(2.25rem, 6vw, 4.8rem);
}

.service-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding: 1px;
}

.service-detail article {
  background: var(--surface);
  padding: clamp(26px, 4vw, 46px);
}

.service-detail ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.about-layout,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 0.75fr);
  gap: 34px;
  background: var(--surface);
}

.about-layout > div p {
  color: var(--muted);
  font-size: 1.07rem;
}

.info-panel,
.contact-card {
  border: 1px solid var(--line);
  background: #f8f4ed;
  padding: 28px;
}

.info-panel dl {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
}

.info-panel dt {
  font-weight: 900;
}

.info-panel dd {
  margin: 0;
}

.contact-card p strong {
  display: block;
  color: var(--ink);
}

.contact-card a,
.info-panel a {
  font-weight: 800;
  color: var(--accent-dark);
}

@media (max-width: 980px) {
  .site-header {
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-left: 0;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    min-height: 44px;
  }

  .header-phone {
    margin-left: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    min-height: 160px;
    order: -1;
  }

  .section-heading,
  .intro,
  .trust,
  .quick-request,
  .about-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .site-header {
    min-height: 64px;
    gap: 10px;
    padding: 10px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small,
  .header-phone {
    display: none;
  }

  .hero {
    display: block;
  }

  .hero-visual {
    min-height: 88px;
  }

  .hero-content {
    padding: 26px 18px 30px;
  }

  .hero h1 {
    font-size: 2.18rem;
    line-height: 1.03;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .btn {
    width: 100%;
  }

  .hero-summary {
    margin-top: 20px;
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .hero-summary div {
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .section {
    padding: 46px 18px;
  }

  .service-grid,
  .steps,
  .service-detail,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .steps div,
  .request-form,
  .info-panel,
  .contact-card {
    padding: 22px;
  }

  .page-hero {
    padding: 54px 18px;
  }

  .page-hero h1 {
    font-size: 2.12rem;
  }
}
