:root {
  --ink: #17211b;
  --ink-soft: #536057;
  --green: #79b82a;
  --green-dark: #4f8f16;
  --green-pale: #eef7df;
  --red: #ed1c24;
  --cloud: #f5f7f4;
  --white: #fff;
  --line: #dfe6dc;
  --shadow: 0 22px 70px rgba(28, 49, 31, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fbfcfa;
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

h2 {
  margin-bottom: 24px;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

h2 span {
  display: block;
  color: var(--green);
}

.section {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.brand {
  position: relative;
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  line-height: 0.85;
}

.brand::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -10px;
  width: 72px;
  height: 31px;
  border-top: 3px solid var(--red);
  border-radius: 50%;
  transform: rotate(4deg);
}

.brand-name {
  color: var(--red);
  font-size: 39px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -3px;
  transform: skewX(-7deg);
}

.brand-sub {
  margin-top: 8px;
  padding-left: 24px;
  color: #6a706b;
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #8bc532, #63a719);
  box-shadow: 0 12px 30px rgba(104, 170, 28, 0.24);
  color: var(--white);
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  outline: none;
  box-shadow: 0 16px 36px rgba(104, 170, 28, 0.32);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  background: #fafbf9;
}

.hero-artwork {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.site-header {
  position: absolute;
  top: 27px;
  left: 50%;
  z-index: 10;
  width: min(1180px, calc(100% - 48px));
  min-height: 66px;
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  align-items: center;
  gap: 22px;
  transform: translateX(-50%);
}

.main-nav {
  min-width: 440px;
  justify-self: center;
  display: flex;
  justify-content: center;
  gap: 3px;
  padding: 7px 17px;
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(35, 54, 40, 0.08);
}

.main-nav a {
  padding: 10px 18px;
  border-radius: 999px;
  color: #2d352f;
  font-size: 12px;
  font-weight: 650;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  outline: none;
  background: var(--green-pale);
  color: var(--green-dark);
}

.header-button {
  min-width: 205px;
  min-height: 54px;
  justify-self: end;
  border: 2px solid rgba(255, 255, 255, 0.92);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 430px;
  padding-top: 147px;
  margin-left: max(48px, calc((100vw - 1180px) / 2));
}

.hero-copy h1 {
  margin-bottom: 28px;
  color: #252825;
  font-size: clamp(68px, 6.1vw, 88px);
  font-weight: 850;
  letter-spacing: -0.068em;
  line-height: 0.85;
}

.hero-copy h1 span {
  color: var(--green);
}

.hero-copy > p {
  max-width: 305px;
  margin-bottom: 28px;
  color: #353a36;
  font-size: 16px;
  font-weight: 520;
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.button-secondary {
  min-width: 150px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #b6cf91;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.83);
  color: #242a25;
  font-size: 12px;
  font-weight: 750;
}

.experience {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
}

.experience > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.experience strong {
  font-size: 13px;
}

.experience-number {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  border: 2px solid #9bc75d;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}

.services {
  padding-top: 115px;
  padding-bottom: 115px;
}

.section-heading {
  margin-bottom: 45px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 80px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.section-heading > p {
  margin-bottom: 5px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 175px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 38%;
  align-items: center;
  gap: 20px;
  padding-left: 25px;
  border: 1px solid #e4e9e1;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0 15px 45px rgba(41, 60, 44, 0.08);
}

.service-number {
  align-self: start;
  padding-top: 35px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.service-card div {
  position: relative;
  z-index: 2;
  padding: 25px 0;
}

.service-card h3 {
  margin-bottom: 8px;
  font-size: 19px;
  letter-spacing: -0.025em;
}

.service-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.service-card img {
  width: 100%;
  height: 175px;
  object-fit: cover;
}

.about {
  padding-top: 35px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: 90px;
}

.about-picture {
  position: relative;
  min-height: 560px;
}

.about-picture img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 42px 145px 42px 42px;
  box-shadow: var(--shadow);
}

.about-number {
  position: absolute;
  right: -36px;
  bottom: -42px;
  color: rgba(121, 184, 42, 0.9);
  font-size: 210px;
  font-weight: 900;
  letter-spacing: -0.11em;
  line-height: 0.8;
}

.about-copy .lead {
  color: #28332c;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.65;
}

.about-copy p:not(.eyebrow):not(.lead) {
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a9bd9c;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 750;
}

.benefits {
  background: #17211b;
  color: #fff;
}

.benefits-inner {
  padding-top: 110px;
  padding-bottom: 110px;
}

.benefits h2 {
  max-width: 780px;
}

.benefit-grid {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.benefit-grid article {
  min-height: 260px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.055);
}

.benefit-grid article > span {
  display: block;
  margin-bottom: 52px;
  color: #a8d759;
  font-size: 28px;
  font-weight: 900;
}

.benefit-grid h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.benefit-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.65;
}

.process {
  margin-top: 38px;
  padding: 25px 30px;
  display: grid;
  grid-template-columns: 1fr 80px 1fr 80px 1fr;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.process div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.process span {
  color: #a8d759;
  font-size: 12px;
  font-weight: 850;
}

.process strong {
  font-size: 14px;
}

.process i {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), #9ccb52);
}

.seasons {
  padding-top: 115px;
  padding-bottom: 115px;
}

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

.season-grid article {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 35px 110px 35px 35px;
}

.season-grid article:nth-child(even) {
  border-radius: 110px 35px 35px 35px;
}

.season-grid img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.season-grid article:hover img {
  transform: scale(1.035);
}

.season-grid article::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(10, 18, 12, 0.88));
}

.season-grid article div {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  z-index: 2;
  color: #fff;
}

.season-grid span {
  display: block;
  margin-bottom: 8px;
  color: #b3e466;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.season-grid h3 {
  margin-bottom: 7px;
  font-size: 25px;
}

.season-grid p {
  max-width: 390px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 50%, rgba(137, 190, 78, 0.3), transparent 27%),
    linear-gradient(105deg, #f1f7ec 0 55%, #e4efdc 55% 100%);
}

.contact::after {
  content: "";
  position: absolute;
  right: 11%;
  top: 23%;
  width: 78px;
  height: 78px;
  border: 18px solid var(--green);
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 20px 38px rgba(77, 126, 24, 0.25);
  transform: rotate(-45deg);
}

.contact-grid {
  position: relative;
  z-index: 2;
  padding-top: 110px;
  padding-bottom: 110px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 90px;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 500px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.contact-links {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-links a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-links small {
  color: #63715f;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-links strong {
  color: var(--green-dark);
  font-size: 23px;
}

.contact-form {
  width: min(100%, 570px);
  justify-self: end;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.form-heading {
  margin-bottom: 22px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-heading span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-heading strong {
  font-size: 22px;
}

.contact-form label {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #4d5b51;
  font-size: 11px;
  font-weight: 750;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dfe7dc;
  border-radius: 13px;
  outline: none;
  background: #fafcf9;
  color: var(--ink);
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 115px;
  padding: 13px 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #94c74c;
  box-shadow: 0 0 0 3px rgba(121, 184, 42, 0.13);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.submit-button {
  width: 100%;
  margin-top: 3px;
}

.form-note {
  margin: 11px 0 0;
  color: #7c887e;
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}

footer {
  padding: 30px 0;
  background: #121b15;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 50px;
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.footer-grid > div strong {
  color: #fff;
  font-size: 11px;
}

.footer-grid > span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

footer .brand-sub {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1040px) {
  .site-header {
    width: calc(100% - 32px);
    grid-template-columns: 180px 1fr 180px;
  }

  .main-nav {
    min-width: 390px;
    padding-inline: 9px;
  }

  .main-nav a {
    padding-inline: 13px;
  }

  .header-button {
    min-width: 175px;
  }

  .hero-copy {
    margin-left: 28px;
  }

  .hero-artwork {
    object-position: 53% center;
  }

  .service-card {
    grid-template-columns: 44px 1fr;
  }

  .service-card img {
    position: absolute;
    inset: 0 0 0 62%;
    width: 38%;
    opacity: 0.18;
  }

  .about {
    gap: 55px;
  }

  .footer-grid {
    grid-template-columns: auto 1fr auto;
  }

  .footer-grid > span {
    display: none;
  }
}

@media (max-width: 820px) {
  .section {
    width: min(100% - 30px, 650px);
  }

  .hero {
    min-height: 890px;
  }

  .hero-artwork {
    top: auto;
    height: 470px;
    object-position: 63% center;
  }

  .site-header {
    top: 10px;
    width: calc(100% - 18px);
    min-height: 64px;
    padding: 8px 12px;
    grid-template-columns: auto 1fr;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 35px rgba(37, 58, 40, 0.1);
  }

  .brand::after,
  .brand-sub {
    display: none;
  }

  .brand-name {
    font-size: 29px;
  }

  .main-nav {
    min-width: 0;
    justify-self: end;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .main-nav a {
    display: none;
  }

  .main-nav a:first-child,
  .main-nav a:last-child {
    display: inline-flex;
    padding: 9px 10px;
  }

  .header-button {
    display: none;
  }

  .hero-copy {
    width: calc(100% - 36px);
    padding-top: 108px;
    margin-left: 18px;
  }

  .hero-copy h1 {
    max-width: 520px;
    font-size: clamp(54px, 14.5vw, 72px);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-grid,
  .about,
  .benefit-grid,
  .season-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about {
    gap: 65px;
  }

  .about-picture,
  .about-picture img {
    min-height: 460px;
    height: 460px;
  }

  .about-number {
    right: 0;
    font-size: 170px;
  }

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

  .process i {
    width: 1px;
    height: 20px;
    margin-left: 6px;
  }

  .contact-grid {
    gap: 48px;
  }

  .contact-form {
    justify-self: stretch;
  }

  .contact::after {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
  }

  .footer-grid > div:last-of-type {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 850px;
  }

  .hero-copy h1 {
    font-size: 53px;
  }

  .hero-actions {
    gap: 9px;
  }

  .hero-actions .button,
  .button-secondary {
    min-width: 0;
    min-height: 46px;
    padding-inline: 15px;
    font-size: 11px;
  }

  .hero-artwork {
    height: 435px;
    object-position: 64% center;
  }

  .services,
  .seasons {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .service-card {
    min-height: 165px;
    padding-left: 18px;
    border-radius: 26px;
  }

  .about {
    padding-bottom: 90px;
  }

  .about-picture,
  .about-picture img {
    min-height: 420px;
    height: 420px;
  }

  .benefits-inner,
  .contact-grid {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .season-grid article,
  .season-grid article:nth-child(even) {
    min-height: 390px;
    border-radius: 30px 80px 30px 30px;
  }

  .contact-form {
    padding: 24px;
    border-radius: 27px;
  }

  .form-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:last-of-type {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
