:root{--primary-color: #8750c7;--secondary-color: #f7f7f7;--text-color: #333;--heading-color: #8750c7;--heading-font: 'Helvetica Neue', Helvetica, Arial, sans-serif;--body-font: 'Roboto', sans-serif}body{margin:0;font-family:var(--body-font);background-color:var(--secondary-color);color:var(--text-color);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:700;margin:0;color:var(--heading-color)}*{box-sizing:border-box}a{text-decoration:none;color:inherit}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-container{flex:1;width:100%;max-width:100%;margin:0;padding:0}.navbar{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:.5rem 0;position:sticky;top:0;z-index:1000}.navbar__container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.navbar__logo{display:flex;align-items:center;gap:12px;font-weight:800;color:var(--text-color);text-transform:uppercase;letter-spacing:1px;z-index:1001}.navbar__logo-img{height:60px;width:auto;display:block}@media(max-width: 600px){.navbar__logo-text{display:none}}.navbar__toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:1001}.navbar__toggle .bar{height:3px;width:100%;background-color:var(--heading-color);border-radius:10px;transition:all .3s ease-in-out}.navbar__toggle.active .bar:nth-child(1){transform:translateY(9px) rotate(45deg)}.navbar__toggle.active .bar:nth-child(2){opacity:0}.navbar__toggle.active .bar:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media(max-width: 768px){.navbar__toggle{display:flex}}.navbar__menu{list-style:none;display:flex;gap:2rem;margin:0;padding:0;transition:all .3s ease-in-out}@media(max-width: 768px){.navbar__menu{position:fixed;top:0;right:-100%;width:70%;height:100vh;background-color:#fff;flex-direction:column;justify-content:center;align-items:center;box-shadow:-5px 0 15px rgba(0,0,0,.1);z-index:1000}.navbar__menu.active{right:0}}@media(max-width: 768px){.navbar__item{width:100%;text-align:center}}.navbar__link{font-weight:600;font-size:.9rem;color:var(--heading-color);text-transform:uppercase;transition:color .2s}@media(max-width: 768px){.navbar__link{font-size:1.5rem;display:block;padding:20px 0}}.navbar__link:hover{color:var(--primary-color)}.site-footer{background-color:#333;color:#fff;padding:40px 0;margin-top:auto}.site-footer__container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:20px}@media(min-width: 768px){.site-footer__container{flex-direction:row;justify-content:space-between}}.site-footer p{margin:0;font-size:.9rem;color:#aaa}.site-footer__links{display:flex;gap:20px}.site-footer__links a{color:#aaa;font-size:.9rem}.site-footer__links a:hover{color:#fff}.home-hero{background-color:#fff;padding:60px 20px;text-align:center;border-bottom:1px solid #eee}.home-hero__content{max-width:800px;margin:0 auto}.home-hero__logo{max-width:300px;height:auto;margin-bottom:30px}.home-hero__title{font-size:2.8rem;color:var(--primary-color);margin-bottom:20px}.home-hero__intro{font-size:1.25rem;line-height:1.6;color:#555;margin-bottom:0}.home-header{text-align:center;margin-bottom:40px;padding:60px 0 20px}.home-header__title{font-size:2.2rem;color:var(--heading-color);margin-bottom:10px}.home-header__subtitle{font-size:1.1rem;color:#666}.recipe-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 350px));justify-content:center;gap:30px;padding:0 20px 60px;max-width:1200px;margin:0 auto}.recipe-card{background:#fff;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px rgba(0,0,0,.05);height:100%}.recipe-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px rgba(0,0,0,.1)}.recipe-card__link{display:flex;flex-direction:column;height:100%}.recipe-card__image-container{position:relative;padding-top:66%;overflow:hidden}.recipe-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.recipe-card:hover .recipe-card__image{transform:scale(1.05)}.recipe-card__time{position:absolute;bottom:10px;right:10px;background:hsla(0,0%,100%,.9);padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:600;color:var(--primary-color)}.recipe-card__content{padding:20px;flex-grow:1;display:flex;flex-direction:column}.recipe-card__title{font-size:1.25rem;margin-bottom:10px;color:var(--heading-color)}.recipe-card__description{font-size:.9rem;color:#666;line-height:1.5;margin-bottom:20px;flex-grow:1}.recipe-card__cta{display:inline-block;color:var(--primary-color);font-weight:700;text-transform:uppercase;font-size:.85rem;letter-spacing:.5px}.recipe-details{background:#fff;padding-bottom:40px}.recipe-hero{position:relative;min-height:500px;background-color:#eee;margin-bottom:40px;display:flex;align-items:flex-end}.recipe-hero__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.recipe-hero__overlay{position:relative;z-index:1;width:100%;background:linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);padding:80px 20px 40px;color:#fff}.recipe-hero__content{max-width:1200px;margin:0 auto}.recipe-hero__title{font-size:3rem;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.5);line-height:1.1;color:#fff}.recipe-hero__subtitle{font-size:1.25rem;font-weight:300;margin-bottom:20px;color:#f0f0f0;text-shadow:0 1px 2px rgba(0,0,0,.5);border-left:4px solid var(--primary-color);padding-left:15px}.recipe-hero__description{font-size:1.1rem;line-height:1.5;margin-bottom:25px;max-width:800px;color:#e0e0e0}.recipe-meta{display:flex;flex-wrap:wrap;gap:30px;font-size:1rem;font-weight:500;border-top:1px solid hsla(0,0%,100%,.2);padding-top:20px}.recipe-meta__item{display:flex;align-items:center;gap:8px}.recipe-meta__item strong{color:var(--primary-color);font-weight:700}.recipe-content{max-width:1200px;margin:0 auto;padding:0 20px}.recipe-columns{display:flex;flex-direction:column;gap:40px}@media(min-width: 768px){.recipe-columns{flex-direction:row}}.section-title{font-size:1.8rem;color:var(--primary-color);margin-bottom:25px;border-bottom:2px solid #eee;padding-bottom:10px}.subsection-title{font-size:1.2rem;font-weight:700;color:#555;margin:20px 0 10px;border-bottom:1px dashed #ddd;padding-bottom:5px}.section-image-container{margin-bottom:15px}.section-image-container .section-image{width:100%;height:auto;border-radius:8px;display:block;margin-bottom:8px}.section-image-link{display:block;font-size:.9rem;color:var(--primary-color);font-weight:600;text-decoration:underline;text-align:center}.section-image-link:hover{color:var(--heading-color)}.recipe-ingredients{flex:1;background:#fdfdfd;padding:30px;border-radius:8px;border:1px solid #eee;height:fit-content}.ingredients-section{margin-bottom:20px}.ingredients-section:last-child{margin-bottom:0}.ingredients-list{list-style:none;padding:0;margin:0}.ingredients-list__item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px dashed #eee}.ingredients-list__item:last-child{border-bottom:none}.ingredient-amount{font-weight:700;color:var(--primary-color)}.recipe-method{flex:2}.method-section{margin-bottom:30px}.method-step{display:flex;gap:15px;margin-bottom:20px}.method-step__number{color:var(--primary-color);font-weight:700;flex-shrink:0;font-size:1.1rem;line-height:1.6;min-width:25px}.method-step__text{margin:0;line-height:1.6;font-size:1.1rem;padding-top:0}.method-step__text strong{font-weight:700;color:#000}.back-link{max-width:1200px;margin:40px auto 0;padding:0 20px}.back-link a{color:#666;font-weight:600}.back-link a:hover{color:var(--primary-color)}.custom-checkbox{display:flex;align-items:flex-start;cursor:pointer;position:relative;user-select:none;width:100%;padding:8px 0;transition:opacity .2s}.custom-checkbox__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox__checkmark{position:relative;height:22px;width:22px;background-color:#fff;border:2px solid #ccc;border-radius:4px;margin-right:15px;flex-shrink:0;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center}.custom-checkbox__checkmark svg{width:16px;height:16px;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:24;stroke-dashoffset:24;transition:stroke-dashoffset .3s ease-in-out}.custom-checkbox:hover .custom-checkbox__checkmark{border-color:var(--primary-color)}.custom-checkbox__label{flex-grow:1;font-size:1rem;line-height:1.4;transition:color .2s}.custom-checkbox.checked .custom-checkbox__checkmark{background-color:var(--primary-color);border-color:var(--primary-color)}.custom-checkbox.checked .custom-checkbox__checkmark svg{stroke-dashoffset:0}.custom-checkbox.checked .custom-checkbox__label{color:#aaa;text-decoration:line-through}.inspiration-page{padding:60px 20px;background-color:#f9f9f9;min-height:80vh}.inspiration-container{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.inspiration-title{font-size:2.5rem;color:var(--primary-color);margin-bottom:30px;text-align:center;font-family:var(--heading-font)}.inspiration-content p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:20px;font-family:var(--body-font)}.inspiration-content strong{color:var(--primary-color);font-weight:600}.legal-page{padding:60px 20px;background-color:#f9f9f9;min-height:80vh}.legal-container{max-width:800px;margin:0 auto;background:#fff;padding:40px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.legal-container h1{font-size:2.5rem;color:var(--primary-color);margin-bottom:10px}.legal-container h2{font-size:1.5rem;color:#333;margin-top:30px;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:5px}.legal-container p,.legal-container li{font-size:1rem;line-height:1.6;color:#555;margin-bottom:15px}.legal-container ul{padding-left:20px}
