.lea-hero-root {
  background: var(--lea-ivory);
}

.lea-hero {
  position: relative;
  isolation: isolate;
  min-height: min(940px, 100svh);
  overflow: hidden;
  border-bottom: 1px solid rgba(13, 61, 28, 0.1);
  background:
    radial-gradient(circle at 10% 18%, rgba(226, 173, 8, 0.09), transparent 24%),
    linear-gradient(115deg, #ffffff 0%, var(--lea-ivory) 55%, var(--lea-ivory-deep) 100%);
}

.lea-hero__field {
  position: absolute;
  z-index: -1;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  width: 52%;
  background:
    linear-gradient(90deg, var(--lea-ivory) 0%, rgba(251, 250, 246, 0.56) 25%, rgba(251, 250, 246, 0.34)),
    url("../images/prateria-bokeh.jpg") center / cover no-repeat;
  filter: saturate(0.55) contrast(0.92);
  opacity: 0.48;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%);
}

.lea-hero__content {
  display: grid;
  min-height: min(940px, 100svh);
  align-content: center;
  padding-top: calc(var(--header-height) + clamp(1.75rem, 4.5vh, 3.5rem));
  padding-bottom: clamp(2.2rem, 5vh, 4rem);
}

.lea-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, 0.97fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.lea-hero__copy {
  max-width: 660px;
  animation: lea-hero-copy 0.8s var(--ease-birth) both;
}

.lea-hero__eyebrow {
  margin: 0 0 1.1rem;
  color: var(--lea-gold-text);
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
}

.lea-hero__title {
  max-width: 10ch;
  margin: 0;
  color: var(--lea-green-deep);
  font-size: clamp(3.3rem, 6.8vw, 5.8rem);
  font-weight: 500;
  line-height: 0.91;
}

.lea-hero__statement {
  margin: 1.3rem 0 0.8rem;
  color: var(--lea-green);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 600;
  line-height: 1.2;
}

.lea-hero__lead {
  max-width: 58ch;
  margin: 0;
  color: var(--lea-ink-soft);
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.75;
}

.lea-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.lea-hero__actions .btn {
  min-width: 174px;
}

.lea-hero__visual {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
}

.lea-hero__seal {
  position: absolute;
  width: min(92%, 560px);
  aspect-ratio: 1;
  border: 1px solid rgba(226, 173, 8, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 32px rgba(255, 255, 255, 0.28), 0 35px 90px rgba(20, 58, 29, 0.12);
}

.lea-hero__seal::before,
.lea-hero__seal::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.lea-hero__seal::before {
  inset: 7%;
  border: 1px solid rgba(13, 97, 40, 0.12);
}

.lea-hero__seal::after {
  top: 2%;
  right: 14%;
  width: 11px;
  height: 11px;
  background: var(--lea-gold);
}

.lea-hero__mark {
  position: relative;
  display: block;
  width: min(100%, 590px);
  aspect-ratio: 1;
  animation: lea-hero-mark 1s var(--ease-birth) 0.08s both;
}

.lea-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lea-hero__pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: clamp(2.2rem, 5vh, 4rem) 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(13, 61, 28, 0.14);
  list-style: none;
}

.lea-hero__pillars li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.2rem 0.8rem;
  padding-right: 1.2rem;
  color: var(--lea-ink-soft);
  font-size: 0.79rem;
}

.lea-hero__pillars li + li {
  padding-left: clamp(1rem, 3vw, 2.3rem);
  border-left: 1px solid rgba(13, 61, 28, 0.12);
}

.lea-hero__pillars span {
  grid-row: span 2;
  color: var(--lea-gold-text);
  font-size: 0.65rem;
  font-weight: 600;
}

.lea-hero__pillars strong {
  color: var(--lea-green-deep);
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1;
}

@keyframes lea-hero-copy {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

@keyframes lea-hero-mark {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: none; }
}

.lea-products {
  padding-block: clamp(4.5rem, 9vw, 7.5rem);
  scroll-margin-top: var(--header-height);
  background: var(--lea-white);
}

.lea-products__layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2.5rem, 7vw, 6.5rem);
}

.lea-products__head {
  position: sticky;
  top: calc(var(--header-height) + 2.2rem);
}

.lea-products__title {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.1rem);
  font-weight: 500;
}

.lea-products__intro {
  margin: 1.2rem 0 0;
  color: var(--lea-ink-soft);
  line-height: 1.75;
}

