:root {
  color-scheme: light;
  --forest: #2f4a3a;
  --forest-dark: #203428;
  --cream: #f4ebdd;
  --paper: #fbf7ee;
  --clay: #c46f45;
  --charcoal: #252525;
  --tan: #c9b89b;
  --muted: #665f54;
  --surface: #fffaf0;
  --line: #dfd0ba;
  --shadow: 0 20px 60px rgb(37 37 37 / 14%);
  --max-width: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

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

.site-header {
  align-items: center;
  background: rgb(244 235 221 / 92%);
  border-bottom: 1px solid transparent;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 0;
  padding: 14px clamp(18px, 5vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 28px rgb(37 37 37 / 10%);
}

.brand,
.nav-links,
.hero-actions,
.site-footer {
  align-items: center;
  display: flex;
}

.brand {
  color: var(--forest-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
  font-weight: 900;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  align-items: center;
  background: var(--forest);
  border-radius: 50%;
  color: var(--cream);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.brand-mark svg {
  height: 28px;
  width: 28px;
}

.brand-mark path,
.card-icon path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
}

.nav-links {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  gap: clamp(14px, 3vw, 30px);
}

.nav-links a:hover,
.contact-link:hover {
  color: var(--forest);
}

.header-action,
.button {
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
}

.header-action,
.button.primary {
  background: var(--forest);
  color: var(--cream);
}

.header-action:hover,
.button.primary:hover {
  background: var(--forest-dark);
}

.button.secondary {
  border: 1px solid rgb(244 235 221 / 72%);
  color: var(--cream);
}

.button.full {
  width: 100%;
}

.hero {
  display: grid;
  min-height: 90vh;
  overflow: hidden;
  position: relative;
}

.hero::after {
  background:
    linear-gradient(90deg, rgb(32 52 40 / 88%) 0%, rgb(32 52 40 / 70%) 44%, rgb(32 52 40 / 24%) 100%),
    linear-gradient(0deg, rgb(37 37 37 / 44%), transparent 44%);
  content: "";
  inset: 0;
  position: absolute;
}

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

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

.hero-content {
  align-self: center;
  color: var(--cream);
  max-width: 790px;
  padding: 122px clamp(20px, 6vw, 72px) 76px;
  position: relative;
  z-index: 1;
}

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

.hero .eyebrow {
  color: #f4b17d;
}

.hero h1,
.section h2 {
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 8vw, 7.2rem);
  max-width: 820px;
}

.hero-copy {
  color: rgb(244 235 221 / 92%);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  margin: 24px 0 14px;
  max-width: 650px;
}

.hero-note {
  border-left: 4px solid var(--clay);
  color: rgb(244 235 221 / 88%);
  font-weight: 700;
  margin: 0 0 30px;
  max-width: 680px;
  padding-left: 14px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.quick-strip {
  background: var(--charcoal);
  color: var(--cream);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.quick-strip div {
  background: rgb(255 250 240 / 5%);
  min-height: 132px;
  padding: 28px clamp(20px, 4vw, 52px);
}

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

.quick-strip strong {
  color: #f4b17d;
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.quick-strip span {
  color: rgb(244 235 221 / 82%);
}

.section {
  margin: 0 auto;
  max-width: var(--max-width);
  padding: clamp(70px, 9vw, 116px) clamp(20px, 5vw, 48px);
}

.section-intro {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.56fr);
  margin-bottom: 36px;
}

.section h2 {
  color: var(--forest-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 4.4rem);
}

.section-intro p:last-child,
.finds-copy p,
.contact-copy p,
.service-card p,
.service-card small,
.process-list p,
.rate-list {
  color: var(--muted);
}

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

.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgb(37 37 37 / 7%);
  display: flex;
  flex-direction: column;
  min-height: 326px;
  padding: 24px;
}

.card-icon {
  align-items: center;
  background: #efe0c9;
  border-radius: 8px;
  color: var(--forest);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  margin-bottom: 28px;
  width: 48px;
}

.card-icon svg {
  height: 30px;
  width: 30px;
}

.service-card h3 {
  font-size: 1.18rem;
  margin: 0 0 10px;
}

.service-card p {
  margin: 0;
}

.service-card small {
  border-top: 1px solid var(--line);
  display: block;
  font-size: 0.88rem;
  font-weight: 800;
  margin-top: auto;
  padding-top: 16px;
}

.finds {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.8fr);
}

.finds-board {
  background: var(--forest);
  border: 10px solid #d5c1a0;
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--cream);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  padding: clamp(22px, 4vw, 36px);
}

.finds-board span {
  background: rgb(244 235 221 / 10%);
  border: 1px solid rgb(244 235 221 / 22%);
  border-radius: 8px;
  font-weight: 900;
  min-height: 62px;
  padding: 18px;
}

.process-band {
  background: #efe6d6;
  max-width: none;
}

.process-band > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}

.section-intro.compact {
  grid-template-columns: 1fr;
}

.process-list {
  counter-reset: process;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-list li {
  background: rgb(255 250 240 / 62%);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 230px;
  padding: 20px;
}

.process-list li::before {
  color: var(--clay);
  content: counter(process, decimal-leading-zero);
  counter-increment: process;
  display: block;
  font-weight: 900;
  margin-bottom: 28px;
}

.process-list span {
  color: var(--forest-dark);
  display: block;
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.process-list p {
  font-size: 0.94rem;
  margin: 0;
}

.contact {
  align-items: start;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
}

.rate-list,
.contact-panel ul {
  margin: 24px 0 0;
  padding-left: 20px;
}

.rate-list li,
.contact-panel li {
  margin-bottom: 9px;
}

.contact-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 24px;
}

.panel-title {
  color: var(--forest-dark);
  font-size: 1.12rem;
  font-weight: 900;
  margin: 0;
}

.contact-panel ul {
  color: var(--muted);
  margin-bottom: 22px;
}

.contact-link {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--charcoal);
  display: block;
  font-weight: 900;
  margin-top: 12px;
  padding: 14px 16px;
}

.site-footer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 56px);
}

@media (max-width: 1040px) {
  .service-grid,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list li {
    min-height: 0;
  }
}

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

  .nav-links {
    order: 3;
    overflow-x: auto;
    padding-bottom: 2px;
    width: 100%;
  }

  .header-action {
    min-height: 38px;
    padding: 8px 12px;
  }

  .hero {
    min-height: 88vh;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgb(32 52 40 / 88%) 0%, rgb(32 52 40 / 70%) 60%, rgb(32 52 40 / 42%) 100%),
      linear-gradient(0deg, rgb(37 37 37 / 45%), transparent 48%);
  }

  .hero-content {
    padding-top: 156px;
  }

  .quick-strip,
  .section-intro,
  .finds,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .brand span:last-child {
    max-width: 136px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 18vw, 4.2rem);
  }

  .hero-copy {
    font-size: 1rem;
  }

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

  .service-grid,
  .process-list,
  .finds-board {
    grid-template-columns: 1fr;
  }

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

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