:root {
  --bg: #f3efe5;
  --panel: #fbf9f2;
  --panel-2: #f8f3e8;
  --ink: #173c2f;
  --ink-soft: #284f40;
  --body: #294036;
  --muted: #5f6f66;
  --line: #d9d6c9;
  --accent: #6f9041;
  --accent-soft: #efe1b8;
  --shadow: 0 10px 30px rgba(25, 42, 34, 0.10);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--body);
  background:
    linear-gradient(rgba(23, 60, 47, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 60, 47, 0.035) 1px, transparent 1px),
    var(--bg);
  background-size: 48px 48px, 48px 48px, auto;
}

.page-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px;
}

.hero {
  background: linear-gradient(180deg, #f8f3e8 0%, #f6f0e4 48%, #f2eddf 100%);
  border: 1px solid #ded9cb;
  border-radius: 36px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-inner {
  padding: 40px 46px 28px;
}

.brand-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

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

.brand-mark {
  width: 190px;
  height: 190px;
  flex: 0 0 auto;
}
.brand-mark svg { width: 100%; height: 100%; display: block; }

.brand-text {
  color: var(--ink);
  min-width: 0;
}
.ozark {
  font-size: clamp(3.25rem, 6vw, 6.3rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.foothills {
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 1;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.14em;
  margin-top: 8px;
}
.technology {
  font-size: clamp(1.4rem, 2vw, 2.3rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.22em;
  margin-top: 12px;
}

.value-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0 0 0 32px;
  border-left: 2px solid rgba(23, 60, 47, 0.35);
  display: grid;
  gap: 18px;
  min-width: 240px;
}
.value-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.1rem;
  color: var(--ink);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}
.icon svg { width: 100%; height: 100%; }

.tagline {
  margin: 22px auto 20px;
  text-align: center;
  color: var(--ink-soft);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-top: 2px solid rgba(23, 60, 47, 0.35);
  padding-top: 16px;
  max-width: 760px;
}

.hero-scenery {
  position: relative;
  min-height: 270px;
  margin: 10px -46px 0;
  background:
    radial-gradient(circle at 60% 30%, rgba(255,241,192,0.95) 0%, rgba(255,241,192,0.0) 22%),
    linear-gradient(180deg, #f1ead7 0%, #d7e0b9 26%, #97b15b 44%, #446132 78%, #0d3a2b 100%);
  overflow: hidden;
}
.hero-scenery::before,
.hero-scenery::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  border-radius: 50%;
}
.hero-scenery::before {
  bottom: 92px;
  height: 180px;
  background: linear-gradient(180deg, rgba(137,170,87,0.95), rgba(70,99,50,0.95));
  clip-path: ellipse(60% 45% at 55% 60%);
}
.hero-scenery::after {
  bottom: 10px;
  height: 170px;
  background: linear-gradient(180deg, rgba(72,104,49,1), rgba(16,59,43,1));
  clip-path: ellipse(70% 52% at 45% 55%);
}
.swoosh {
  position: absolute;
  left: -80px;
  border-radius: 999px;
  transform: rotate(11deg);
}
.swoosh-one {
  bottom: 102px;
  width: 500px;
  height: 30px;
  background: linear-gradient(90deg, rgba(18,73,53,1), rgba(255,255,255,0.8));
}
.swoosh-two {
  bottom: 87px;
  width: 560px;
  height: 12px;
  background: rgba(255,255,255,0.92);
}
.swoosh-three {
  bottom: 74px;
  width: 450px;
  height: 7px;
  background: rgba(255,255,255,0.82);
}
.sun {
  position: absolute;
  right: 36%;
  top: 82px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 245, 199, 0.88);
  filter: blur(1px);
  box-shadow: 0 0 32px rgba(255, 242, 171, 0.8);
}
.barn {
  position: absolute;
  right: 96px;
  bottom: 65px;
  width: 120px;
  height: 76px;
  background: linear-gradient(180deg, rgba(56,69,50,0.85), rgba(35,49,38,0.95));
  clip-path: polygon(0 100%, 0 32%, 20% 12%, 36% 28%, 56% 12%, 84% 30%, 84% 100%);
}
.barn::before {
  content: "";
  position: absolute;
  right: 90px;
  bottom: 38px;
  width: 24px;
  height: 68px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, rgba(73,87,66,0.95), rgba(41,55,44,0.95));
}
.fence {
  position: absolute;
  right: 18px;
  bottom: 40px;
  width: 220px;
  height: 64px;
  border-bottom: 5px solid rgba(25,47,35,0.75);
}
.fence::before,
.fence::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(25,47,35,0.75) 12% 14%, transparent 14% 30%, rgba(25,47,35,0.75) 30% 32%, transparent 32% 48%, rgba(25,47,35,0.75) 48% 50%, transparent 50% 66%, rgba(25,47,35,0.75) 66% 68%, transparent 68% 84%, rgba(25,47,35,0.75) 84% 86%, transparent 86%),
    linear-gradient(180deg, transparent 38%, rgba(25,47,35,0.75) 38% 44%, transparent 44% 60%, rgba(25,47,35,0.75) 60% 66%, transparent 66%);
}
.hero-bottom {
  margin: 0;
  padding: 16px 0 6px;
  color: #fff5dc;
  background: linear-gradient(90deg, #0f392c, #184735 50%, #0f392c);
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 36px;
  padding: 34px 20px 20px;
}

.intro-panel,
.services-panel {
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid #e7be62;
  background: #f6ead1;
  color: #8a5f16;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d19b2a;
}

h1 {
  margin: 28px 0 20px;
  color: var(--ink);
  font-size: clamp(2.75rem, 5vw, 5.2rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #2d3f57;
  max-width: 760px;
}
.humor {
  margin: 28px 0 20px;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.65;
}
.hat {
  font-size: 1.4rem;
  margin-right: 10px;
}
.bold-copy {
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--ink);
  font-weight: 700;
  max-width: 760px;
}

.contact-card {
  margin-top: 32px;
  background: var(--panel);
  border: 1px solid #d3d3c5;
  border-radius: var(--radius-lg);
  padding: 26px 28px;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(25,42,34,0.05);
}
.contact-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #efeee2;
  display: grid;
  place-items: center;
  font-size: 2rem;
}
.contact-content h2 {
  margin: 6px 0 14px;
  color: var(--ink);
  font-size: 1.1rem;
}
.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.contact-list li {
  font-size: 1.05rem;
}
.contact-list a {
  color: var(--ink-soft);
  text-decoration: none;
  font-weight: 700;
}
.service-area {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 2px solid rgba(111, 144, 65, 0.35);
  color: var(--ink);
}
.service-area-icon {
  font-size: 1.35rem;
  line-height: 1;
}
.contact-note {
  margin: 18px 0 0;
  font-size: 1rem;
  color: #33495a;
  line-height: 1.6;
}

