:root {
  color-scheme: light;
  --ink: #132018;
  --muted: #5b6258;
  --paper: #fbfaf2;
  --cream: #f6e9ba;
  --green: #142719;
  --green-2: #263f25;
  --gold: #d69b2b;
  --gold-dark: #a87519;
  --line: #ddd6bb;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(24, 32, 24, 0.18);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}

#inquiry,
#why,
#services {
  scroll-margin-top: 104px;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 126px;
  padding: 12px 32px;
  color: var(--white);
  background: rgba(13, 27, 16, 0.82);
  border-bottom: 1px solid rgba(246, 233, 186, 0.18);
  backdrop-filter: blur(14px);
}

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

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 198px;
  height: 132px;
  border-radius: 0;
  background: transparent;
  padding: 0;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.48));
  object-fit: contain;
}

.nav-links {
  gap: 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--cream);
}

.header-cta,
.primary-cta,
.footer-cta,
.lead-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: #1c1609;
  font-weight: 900;
  cursor: pointer;
}

.header-cta,
.primary-cta,
.footer-cta {
  padding: 0 18px;
}

.secondary-cta {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  color: var(--white);
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 650px;
  min-height: 88vh;
  padding: 206px 32px 86px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 17, 10, 0.9), rgba(8, 17, 10, 0.62) 43%, rgba(8, 17, 10, 0.12)),
    url("/public/assets/hero-hay-cutting.png") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(10, 19, 11, 0.5));
  pointer-events: none;
}

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

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

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

h1 {
  max-width: 740px;
  margin-bottom: 18px;
  font-size: 4rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: 2.35rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.22rem;
}

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

.inquiry-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: -42px auto 0;
  padding: 28px;
  border: 1px solid rgba(221, 214, 187, 0.9);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.inquiry-copy {
  padding: 10px 8px;
}

.inquiry-copy p:last-child,
.section-copy p,
.section-heading p,
.closing-band p,
.problem-grid p,
.service-grid p {
  color: var(--muted);
}

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

.lead-form label {
  min-width: 0;
}

.lead-form span {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 850;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: #fffdf6;
  color: var(--ink);
}

.lead-form select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--green) 50%) right 17px center / 7px 7px no-repeat,
    linear-gradient(135deg, var(--green) 50%, transparent 50%) right 12px center / 7px 7px no-repeat,
    #fffdf6;
  padding-right: 42px;
}

.lead-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  outline: 3px solid rgba(214, 155, 43, 0.28);
  border-color: var(--gold-dark);
}

.full-span,
.lead-form button,
.form-note {
  grid-column: 1 / -1;
}

.lead-form button {
  min-height: 54px;
  padding: 0 18px;
}

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

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

.problem {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 48px;
  align-items: start;
}

.problem-grid,
.service-grid {
  display: grid;
  gap: 16px;
}

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

.problem-grid article,
.service-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.problem-grid article {
  min-height: 238px;
  padding: 24px;
}

.services {
  padding-top: 12px;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 32px;
}

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

.service-grid article {
  min-height: 226px;
  padding: 26px;
  border-top: 5px solid var(--gold);
}

.service-grid article:nth-child(2) {
  border-top-color: var(--green-2);
}

.service-grid article:nth-child(3) {
  border-top-color: #7f9a48;
}

.service-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 8px;
  background: rgba(214, 155, 43, 0.14);
  color: var(--green);
  font-weight: 950;
}

.closing-band {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 56px;
  padding: 42px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(20, 39, 25, 0.98), rgba(38, 63, 37, 0.96));
  color: var(--white);
}

.closing-band p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.closing-band h2 {
  max-width: 760px;
  margin-bottom: 12px;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

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

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 680px;
    min-height: 84vh;
    padding: 174px 20px 92px;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .inquiry-panel,
  .problem,
  .problem-grid,
  .service-grid,
  .closing-band {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 76px 0;
  }

  .services {
    padding-top: 8px;
  }

  .closing-band {
    background: var(--green);
  }

  .footer-cta {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 104px;
    gap: 12px;
    padding: 10px 20px;
  }

  .brand {
    max-width: 124px;
  }

  .brand img {
    width: 132px;
    height: 86px;
    padding: 0;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: 670px;
    padding: 154px 20px 76px;
    background-position: 58% center;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.82rem;
  }

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

  .hero-actions,
  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .inquiry-panel,
  .section,
  .closing-band {
    width: min(100% - 28px, 1180px);
  }

  .inquiry-panel {
    margin-top: -34px;
    padding: 20px;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .problem-grid article,
  .service-grid article {
    min-height: auto;
  }

  .closing-band {
    padding: 28px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 20px;
  }
}
