/* ============================================================
   venison-pages.css
   Styles for venison sub-pages: diet, athlete, recipes
   All selectors prefixed with .venison-lp
   ============================================================ */

/* ------------------------------------------------------------
   1. vlp-stats-row / vlp-stat-card
   ------------------------------------------------------------ */
.venison-lp .vlp-stats-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 40px 0;
}

.venison-lp .vlp-stat-card {
  text-align: center;
  padding: 32px 24px;
  background: #fff;
  border-top: 3px solid #c5a55a;
  border-radius: 4px;
  flex: 1 1 180px;
  max-width: 240px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.venison-lp .vlp-stat-card__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #c5a55a;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px;
}

.venison-lp .vlp-stat-card__label {
  font-size: 0.85rem;
  color: #888;
  letter-spacing: 0.04em;
}

/* ------------------------------------------------------------
   2. vlp-text-block
   ------------------------------------------------------------ */
.venison-lp .vlp-text-block {
  max-width: 900px;
  margin: 0 auto;
  line-height: 2.1;
  color: #333;
  font-size: 1rem;
  padding: 0 20px;
}

.venison-lp .vlp-text-block p {
  margin-bottom: 1.6em;
}

/* ------------------------------------------------------------
   3. vlp-compare-table / vlp-table-wrap
   ------------------------------------------------------------ */
.venison-lp .vlp-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 32px 0;
}

.venison-lp .vlp-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  line-height: 1.8;
  background: #fff;
}

.venison-lp .vlp-compare-table th,
.venison-lp .vlp-compare-table td {
  padding: 14px 18px;
  border: 1px solid #e0ddd4;
  text-align: center;
  vertical-align: middle;
}

.venison-lp .vlp-compare-table th {
  background: #2c3e2d;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
}

.venison-lp .vlp-compare-table tbody tr:nth-child(even) {
  background: #faf9f5;
}

.venison-lp .vlp-compare-table__highlight {
  background: rgba(197, 165, 90, 0.08) !important;
}

.venison-lp .vlp-compare-table__win {
  color: #c5a55a;
  font-weight: 700;
}

.venison-lp .vlp-table-note {
  font-size: 0.8rem;
  color: #999;
  margin-top: 8px;
  text-align: right;
}

/* ------------------------------------------------------------
   4. vlp-reason-card
   ------------------------------------------------------------ */
.venison-lp .vlp-reason-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #fff;
  padding: 32px;
  border-radius: 4px;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #c5a55a;
}

.venison-lp .vlp-reason-card__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #c5a55a;
  line-height: 1;
  flex-shrink: 0;
  width: 56px;
  text-align: center;
}

.venison-lp .vlp-reason-card__body {
  flex: 1;
  line-height: 2.1;
  color: #333;
}

.venison-lp .vlp-reason-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

/* ------------------------------------------------------------
   5. vlp-day-card
   ------------------------------------------------------------ */
.venison-lp .vlp-day-card {
  background: #fff;
  border-radius: 4px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.venison-lp .vlp-day-card--venison {
  border-top: 3px solid #c5a55a;
}

.venison-lp .vlp-day-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c3e2d;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e5dc;
}

.venison-lp .vlp-day-card__meals {
  flex: 1;
  margin-bottom: 16px;
}

.venison-lp .vlp-day-card__total {
  font-size: 0.9rem;
  font-weight: 700;
  color: #c5a55a;
  text-align: right;
  padding-top: 12px;
  border-top: 1px dashed #e0ddd4;
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.02em;
}

/* ------------------------------------------------------------
   6. vlp-meal
   ------------------------------------------------------------ */
.venison-lp .vlp-meal {
  padding: 8px 0;
  line-height: 1.8;
  font-size: 0.92rem;
  color: #444;
}

.venison-lp .vlp-meal + .vlp-meal {
  border-top: 1px dotted #eee;
}

.venison-lp .vlp-meal__label {
  display: inline-block;
  font-weight: 700;
  color: #2c3e2d;
  min-width: 2.5em;
  margin-right: 8px;
}

