
/* V10.18 — refined homepage firm feature */
.home-authenticity {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgba(184, 148, 78, .10), transparent 25rem),
    #f8f5ee;
}
.home-authenticity::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  left: -250px;
  bottom: -290px;
  border: 1px solid rgba(0, 61, 50, .08);
  border-radius: 50%;
}
.home-authenticity-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 7vw, 105px);
  align-items: center;
}
.home-authenticity-copy {
  max-width: 580px;
}
.home-authenticity-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 5vw, 5.25rem);
  line-height: .98;
}
.home-authenticity-copy > p {
  color: #4d5f59;
  line-height: 1.78;
}
.home-authenticity-copy .home-authenticity-lead {
  color: #173f35;
  font-size: 1.12rem;
  line-height: 1.62;
}
.home-authenticity-values {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0 28px;
}
.home-authenticity-values span {
  padding: 8px 12px;
  color: #17463b;
  border: 1px solid rgba(0, 61, 50, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .035em;
}
.home-authenticity-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.home-authenticity-actions .text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #073f34;
  font-weight: 800;
}
.home-authenticity-visual {
  position: relative;
  min-height: 650px;
}
.home-authenticity-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 25px 65px rgba(0, 45, 37, .16);
}
.home-authenticity-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.home-authenticity-photo-main {
  inset: 0 24% 4% 0;
}
.home-authenticity-photo-main img {
  object-position: center 58%;
}
.home-authenticity-photo-detail {
  width: 39%;
  height: 63%;
  right: 0;
  bottom: 0;
  border: 9px solid #f8f5ee;
  border-radius: 23px;
}
.home-authenticity-photo-detail img {
  object-position: center 42%;
}
.home-authenticity-mark {
  position: absolute;
  right: 30px;
  top: 28px;
  width: 104px;
  height: 104px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(212, 180, 109, .5);
  border-radius: 50%;
  background: rgba(0, 61, 50, .94);
  box-shadow: 0 14px 34px rgba(0, 45, 37, .22);
}
.home-authenticity-mark span {
  display: block;
  color: #d4b46d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1;
}
.home-authenticity-mark small {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .home-authenticity-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .home-authenticity-copy {
    max-width: 760px;
  }
  .home-authenticity-visual {
    min-height: 620px;
  }
}
@media (max-width: 760px) {
  .home-authenticity {
    padding-top: 54px !important;
    padding-bottom: 56px !important;
  }
  .home-authenticity-layout {
    gap: 32px;
  }
  .home-authenticity-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(2.65rem, 11vw, 3.45rem) !important;
    line-height: 1.01 !important;
  }
  .home-authenticity-copy > p {
    font-size: 15px;
    line-height: 1.7;
  }
  .home-authenticity-copy .home-authenticity-lead {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
  .home-authenticity-values {
    margin: 22px 0 25px;
  }
  .home-authenticity-values span {
    font-size: 10px;
  }
  .home-authenticity-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .home-authenticity-actions .btn {
    width: 100%;
  }
  .home-authenticity-actions .text-link {
    justify-content: center;
    min-height: 44px;
  }
  .home-authenticity-visual {
    min-height: 510px;
  }
  .home-authenticity-photo {
    border-radius: 18px;
  }
  .home-authenticity-photo-main {
    inset: 0 12% 7% 0;
  }
  .home-authenticity-photo-main img {
    object-position: center 58%;
  }
  .home-authenticity-photo-detail {
    width: 43%;
    height: 53%;
    right: 0;
    bottom: 0;
    border-width: 6px;
    border-radius: 17px;
  }
  .home-authenticity-mark {
    width: 78px;
    height: 78px;
    right: 17px;
    top: 16px;
  }
  .home-authenticity-mark span {
    font-size: 1.1rem;
  }
  .home-authenticity-mark small {
    font-size: .43rem;
  }
}
@media (max-width: 390px) {
  .home-authenticity-visual {
    min-height: 455px;
  }
  .home-authenticity-photo-main {
    inset: 0 10% 8% 0;
  }
  .home-authenticity-photo-detail {
    width: 44%;
    height: 50%;
  }
}
