/* =============================================================
   Venison Guide – Additional Styles
   Extends venison-lp.css design system
   ============================================================= */

/* ----- ページ全体のフォント底上げ + ヒーロー改善 ----- */
.venison-lp .vlp-hero__sub {
    color: #fff !important;
    opacity: 1 !important;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem) !important;
    text-shadow: 0 1px 8px rgba(0,0,0,.5);
    line-height: 2;
}

/* ダーク系背景のリード文をすべて明るく・大きく */
.venison-lp .vlp-dark .vlp-lead,
.venison-lp .vlp-dark-green .vlp-lead {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    color: rgba(255, 255, 255, 0.92);
    line-height: 2.4;
}

/* ダーク系背景の本文p全体を明るく */
.venison-lp .vlp-dark .vlp-card__text,
.venison-lp .vlp-dark .vlp-card p {
    font-size: 0.98rem;
    color: rgba(255, 255, 255, 0.85);
}

/* number__label（数字の下の説明）を大きく明るく */
.venison-lp .vlp-number__label {
    font-size: 0.95rem !important;
}
.venison-lp .vlp-number__label small {
    font-size: 0.85rem;
    opacity: 0.8;
}

/* ----- Comparison Table ----- */
.venison-lp .vlp-comparison {
    max-width: 900px;
    margin: 3rem auto 2rem;
}

.venison-lp .vlp-comparison__header {
    display: grid;
    grid-template-columns: 160px 1fr 1fr;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(197, 165, 90, 0.3);
    margin-bottom: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    text-align: center;
}

.venison-lp .vlp-comparison__col--ezo {
    color: #c5a55a;
}

.venison-lp .vlp-comparison__col--nihon {
    color: #999;
}

.venison-lp .vlp-comparison__header small {
    font-weight: 400;
    font-size: 0.88rem;
    display: block;
    opacity: 0.7;
}

.venison-lp .vlp-comparison__row {
    display: grid;
    grid-template-columns: 160px 1fr 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.venison-lp .vlp-comparison__label {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

/* ----- Animated Bar Charts ----- */
.venison-lp .vlp-bar-chart {
    position: relative;
    height: 36px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    overflow: hidden;
}

.venison-lp .vlp-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    transition: width 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.venison-lp .vlp-bar::after {
    content: attr(data-label);
    position: absolute;
    right: 10px;
    font-size: 0.88rem;
    font-weight: 600;
}

.venison-lp .vlp-bar--ezo {
    background: linear-gradient(135deg, #c5a55a 0%, #a68b3c 100%);
}

.venison-lp .vlp-bar--nihon {
    background: linear-gradient(135deg, #999 0%, #777 100%);
}

.venison-lp .vlp-bar.is-animated {
    width: var(--bar-width);
}

/* ----- Cut Cards ----- */
.venison-lp .vlp-cut-cards .vlp-card {
    position: relative;
    padding-top: 3rem;
}

.venison-lp .vlp-cut-card__badge {
    position: absolute;
    top: 3px;
    left: 24px;
    background: #c5a55a;
    color: #111;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 0 0 6px 6px;
    letter-spacing: 0.05em;
}

.venison-lp .vlp-radar-chart {
    display: block;
    margin: 1.5rem auto 0.5rem;
    max-width: 240px;
}

/* ----- Card Check (5-point section) ----- */
.venison-lp .vlp-card__number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: #c5a55a;
    line-height: 1;
    margin-bottom: 0.8rem;
}

.venison-lp .vlp-card__title {
    font-size: 1.15rem;
}

.venison-lp .vlp-card__check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(197, 165, 90, 0.2);
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.92rem;
    color: #c5a55a;
    font-weight: 600;
}

.venison-lp .vlp-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #c5a55a;
    color: #111;
    font-size: 0.85rem;
    font-weight: 700;
    flex-shrink: 0;
}

/* ----- Price Bars ----- */
.venison-lp .vlp-price-bars {
    max-width: 850px;
    margin: 3rem auto 1.5rem;
}

.venison-lp .vlp-price-bar-row {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 2rem;
}

.venison-lp .vlp-price-bar__label {
    width: 120px;
    text-align: right;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    letter-spacing: .05em;
    padding-top: 52px; /* align with bar area */
    line-height: 44px;
}

.venison-lp .vlp-price-bar__track {
    position: relative;
    flex: 1;
    padding-top: 48px;  /* space for ueda marker above */
    padding-bottom: 28px; /* space for range text below */
    overflow: visible;
}

/* The actual bar background */
.venison-lp .vlp-price-bar__bar-bg {
    height: 44px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    position: relative;
    overflow: visible;
}

.venison-lp .vlp-price-bar__range {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    transition: width 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.venison-lp .vlp-price-bar__range.is-animated {
    width: var(--bar-width);
}

/* Range text below the bar */
.venison-lp .vlp-price-bar__range-text {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 6px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    letter-spacing: .03em;
}

/* Ueda marker above the bar */
.venison-lp .vlp-price-bar__ueda {
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 4px;
    transform: translateX(-50%);
    transition: left 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 2;
}

.venison-lp .vlp-price-bar__ueda.is-animated {
    left: var(--ueda-pos);
}

.venison-lp .vlp-price-bar__ueda-label {
    display: block;
    background: #c5a55a;
    color: #111;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 5px 14px;
    border-radius: 6px;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
    box-shadow: 0 3px 16px rgba(197, 165, 90, 0.5);
}

/* Arrow pointing down from marker to bar */
.venison-lp .vlp-price-bar__ueda-label::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c5a55a;
}

.venison-lp .vlp-price-note {
    text-align: center;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 1.5rem;
}

/* ----- FAQ Accordion ----- */
.venison-lp .vlp-faq {
    max-width: 800px;
    margin: 2rem auto 0;
}

.venison-lp .vlp-faq__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.venison-lp .vlp-faq__item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.venison-lp .vlp-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.4rem 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
    gap: 1rem;
    transition: color 0.3s ease;
}

