/*
Theme Name: Kadence Child - Jerky ONE
Theme URI: https://dog-luck.jna-tokyo.com/
Description: Kadence Child Theme for Jerky ONE EC Site
Author: JNA Tokyo
Author URI: https://jna-tokyo.com/
Template: kadence
Version: 1.2.0
Text Domain: kadence-child
*/

/* ============================================
   Google Fonts
============================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');

/* ============================================
   CSS Variables (Design Tokens)
============================================ */
:root {
    /* Brand Colors */
    --color-forest: #1B3D2F;
    --color-snow: #FAFAFA;
    --color-ink: #2D2D2D;
    --color-amber: #B8860B;
    --color-mist: #E8E4E0;

    /* Metallic Colors - より濃く視認性の高い色に変更 */
    --color-silver: #A0A0A0;
    --color-gold: #C9A227;

    /* Gradient Colors - 左右両端を明るく、中央を暗くして視認性向上 */
    --gradient-silver: linear-gradient(135deg, #D0D0D0 0%, #909090 25%, #B8B8B8 50%, #808080 75%, #D0D0D0 100%);
    --gradient-gold: linear-gradient(135deg, #E8C84A 0%, #D4AF37 20%, #B8962E 40%, #9A7B1E 50%, #B8962E 60%, #D4AF37 80%, #E8C84A 100%);

    /* Typography */
    --font-primary: 'Noto Serif JP', serif;

    /* Spacing */
    --section-padding: 100px;
    --section-padding-mobile: 60px;

    /* Transitions */
    --transition-base: 0.3s ease;
    --transition-slow: 0.6s ease;
}

/* ============================================
   Base Styles
============================================ */
body {
    font-family: var(--font-primary);
    color: var(--color-ink);
    background-color: var(--color-snow);
    line-height: 1.8;
}

/* ============================================
   KADENCE HEADER - Transparent on ALL PAGES
   Updated: 2025-12-14 - 全ページ透過ヘッダー
============================================ */
#masthead,
.site-header,
header.header {
    position: absolute !important;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent !important;
    box-shadow: none !important;
    padding: 15px 0;
}

.site-header-wrap,
.header-wrap,
.site-top-header-wrap,
.site-main-header-wrap,
.site-header-inner-wrap {
    background: transparent !important;
}

/* Header text color - dark brown for visibility with black logo */
.site-branding a,
.site-title,
.site-title a,
.header-menu-container a,
.primary-menu > li > a,
.menu > li > a,
.nav-menu > li > a,
.header-navigation a {
    color: #3E2723 !important;
}

.site-branding a:hover,
.header-menu-container a:hover,
.primary-menu > li > a:hover,
.menu > li > a:hover,
.nav-menu > li > a:hover,
.header-navigation a:hover {
    color: var(--color-gold) !important;
}

/* ============================================
   MOBILE MENU (Hamburger Menu)
   モバイルメニューのテキストカラー修正
============================================ */

/* モバイルメニュー（ドロワー）内のリンクテキストを白に */
.mobile-drawer-navigation,
.drawer-navigation,
.popup-drawer,
#mobile-drawer,
.mobile-navigation {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

.mobile-drawer-navigation a,
.drawer-navigation a,
.popup-drawer a,
#mobile-drawer a,
.mobile-navigation a,
.mobile-navigation .menu-item a {
    color: #FFFFFF !important; /* 白 */
}

.mobile-drawer-navigation a:hover,
.drawer-navigation a:hover,
.popup-drawer a:hover,
#mobile-drawer a:hover,
.mobile-navigation a:hover,
.mobile-navigation .menu-item a:hover {
    color: var(--color-gold) !important; /* ゴールド */
}

/* モバイルメニュートグルボタン（ハンバーガーアイコン）*/
.mobile-toggle-open-container button,
.mobile-menu-toggle,
button[aria-label="メニュー"] {
    color: #3E2723 !important; /* ダークブラウン（現状維持） */
}

/* ============================================
   HERO SECTION
============================================ */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    background-size: cover;
    background-position: center;
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25); /* 白25%透過 - 2025-12-11変更 */
    z-index: 2;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    width: 90%;
    max-width: 800px;
}

/* Gold Gradient Text for Catchcopy - カムイジャーキーと同じゴールド */
.hero-catchcopy {
    font-family: var(--font-primary);
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 300;
    color: var(--color-gold); /* Fallback */
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.8;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(30px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* うっすら黒シャドウ */
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); /* グラデーションテキスト用 */
}

/* Gold Gradient Text - with fallback */
.hero-brand {
    font-family: var(--font-primary);
    font-size: clamp(2rem, 6vw, 3.5rem);
    font-weight: 500;
    color: var(--color-gold); /* Fallback */
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); /* うっすら黒シャドウ */
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); /* グラデーションテキスト用 */
}

