/* Encore Luxe — Authenticated plate spacing on PDP + auth sheet */

.el-auth-plate {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.75rem;
  margin-bottom: 0.25rem;
  padding: 1rem 1.1rem;
  background: #fffaf0;
  border: 1px solid rgba(25, 23, 20, 0.14);
  color: #191714;
}
.el-auth-plate__seal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 999px;
  border: 1px solid #b49766;
  color: #b49766;
  font-weight: 700;
  font-size: 0.95rem;
}
.el-auth-plate__label {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #b49766;
}
.el-auth-plate__link {
  color: #191714;
  text-underline-offset: 0.18em;
  font-size: 0.9rem;
}
.el-auth-plate__link:hover {
  text-decoration: underline;
}

/* Secondary links rhythm under Authenticated */
.product-info-main .el-pdp-secondary,
.el-pdp .el-pdp-secondary {
  margin-top: 1.15rem;
}
@media (max-width: 999px) {
  .el-auth-plate {
    margin-top: 1.35rem;
    padding: 0.9rem 1rem;
  }
}

/* How we authenticate sheet */
.el-auth-sheet {
  max-width: 40rem;
  margin: 2.5rem auto 4rem;
  padding: 0 1.25rem;
  color: #191714;
}
.el-auth-sheet .el-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b49766;
  font-weight: 600;
}
.el-auth-sheet .el-display {
  margin: 0 0 1rem;
  font-family: Italiana, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #191714;
}
.el-auth-sheet .el-lead {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.45;
}
.el-auth-sheet .el-prose {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #292621;
}
.el-auth-sheet .el-note {
  margin: 1.25rem 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(25, 23, 20, 0.14);
  background: #fffaf0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #4a453f;
}
.el-auth-sheet .el-verify {
  margin: 1.75rem 0 1.5rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(180, 151, 102, 0.45);
  background: #fffaf0;
}
.el-auth-sheet .el-verify h2 {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b49766;
  font-weight: 600;
}
.el-auth-sheet .el-verify p {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #292621;
}
.el-auth-sheet .el-verify-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.el-auth-sheet .el-verify-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.55rem 1.1rem;
  border: 1px solid #191714;
  background: #fffaf0;
  color: #191714;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
}
.el-auth-sheet .el-verify-actions a.el-verify-primary {
  background: #191714;
  color: #fffaf0;
}
.el-auth-sheet .el-verify-actions a:hover {
  border-color: #b49766;
}
.el-auth-sheet .el-actions {
  margin-top: 1.75rem;
}
.el-auth-sheet .el-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.65rem 1.35rem;
  background: #191714;
  color: #fffaf0;
  border: 1px solid #191714;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
}
.el-auth-sheet .el-button:hover {
  background: #681e2c;
  border-color: #681e2c;
  color: #fffaf0;
}

/* Under-price trust rail on PDP */
.el-price-trust {
  margin: 0.65rem 0 1.1rem;
  padding: 0;
  color: #4a453f;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.55;
}
.el-price-trust strong {
  color: #b49766;
  font-weight: 600;
}
.product-info-main .price-box + .el-price-trust,
.product-info-main .price-container + .el-price-trust {
  margin-top: 0.55rem;
}