.venison-lp .vlp-faq__question:hover {
    color: #c5a55a;
}

.venison-lp .vlp-faq__icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border: 1px solid #c5a55a;
    border-radius: 50%;
    transition: transform 0.4s ease, background 0.3s ease;
}

.venison-lp .vlp-faq__icon::before,
.venison-lp .vlp-faq__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #c5a55a;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.venison-lp .vlp-faq__icon::before {
    width: 12px;
    height: 1.5px;
    transform: translate(-50%, -50%);
}

.venison-lp .vlp-faq__icon::after {
    width: 1.5px;
    height: 12px;
    transform: translate(-50%, -50%);
}

.venison-lp .vlp-faq__item.is-open .vlp-faq__icon {
    background: #c5a55a;
}

.venison-lp .vlp-faq__item.is-open .vlp-faq__icon::before,
.venison-lp .vlp-faq__item.is-open .vlp-faq__icon::after {
    background: #111;
}

.venison-lp .vlp-faq__item.is-open .vlp-faq__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.venison-lp .vlp-faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                padding 0.4s ease;
}

.venison-lp .vlp-faq__item.is-open .vlp-faq__answer {
    max-height: 600px;
    padding-bottom: 1.5rem;
}

.venison-lp .vlp-faq__answer p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    line-height: 2;
    color: #444;
    margin-bottom: 0.8rem;
}

.venison-lp .vlp-faq__answer p:last-child {
    margin-bottom: 0;
}

.venison-lp .vlp-faq__answer strong {
    color: #333;
}

/* ----- Checklist (SVG animated) ----- */
.venison-lp .vlp-checklist {
    max-width: 700px;
    margin: 3rem auto 0;
}

.venison-lp .vlp-checklist__item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.venison-lp .vlp-checklist__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.venison-lp .vlp-checklist__check {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
}

.venison-lp .vlp-checklist__svg {
    width: 52px;
    height: 52px;
}

.venison-lp .vlp-checklist__circle {
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.65, 0, 0.35, 1);
}

