.website-landing-page {
  background: #f8f6f0;
}

.website-hero {
  min-height: 820px;
  background:
    linear-gradient(90deg, rgba(20, 33, 17, .88) 0%, rgba(20, 33, 17, .72) 39%, rgba(20, 33, 17, .18) 70%, rgba(20, 33, 17, .04) 100%),
    url("../assets/verena-hero-1920.webp") center / cover no-repeat;
}

.website-hero::after {
  background: linear-gradient(0deg, rgba(16, 27, 14, .32), transparent 48%);
}

.website-hero-content {
  padding-top: 150px;
}

.website-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .72);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
}

.website-breadcrumb a {
  color: var(--white);
  text-decoration-color: rgba(255, 255, 255, .45);
  text-underline-offset: 4px;
}

.website-breadcrumb a:hover {
  text-decoration-color: var(--yellow-bright);
}

.website-hero h1 {
  max-width: 900px;
  font-size: clamp(3.5rem, 6.1vw, 6.4rem);
}

.website-hero .hero-copy {
  max-width: 690px;
}

.hero-note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .86rem;
  font-weight: 650;
}

.website-trust {
  border-bottom: 1px solid rgba(37, 37, 37, .08);
  background: var(--white);
}

.website-trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  padding: 20px 0;
}

.website-trust-grid span {
  position: relative;
  color: var(--green-dark);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-align: center;
}

.website-trust-grid span + span::before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--yellow-bright);
  content: "";
  transform: translateY(-50%);
}

.website-why,
.website-services,
.website-fit,
.website-about,
.website-faq {
  padding: 120px 0;
}

.website-section-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(56px, 8vw, 112px);
  align-items: start;
}

.website-section-intro {
  position: sticky;
  top: 112px;
}

.website-section-intro h2,
.website-heading h2,
.website-fit-copy h2,
.website-about-copy h2,
.website-faq-heading h2,
.website-ai-grid h2,
.website-process h2 {
  margin: 0;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.55vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .98;
}

.website-section-intro > p:not(.eyebrow),
.website-heading > p:not(.eyebrow),
.website-about-copy > p,
.website-ai-copy p {
  color: #555a53;
}

.website-section-intro > p:not(.eyebrow) {
  margin: 30px 0 0;
  font-size: 1.05rem;
}

.website-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.website-benefit {
  min-height: 260px;
  padding: 32px;
  border: 1px solid rgba(37, 37, 37, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
}

.website-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(49, 77, 40, .20);
  border-radius: 50%;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: .82rem;
}

.website-benefit h3,
.website-service-card h3,
.website-process-grid h3 {
  margin: 38px 0 12px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 1.68rem;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.website-benefit p,
.website-service-card p,
.website-process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.website-ai-explain {
  padding: 100px 0;
  background: var(--green);
  color: var(--white);
}

.website-ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.website-ai-grid h2 {
  color: var(--white);
}

.website-ai-copy p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
}

.website-services {
  background:
    radial-gradient(circle at 4% 8%, rgba(225, 183, 11, .12), transparent 21%),
    #f8f5ed;
}

.website-heading {
  max-width: 850px;
}

.website-heading > p:not(.eyebrow) {
  max-width: 700px;
  margin: 28px 0 0;
  font-size: 1.05rem;
}

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

.website-service-card {
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(37, 37, 37, .12);
  border-radius: 22px;
  background: var(--white);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.website-service-card:hover {
  border-color: rgba(49, 77, 40, .3);
  box-shadow: 0 18px 44px rgba(35, 56, 29, .09);
  transform: translateY(-4px);
}

.website-service-label {
  color: var(--green);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.website-service-card h3 {
  margin-top: 54px;
}

.website-fit {
  background: var(--white);
}

.website-fit-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(52px, 8vw, 116px);
  align-items: start;
}

.website-fit-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.website-fit-list li {
  position: relative;
  padding: 22px 0 22px 42px;
  border-bottom: 1px solid rgba(37, 37, 37, .12);
  color: #454a44;
  font-size: 1.03rem;
}

.website-fit-list li:first-child {
  border-top: 1px solid rgba(37, 37, 37, .12);
}

.website-fit-list li::before {
  position: absolute;
  top: 24px;
  left: 0;
  display: grid;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--yellow-bright);
  color: var(--green-dark);
  content: "✓";
  font-size: .78rem;
  font-weight: 900;
  place-items: center;
}

.website-references {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.website-process {
  padding: 112px 0 122px;
  background: var(--green-dark);
  color: var(--white);
}

.website-heading-light h2 {
  max-width: 900px;
  color: var(--white);
}

.website-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 64px 0 0;
  padding: 0;
  list-style: none;
}

.website-process-grid li {
  min-height: 260px;
  padding: 30px 28px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-right: 1px solid rgba(255, 255, 255, .16);
}

.website-process-grid li:last-child {
  border-right: 0;
}

.website-process-grid li > span {
  color: var(--yellow-bright);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.website-process-grid h3 {
  margin-top: 62px;
  color: var(--white);
}

.website-process-grid p {
  color: rgba(255, 255, 255, .7);
}

.website-about {
  background: #f3f0e7;
}

.website-about-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(56px, 8vw, 112px);
  align-items: center;
}

.website-about-image {
  position: relative;
  max-width: 460px;
}

