/* Pierre Zero - Pairing Page Specific Styles */

.nav-line {
    width: 0%;
    height: 1px;
    background: #D6C677;
    margin-top: -1px;
	transition: all 0.5s ease-out;
}

.product-nav-item:hover .nav-line {
	width: 100%;
}


/* Recipe Introduction */
.recipe-intro {
    padding: 100px 0 0px 0;
}
.more-btn-content{
	display: flex;
		justify-content: flex-start;
}
.intro-text {
    font-family: 'Noto Sans JP', sans-serif;
    color: #3f3d3c;
    text-align: center;
    margin: 0 auto 100px;
}

/* Product Menu */
.product-menu {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}

.product-menu-item {
    display: flex;
    flex-direction: column;
	justify-content: center;
    gap: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-menu-content {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #3f3d3c;
    white-space: nowrap;
}
.product-menu-content i {
    font-size: .8em;
}

.product-menu-content p {
    margin: 0;
    transition: color 0.3s ease;
}

.product-menu-content span {
    transition: color 0.3s ease;
}

.product-menu-item:hover .product-menu-content p,
.product-menu-item:hover .product-menu-content span {
    color: #D6C677;
}

.product-menu-underline {
    width: 0;
    height: 1px;
    background: #D6C677;
    transition: width 0.5s ease-out;
}

.product-menu-item.active .product-menu-underline,
.product-menu-item:hover .product-menu-underline {
    width: 100%;
}

.product-menu-item.active .product-menu-content p,
.product-menu-item.active .product-menu-content span {
    color: #D6C677;
}

/* Pairing Sections */
.pairing-sections {
    padding: 0;
}

.pairing-section {
    padding: 100px 0 100px 0;
}

.pairing-section:first-child {
    padding-top: 100px;
}

/* Section Header */
.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.4;
    color: #3f3d3c;
    margin: 0 0 10px 0;
    white-space: nowrap;
}

.section-header p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #3f3d3c;
    margin: 0;
    font-variation-settings: 'wdth' 100;
}

/* Recipe Grid */
.recipe-grid {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Recipe Cards */
.recipe-card {
    display: flex;
    gap: 60px;
    align-items: center;
    transition: all 0.3s ease;
}

.recipe-card:hover {
}

.recipe-image {
    flex: 1;
    max-width: 540px;
    margin: 0;
    overflow: hidden;
}

.recipe-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 540/383;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recipe-card:hover .recipe-image img {
}

.recipe-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: center;
}

/* Recipe Info */
.recipe-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.recipe-info h3 {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    color: #3f3d3c;
    margin: 0;
}

.recipe-info p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #3f3d3c;
    margin: 0;
}

/* Recipe-specific image positioning */
.recipe-card[data-recipe="avocado-dip"] .recipe-image img {
    object-position: 47.83% 16.79%;
    background-size: 109.33% 154.15%;
}

.recipe-card[data-recipe="shibazuke-avocado-prosciutto-pasta"] .recipe-image img {
    object-position: 33.46% 69.47%;
    background-size: 110.74% 156.14%;
}

.recipe-card[data-recipe="tomato-tuna-onion-salad"] .recipe-image img {
    object-position: 43.68% 59.85%;
    background-size: 120.09% 169.32%;
}

.recipe-card[data-recipe="chicken-yukari-fritter"] .recipe-image img {
    object-position: 41.53% 62.15%;
    background-size: 117.31% 165.4%;
}

.recipe-card[data-recipe="gari-potato-salad"] .recipe-image img {
    object-position: 22.98% 70.36%;
    background-size: 144.07% 203.13%;
}

.recipe-card[data-recipe="salmon-meuniere-dill"] .recipe-image img {
    object-position: 37.35% 67.83%;
    background-size: 114.26% 161.1%;
}

.recipe-card[data-recipe="pork-zucchini-lemon-cream"] .recipe-image img {
    object-position: 48.25% 49.68%;
    background-size: 124.17% 175.07%;
}

.recipe-card[data-recipe="lotus-root-balsamic-oyster"] .recipe-image img {
    object-position: 50.23% 64.89%;
    background-size: 122.13% 172.19%;
}

.recipe-card[data-recipe="beef-mushroom-anchovy-pasta"] .recipe-image img {
    object-position: 57.61% 60.06%;
    background-size: 121.11% 170.76%;
}