.lea-products__all {
  display: inline-flex;
  gap: 0.55rem;
  margin-top: 1.5rem;
  padding-bottom: 0.22rem;
  border-bottom: 1px solid var(--lea-gold);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.lea-products__grid {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lea-products__empty {
  display: grid;
  min-height: 270px;
  align-content: center;
  gap: 0.65rem;
  padding: clamp(1.8rem, 5vw, 3.2rem);
  border: 1px solid rgba(13, 61, 28, 0.12);
  border-left: 3px solid var(--lea-gold);
  border-radius: var(--radius);
  background: var(--lea-ivory);
}

.lea-products__empty span {
  color: var(--lea-gold-text);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.lea-products__empty strong {
  color: var(--lea-green-deep);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 600;
  line-height: 1.05;
}

.lea-products__empty p {
  max-width: 46ch;
  margin: 0;
  color: var(--lea-ink-soft);
}

.lea-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(0, 1.28fr);
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(13, 61, 28, 0.11);
  border-left: 3px solid var(--accent);
  border-radius: var(--radius);
  background: var(--lea-ivory);
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s var(--ease-birth);
}

.lea-card:hover {
  border-color: rgba(226, 173, 8, 0.36);
  box-shadow: var(--shadow-card);
  transform: translateY(-3px);
}

.lea-card__media {
  min-height: 100%;
  overflow: hidden;
  background: var(--lea-ivory-deep);
}

.lea-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease-birth);
}

.lea-card:hover .lea-card__media img {
  transform: scale(1.035);
}

.lea-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.4rem, 3vw, 2rem);
}

.lea-card__line {
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.lea-card__name {
  margin: 0.45rem 0 0.35rem;
  font-size: clamp(1.65rem, 3vw, 2.05rem);
}

.lea-card__desc {
  margin: 0 0 1rem;
  color: var(--lea-ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.lea-card__cta {
  display: inline-flex;
  gap: 0.45rem;
  align-self: flex-start;
  margin-top: auto;
  color: var(--lea-green);
  font-size: 0.76rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .lea-hero {
    min-height: auto;
  }

  .lea-hero__content {
    min-height: auto;
    padding-top: calc(var(--header-height) + 3.2rem);
    padding-bottom: 2.6rem;
  }

  .lea-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .lea-hero__copy {
    max-width: 700px;
  }

  .lea-hero__title {
    max-width: 11ch;
  }

  .lea-hero__visual {
    grid-row: 1;
  }

  .lea-hero__mark {
    width: min(72vw, 420px);
  }

  .lea-hero__seal {
    width: min(70vw, 400px);
  }

  .lea-hero__field {
    top: var(--header-height);
    width: 100%;
    opacity: 0.26;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
    mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
  }

  .lea-products__layout {
    grid-template-columns: 1fr;
  }

  .lea-products__head {
    position: static;
    max-width: 620px;
  }

  .lea-products__title {
    max-width: 13ch;
  }
}

@media (max-width: 620px) {
  .lea-hero__content {
    padding-top: calc(var(--header-height) + 2rem);
  }

  .lea-hero__visual {
    margin-bottom: -0.4rem;
  }

  .lea-hero__mark {
    width: min(82vw, 330px);
  }

  .lea-hero__seal {
    width: min(78vw, 310px);
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.25);
  }

  .lea-hero__title {
    font-size: clamp(3rem, 15vw, 4.45rem);
  }

  .lea-hero__actions {
    display: grid;
  }

  .lea-hero__actions .btn {
    width: 100%;
  }

  .lea-hero__pillars {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    margin-top: 2.2rem;
  }

  .lea-hero__pillars li,
  .lea-hero__pillars li + li {
    padding: 0 0 0.8rem;
    border-right: 0;
    border-bottom: 1px solid rgba(13, 61, 28, 0.1);
    border-left: 0;
  }

  .lea-card {
    grid-template-columns: 42% 58%;
    min-height: 245px;
  }

  .lea-card__body {
    padding: 1.2rem;
  }
}

@media (max-width: 440px) {
  .lea-card {
    grid-template-columns: 1fr;
  }

  .lea-card__media {
    aspect-ratio: 5 / 3;
  }

  .lea-card__body {
    min-height: 215px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lea-hero__copy,
  .lea-hero__mark {
    animation: none;
  }

  .lea-card,
  .lea-card__media img {
    transition: none;
  }
}
