:root {
  color-scheme: light;
  --ink: #18211f;
  --muted: #58635f;
  --line: #d8dfd8;
  --paper: #fbfcf7;
  --surface: #ffffff;
  --forest: #164438;
  --copper: #b96535;
  --sky: #dbe9ea;
  --field: #e6eddf;
  --shadow: 0 20px 60px rgba(22, 68, 56, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

img,
svg {
  display: block;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: #ffffff;
  background: linear-gradient(180deg, rgba(13, 27, 24, 0.76), rgba(13, 27, 24, 0));
}

.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(251, 252, 247, 0.92);
  border-bottom: 1px solid rgba(216, 223, 216, 0.9);
  backdrop-filter: blur(16px);
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-weight: 800;
  font-size: 13px;
}

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

.brand strong {
  font-size: 16px;
}

.brand small {
  color: currentColor;
  opacity: 0.78;
  font-size: 12px;
}

.nav-links {
  display: flex;
  gap: clamp(16px, 3vw, 34px);
  color: currentColor;
  font-weight: 650;
  font-size: 14px;
}

.nav-links a,
.header-cta {
  opacity: 0.9;
}

.nav-links a:hover,
.header-cta:hover {
  opacity: 1;
}

.header-cta {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 750;
  font-size: 14px;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 5vw, 76px) 96px;
  overflow: hidden;
  color: #ffffff;
}

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

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 26, 23, 0.88) 0%, rgba(12, 26, 23, 0.63) 42%, rgba(12, 26, 23, 0.18) 100%),
    linear-gradient(180deg, rgba(12, 26, 23, 0.28) 0%, rgba(12, 26, 23, 0.18) 65%, rgba(251, 252, 247, 1) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

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

.hero .eyebrow {
  color: #ffd3a5;
}

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

h1 {
  margin-bottom: 22px;
  max-width: 760px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
  font-weight: 850;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #ffffff;
  background: var(--copper);
  box-shadow: 0 16px 34px rgba(82, 38, 19, 0.28);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.1);
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -42px auto 0;
  width: min(1120px, calc(100% - 40px));
  position: relative;
  z-index: 5;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.quick-strip div {
  padding: 24px;
  background: var(--surface);
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  margin-bottom: 6px;
  color: var(--forest);
  font-size: 18px;
}

.quick-strip span {
  color: var(--muted);
  font-size: 14px;
}

.section,
.photo-section,
.split-section,
.contact-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

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

h2 {
  margin-bottom: 14px;
  font-size: clamp(31px, 4.4vw, 54px);
  line-height: 1.03;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 460px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 50%;
  color: var(--forest);
  background: var(--field);
}

.icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.service-card h3,
.steps h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.service-card p,
.text-panel p,
.contact-copy p,
.steps p {
  color: var(--muted);
}

.service-card ul {
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--ink);
}

.service-card li + li {
  margin-top: 8px;
}

.photo-section {
  border-top: 1px solid var(--line);
}

.section-heading p:not(.eyebrow) {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(250px, auto);
  gap: 16px;
}

.photo-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  background: #17211f;
  color: #ffffff;
}

.photo-card.large {
  grid-column: span 2;
  grid-row: span 2;
}

.photo-card.wide {
  grid-column: span 2;
}

.photo-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 260ms ease;
}

.photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 26, 23, 0.02) 35%, rgba(12, 26, 23, 0.82) 100%);
}

.photo-card:hover img {
  transform: scale(1.035);
}

.photo-card div {
  position: absolute;
  z-index: 1;
  left: 22px;
  right: 22px;
  bottom: 20px;
}

.photo-card span {
  display: block;
  margin-bottom: 6px;
  color: #ffd3a5;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.photo-card h3 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(21px, 2.4vw, 32px);
  line-height: 1.08;
}

.split-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.split-section::before {
  content: "";
  position: absolute;
  top: 68px;
  left: 0;
  width: 88px;
  height: 3px;
  border-radius: 999px;
  background: var(--copper);
}

.text-panel {
  position: sticky;
  top: 110px;
  padding: 28px 0;
}

.process-note {
  display: grid;
  gap: 6px;
  margin-top: 30px;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
}

.process-note strong {
  color: var(--forest);
  font-size: 13px;
  text-transform: uppercase;
}

.process-note span {
  color: var(--muted);
  font-size: 15px;
}

.steps {
  display: grid;
  gap: 16px;
}

.steps article {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 34px rgba(22, 68, 56, 0.07);
  overflow: hidden;
}

.steps article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--copper);
}

.steps span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--forest);
  font-weight: 850;
}

.steps small {
  display: block;
  margin-bottom: 5px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.steps h3 {
  margin-bottom: 8px;
}

.steps p {
  margin-bottom: 0;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #294c43;
  color: #ffffff;
}

.stats-band div {
  padding: clamp(30px, 5vw, 52px);
  background: var(--forest);
  text-align: center;
}

.stats-band strong,
.stats-band span {
  display: block;
}

.stats-band strong {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
}

.stats-band span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 42px;
  align-items: start;
}

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

.contact-direct a,
.contact-direct span {
  border-bottom: 2px solid var(--copper);
  color: var(--forest);
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 14px 42px rgba(22, 68, 56, 0.08);
}

label {
  display: grid;
  gap: 8px;
  color: var(--forest);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fdfefa;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(185, 101, 53, 0.22);
  border-color: var(--copper);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 76px);
  color: rgba(255, 255, 255, 0.76);
  background: #111c1a;
}

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

  .nav-links {
    display: none;
  }

  .header-cta {
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero {
    min-height: 86vh;
    padding-top: 116px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(12, 26, 23, 0.9), rgba(12, 26, 23, 0.54)),
      linear-gradient(180deg, rgba(12, 26, 23, 0.22), rgba(251, 252, 247, 1));
  }

  .quick-strip,
  .service-grid,
  .photo-grid,
  .split-section,
  .stats-band,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .quick-strip {
    margin-top: -28px;
  }

  .service-card {
    min-height: auto;
  }

  .photo-card,
  .photo-card.large,
  .photo-card.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .text-panel {
    position: static;
  }

  .section,
  .photo-section,
  .split-section,
  .contact-section {
    padding: 72px 0;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand small {
    display: none;
  }

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

  .hero {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .quick-strip,
  .section,
  .photo-section,
  .split-section,
  .contact-section {
    width: calc(100% - 28px);
  }

  .photo-card {
    min-height: 260px;
  }

  .steps article {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }
}
