:root {
  --cream: #e8d8c3;
  --paper: #faf7f0;
  --ink: #111111;
  --forest: #6b8e3b;
  --olive: #6b8e3b;
  --gold: #c88a32;
  --line: rgba(17, 17, 17, 0.13);
  --muted: #6f6f6f;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.11);
}

body,
.lanco-header,
.lanco-trust,
.lanco-quotes blockquote {
  background-color: #faf7f0;
}

.lanco-header {
  background: rgba(250, 247, 240, 0.96);
}

.lanco-hero,
.lanco-page-hero,
.lanco-form,
.woocommerce-info,
.woocommerce-message,
.woocommerce-checkout #payment {
  background-color: #e8d8c3;
}

.lanco-hero::after {
  background: linear-gradient(90deg, rgba(250,247,240,.98) 0%, rgba(250,247,240,.78) 38%, rgba(250,247,240,.04) 68%);
}

.lanco-hero-copy > p:not(.lanco-eyebrow),
.lanco-lead,
.lanco-benefits p,
.lanco-split-copy > p:not(.lanco-eyebrow),
.lanco-contact-grid > div:first-child > p {
  color: #6f6f6f;
}

.lanco-footer {
  background: #20241d;
}

.lanco-about-hero h1 {
  max-width: 850px;
}

.lanco-about-banner {
  background: #faf7f0;
  overflow: hidden;
}

.lanco-about-banner img {
  width: 100%;
  min-height: 360px;
  max-height: 670px;
  object-fit: cover;
  object-position: center;
}

.lanco-about-layout {
  display: grid;
  grid-template-columns: minmax(230px, .62fr) minmax(0, 1.38fr);
  gap: 10%;
  align-items: start;
}

.lanco-about-layout aside {
  position: sticky;
  top: 130px;
  padding: 35px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.lanco-about-pullquote {
  margin: 0;
  color: #111111;
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.1;
}

.lanco-about-copy h2 {
  max-width: 720px;
}

.lanco-about-copy p {
  margin: 0 0 24px;
  color: #6f6f6f;
  font-size: 1.02rem;
  line-height: 1.9;
}

.lanco-about-copy .lanco-button {
  margin-top: 18px;
}

.lanco-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 999px;
  background: #6b8e3b;
  color: #ffffff;
  box-shadow: 0 12px 35px rgba(17,17,17,.2);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  transition: transform .2s ease, background .2s ease;
}

.lanco-whatsapp:hover {
  background: #5e7d35;
  color: #ffffff;
  transform: translateY(-3px);
}

.lanco-whatsapp svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .lanco-about-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .lanco-about-layout aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .lanco-hero::after {
    background: linear-gradient(180deg, rgba(250,247,240,.96) 0%, rgba(250,247,240,.78) 50%, rgba(250,247,240,.06) 100%);
  }

  .lanco-about-banner img {
    min-height: 270px;
    object-position: 67% center;
  }

  .lanco-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    justify-content: center;
  }

  .lanco-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
  }
}