/* Hero Button - Fixed for mobile */
.hero-button {
    display: inline-block;
    padding: 18px 50px;
    border: 2px solid var(--color-gold);
    background: transparent;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-decoration: none;
    transition: all var(--transition-base);
    opacity: 0;
    transform: translateY(30px);
    color: var(--color-gold); /* Fallback for mobile */
}

.hero-button span {
    color: var(--color-gold); /* Fallback */
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-button:hover {
    background: rgba(201, 162, 39, 0.2);
    border-color: #E8C84A;
}

/* Hero Animation - ゆったり悠然と表示 */
.hero-catchcopy.animate,
.hero-brand.animate,
.hero-button.animate {
    opacity: 1;
    transform: translateY(0);
}

.hero-catchcopy.animate {
    transition: opacity 1.8s ease-out, transform 1.8s ease-out;
}

.hero-brand.animate {
    transition: opacity 1.8s ease-out, transform 1.8s ease-out;
}

.hero-button.animate {
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

/* ============================================
   SECTION: 3 Commitments (こだわり)
============================================ */
.commitments-section {
    background-color: var(--color-snow);
    padding: var(--section-padding) 20px;
}

.commitments-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-family: var(--font-primary);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 500;
    color: var(--color-forest);
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
}

.commitments-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.commitment-item {
    text-align: center;
}

.commitment-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 25px;
}

.commitment-title {
    font-family: var(--font-primary);
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-forest);
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.commitment-text {
    font-family: var(--font-primary);
    font-size: 0.95rem;
    color: var(--color-ink);
    line-height: 1.9;
}

/* ============================================
   SECTION: Brand Message
============================================ */
.brand-message-section {
    background-color: var(--color-snow);
    padding: 60px 20px;
    margin-top: 40px;    /* 上のセクションとの間隔（ライン上のマージン） */
    margin-bottom: 40px; /* 下のセクションとの間隔（ライン下のマージン） */
    text-align: center;
    position: relative;
}

.brand-message-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 600px;
    height: 1px;
    background: var(--gradient-gold);
}

.brand-message-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 600px;
    height: 1px;
    background: var(--gradient-gold);
}

.brand-message-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Gold Gradient Title - with fallback */
.brand-message-title {
    font-family: var(--font-primary);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 500;
    color: var(--color-gold); /* Fallback */
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* Silver Gradient Text - with fallback */
.brand-message-text {
    font-family: var(--font-primary);
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: #707070; /* Fallback - darker silver for readability */
    background: var(--gradient-silver);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 2.2;
    letter-spacing: 0.05em;
}

/* ============================================
   SECTION: Product Lineup
============================================ */
.products-section {
    background-color: var(--color-mist);
    padding: var(--section-padding) 20px;
}

.products-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-card {
    background: #fff;
    text-align: center;
    text-decoration: none;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-info {
    padding: 20px;
}

.product-name {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-ink);
    margin-bottom: 10px;
}

.product-price {
    font-family: var(--font-primary);
    font-size: 1.1rem;
    color: var(--color-amber);
    font-weight: 500;
}

.products-more {
    text-align: center;
    margin-top: 50px;
}

.products-more-button {
    display: inline-block;
    padding: 15px 45px;
    border: 1px solid var(--color-forest);
    color: var(--color-forest);
    font-family: var(--font-primary);
    font-size: 0.95rem;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all var(--transition-base);
}

.products-more-button:hover {
    background: var(--color-forest);
    color: #fff;
}

/* ============================================
   SECTION: CTA
============================================ */
.cta-section {
    position: relative;
    padding: 120px 20px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); /* 黒45%透過 - 2025-12-11変更 */
}

