/* Homepage refinements based on the supplied LANCO Figma composition. */
.lanco-figma-hero,
.lanco-figma-hero .lanco-hero-inner {
  min-height: 610px;
}

.lanco-figma-hero .lanco-hero-copy {
  width: min(460px, 43%);
}

.lanco-figma-hero .lanco-hero-copy h1 {
  margin-bottom: 18px;
  color: #111111;
  font-family: var(--sans);
  font-size: clamp(3.2rem, 5.4vw, 5.7rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .92;
}

.lanco-figma-hero .lanco-hero-copy > p {
  max-width: 330px;
  color: #6f6f6f;
  font-size: .98rem;
}

.lanco-hero-button {
  margin-top: 28px;
}

.lanco-figma-intro {
  padding: 100px 0;
  background: #faf7f0;
}

.lanco-figma-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr);
  gap: 8%;
  align-items: center;
}

.lanco-figma-intro-copy {
  max-width: 500px;
}

.lanco-figma-intro h2,
.lanco-figma-section-title h2 {
  margin: 0 0 24px;
  color: #111111;
  font-family: var(--sans);
  font-size: clamp(2.6rem, 4.5vw, 4.7rem);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .98;
}

.lanco-figma-intro-copy > p {
  margin: 0;
  color: #6f6f6f;
  line-height: 1.8;
}

.lanco-figma-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.lanco-button-outline {
  background: transparent !important;
  color: #111111 !important;
}

.lanco-button-outline:hover {
  background: #6b8e3b !important;
  color: #ffffff !important;
}

.lanco-figma-product-image {
  margin: 0;
  overflow: hidden;
  border-radius: 0 34px 34px 34px;
  background: #e8d8c3;
}

.lanco-figma-product-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center 46%;
}

.lanco-figma-testimonials {
  padding-top: 90px;
  background: #faf7f0;
  border-top: 1px solid var(--line);
}

.lanco-figma-section-title h2 {
  margin-bottom: 8px;
  font-size: clamp(2.4rem, 3.5vw, 3.7rem);
}

.lanco-figma-section-title > p {
  margin: 0;
  color: #6f6f6f;
  font-size: .85rem;
}

.lanco-figma-testimonials .lanco-quotes {
  gap: 28px;
  margin-top: 42px;
}

.lanco-figma-testimonials .lanco-quotes blockquote {
  min-height: 245px;
  padding: 30px;
  border: 0;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 10px 32px rgba(17,17,17,.07);
}

.lanco-figma-testimonials .lanco-quotes blockquote > p {
  color: #111111;
  font-family: var(--sans);
  font-size: .92rem;
  line-height: 1.65;
}

.lanco-figma-testimonials .lanco-quotes footer {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

@media (max-width: 900px) {
  .lanco-figma-intro-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6%;
  }

  .lanco-figma-product-image img {
    height: 560px;
  }
}

@media (max-width: 640px) {
  .lanco-figma-hero,
  .lanco-figma-hero .lanco-hero-inner {
    min-height: 640px;
  }

  .lanco-figma-hero .lanco-hero-copy {
    width: 100%;
  }

  .lanco-figma-hero .lanco-hero-copy h1 {
    max-width: 340px;
    font-size: 3.65rem;
  }

  .lanco-figma-intro {
    padding: 70px 0;
  }

  .lanco-figma-intro-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .lanco-figma-product-image {
    border-radius: 0 24px 24px 24px;
  }

  .lanco-figma-product-image img {
    height: 500px;
  }
}