.website-about-image::after {
  position: absolute;
  z-index: 0;
  right: -26px;
  bottom: -26px;
  width: 72%;
  height: 72%;
  border: 2px solid var(--yellow-bright);
  content: "";
}

.website-about-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 610px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center 18%;
}

.website-about-copy {
  max-width: 700px;
}

.website-about-lead {
  margin: 30px 0 18px;
  font-size: 1.12rem;
  font-weight: 650;
}

.website-about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
}

.website-about-facts span {
  padding: 18px;
  border-top: 1px solid rgba(37, 37, 37, .18);
  color: var(--muted);
  font-size: .82rem;
}

.website-about-facts strong {
  display: block;
  margin-bottom: 3px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.website-faq {
  background: var(--white);
}

.website-faq-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(58px, 8vw, 110px);
  align-items: start;
}

.website-faq-heading {
  position: sticky;
  top: 112px;
}

.website-faq-list {
  border-top: 1px solid rgba(37, 37, 37, .14);
}

.website-faq-list details {
  border-bottom: 1px solid rgba(37, 37, 37, .14);
}

.website-faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--green-dark);
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 800;
  list-style: none;
}

.website-faq-list summary::-webkit-details-marker {
  display: none;
}

.website-faq-list summary::after {
  position: absolute;
  top: 22px;
  right: 2px;
  display: grid;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(49, 77, 40, .24);
  border-radius: 50%;
  content: "+";
  font-size: 1.1rem;
  font-weight: 400;
  place-items: center;
}

.website-faq-list details[open] summary::after {
  content: "–";
}

.website-faq-list details p {
  max-width: 760px;
  margin: -2px 48px 26px 0;
  color: var(--muted);
}

.website-contact .contact-copy > p:not(.eyebrow) {
  max-width: 735px;
}

.website-contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.website-contact-phone {
  color: var(--white);
  font-weight: 750;
  text-underline-offset: 5px;
}

.website-mobile-cta {
  display: none;
}

@media (max-width: 1040px) {
  .website-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .website-process-grid li:nth-child(2) {
    border-right: 0;
  }

  .website-process-grid li:nth-child(3),
  .website-process-grid li:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .16);
  }
}

@media (max-width: 900px) {
  .website-hero {
    min-height: 800px;
    background-image: linear-gradient(90deg, rgba(20, 33, 17, .88) 0%, rgba(20, 33, 17, .72) 39%, rgba(20, 33, 17, .18) 70%, rgba(20, 33, 17, .04) 100%), url("../assets/verena-hero-960.webp");
    background-position: 64% center;
  }

  .website-section-grid,
  .website-ai-grid,
  .website-fit-grid,
  .website-about-grid,
  .website-faq-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .website-section-intro,
  .website-faq-heading {
    position: static;
  }

  .website-about-image {
    max-width: 500px;
    margin-inline: auto;
  }

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

  .website-trust-grid span + span::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .website-landing-page {
    padding-bottom: 70px;
  }

  .website-hero {
    min-height: 760px;
    background-image:
      linear-gradient(90deg, rgba(20, 33, 17, .91) 0%, rgba(20, 33, 17, .74) 54%, rgba(20, 33, 17, .25) 100%),
      url("../assets/verena-hero-960.webp");
    background-position: 65% center;
  }

  .website-hero-content {
    padding-top: 116px;
    padding-bottom: 80px;
  }

  .website-hero h1 {
    max-width: 100%;
    font-size: clamp(3rem, 13.6vw, 4.6rem);
  }

  .website-hero .hero-copy {
    max-width: 96%;
  }

  .website-trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 16px 0;
  }

  .website-trust-grid span {
    padding: 4px;
    font-size: .74rem;
    text-align: left;
  }

  .website-why,
  .website-services,
  .website-fit,
  .website-about,
  .website-faq,
  .website-references {
    padding: 88px 0;
  }

  .website-benefit-grid,
  .website-service-grid,
  .website-process-grid,
  .website-about-facts {
    grid-template-columns: 1fr;
  }

  .website-benefit,
  .website-service-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .website-benefit h3,
  .website-service-card h3 {
    margin-top: 30px;
  }

  .website-ai-explain,
  .website-process {
    padding: 88px 0;
  }

  .website-process-grid {
    margin-top: 48px;
  }

  .website-process-grid li,
  .website-process-grid li:nth-child(2),
  .website-process-grid li:nth-child(3),
  .website-process-grid li:nth-child(4) {
    min-height: auto;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-right: 0;
  }

  .website-process-grid h3 {
    margin-top: 28px;
  }

  .website-project-grid {
    grid-template-columns: 1fr;
  }

  .website-about-image::after {
    right: -10px;
    bottom: -10px;
  }

  .website-about-facts span {
    padding-left: 0;
  }

  .website-faq-list summary {
    padding-right: 42px;
  }

  .website-faq-list details p {
    margin-right: 0;
  }

  .website-contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .website-mobile-cta {
    position: fixed;
    z-index: 35;
    right: 14px;
    bottom: 14px;
    left: 14px;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(35, 56, 29, .16);
    border-radius: 999px;
    background: var(--yellow-bright);
    box-shadow: 0 14px 34px rgba(22, 34, 19, .24);
    color: var(--green-dark);
    font-weight: 850;
    text-decoration: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .website-service-card:hover {
    transform: none;
  }
}
