/* =================== hc-pdp-delivery.css =================== */
/* hc-pdp-delivery — premium PDP delivery section. 3 method tiles (Самовывоз
 * / Курьер / Транспортная компания) + payment-pills strip + small ETA hint.
 * Strictly .hc-pdp-delivery / .hc-pdp-delivery__*. */

.hc-pdp-delivery__methods {
display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.4vw, 18px);
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  .hc-pdp-delivery__methods { grid-template-columns: 1fr; }
}

.hc-pdp-delivery__tile {
position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
  padding: 22px;
  background: linear-gradient(180deg, var(--hc-paper, #ffffff) 0%, rgba(252, 248, 240, 0.94) 100%);
  border: 0.5px solid rgba(141, 109, 71, 0.22);
  border-radius: 16px;
  isolation: isolate;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(40, 30, 15, 0.03),
    0 14px 32px -22px rgba(40, 30, 15, 0.14);
  transition: transform 0.28s cubic-bezier(0.2, 0.84, 0.3, 1), border-color 0.22s, box-shadow 0.28s;
}
.hc-pdp-delivery__tile::before {
content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(360px 200px at 80% -10%, rgba(212, 184, 150, 0.18), transparent 60%);
  opacity: 0;
  transition: opacity 0.32s ease;
}
.hc-pdp-delivery__tile:hover {
transform: translateY(-4px);
  border-color: var(--hc-gold-border, rgba(212, 184, 150, 0.55));
  box-shadow: 0 28px 56px -22px rgba(184, 154, 111, 0.32);
}
.hc-pdp-delivery__tile:hover::before {
opacity: 1;
}

.hc-pdp-delivery__tile-ico {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, rgba(212, 184, 150, 0.30), rgba(184, 154, 111, 0.12));
  border: 0.5px solid var(--hc-gold-border, rgba(212, 184, 150, 0.45));
  border-radius: 12px;
  color: var(--hc-accent-dark, #7a6548);
  transition: transform 0.32s ease, color 0.32s ease, background 0.32s ease;
}

.hc-pdp-delivery__tile-ico svg {
width: 22px; height: 22px;
}

.hc-pdp-delivery__tile-title {
font-family: var(--hc-serif, "Playfair Display", Georgia, serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: var(--hc-ink, #1a1714);
  margin: 4px 0 0;
}
.hc-pdp-delivery__tile-desc {
margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--hc-ink-soft, rgba(26, 23, 20, 0.62));
}
.hc-pdp-delivery__tile-meta {
display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  margin-top: auto;
  border-top: 0.5px dashed rgba(141, 109, 71, 0.22);
}
.hc-pdp-delivery__tile-eta {
font-family: var(--hc-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hc-accent-dark, #7a6548);
}
.hc-pdp-delivery__tile-price {
font-family: var(--hc-serif, "Playfair Display", Georgia, serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--hc-ink, #1a1714);
  letter-spacing: -0.01em;
}
.hc-pdp-delivery__tile-price--free {
font-family: var(--hc-mono, "JetBrains Mono", monospace);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hc-success, #3d6b4f);
}

/* Payment strip */
.hc-pdp-delivery__pay {
display: grid;
  gap: 12px;
  padding: 18px 22px;
  background: linear-gradient(180deg, var(--hc-paper, #ffffff), rgba(252, 248, 240, 0.96));
  border: 0.5px solid rgba(141, 109, 71, 0.22);
  border-radius: 14px;
}
.hc-pdp-delivery__pay-h {
font-family: var(--hc-mono, "JetBrains Mono", monospace);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--hc-ink-mid, rgba(26, 23, 20, 0.52));
}
.hc-pdp-delivery__pay-row {
display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hc-pdp-delivery__pay-pill {
display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: var(--hc-paper, #ffffff);
  border: 0.5px solid rgba(141, 109, 71, 0.20);
  border-radius: 999px;
  font-family: var(--hc-sans, "Outfit", sans-serif);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--hc-ink, #1a1714);
}
.hc-pdp-delivery__pay-pill svg {
width: 16px; height: 16px;
}
.hc-pdp-delivery__pay-pill--visa {
background: linear-gradient(135deg, #0c2c8e, #1a1f71); color: var(--hc-paper, #ffffff); border-color: rgba(0,0,0,0.4);
}
.hc-pdp-delivery__pay-pill--mc {
background: var(--hc-paper, #ffffff); color: var(--hc-ink);
}
.hc-pdp-delivery__pay-pill--mir {
background: linear-gradient(135deg, #0a8553, #0c6e44); color: var(--hc-paper, #ffffff); border-color: rgba(0,0,0,0.3);
}
.hc-pdp-delivery__pay-pill--sbp {
background: linear-gradient(135deg, #ff4040, #1e9eff); color: var(--hc-paper, #ffffff); border-color: rgba(0,0,0,0.2);
}
.hc-pdp-delivery__pay-pill--upd {
background: rgba(212, 184, 150, 0.16); color: var(--hc-accent-dark, #5d4d3a);
}

.hc-pdp-delivery__note {
display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 14px 18px;
  background: rgba(212, 184, 150, 0.12);
  border: 0.5px solid var(--hc-gold-border, rgba(212, 184, 150, 0.42));
  border-radius: 12px;
  font-family: var(--hc-sans, "Outfit", sans-serif);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--hc-ink-soft, rgba(26, 23, 20, 0.78));
}
.hc-pdp-delivery__note-ico {
display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, var(--hc-gold, #d4b896), #b89a6f);
  border-radius: 50%;
  color: #2a2018;
  flex-shrink: 0;
}
.hc-pdp-delivery__note-ico svg {
width: 14px; height: 14px;
}
.hc-pdp-delivery__note b {
font-weight: 600; color: var(--hc-ink, #1a1714);
}

.hc-pdp-delivery__tile:hover .hc-pdp-delivery__tile-ico {
background: linear-gradient(135deg, var(--hc-gold, #d4b896), #b89a6f);
  color: #2a2018;
  transform: rotate(-6deg) scale(1.06);
}
