:root {
  --soil-900: #17211a;
  --soil-800: #213326;
  --soil-700: #2e4935;
  --moss-500: #6f8b4e;
  --moss-300: #bed09a;
  --clay-500: #b46d3c;
  --sand-100: #f7f1e7;
  --sand-200: #efe2cd;
  --stone-300: #d2c7b6;
  --white: #ffffff;
  --ink: #253027;
  --muted: #667166;
  --shadow: 0 24px 70px rgba(23, 33, 26, 0.18);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--soil-900);
  border-radius: var(--radius-sm);
}

.skip-link:focus {
  top: 1rem;
}

.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;
  background: rgba(247, 241, 231, 0.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(46, 73, 53, 0.1);
}

.nav-shell {
  width: min(calc(100% - 2rem), var(--max-width));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--sand-100);
  background: linear-gradient(135deg, var(--soil-700), var(--moss-500));
  border-radius: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: 0 10px 24px rgba(23, 33, 26, 0.22);
}

.brand-name,
.brand-domain {
  display: block;
}

.brand-name {
  font-weight: 800;
  line-height: 1.1;
}

.brand-domain {
  color: var(--muted);
  font-size: 0.85rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.96rem;
}

.nav-links a {
  text-decoration: none;
  font-weight: 650;
}

.nav-links a:not(.nav-cta) {
  color: var(--soil-800);
}

.nav-cta {
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--soil-800);
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(23, 33, 26, 0.18);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--white);
  border: 1px solid rgba(46, 73, 53, 0.18);
  border-radius: 12px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--soil-800);
  border-radius: 2px;
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: end;
  gap: 2rem;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 1.25rem auto 0;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--white);
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 20%, rgba(190, 208, 154, 0.3), transparent 30%),
    linear-gradient(135deg, var(--soil-900), var(--soil-700));
  box-shadow: var(--shadow);
}

.hero::before {
  /* Later replacement:
     background-image: linear-gradient(...), url("your-background-image.jpg"); */
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(23, 33, 26, 0.88), rgba(23, 33, 26, 0.55)),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 18px);
}

.hero-placeholder {
  position: absolute;
  inset: 1.2rem;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.38);
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: 28px;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
}

.hero-content,
.hero-card {
  position: relative;
  z-index: 1;
}

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

.eyebrow,
.section-kicker,
.card-label,
.project-type {
  margin: 0 0 0.8rem;
  color: var(--moss-300);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.hero-copy {
  max-width: 680px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: var(--soil-900);
  background: var(--moss-300);
  box-shadow: 0 14px 34px rgba(190, 208, 154, 0.28);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-card {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(16px);
}

.hero-card h2 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.2;
}

.hero-card ul {
  padding: 0;
  margin: 1.1rem 0 0;
  list-style: none;
}

.hero-card li {
  padding: 0.7rem 0;
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-strip {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: -2.6rem auto 0;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(46, 73, 53, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(23, 33, 26, 0.12);
}

.trust-strip div {
  padding: 1.25rem 1.4rem;
}

.trust-strip div + div {
  border-left: 1px solid rgba(46, 73, 53, 0.1);
}

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

.trust-strip strong {
  color: var(--soil-800);
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.95rem;
}

.section {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0 0;
}

.section-kicker {
  color: var(--clay-500);
}

.two-column,
.section-heading,
.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

h2,
h3,
p {
  text-wrap: pretty;
}

h2 {
  margin: 0;
  color: var(--soil-900);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

h3 {
  margin: 0;
  color: var(--soil-900);
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

p {
  color: var(--muted);
}

.section-heading {
  margin-bottom: 2rem;
}

.section-heading p {
  max-width: 560px;
  margin: 1.7rem 0 0;
  font-size: 1.05rem;
}

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

.service-card {
  min-height: 260px;
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid rgba(46, 73, 53, 0.08);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 32px rgba(23, 33, 26, 0.06);
}

.service-number {
  color: var(--clay-500);
  font-weight: 900;
}

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

.process-section {
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.process-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.process-list article {
  display: grid;
  grid-template-columns: 72px 0.45fr 1fr;
  gap: 1.4rem;
  align-items: center;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(46, 73, 53, 0.08);
  border-radius: var(--radius-md);
}

.process-list span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--white);
  background: var(--soil-800);
  border-radius: 18px;
  font-weight: 900;
}

.process-list p {
  margin: 0;
}

.projects-section {
  padding-top: clamp(4.5rem, 8vw, 7rem);
  border-top: 1px solid rgba(46, 73, 53, 0.12);
}

.project-grid {
  grid-template-columns: repeat(3, 1fr);
}

.project-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(46, 73, 53, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 36px rgba(23, 33, 26, 0.08);
}

.project-media {
  min-height: 235px;
  display: grid;
  place-items: center;
  color: rgba(23, 33, 26, 0.48);
  background:
    linear-gradient(135deg, rgba(111, 139, 78, 0.16), rgba(180, 109, 60, 0.16)),
    repeating-linear-gradient(135deg, transparent 0 16px, rgba(46, 73, 53, 0.07) 16px 18px);
  border-bottom: 1px solid rgba(46, 73, 53, 0.1);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
}

.project-body {
  padding: 1.35rem;
}

.project-type {
  color: var(--clay-500);
}

.callout-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 3rem);
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(190, 208, 154, 0.28), transparent 28%),
    linear-gradient(135deg, var(--soil-900), var(--soil-700));
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.callout-card h2 {
  color: var(--white);
}

.callout-card p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-section {
  padding-bottom: clamp(4.5rem, 8vw, 7rem);
}

.contact-details {
  margin-top: 2rem;
  padding: 1.2rem;
  background: var(--white);
  border: 1px solid rgba(46, 73, 53, 0.08);
  border-radius: var(--radius-md);
}

.contact-details p {
  margin: 0.35rem 0;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  background: var(--white);
  border: 1px solid rgba(46, 73, 53, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 36px rgba(23, 33, 26, 0.08);
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--soil-800);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  color: var(--ink);
  background: var(--sand-100);
  border: 1px solid rgba(46, 73, 53, 0.14);
  border-radius: 14px;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(111, 139, 78, 0.24);
  border-color: var(--moss-500);
}

.contact-form .button {
  justify-self: start;
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
  padding: 1.4rem 0 2rem;
  color: var(--muted);
  border-top: 1px solid rgba(46, 73, 53, 0.12);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 940px) {
  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 82px;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: var(--white);
    border: 1px solid rgba(46, 73, 53, 0.1);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }

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

  .nav-links a {
    padding: 0.8rem;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 690px;
    align-items: center;
  }

  .hero-card {
    max-width: 520px;
  }

  .trust-strip,
  .two-column,
  .section-heading,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .trust-strip div + div {
    border-top: 1px solid rgba(46, 73, 53, 0.1);
    border-left: 0;
  }

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

  .process-list article {
    grid-template-columns: 56px 1fr;
  }

  .process-list p {
    grid-column: 2;
  }

  .callout-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .brand-domain {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 6rem 1.3rem 1.3rem;
    border-radius: 26px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 16vw, 4.4rem);
  }

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

  .trust-strip,
  .service-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

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

  .process-list p {
    grid-column: auto;
  }

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