/* ------------------------------------------------------------
   7. vlp-recipe-card
   ------------------------------------------------------------ */
.venison-lp .vlp-recipe-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 28px;
}

.venison-lp .vlp-recipe-card__header {
  background: #2c3e2d;
  color: #fff;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.venison-lp .vlp-recipe-card__number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #c5a55a;
  line-height: 1;
  flex-shrink: 0;
}

.venison-lp .vlp-recipe-card__title {
  font-size: 1.1rem;
  font-weight: 700;
  flex: 1;
}

.venison-lp .vlp-recipe-card__cal {
  display: inline-block;
  background: rgba(197, 165, 90, 0.2);
  color: #c5a55a;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  flex-shrink: 0;
}

.venison-lp .vlp-recipe-card__body {
  padding: 24px;
  line-height: 2.1;
  color: #333;
}

.venison-lp .vlp-recipe-card__meta {
  padding: 12px 24px 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: #888;
}

.venison-lp .vlp-recipe-card__meta span {
  background: #f4f2ec;
  padding: 4px 10px;
  border-radius: 3px;
}

/* ------------------------------------------------------------
   8. vlp-pitfall-card / vlp-pitfall-grid
   ------------------------------------------------------------ */
.venison-lp .vlp-pitfall-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 32px 0;
}

.venison-lp .vlp-pitfall-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #c5a55a;
}

.venison-lp .vlp-pitfall-card__problem {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  padding: 20px 24px 0;
}

.venison-lp .vlp-pitfall-card__issue {
  padding: 12px 24px;
  color: #b55;
  font-size: 0.92rem;
  line-height: 1.8;
}

.venison-lp .vlp-pitfall-card__solution {
  background: rgba(44, 62, 45, 0.06);
  padding: 16px 24px;
  color: #2c3e2d;
  font-size: 0.92rem;
  line-height: 1.8;
  margin-top: auto;
}

/* ------------------------------------------------------------
   9. vlp-cut-card / vlp-cut-grid
   ------------------------------------------------------------ */
.venison-lp .vlp-cut-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0;
}

.venison-lp .vlp-cut-card {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-top: 3px solid transparent;
  transition: box-shadow 0.2s;
}

.venison-lp .vlp-cut-card--recommended {
  border-top-color: #c5a55a;
  box-shadow: 0 2px 12px rgba(197, 165, 90, 0.15);
}

.venison-lp .vlp-cut-card__name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.venison-lp .vlp-cut-card__cal {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 700;
  color: #c5a55a;
  margin-bottom: 12px;
}

.venison-lp .vlp-cut-card__desc {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 8px;
}

.venison-lp .vlp-cut-card__detail {
  font-size: 0.82rem;
  color: #888;
  line-height: 1.7;
}

/* ------------------------------------------------------------
   10. vlp-sport-card
   ------------------------------------------------------------ */
.venison-lp .vlp-sport-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #c5a55a;
}

.venison-lp .vlp-sport-card__header {
  background: #2c3e2d;
  color: #fff;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.venison-lp .vlp-sport-card__icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.venison-lp .vlp-sport-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  flex: 1;
}

.venison-lp .vlp-sport-card__tag {
  display: inline-block;
  background: rgba(197, 165, 90, 0.2);
  color: #c5a55a;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.03em;
}

.venison-lp .vlp-sport-card__body {
  padding: 24px;
  line-height: 2.1;
  color: #333;
  font-size: 0.95rem;
}

/* ------------------------------------------------------------
   11. vlp-timing-card
   ------------------------------------------------------------ */
.venison-lp .vlp-timing-card {
  background: #fff;
  border-top: 3px solid #c5a55a;
  border-radius: 4px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

.venison-lp .vlp-timing-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #2c3e2d;
  margin-bottom: 12px;
}

/* ------------------------------------------------------------
   12. vlp-nutrient-block
   ------------------------------------------------------------ */
