/* =====================================================================
   audit-fixes.css  ―  担当A 専有（新規）
   index.html のマーケ改修に伴う追加スタイルのみをここに集約。
   既存(main.css / responsive.css / improvements.css)は変更しない。
   ===================================================================== */

/* --- 1. 視覚階層の反転：H1を主役に、装飾タグラインを降格 --------------- */
.hero-copy-block .hero-h1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.6rem);
    line-height: 1.4;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55), 0 0 2px rgba(0, 0, 0, 0.4);
    margin: 0 0 14px;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 2;
}

/* 巨大な装飾タグラインを概ね6〜7割に降格 */
.hero-copy-block .hero-main-copy {
    font-size: clamp(1.3rem, 4vw, 2.6rem);
    opacity: 0.92;
}
.hero-copy-block .hero-main-copy .hero-copy-one-line {
    font-size: inherit;
}
.hero-copy-block .hero-main-copy .hero-copy-word {
    font-size: inherit;
}

/* --- 2. CTA直カート：一次CTAボタン ----------------------------------- */
.hero-cta-primary {
    cursor: pointer;
    text-align: center;
    line-height: 1.25;
}
.sqn-cta {
    cursor: pointer;
}
/* スティッキーCTAパネルの一次ボタン */
.cta-panel .cta-panel-link {
    cursor: pointer;
}
/* 第二CTA（商品を見る）を小さめに降格 */
.hero-secondary-link {
    font-size: 0.95rem;
    opacity: 0.9;
}

/* --- 3. 「なぜ食べられるのか」訴求セクション -------------------------- */
.why-eatable-section {
    max-width: 920px;
    margin: 0 auto;
    padding: 48px 24px 8px;
}
.why-eatable-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: clamp(1.4rem, 3.2vw, 2.2rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.45;
}
.why-eatable-body {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #2a2a2a;
}
.why-eatable-body p {
    margin: 0 0 14px;
}
.why-eatable-body strong {
    font-weight: 900;
}

/* --- 7. 看板セット：お得バッジ --------------------------------------- */
.special-set-value-badge {
    display: inline-block;
    background: #8F2022;
    color: #fff;
    font-weight: 900;
    font-size: 0.9rem;
    line-height: 1.4;
    padding: 8px 14px;
    border-radius: 6px;
    transform: rotate(-2deg);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.18);
    margin-bottom: 10px;
}
.special-set-value-badge .badge-no1 {
    display: inline-block;
    background: #ffd93d;
    color: #1a1a1a;
    border-radius: 4px;
    padding: 1px 6px;
    margin-left: 6px;
}

/* --- 13. 店主の物語ブロック ------------------------------------------ */
.owner-story {
    max-width: 760px;
    margin: 28px auto 0;
    padding: 22px 26px;
    background: rgba(255, 255, 255, 0.92);
    border-left: 5px solid #8F2022;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.owner-story-title {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    margin: 0 0 10px;
    color: #8F2022;
}
.owner-story-body {
    font-size: 0.98rem;
    line-height: 1.85;
    color: #333;
    margin: 0;
}
.owner-story-sign {
    display: block;
    margin-top: 10px;
    text-align: right;
    font-size: 0.92rem;
    font-weight: 700;
    color: #555;
}

/* --- 12. フッターの作り方ガイドリンク -------------------------------- */
.footer-recipe-link {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
}