.cta-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-title {
    font-family: var(--font-primary);
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.15em;
    line-height: 1.8;
    margin-bottom: 40px;
}

.cta-button {
    display: inline-block;
    padding: 18px 50px;
    background: var(--color-gold);
    color: #fff;
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all var(--transition-base);
}

.cta-button:hover {
    background: #9A7B1E;
    transform: translateY(-2px);
}

/* ============================================
   CUSTOM FOOTER (in front-page.php)
   カラー: footer_design.md パターンA（ダークフッター）準拠
============================================ */
.custom-footer {
    background-color: #3E2723; /* ダークブラウン - CTAセクションと区別 */
    color: #CCCCCC; /* ライトグレー */
    padding: 60px 20px 30px;
    position: relative;
    z-index: 10;
    clear: both;
}

.custom-footer-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.custom-footer-brand {
    margin-bottom: 30px;
}

.custom-footer-brand-name {
    font-family: var(--font-primary);
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #FFFFFF; /* ブランド名は白で強調 */
    margin: 0;
}

.custom-footer-logo {
    height: 50px !important;
    max-height: 50px !important;
    width: auto !important;
    max-width: 200px !important;
    display: block;
    margin: 0 auto;
}

.custom-footer-navigation {
    margin-bottom: 30px;
}

/* 2列レイアウト用コンテナ */
.footer-nav-columns {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.custom-footer-menu,
.custom-footer-menu-sub {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left;
}

.custom-footer-menu li,
.custom-footer-menu-sub li {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
}

.custom-footer-menu li a,
.custom-footer-menu-sub li a {
    font-family: var(--font-primary);
    font-size: 0.9rem;
    color: #CCCCCC;
    text-decoration: none;
    transition: color var(--transition-base);
}

.custom-footer-menu-sub li a {
    font-size: 0.85rem;
    color: #AAAAAA;
}

.custom-footer-menu li a:hover,
.custom-footer-menu-sub li a:hover {
    color: #FFFFFF;
}

.custom-footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin: 30px 0;
}

.custom-social-link {
    display: inline-block;
    transition: opacity var(--transition-base);
}

.custom-social-link:hover {
    opacity: 0.8;
}

