/* Pierre Zero - Pairing Avocado Dip Page Specific Styles */


/* =================================================================
   RECIPE DETAIL SECTION
   ================================================================= */
.recipe-detail-section {
    padding: 100px 0;
    background: #ffffff;
}

.recipe-detail-section .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recipe-detail-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* =================================================================
   RECIPE TITLE CONTAINER
   ================================================================= */
.recipe-title-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

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

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

/* =================================================================
   MAIN CONTAINER
   ================================================================= */
.main-container {
	
    max-width: 786px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
	margin: 0 auto;
}

/* =================================================================
   RECIPE HERO IMAGE
   ================================================================= */
.recipe-hero-image {
    width: 100%;
    aspect-ratio: 736/736;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
}

.recipe-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* =================================================================
   INGREDIENTS AND INSTRUCTIONS CONTAINER
   ================================================================= */
.ingredients-and-instructions-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 100%;
}

/* =================================================================
   SECTION HEADERS
   ================================================================= */
.ingredients-header-container,
.instructions-header-container {
    padding-bottom: 5px;
    border-bottom: 1px solid #3f3d3c;
}



/* =================================================================
   INGREDIENTS SECTION
   ================================================================= */
.ingredients-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.ingredients-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.ingredients-table tr {
}
.ingredients-table tr td {
     padding: 25px 10px 25px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #3f3d3c;
    text-align: left;
	border-bottom: 1px solid #e6e7e8;
}
@media (max-width: 576px) {
.ingredients-table tr td {
}
	.ingredients-table tr td:last-child {
	text-align: right;
}
}
.ingredients-table td:first-child {
   
}
.ingredients-table td:last-child {
    width: 8em;
}
/*.ingredients-table td:first-child {
    flex: 1;
    padding: 40px 10px 40px 10;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #3f3d3c;
    text-align: left;
    white-space: nowrap;
	border-bottom: 1px solid #e6e7e8;
}

.ingredients-table td:last-child {
    width: auto;
    padding: 10px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #3f3d3c;
    text-align: left;
    flex-shrink: 0;
}*/

/* =================================================================
   INSTRUCTIONS SECTION
   ================================================================= */
.instructions-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.instructions-table {
    width: 100%;
    border-collapse: separate;
}

.instruction-step {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #e6e7e8;
}

.instruction-step:last-child {
}

.step-number {
}
.step-number span {
    width: 40px;
    height: 40px;
    background: #d6c677;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    text-align: center;
    flex-shrink: 0;
    font-variation-settings: 'wdth' 100;
}

.step-content {
    flex: 1;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #3f3d3c;
}

/* =================================================================
   PAIRING RECOMMENDATION SECTION
   ================================================================= */
.pairing-recommendation-section {
    position: relative;
    padding: 50px 0;
}

.pairing-background {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
   /*max-width: 1110px;*/
    margin: 0 auto;
    background-image: url(../images/pairing/pairing_bn.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 60px 0;
    box-sizing: border-box;
    background-size: 100% auto;
	display: block;
	text-decoration: none;
}
.pairing-background.pairing-background2 {
    background-image: url(../images/pairing/pairing_bn2.jpg);
}
.pairing-background.pairing-background3 {
    background-image: url(../images/pairing/pairing_bn3.jpg);
}
.pairing-background.pairing-background4 {
    background-image: url(../images/pairing/pairing_bn4.jpg);
}
@media (max-width: 1780px) {
.pairing-background {
    background-size: cover;
}}
@media (max-width: 1200px) {
.pairing-background {
    background-size: cover;
}}
@media (max-width: 768px) {
.pairing-background {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
     background-image: url(../images/pairing/pairing_bn_tab.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 60px 0;
    box-sizing: border-box;
}
.pairing-background.pairing-background2 {
    background-image: url(../images/pairing/pairing_bn_tab2.jpg);
}
.pairing-background.pairing-background3 {
    background-image: url(../images/pairing/pairing_bn_tab3.jpg);
}
.pairing-background.pairing-background4 {
    background-image: url(../images/pairing/pairing_bn_tab4.jpg);
}
}
@media (max-width: 576px) {
.pairing-background {
    position: relative;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    background-image: url(../images/pairing/pairing_bn_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -20vw;
    padding: 8vw 0;
    box-sizing: border-box;
}
.pairing-background.pairing-background2 {
    background-image: url(../images/pairing/pairing_bn_sp2.jpg);
}
.pairing-background.pairing-background3 {
    background-image: url(../images/pairing/pairing_bn_sp3.jpg);
}
.pairing-background.pairing-background4 {
    background-image: url(../images/pairing/pairing_bn_sp4.jpg);
}
}
.pairing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
}

.pairing-content {
    position: relative;
    z-index: 2;
    max-width: 540px;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #ffffff;
}

.pairing-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    white-space: nowrap;
    width: min-content;
    min-width: 100%;
}

/* =================================================================
   PAIRING PRODUCT DETAILS
   ================================================================= */
.pairing-product-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.product-header {
	 border-bottom: 1px solid rgba(217,217,217,1.00);
	width: 100%;
	padding-bottom: 20px;
}
.product-header h3 {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    color: #ffffff;
    margin: 0 0 5px 0;
}

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

.product-divider {
    width: 540px;
    height: 1px;
    background: #c4c4c4;
    margin: 0;
}

/* =================================================================
   PAIRING DESCRIPTION
   ================================================================= */
.pairing-description {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px;
    width: 100%;
	box-sizing: border-box;
}

.pairing-description p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin: 0 0 16px 0;
}