.services-panel {
  background: linear-gradient(180deg, #fcfaf4 0%, #f8f6f0 100%);
  border: 1px solid #e4e0d4;
  border-radius: calc(var(--radius-xl) + 4px);
  padding: 34px;
  position: relative;
  overflow: hidden;
}
.services-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 190px;
  background: radial-gradient(circle at top right, #f4e7be 0%, #f4e7be 45%, transparent 46%);
  opacity: 0.6;
  pointer-events: none;
}
.services-intro {
  position: relative;
  margin: 0 0 26px;
  color: #2f302d;
  font-size: 1.18rem;
  line-height: 1.9;
}
.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  padding: 24px 22px;
  border-radius: var(--radius-md);
  border: 1px solid #e1ded4;
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(25, 42, 34, 0.04);
}
.service-card + .service-card { margin-top: 20px; }
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f0efe4;
  font-size: 1.7rem;
}
.service-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.15rem;
}
.service-card p {
  margin: 0;
  color: #37455c;
  line-height: 1.7;
  font-size: 1rem;
}

.site-footer {
  margin-top: 26px;
  padding: 28px 32px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(90deg, #0e382b 0%, #1b5842 50%, #0e382b 100%);
  color: #f4efe2;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 18px 28px;
  align-items: center;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-mark {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.3);
  display: grid;
  place-items: center;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.footer-title {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}
.footer-sub,
.footer-copy,
.footer-meta {
  color: #f2ead8;
  line-height: 1.6;
}
.footer-copy {
  text-align: right;
}
.footer-meta {
  grid-column: 1 / -1;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: center;
}

@media (max-width: 1040px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
  .footer-copy { text-align: left; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .page-shell { padding: 16px; }
  .hero-inner { padding: 24px 20px 20px; }
  .brand-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .brand-block {
    align-items: flex-start;
  }
  .brand-mark {
    width: 120px;
    height: 120px;
  }
  .value-list {
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }
  .hero-scenery { margin: 10px -20px 0; min-height: 190px; }
  .content-grid { padding: 24px 4px 12px; gap: 24px; }
  .contact-card {
    grid-template-columns: 1fr;
  }
  .contact-icon { display: none; }
}

@media (max-width: 560px) {
  .brand-block {
    gap: 14px;
  }
  .eyebrow {
    font-size: 0.92rem;
    padding: 10px 14px;
  }
  .lead,
  .services-intro,
  .service-card p,
  .contact-note { font-size: 1rem; }
  .services-panel { padding: 22px; }
  .service-card {
    grid-template-columns: 1fr;
  }
}


.contact-form {
  margin: 22px 0 4px;
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  gap: 6px;
}

.form-row label {
  color: var(--ink);
  font-weight: 700;
  font-size: 0.95rem;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid #d7d4c8;
  border-radius: 12px;
  background: #fffdf8;
  color: var(--body);
  font: inherit;
  padding: 12px 14px;
  box-shadow: inset 0 1px 2px rgba(25, 42, 34, 0.04);
}

.form-row textarea {
  resize: vertical;
  min-height: 120px;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: 3px solid rgba(111, 144, 65, 0.22);
  border-color: var(--accent);
}

.hidden-field {
  display: none;
}

.submit-button {
  justify-self: start;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #1f5b42, #0f3f2e);
  color: #fff8e8;
  font-weight: 800;
  font-size: 1rem;
  padding: 13px 22px;
  box-shadow: 0 8px 18px rgba(25, 42, 34, 0.16);
  cursor: pointer;
}

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

.footer-copy p {
  margin: 0;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin: 8px 0 0 !important;
}

.footer-links a {
  color: #fff8e8;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 248, 232, 0.55);
}

.footer-links a:hover {
  border-bottom-color: #fff8e8;
}

@media (max-width: 1040px) {
  .footer-links {
    justify-content: flex-start;
  }
}
