:root {
  --ink: #17201b;
  --muted: #657069;
  --line: #dfe6e1;
  --paper: #f6f3ee;
  --white: #ffffff;
  --accent: #b88642;
  --accent-dark: #6e4a20;
  --green: #1e3d32;
  --steel: #2f3b43;
  --shadow: 0 24px 70px rgba(18, 28, 22, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(23, 32, 27, 0.06);
}

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

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(23, 32, 27, 0.12);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand strong,
.site-footer strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
}

.brand small,
.site-footer span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 3px;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  flex-wrap: wrap;
}

.main-nav a {
  position: relative;
  padding: 9px 10px;
  color: #2a352f;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a:hover {
  color: var(--accent-dark);
}

.main-nav a.is-active {
  color: var(--accent-dark);
}

.main-nav a.is-active::after {
  position: absolute;
  right: 10px;
  bottom: 3px;
  left: 10px;
  height: 2px;
  background: var(--accent);
  content: "";
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 136px clamp(18px, 5vw, 72px) 42px;
  overflow: hidden;
  background: #14211b;
}

.hero picture,
.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 20, 15, 0.84), rgba(10, 20, 15, 0.48) 45%, rgba(10, 20, 15, 0.18)),
    linear-gradient(0deg, rgba(10, 20, 15, 0.82), rgba(10, 20, 15, 0) 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  color: var(--white);
  padding-bottom: 90px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(52px, 9vw, 116px);
  line-height: 0.92;
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 1.04;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lead {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions,
.contact-lines,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn svg,
.service-card svg,
.text-link svg,
.contact-lines svg {
  width: 18px;
  height: 18px;
}

.btn-primary {
  color: var(--white);
  background: var(--accent);
  border-color: var(--accent);
}

.btn-primary:hover {
  background: #9f7335;
}

.btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
}

.hero-panel {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 36px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  width: min(760px, calc(100% - 36px));
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(19, 31, 25, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.hero-panel div {
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-panel div:last-child {
  border-right: 0;
}

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

.hero-panel strong {
  color: var(--white);
  margin-bottom: 6px;
}

.hero-panel span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.section,
.showcase,
.quote-section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: clamp(28px, 6vw, 96px);
  align-items: end;
  background: var(--white);
}

.intro p:last-child {
  margin-bottom: 0;
  font-size: 18px;
}

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

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

.service-card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--white);
}

.service-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  color: var(--accent-dark);
}

.service-card p {
  margin-bottom: 0;
}

.card-link {
  display: inline-flex;
  margin-top: 22px;
  color: var(--accent-dark);
  font-weight: 800;
  font-size: 14px;
}

.highlight-card {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.highlight-card p,
.highlight-card svg {
  color: rgba(255, 255, 255, 0.78);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  background: #e8e4dc;
}

.showcase-copy {
  max-width: 520px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-dark);
  font-weight: 800;
}

.image-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: 260px 230px;
  gap: 14px;
}

.image-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-mosaic img:first-child {
  grid-row: 1 / 3;
}

.process {
  background: var(--white);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-list article {
  min-height: 250px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-list span {
  display: inline-block;
  margin-bottom: 50px;
  color: var(--accent-dark);
  font-weight: 800;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 92px);
  background: var(--green);
  color: var(--white);
}

.quote-section p {
  color: rgba(255, 255, 255, 0.75);
}

.contact-lines {
  margin-top: 28px;
}

.contact-lines a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
}

.quote-form {
  padding: clamp(22px, 4vw, 38px);
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
  color: #28332d;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cdd7d0;
  border-radius: 0;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfbfa;
  font: inherit;
  font-size: 15px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(184, 134, 66, 0.16);
}

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

.captcha-container {
  width: 100%;
  min-height: 65px;
  margin: 4px 0 16px;
}

.captcha-container.is-unavailable {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #d8b5af;
  color: #a33b2f;
  background: #fff8f7;
  font-size: 14px;
  font-weight: 700;
}

.form-submit {
  width: 100%;
}

.form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.form-status.is-error {
  color: #a33b2f;
}

.form-status.is-success {
  color: #1f7652;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: #111916;
  color: var(--white);
}

.footer-links a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.service-hero {
  position: relative;
  min-height: 620px;
  display: grid;
  align-items: end;
  padding: 138px clamp(18px, 5vw, 72px) 62px;
  overflow: hidden;
  background: #14211b;
}

.service-hero img,
.service-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-hero img {
  object-fit: cover;
}

.service-hero::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 20, 15, 0.86), rgba(10, 20, 15, 0.48) 56%, rgba(10, 20, 15, 0.2)),
    linear-gradient(0deg, rgba(10, 20, 15, 0.68), rgba(10, 20, 15, 0.05));
}

.service-hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  color: var(--white);
}

.service-hero-content h1 {
  max-width: 820px;
  font-size: clamp(42px, 7vw, 84px);
}

.breadcrumbs {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--white);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
  background: var(--white);
}

.service-main {
  max-width: 850px;
}

.service-main h2 {
  font-size: clamp(28px, 4vw, 46px);
}

.service-main p {
  font-size: 17px;
}

.feature-list,
.seo-links {
  display: grid;
  gap: 12px;
  margin: 26px 0 42px;
  padding: 0;
  list-style: none;
}

.feature-list li,
.seo-links a {
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: #fbfbfa;
  color: #2a352f;
  font-weight: 700;
}

.service-aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.aside-box {
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.aside-box h2,
.aside-box h3 {
  font-size: 22px;
}

.faq {
  background: #e8e4dc;
}

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

.faq-list details {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
}

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

.faq-list p {
  margin: 12px 0 0;
}

@media (max-width: 980px) {
  .hero {
    min-height: 980px;
  }

  .hero-content {
    padding-bottom: 260px;
  }

  .hero-panel,
  .service-grid,
  .process-list,
  .showcase,
  .intro,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .hero-panel div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-panel div:last-child {
    border-bottom: 0;
  }

  .process-list article {
    min-height: 210px;
  }

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

  .service-aside {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 12px 16px;
  }

  .nav-toggle {
    display: grid;
  }

  .main-nav {
    position: fixed;
    inset: 73px 12px auto;
    display: none;
    grid-template-columns: 1fr;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  body.nav-open .main-nav {
    display: grid;
  }

  .main-nav a {
    padding: 14px;
    white-space: normal;
  }

  .main-nav a.is-active {
    background: #f3eee6;
  }

  .main-nav a.is-active::after {
    top: 10px;
    right: auto;
    bottom: 10px;
    left: 4px;
    width: 3px;
    height: auto;
  }

  .hero {
    min-height: 880px;
    padding: 118px 18px 28px;
  }

  .hero-content {
    padding-bottom: 320px;
  }

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

  .hero-panel {
    right: 18px;
    bottom: 24px;
  }

  .hero-panel div {
    padding: 18px;
  }

  .form-row,
  .image-mosaic {
    grid-template-columns: 1fr;
  }

  .image-mosaic {
    grid-template-rows: repeat(3, 230px);
  }

  .image-mosaic img:first-child {
    grid-row: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-hero {
    min-height: 620px;
    padding: 112px 18px 42px;
  }
}