.venison-lp .vlp-nutrient-block {
  background: #fff;
  border-top: 3px solid #c5a55a;
  border-radius: 4px;
  padding: 28px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.venison-lp .vlp-nutrient-block__icon {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}

.venison-lp .vlp-nutrient-block__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

/* ------------------------------------------------------------
   13. vlp-image-text
   ------------------------------------------------------------ */
.venison-lp .vlp-image-text {
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 40px 0;
}

.venison-lp .vlp-image-text__photo {
  flex: 0 0 40%;
  border-radius: 4px;
  overflow: hidden;
}

.venison-lp .vlp-image-text__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.venison-lp .vlp-image-text__body {
  flex: 1;
  line-height: 2.1;
  color: #333;
}

/* ------------------------------------------------------------
   14. vlp-cta-section
   ------------------------------------------------------------ */
.venison-lp .vlp-cta-section {
  text-align: center;
  padding: 64px 24px;
  background: #2c3e2d;
  color: #fff;
  margin: 60px 0 0;
}

.venison-lp .vlp-cta__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.04em;
}

.venison-lp .vlp-cta__text {
  font-size: 1rem;
  line-height: 2;
  margin-bottom: 32px;
  opacity: 0.9;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.venison-lp .vlp-cta__btn {
  display: inline-block;
  background: #c5a55a;
  color: #fff;
  padding: 16px 48px;
  border-radius: 4px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.06em;
  transition: background 0.2s, transform 0.2s;
}

.venison-lp .vlp-cta__btn:hover {
  background: #b8963f;
  transform: translateY(-1px);
}

.venison-lp .vlp-cta__note {
  font-size: 0.8rem;
  margin-top: 16px;
  opacity: 0.7;
}

/* ------------------------------------------------------------
   15. vlp-list (custom bullet)
   ------------------------------------------------------------ */
.venison-lp .vlp-list {
  list-style: none;
  padding-left: 0;
  line-height: 2.1;
}

.venison-lp .vlp-list li {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.6em;
  color: #333;
}

.venison-lp .vlp-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c5a55a;
}

/* ------------------------------------------------------------
   16. vlp-ordered-list (gold numbers)
   ------------------------------------------------------------ */
.venison-lp .vlp-ordered-list {
  list-style: none;
  padding-left: 0;
  counter-reset: vlp-ol;
  line-height: 2.1;
}

.venison-lp .vlp-ordered-list li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.8em;
  color: #333;
  counter-increment: vlp-ol;
}

.venison-lp .vlp-ordered-list li::before {
  content: counter(vlp-ol);
  position: absolute;
  left: 0;
  top: 0.15em;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #c5a55a;
  width: 1.6em;
  text-align: center;
}

/* ------------------------------------------------------------
   17. vlp-columns
   ------------------------------------------------------------ */
.venison-lp .vlp-columns {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin: 40px 0;
}

.venison-lp .vlp-columns__main {
  flex: 2;
  min-width: 0;
}

.venison-lp .vlp-columns__side {
  flex: 1;
  min-width: 0;
}

/* ------------------------------------------------------------
   18. vlp-side-photo
   ------------------------------------------------------------ */
.venison-lp .vlp-side-photo {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.venison-lp .vlp-side-photo img {
  width: 100%;
  height: auto;
  display: block;
}

/* ------------------------------------------------------------
   19. vlp-series-links__current / vlp-series-grid / vlp-series-card
   ------------------------------------------------------------ */
.venison-lp .vlp-series-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0;
}

.venison-lp .vlp-series-card {
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 24px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.2s;
  border-top: 3px solid transparent;
}

.venison-lp .vlp-series-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.venison-lp .vlp-series-card--current,
.venison-lp .vlp-series-links__current {
  border-top-color: #c5a55a;
  background: #fdfcf8;
  pointer-events: none;
}

.venison-lp .vlp-series-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.venison-lp .vlp-series-card__desc {
  font-size: 0.85rem;
  color: #888;
  line-height: 1.7;
}

/* ============================================================
   Responsive: max-width 768px
   ============================================================ */