.venison-lp .vlp-checklist__tick {
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.65, 0, 0.35, 1) 0.6s;
}

.venison-lp .vlp-checklist__item.is-checked .vlp-checklist__circle {
    stroke-dashoffset: 0;
}

.venison-lp .vlp-checklist__item.is-checked .vlp-checklist__tick {
    stroke-dashoffset: 0;
}

.venison-lp .vlp-checklist__text {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
}

.venison-lp .vlp-checklist__text strong {
    color: #c5a55a;
}

/* ----- Photo Banners (セクション間の写真帯) ----- */
.venison-lp .vlp-photo-banner {
    position: relative;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.venison-lp .vlp-photo-banner__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.35), rgba(0,0,0,.55));
}

.venison-lp .vlp-photo-banner__text {
    position: relative;
    z-index: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: .15em;
    text-shadow: 0 2px 12px rgba(0,0,0,.5);
    text-align: center;
    padding: 0 1rem;
}

/* ----- CTA Button ----- */
.venison-lp .vlp-cta-btn {
    display: inline-block;
    padding: 18px 48px;
    background: #c5a55a;
    color: #111;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 2px;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(197, 165, 90, 0.3);
}

.venison-lp .vlp-cta-btn:hover {
    background: #d4b76a;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(197, 165, 90, 0.5);
}

/* Series links title */
.venison-lp .vlp-series-links__title {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1rem;
    letter-spacing: .15em;
}

/* ----- Responsive ----- */
@media screen and (max-width: 768px) {
    .venison-lp .vlp-comparison__header,
    .venison-lp .vlp-comparison__row {
        grid-template-columns: 90px 1fr 1fr;
        gap: 0.5rem;
    }

    .venison-lp .vlp-comparison__label {
        font-size: 0.88rem;
    }

    .venison-lp .vlp-comparison__header {
        font-size: 0.92rem;
    }

    .venison-lp .vlp-bar {
        font-size: 0.85rem;
    }

    .venison-lp .vlp-bar::after {
        font-size: 0.82rem;
        right: 5px;
    }

    .venison-lp .vlp-bar-chart {
        height: 30px;
    }

    .venison-lp .vlp-price-bar-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 1rem;
    }

    .venison-lp .vlp-price-bar__label {
        width: auto;
        text-align: left;
        font-size: 1.05rem;
        padding-top: 0;
        line-height: 1.4;
        margin-bottom: 0.3rem;
    }

    .venison-lp .vlp-price-bar__track {
        width: 100%;
        padding-top: 44px;
        padding-bottom: 24px;
    }

    .venison-lp .vlp-price-bar__bar-bg {
        height: 36px;
    }

    .venison-lp .vlp-price-bar__ueda-label {
        font-size: 0.88rem;
        padding: 4px 10px;
    }

    .venison-lp .vlp-price-bar__range-text {
        font-size: 0.85rem;
    }

    .venison-lp .vlp-faq__question {
        font-size: 1rem;
        padding: 1.2rem 0;
    }

    .venison-lp .vlp-faq__answer p {
        font-size: 0.95rem;
    }

    .venison-lp .vlp-checklist__item {
        gap: 0.8rem;
        padding: 1rem 0;
    }

    .venison-lp .vlp-checklist__check,
    .venison-lp .vlp-checklist__svg {
        width: 42px;
        height: 42px;
    }

    .venison-lp .vlp-checklist__text {
        font-size: 0.95rem;
    }

    .venison-lp .vlp-cut-cards .vlp-card {
        padding-top: 2.5rem;
    }

    .venison-lp .vlp-radar-chart {
        max-width: 200px;
    }

    .venison-lp .vlp-photo-banner {
        height: 220px;
        background-attachment: scroll;
    }

    .venison-lp .vlp-cta-btn {
        padding: 16px 36px;
        font-size: 1.05rem;
    }

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

    .venison-lp .pc-only {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .venison-lp .sp-only {
        display: none;
    }
}
