.recipe-page{margin-top:0}.recipe-page .content-section{background:url(../img/divbg.jpg) center/cover;color:var(--color-white);padding:8rem 0 5rem}.recipe-card{padding:2rem;margin-bottom:3rem}.recipe-header{text-align:center;margin-bottom:2rem}.recipe-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:600;margin:0 0 1.5rem;color:var(--color-white)}.recipe-image{margin:0 auto 1.5rem;max-width:400px}.recipe-image img{width:100%;border-radius:var(--border-radius);box-shadow:var(--box-shadow);transition:var(--transition)}.recipe-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.recipe-subtitle{font-size:1.2rem;font-weight:600;margin:0 0 1rem;border-bottom:2px solid var(--primary-color);padding-bottom:.5rem}.ingredients-section{background:#ffffff0d;padding:1.5rem;border-radius:var(--border-radius);border:1px solid var(--primary-color)}.ingredients-list{list-style:none;padding:0;margin:0 0 1rem}.ingredient-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.ingredient-item:last-child{border-bottom:none}.ingredient-name{font-weight:500;color:var(--color-white)}.ingredient-amount{font-weight:600;white-space:nowrap}.recipe-note{background:#ed01211a;padding:1rem;border-radius:var(--border-radius);border:1px solid var(--primary-color);margin-top:1rem}.recipe-note p{margin:0;font-size:.9rem;line-height:1.4;color:#ffffffe6}.instructions-section{background:#ffffff0d;padding:1.5rem;border-radius:var(--border-radius);border:1px solid var(--primary-color)}.instructions-list{list-style:none;padding:0;margin:0}.instruction-step{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.instruction-step:last-child{border-bottom:none}.step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--primary-color);color:var(--color-white);border-radius:50%;font-weight:600;font-size:.9rem;flex-shrink:0}.step-text{flex:1;line-height:1.5;color:var(--color-white)}.tips-section{margin-top:4rem;padding-top:3rem;border-top:2px solid rgba(255,255,255,.2)}.tips-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600;text-align:center;margin:0 0 3rem;color:var(--color-white);position:relative}.tips-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:60px;height:2px;background:var(--primary-color)}.tips-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.tip-item{background:#ffffff1a;padding:2rem;border-radius:var(--border-radius);text-align:center;transition:var(--transition);border:1px solid rgba(255,255,255,.2)}.tip-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.tip-icon svg{color:var(--primary-color)}.tip-title{font-size:1.2rem;font-weight:600;margin:0 0 1rem;color:var(--color-white)}.tip-description{font-size:.95rem;line-height:1.5;color:#fffc;margin:0}.parallax-recipe{background-image:url(../img/bg6.jpg)}@media (max-width: 992px){.recipe-content{grid-template-columns:1fr;gap:1.5rem}.tips-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (max-width: 768px){.recipe-page .content-section{padding:6rem 0 3rem}.recipe-card{padding:1.5rem;margin-bottom:2rem}.ingredients-section,.instructions-section{padding:1rem}.instruction-step{align-items:flex-start;gap:.5rem}.step-number{align-self:flex-start}.tip-item{padding:1.5rem}}@media (max-width: 480px){.recipe-title{font-size:1.3rem}.tips-title{font-size:1.5rem}.recipe-card{padding:1rem}.ingredients-section,.instructions-section{padding:.75rem}.ingredient-item{gap:.25rem}.ingredient-amount{font-size:.9rem}}@media print{.recipe-page .content-section{background:none;color:var(--text-color)}.recipe-card{background:none;border:1px solid #ccc;break-inside:avoid}.recipe-title,.recipe-subtitle,.tips-title,.tip-title{color:var(--text-color)}.ingredients-section,.instructions-section,.tip-item{background:none;border:1px solid #ccc}.step-number{background:#333;color:var(--color-white)}.recipe-note{background:#f5f5f5;border-color:#333}.parallax-recipe{display:none}}@media (prefers-contrast: high){.recipe-card,.ingredients-section,.instructions-section,.tip-item{border-color:var(--color-white);background:#000c}.recipe-note{background:#000000e6;border-color:var(--color-white)}.ingredient-item,.instruction-step{border-color:var(--color-white)}.step-text,.tip-description,.recipe-note p{color:var(--color-white)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