@media (max-width: 768px) {
  /* vlp-stats-row: 2 columns */
  .venison-lp .vlp-stats-row {
    gap: 16px;
  }

  .venison-lp .vlp-stat-card {
    flex: 1 1 calc(50% - 8px);
    max-width: none;
    padding: 24px 16px;
  }

  .venison-lp .vlp-stat-card__number {
    font-size: 2.2rem;
  }

  /* vlp-columns: stack */
  .venison-lp .vlp-columns {
    flex-direction: column;
    gap: 24px;
  }

  /* vlp-compare-table: smaller font */
  .venison-lp .vlp-compare-table {
    font-size: 0.82rem;
  }

  .venison-lp .vlp-compare-table th,
  .venison-lp .vlp-compare-table td {
    padding: 10px 12px;
  }

  /* vlp-pitfall-grid: 1 column */
  .venison-lp .vlp-pitfall-grid {
    grid-template-columns: 1fr;
  }

  /* vlp-cut-grid: 1 column */
  .venison-lp .vlp-cut-grid {
    grid-template-columns: 1fr;
  }

  /* vlp-series-grid: 1 column */
  .venison-lp .vlp-series-grid {
    grid-template-columns: 1fr;
  }

  /* vlp-reason-card: stack */
  .venison-lp .vlp-reason-card {
    flex-direction: column;
    gap: 12px;
    padding: 24px 20px;
  }

  .venison-lp .vlp-reason-card__number {
    font-size: 2.2rem;
    width: auto;
    text-align: left;
  }

  /* vlp-image-text: stack */
  .venison-lp .vlp-image-text {
    flex-direction: column;
    gap: 24px;
  }

  .venison-lp .vlp-image-text__photo {
    flex: none;
    width: 100%;
  }

  /* vlp-recipe-card header: wrap */
  .venison-lp .vlp-recipe-card__header {
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px 20px;
  }

  /* vlp-cta-section */
  .venison-lp .vlp-cta-section {
    padding: 48px 20px;
  }

  .venison-lp .vlp-cta__title {
    font-size: 1.3rem;
  }

  .venison-lp .vlp-cta__btn {
    padding: 14px 36px;
    font-size: 0.95rem;
  }

  /* vlp-sport-card header */
  .venison-lp .vlp-sport-card__header {
    padding: 14px 20px;
  }
}

/* ------------------------------------------------------------
   23. FAQ alternative: <details>/<summary> pattern
       vlp-faq__q / vlp-faq__a (used in diet & athlete pages)
   ------------------------------------------------------------ */
.venison-lp .vlp-faq details.vlp-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.venison-lp .vlp-faq details.vlp-faq__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.venison-lp .vlp-faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.4rem 0;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.08rem;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  list-style: none;
  transition: color 0.3s ease;
}
.venison-lp .vlp-faq__q::-webkit-details-marker {
  display: none;
}
.venison-lp .vlp-faq__q::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border: 1px solid #c5a55a;
  border-radius: 50%;
  margin-left: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cline x1='8' y1='14' x2='20' y2='14' stroke='%23c5a55a' stroke-width='1.5'/%3E%3Cline x1='14' y1='8' x2='14' y2='20' stroke='%23c5a55a' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.venison-lp .vlp-faq details[open] .vlp-faq__q::after {
  background-color: #c5a55a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cline x1='8' y1='14' x2='20' y2='14' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E");
}
.venison-lp .vlp-faq__q:hover {
  color: #c5a55a;
}
.venison-lp .vlp-faq__a {
  padding: 0 0 1.5rem;
}
.venison-lp .vlp-faq__a p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #444;
  margin-bottom: 0.8rem;
}
.venison-lp .vlp-faq__a p:last-child {
  margin-bottom: 0;
}
.venison-lp .vlp-faq__a strong {
  color: #333;
}

@media screen and (max-width: 768px) {
  .venison-lp .vlp-faq__q {
    font-size: 1rem;
    padding: 1.2rem 0;
  }
  .venison-lp .vlp-faq__a p {
    font-size: 0.95rem;
  }
}
