:root {
  --grass-900: #214c21;
  --grass-800: #3e7b2d;
  --grass-700: #5b9d35;
  --grass-500: #8ac943;
  --sky-600: #4ba4de;
  --sky-400: #9fd7f6;
  --sun-400: #f0c44a;
  --cream-100: #fffdf3;
  --cream-200: #f4f0dc;
  --cream-300: #e9e6d0;
  --ink: #192417;
  --muted: #536052;
  --line: rgba(33, 76, 33, 0.12);
  --shadow-soft: 0 16px 35px rgba(39, 63, 33, 0.12);
  --shadow-card: 0 8px 18px rgba(39, 63, 33, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background: #eef4ea;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  display: none;
}

body::after {
  display: none;
}

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

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero,
.section,
.value-card,
.service-card,
.story-card,
.contact-panel,
.contact-card,
.site-footer {
  position: relative;
}

.hero {
  display: grid;
  gap: 2rem;
  min-height: 100vh;
  padding: 2.5rem 1.75rem 3rem;
  align-content: center;
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    url("assets/mowers-blowers-hero-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(15, 37, 21, 0.58) 0%, rgba(15, 37, 21, 0.26) 34%, rgba(15, 37, 21, 0.06) 60%, rgba(15, 37, 21, 0.18) 100%),
    linear-gradient(180deg, rgba(19, 52, 79, 0.26), rgba(19, 52, 79, 0) 28%, rgba(33, 76, 33, 0.18) 100%);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background:
    linear-gradient(180deg, rgba(34, 89, 25, 0), rgba(34, 89, 25, 0.24));
  opacity: 1;
}

.hero > * {
  position: relative;
  z-index: 1;
}

.hero__copy {
  align-self: center;
  max-width: 640px;
  width: min(100%, 640px);
}

.hero__art {
  display: grid;
  gap: 1rem;
  justify-items: center;
  align-content: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f8f2cf;
}

.eyebrow::before {
  content: "";
  width: 2.8rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sun-400), #dff3ff);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 0.95;
  text-transform: uppercase;
}

h1 {
  max-width: 9ch;
  font-size: clamp(3.8rem, 7vw, 6.4rem);
  letter-spacing: 0.015em;
  color: #fffef8;
  padding: 0.15em 0.22em 0.2em;
  border-radius: 0.22em;
  background: linear-gradient(180deg, rgba(14, 38, 58, 0.72), rgba(23, 58, 29, 0.38));
  text-shadow:
    0 2px 2px rgba(8, 20, 34, 0.35),
    0 6px 18px rgba(8, 20, 34, 0.28);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

h2 {
  font-size: clamp(2.3rem, 4vw, 3.6rem);
  color: var(--ink);
}

h3 {
  font-size: 1.85rem;
  color: var(--grass-900);
}

.hero__tagline {
  margin: 1rem 0 1rem;
  max-width: 13ch;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff8e8;
  text-shadow: 0 2px 10px rgba(8, 20, 34, 0.28);
}

.hero__intro,
.value-card p,
.service-card p,
.story-card p {
  margin: 0;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.94);
}

.hero__intro {
  max-width: 52ch;
}

.hero__seo-copy {
  margin: 0.9rem 0 0;
  max-width: 54ch;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 2px solid transparent;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(33, 76, 33, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible,
.contact-panel__item:hover,
.contact-panel__item:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: white;
  background: linear-gradient(180deg, #6baa3e, #467f2a);
}

.button--secondary {
  color: white;
  background: linear-gradient(180deg, #5cb3eb, #4197d1);
}

.contact-card__label,
.contact-panel__label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__logo {
  width: clamp(520px, 78vw, 1500px);
  filter: drop-shadow(0 18px 28px rgba(14, 30, 17, 0.26));
}

.section {
  display: none;
}

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

.section-heading--center {
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading h2 {
  max-width: 14ch;
}

.section-heading--center h2 {
  margin-inline: auto;
}

.value-grid,
.service-grid {
  display: grid;
  gap: 1rem;
}

.value-card,
.service-card {
  padding: 1.35rem;
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.value-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.9rem;
  border-radius: 999px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--grass-800);
  background: linear-gradient(180deg, #f6ebae, #e7d878);
}

.service-card {
  text-align: center;
}

.service-card::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 0.95rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9), transparent 22%),
    linear-gradient(180deg, rgba(235, 249, 255, 1), rgba(243, 240, 202, 1));
  box-shadow: inset 0 0 0 1px rgba(33, 76, 33, 0.08);
}

.story-card {
  display: grid;
  gap: 1.4rem;
  align-items: center;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.story-card__copy,
.story-card__visual {
  padding: 1.35rem;
  border-radius: 24px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

.story-card__copy h2 {
  max-width: 12ch;
  margin-bottom: 0.9rem;
}

.story-card__copy p + p {
  margin-top: 1rem;
}

.story-card__visual {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 242, 226, 0.98));
}

.story-card__visual img {
  width: 100%;
  border-radius: 18px;
}

.contact-panel {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 24px;
  background: linear-gradient(180deg, #4fa8df, #3f8ec4);
  color: white;
}

.contact-panel__item {
  padding: 1.1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-panel__item strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.05rem;
}

.contact-panel__label {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer {
  display: none;
}

.site-footer__logo {
  width: 92px;
}

.site-footer__details {
  display: grid;
  gap: 0.25rem;
}

.site-footer__details span,
.site-footer__details a {
  color: rgba(255, 255, 255, 0.82);
}

@media (min-width: 760px) {
  .page-shell {
    width: 100%;
    padding: 0;
  }

  .hero {
    grid-template-columns: minmax(0, 440px) minmax(620px, 1fr);
    justify-content: center;
    align-items: center;
    padding: 4rem 5.5rem 4.5rem;
  }

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

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

  .story-card {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  }

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

@media (min-width: 1080px) {
  .hero {
    gap: 2.5rem;
  }

  .hero__copy {
    padding-left: 0;
  }

  .hero__art {
    align-content: center;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding: 1.75rem 1.25rem 2.5rem;
    border-radius: 0;
  }

  .hero__art {
    order: -1;
    align-content: center;
    justify-items: center;
    width: 100%;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .hero__logo {
    width: 150%;
    max-width: none;
  }

  h1 {
    max-width: 100%;
  }

  .button {
    width: 100%;
  }

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