.custom-social-icon {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.custom-footer-copyright {
    padding-top: 25px;
    border-top: 1px solid #4E342E; /* やや明るいブラウン */
    margin-top: 10px;
}

.custom-footer-copyright p {
    font-family: var(--font-primary);
    font-size: 0.85rem;
    color: #888888; /* やや薄いグレー */
    margin: 0;
}

/* Hide Kadence default footer on ALL pages (use custom-footer instead) */
.site-footer,
#colophon,
footer.site-footer {
    display: none !important;
}

/* Ensure custom footer is always visible - but only first one */
.custom-footer {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 999 !important;
    width: 100% !important;
    clear: both !important;
}

/* Hide duplicate custom footer (if any) */
.custom-footer ~ .custom-footer {
    display: none !important;
}

/* Mobile: Force custom footer to display */
@media (max-width: 768px) {
    .custom-footer {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 100 !important;
    }
}

/* ============================================
   Scroll Animation
============================================ */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   Responsive Styles
============================================ */
@media (max-width: 1024px) {
    .commitments-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    :root {
        --section-padding: 60px;
    }

    .hero-content {
        width: 85%;
    }

    .commitments-grid {
        grid-template-columns: 1fr;
        gap: 50px;
        max-width: 400px;
        margin: 0 auto;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .cta-section {
        background-attachment: scroll;
        padding: 80px 20px;
    }

    .brand-message-section::before,
    .brand-message-section::after {
        width: 90%;
    }

    .footer-nav-columns {
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .custom-footer-menu,
    .custom-footer-menu-sub {
        text-align: center;
    }

    .custom-footer {
        padding: 40px 20px 20px;
    }

    .custom-social-icon {
        width: 40px;
        height: 40px;
    }

    .custom-footer-social {
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto;
    }

    .hero-button {
        padding: 15px 35px;
        font-size: 0.9rem;
    }
}

/* ============================================
   ABOUT PAGE STYLES
   Version: 1.0.2 (2025-12-13)
============================================ */

/* Note: Transparent header is now applied globally (line ~62) */

/* About page fade-in-up - 常に表示（JSに依存しない） */
.about-section .fade-in-up,
.about-cta .fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

/* About Hero Section */
.about-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    max-height: 600px;
    overflow: hidden;
}

.about-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.about-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 90%;
}

.about-hero-title {
    font-family: var(--font-primary);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.15em;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.about-hero-subtitle {
    font-family: var(--font-primary);
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.1em;
    margin: 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* About Sections */
.about-section {
    padding: 80px 20px;
}

.about-intro,
.about-quality {
    background-color: var(--color-snow);
}

.about-manufacturing {
    background-color: var(--color-mist);
}

.about-howto {
    position: relative;
    background-image: url('https://dog-luck.jna-tokyo.com/wp-content/uploads/2025/12/about_section3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about-howto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.about-howto .about-section-inner {
    position: relative;
    z-index: 2;
}

.about-section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.about-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

/* Wide gap version - 画像とテキストの間隔を広げる */
.about-content-wrapper.about-content-wide {
    gap: 80px;
}

.about-content-wrapper.reverse {
    direction: rtl;
}

.about-content-wrapper.reverse > * {
    direction: ltr;
}

/* Reverse layout - テキスト左・画像右 */
.about-content-wrapper.about-content-reverse {
    direction: rtl;
}

.about-content-wrapper.about-content-reverse > * {
    direction: ltr;
}

.about-image-block {
    overflow: visible;
}

.about-section-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.5s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.about-section-image:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.about-text-block {
    padding: 20px 0;
}

/* About Section Titles - Silver Gradient */
.about-section-title {
    font-family: var(--font-primary);
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 500;
    color: var(--color-silver);
    background: var(--gradient-silver);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
    line-height: 1.5;
}

.about-section-text {
    font-family: var(--font-primary);
    font-size: 1rem;
    color: var(--color-ink);
    line-height: 2;
    letter-spacing: 0.03em;
}

/* About Specs Section - 画像+テキストレイアウト */
.about-specs {
    background: var(--color-mist);
}

.about-specs .about-section-title {
    text-align: left;
}

/* Full Width Text (fallback) */
.about-text-full {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-text-full .about-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.about-text-full .about-section-text {
    text-align: left;
}

/* About Subsection Title */
.about-subsection-title {
    font-family: var(--font-primary);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-forest);
    margin: 30px 0 15px;
    letter-spacing: 0.05em;
}

.about-subsection-title:first-of-type {
    margin-top: 0;
}

/* About List */
.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list li {
    font-family: var(--font-primary);
    font-size: 0.95rem;
    color: var(--color-ink);
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.about-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    background: var(--color-gold);
    border-radius: 50%;
}

/* Quality List */
.about-quality-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quality-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
    border-left: 3px solid var(--color-gold);
}

.quality-label {
    font-family: var(--font-primary);
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--color-forest);
}

.quality-desc {
    font-family: var(--font-primary);
    font-size: 0.9rem;
    color: #666;
}

/* Portion Table */
.about-portion-table {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.portion-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
}

.portion-weight {
    font-family: var(--font-primary);
    font-size: 0.95rem;
    color: var(--color-ink);
}

.portion-amount {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-forest);
}

/* About Section Title Center */
.about-section-title-center {
    font-family: var(--font-primary);
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 500;
    color: var(--color-silver);
    background: var(--gradient-silver);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0.08em;
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: center;
}

/* セクション3（おいしく食べていただくために）- 白文字 */
.about-howto .about-section-title-center {
    color: #fff;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
    background-clip: unset;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* About Cards (3枚のカード) */
.about-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
}

.about-card-title {
    font-family: var(--font-primary);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--color-forest);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--color-gold);
}