.pairing-description p:last-child {
    margin-bottom: 0;
}

/* =================================================================
   ONLINE SHOP BUTTON (PAIRING SECTION)
   ================================================================= */
.online-shop-btn {
    color: #fff;
    border: 1px solid rgba(255,255,255,1.00);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: auto;
    text-align: center;
    white-space: nowrap;
    font-variation-settings: 'wdth' 100;
    text-decoration: none;
	 background-color: transparent;
}

.online-shop-btn:hover {
    background: #3f3d3c!important;
}

/* =================================================================
   RELATED RECIPES BLANC SECTION
   ================================================================= */
.related-recipes-blanc-section {
    padding: 5rem 0;
    background: #ffffff;
}

.related-recipes-blanc-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
}

.related-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    color: #3f3d3c;
    text-align: center;
    margin: 0;
}

.related-recipes-grid {
    display: flex;
    gap: 80px;
    width: 100%;
    background: #ffffff;
}

.related-recipe-card {
    
   
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-recipe-card a {
    text-decoration: none;
	flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.related-recipe-card:hover {
}

.related-recipe-image {
    width: 100%;
    aspect-ratio: 4/3;
margin: 2rem 0;
overflow: hidden;
}

.related-recipe-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-recipe-card:hover .related-recipe-image img {
    transform: scale(1.1);
}

.related-recipe-title {
    text-align: center;
}

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

/* =================================================================
   ALL RECIPES CAROUSEL SECTION
   ================================================================= */
.all-recipes-carousel-section {
    padding: 100px 0 0px 0;
    background: #ffffff;
	overflow: hidden;
}

.all-recipes-carousel-section .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.carousel-title {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    color: #3f3d3c;
    text-align: center;
    margin: 0;
    width: 1116px;
    max-width: 100%;
	margin-bottom: 60px;
}

/* =================================================================
   RECIPES CAROUSEL
   ================================================================= */


.carousel-recipe-item {
	padding: 0 15px;
}

.carousel-recipe-item figure {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	margin: 0;
}
.carousel-recipe-item figure img {
	object-fit: cover;
}
.arrow_box{
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.arrow_box .slide-arrow{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #3F3D3C;	
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px;
	cursor:pointer
}
.arrow_box .slide-arrow:hover{
    opacity: .8;
}
.pairing-bt{
		display: flex;
		justify-content: flex-start;
	}

/* =================================================================
   RESPONSIVE DESIGN
   ================================================================= */

/* Large screens and down */
@media (max-width: 1440px) {
    .recipe-detail-section .container {
        padding: 0 40px;
    }
    
    .all-recipes-carousel-section .container {
        padding: 0 40px;
    }
    
    .related-recipes-blanc-section .container {
        padding: 0 40px;
    }
    
    .pairing-background {
        width: 100%;
    }
    
    .recipes-carousel-container {
        width: 100%;
    }
}

/* Medium screens and down */
@media (max-width: 768px) {
    .page-header {
        padding: 40px 0;
    }
    
    .page-title {
        font-size: 48px;
    }
    
    .recipe-detail-section,
    .pairing-recommendation-section,
    .related-recipes-blanc-section,
    .all-recipes-carousel-section {
        padding: 60px 0;
    }
   
    .recipe-detail-section .container,
    .page-header .container,
    .all-recipes-carousel-section .container,
    .related-recipes-blanc-section .container {
        padding: 0 20px;
    }
    
    .recipe-title-jp {
        font-size: 26px;
    }
    
    .recipe-title-en {
        font-size: 14px;
    }
    

    /*.ingredients-table tr {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        padding: 15px 0;
    }
    

    
    .instruction-step {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px 0;
    }*/
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    

    
 
    
    .pairing-title {
        font-size: 24px;
        white-space: normal;
        width: 100%;
        min-width: auto;
    }
    
    .product-header h3 {
    font-size: 20px;
   
    }
    
    .product-divider {
        width: 100%;
    }
    
    .related-title,
    .carousel-title {
        font-size: 24px;
        width: 100%;
    }
    
    .related-recipes-grid {
        gap: 20px;
    }
    
    .recipes-carousel-container {
        height: 250px;
    }
    
 
    
    .carousel-navigation {
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 20px;
    }
}

/* Small screens */
@media (max-width: 576px) {
    .page-title {
        font-size: 36px;
    }
      .related-recipes-grid {
        flex-direction: column;
        gap: 20px;
    }
    .recipe-title-jp {
        font-size: 22px;
    }
    .recipe-detail-container {
  gap: 30px;
}

	.ingredients-table tr td:last-child {
}
    .recipe-detail-section,
    .pairing-recommendation-section,
    .related-recipes-blanc-section,
    .all-recipes-carousel-section {
        padding: 30px 0;
    }
    .ingredients-table td:first-child,
    .ingredients-table td:last-child {
        font-size: 14px;
    }
    
    .step-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .step-content {
    }
    
    .pairing-title {
        font-size: 20px;
    }
    
    .product-header h3 {
        font-size: 18px;
    }
    
    .pairing-description p {
        font-size: 14px;
    }
    
    .related-title,
    .carousel-title {
        font-size: 20px;
    }
    
 .main-container {
  gap: 30px;
}
}

/* =================================================================
   ACCESSIBILITY ENHANCEMENTS
   ================================================================= */
@media (prefers-reduced-motion: reduce) {
    .recipes-carousel-track {
        transition: none;
    }
    

  
    
    .online-shop-btn:hover,
    .carousel-prev:hover,
    .carousel-next:hover {
        transform: none;
    }
}

/* Focus styles for better accessibility */


.online-shop-btn:focus {
    outline: 2px solid #3f3d3c;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .ingredients-table tr,
    .instruction-step {
        border-bottom-color: #000000;
        border-bottom-width: 2px;
    }
    
    .ingredients-header-container,
    .instructions-header-container {
        border-bottom-color: #000000;
        border-bottom-width: 2px;
    }
    
    .step-number {
        background: #000000;
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    
    .product-divider {
        background: #ffffff;
        height: 3px;
    }
    
    .online-shop-btn {
        border: 2px solid #3f3d3c;
    }
}

/* =================================================================
   PRINT STYLES
   ================================================================= */
@media print {
    .all-recipes-carousel-section {
        display: none;
    }
    
    .carousel-navigation {
        display: none;
    }
    
    .online-shop-btn {
        display: none;
    }
    
    .pairing-background {
        background: #f0f0f0;
    }
    
    .pairing-content {
        color: #000000;
    }
    
    .pairing-title,
    .product-header h3 {
        color: #000000;
    }
    
    .recipe-title-jp {
        font-size: 24pt;
    }
    
 
    
    .ingredients-table td,
    .step-content {
        font-size: 12pt;
        line-height: 1.4;
    }
}
@media (max-width: 999px) {
.pairing-product-text{
	max-width: 540px;
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
	padding: 0 30px;
	margin-right: 35vw;
}}
@media (max-width: 576px) {
.pairing-product-text{
	max-width: 100%;
	display: flex;
	flex-direction: column;
	grid-gap: 30px;
	padding: 0 14px;
	margin-right: 0vw;
}
.pairing-content {
  padding: 0px 0px 95vw 0px;
}
	.pairing-bt{
		display: flex;
		justify-content: center;
	}
}
@media (min-width: 1000px) {
.pairing-product-text{
	max-width: 540px;
	display: flex;
	flex-direction: column;
	grid-gap: 45px;
	position: relative;
	left: 50%;
	transform: translate(-80%, 0px);
}}
h4.section-sub-title{
	font-family: 'Shippori Mincho B1', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    color: #3f3d3c;
    margin: 0;
    text-align: left;
    white-space: nowrap;
	margin-top: 1.5em;
}