/* ===== Delivery page styles ===== */
/* Base: article-vinyl */

.article-vinyl {
  max-width: 820px;
  margin: 0 auto;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #1a1a1a;
  line-height: 1.75;
  font-size: 17px;
}
.article-vinyl h2 {
  font-family: 'Arial', 'Helvetica Neue', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 48px 0 20px;
  color: #111;
  line-height: 1.3;
}
.article-vinyl p {
  margin: 0 0 18px;
}

/* Lead */
.article-vinyl .lead {
  font-size: 19px;
  line-height: 1.8;
  color: #333;
  border-left: 4px solid #c4a35a;
  padding-left: 20px;
  margin-bottom: 32px;
}

/* Free shipping highlight */
.article-vinyl .free-shipping {
  background: #f0f8f0;
  border-radius: 10px;
  padding: 18px 24px;
  margin: 24px 0;
  border-left: 5px solid #4caf50;
  font-size: 18px;
  line-height: 1.6;
}
.article-vinyl .free-shipping strong {
  color: #2e7d32;
}

/* Feature cards */
.article-vinyl .feature-card {
  background: #f8f7f5;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 14px 0;
  border-left: 5px solid #c4a35a;
}
.article-vinyl .feature-card strong {
  font-family: 'Arial', sans-serif;
  color: #8b6914;
}
.article-vinyl .feature-card p {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

/* Delivery table — desktop */
.delivery-table-wrapper {
  margin: 24px 0;
  border-radius: 12px;
  border: 1px solid #e0d8d0;
  background: #fff;
  overflow: hidden;
}
.delivery-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.delivery-table th {
  background: #2c2c2c;
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.delivery-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  color: #2d2b28;
}
.delivery-table tr:nth-child(even) td {
  background: #fafaf8;
}
.delivery-table tr:last-child td {
  border-bottom: none;
}

/* Note */
.article-vinyl .note-text {
  font-size: 15px;
  font-style: italic;
  color: #888;
  margin: 8px 0 18px;
}

/* Contact block */
.article-vinyl .contact-block {
  background: linear-gradient(135deg, #f8f7f5 0%, #f0ede6 100%);
  border-radius: 12px;
  padding: 24px 28px;
  margin: 32px 0 12px;
  border: 1px solid #e0ddd4;
}
.article-vinyl .contact-block p {
  margin: 0 0 8px;
  font-size: 16px;
}
.article-vinyl .contact-block p:last-child {
  margin: 0;
}
.article-vinyl .contact-block strong {
  color: #333;
}
.article-vinyl .contact-block a {
  color: #8b6914;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #c4a35a;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.article-vinyl .contact-block a:hover {
  color: #6b5010;
}

/* Payment cards */
.article-vinyl .payment-card {
  background: #f8f7f5;
  border-radius: 10px;
  padding: 16px 22px;
  margin: 10px 0;
  border-left: 5px solid #c4a35a;
  font-size: 16px;
  line-height: 1.65;
}
.article-vinyl .payment-card strong {
  font-family: 'Arial', sans-serif;
  color: #8b6914;
}

/* FAQ */
.article-vinyl .faq-question {
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #333;
  margin: 24px 0 8px;
  font-size: 17px;
}
.article-vinyl .faq-answer {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
}
.article-vinyl .faq-answer a {
  color: #8b6914;
  text-decoration: underline;
}

/* Pack photo grid */
.article-vinyl .pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 28px 0 12px;
  border-radius: 12px;
  overflow: hidden;
}
.article-vinyl .pack-grid-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
.article-vinyl .pack-grid-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-vinyl .pack-grid-item .pack-step {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 28px;
  height: 28px;
  background: #c4a35a;
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .article-vinyl {
    font-size: 16px;
    padding: 0 16px;
  }
  .article-vinyl h2 {
    font-size: 22px;
    margin-top: 36px;
  }
  .article-vinyl .lead {
    font-size: 17px;
  }
  .article-vinyl .pack-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  /* Table → cards on mobile */
  .delivery-table-wrapper {
    border: none;
    background: transparent;
  }
  .delivery-table {
    display: none;
  }
  .delivery-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .delivery-card {
    background: #fefaf5;
    border-radius: 16px;
    padding: 1.2rem;
    border: 1px solid #e0d8d0;
  }
  .delivery-card__region {
    font-weight: 700;
    font-size: 1.1rem;
    color: #8b6914;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e0d8d0;
  }
  .delivery-card__row {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f0e4d8;
  }
  .delivery-card__row:last-child {
    border-bottom: none;
  }
  .delivery-card__label {
    font-weight: 600;
    color: #5f5348;
  }
  .delivery-card__value {
    font-weight: 500;
    color: #2b3b35;
    text-align: right;
  }
}

@media (min-width: 769px) {
  .delivery-cards {
    display: none;
  }
}