.about-card-text {
    font-family: var(--font-primary);
    font-size: 0.95rem;
    color: var(--color-ink);
    line-height: 1.9;
}

.about-card-note {
    font-size: 0.85rem;
    color: #666;
    display: block;
    margin-top: 10px;
}

/* About Cards Responsive */
@media (max-width: 900px) {
    .about-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 500px;
        margin: 0 auto;
    }
}

/* About Products Section */
.about-products {
    background-color: var(--color-snow);
}

.about-product-item {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.about-product-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.about-product-item.reverse {
    grid-template-columns: 1fr 280px;
}

.about-product-item.reverse .about-product-image {
    order: 2;
}

.about-product-item.reverse .about-product-text {
    order: 1;
}

.about-product-image {
    overflow: hidden;
    border-radius: 8px;
}

.about-product-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-product-img:hover {
    transform: scale(1.03);
}

.about-product-title {
    font-family: var(--font-primary);
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--color-forest);
    margin-bottom: 15px;
    letter-spacing: 0.05em;
}

.about-product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-product-list li {
    font-family: var(--font-primary);
    font-size: 0.95rem;
    color: var(--color-ink);
    line-height: 1.8;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}

.about-product-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    background: var(--color-gold);
    border-radius: 50%;
}

/* About Products Responsive */
@media (max-width: 768px) {
    .about-product-item,
    .about-product-item.reverse {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .about-product-item.reverse .about-product-image,
    .about-product-item.reverse .about-product-text {
        order: unset;
    }

    .about-product-image {
        max-width: 250px;
        margin: 0 auto;
    }

    .about-product-list {
        text-align: left;
        max-width: 400px;
        margin: 0 auto;
    }
}

/* About CTA Section */
.about-cta {
    position: relative;
    background-image: url('https://dog-luck.jna-tokyo.com/wp-content/uploads/2025/12/cta.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 20px;
    text-align: center;
}

.about-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.about-cta-inner {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.about-cta-title {
    font-family: var(--font-primary);
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.about-cta-button {
    display: inline-block;
    padding: 16px 50px;
    background: transparent;
    border: 2px solid var(--color-gold);
    color: var(--color-gold);
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: all var(--transition-base);
}

.about-cta-button:hover {
    background: var(--color-gold);
    color: #fff;
}

/* Note: Kadence default footer is now hidden globally (line ~640) */

/* About Page Responsive */
@media (max-width: 900px) {
    .about-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-content-wrapper.reverse,
    .about-content-wrapper.about-content-reverse {
        direction: ltr;
    }

    .about-content-wrapper.about-content-wide {
        gap: 40px;
    }

    .about-section {
        padding: 60px 20px;
    }

    .about-image-block {
        max-width: 500px;
        margin: 0 auto;
    }

    .about-specs .about-section-title {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .about-hero {
        height: 50vh;
        min-height: 300px;
    }

    .about-section {
        padding: 50px 20px;
    }

    .about-cta {
        padding: 60px 20px;
    }

    .portion-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

/* ============================================
   WOOCOMMERCE SHOP PAGE ONLY
   ショップページ（商品一覧）のみ - ヒーローセクション調整
   Updated: 2025-12-14
============================================ */

/* ショップページのヒーローセクション（タイトル部分）の高さを調整 */
body.post-type-archive-product .woocommerce-products-header,
body.post-type-archive-product .entry-hero-container-inner,
body.post-type-archive-product .page-hero-section,
body.post-type-archive-product .entry-header {
    padding-top: 120px !important;
    padding-bottom: 30px !important;
    min-height: 200px;
}

/* ショップページタイトル「ショップ」の位置調整 */
body.post-type-archive-product .woocommerce-products-header__title,
body.post-type-archive-product .entry-title {
    margin-top: 0;
    padding-top: 0;
}

/* ショップページの商品一覧セクションの上部余白を減らす */
body.post-type-archive-product .site-main,
body.post-type-archive-product #primary,
body.post-type-archive-product .content-wrap {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 商品一覧の上部余白調整 */
body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering,
body.post-type-archive-product ul.products {
    margin-top: 20px;
}