.recipe-card[data-recipe="bbq-spare-ribs"] .recipe-image img {
    object-position: 57.03% 52.5%;
    background-size: 116.02% 163.58%;
}

/* Responsive Design for Pairing Page */
@media (max-width: 1200px) {
    .product-menu {
        gap: 20px;
    }
    
    .product-menu-content {
        font-size: 18px;
        gap: 15px;
    }
    
 
    
    .recipe-image,
    .recipe-content {
        max-width: none;
    }
    
    .recipe-content {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .recipe-intro {
        padding: 60px 0 20px 0;
    }
    
    .intro-text {
        padding: 0 20px;
        margin-bottom: 30px;
    }
    
    .product-menu {
        gap: 15px;
        padding: 0 20px;
    }
    
    .product-menu-content {
        font-size: 18px;
        gap: 10px;
    }
    
    .product-menu-item {
        text-align: center;
    }
    
    .pairing-section {
        padding: 70px 0 70px 0;
    }
    
    .pairing-section:first-child {
        padding-top: 60px;
    }
    
    .section-header h2 {
        font-size: 24px;
        white-space: normal;
        margin-bottom: 8px;
    }
    
    .section-header p {
        font-size: 14px;
    }
    
    .recipe-grid {
        gap: 50px;
        padding: 0 0px;
    }
    
    .recipe-card {
        gap: 30px;
    }
    
    .recipe-content {
        gap: 30px;
    }
    
    .recipe-info h3 {
        font-size: 20px;
    }
    
    .recipe-info p {
    }
	 .recipe-card {
        flex-direction: column;
        gap: 20px;
    }
	.more-btn-content {
		display: flex;
		justify-content: center;
}
}

@media (max-width: 576px) {
    .recipe-intro {
        padding: 40px 0;
    }
      
    .pairing-section {
        padding: 40px 0 40px 0;
    }
    
    .pairing-section:first-child {
        padding-top: 40px;
    }
    
    .section-header h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .product-menu-content {
        font-size: 18px;
    }
    
    .recipe-grid {
        gap: 40px;
    }
    
    .recipe-card {
        gap: 20px;
    }
    
    .recipe-content {
        gap: 20px;
    }
    
    .recipe-info h3 {
        font-size: 22px;
    }
    
    .recipe-info p {
    }
	.product-menu {
display: flex;
gap: 0px;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 0;
}
	.product-menu-content {
		width: 100%;
		justify-content: space-between;
		border-bottom: 1px #c3c3c3 solid;
	padding-bottom: .8em;
		margin-bottom: .8em;
}
	.product-menu-item {
width: 100%;
}
	.product-menu-underline {
display: none;
}
}

/* Animation Classes for Pairing Page */
.pairing-section.fade-in {
    animation: fadeInPairing 1s ease-out forwards;
}

.recipe-card.slide-in-left {
    animation: slideInLeft 0.8s ease-out forwards;
}

.recipe-card.slide-in-right {
    animation: slideInRight 0.8s ease-out forwards;
}

.section-header.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

@keyframes fadeInPairing {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pairing Navigation Dots */
.pairing-nav-dots {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 100;
}

.pairing-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(63, 61, 60, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.pairing-dot.active {
    background: #D6C677;
    transform: scale(1.2);
}

.pairing-dot:hover {
    background: #D6C677;
}

.pairing-dot::after {
    content: attr(data-product);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(63, 61, 60, 0.9);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.pairing-dot:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .pairing-nav-dots {
        display: none;
    }
}

/* Product Section Scroll Indicators */
.product-scroll-indicator {
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 10px 0;
    z-index: 50;
    border-bottom: 1px solid rgba(230, 231, 232, 0.5);
}

.product-scroll-indicator .product-menu {
    margin: 0;
    padding: 0 30px;
}

.product-scroll-indicator .product-menu-content {
    font-size: 14px;
    gap: 10px;
}

/* Loading State */
.recipe-card.loading {
    opacity: 0.6;
    pointer-events: none;
}

.recipe-card.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #D6C677;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Featured Recipe Highlighting */
.recipe-card.featured {
    border-left: 4px solid #D6C677;
    padding-left: 20px;
    background: linear-gradient(90deg, rgba(214, 198, 119, 0.05) 0%, transparent 100%);
}

.recipe-card.featured .recipe-info h3 {
    color: #D6C677;
}

.bg-gray{
	background-color: #f7f7f7;
}