*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #e63946;--red-dark: #c1121f;--red-light: #fff0f0;--orange: #f4a261;--orange-light: #fff8f0;--yellow: #ffb703;--cream: #fdf8f2;--white: #ffffff;--text: #1d1616;--text-muted: #6b5b5b;--border: #f0e6e6;--radius-sm: 8px;--radius: 16px;--radius-lg: 24px;--shadow-sm: 0 2px 8px rgba(230,57,70,.08);--shadow: 0 4px 20px rgba(230,57,70,.12);--shadow-lg: 0 12px 40px rgba(230,57,70,.18);font-family:Inter,system-ui,sans-serif}body{background:var(--cream);color:var(--text);min-height:100vh;line-height:1.65}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font:inherit}a{text-decoration:none;color:inherit}.header{background:var(--white)}.header__topbar{border-bottom:1px solid var(--border);background:var(--white);position:fixed;top:0;left:0;right:0;z-index:50;box-shadow:0 2px 12px #0000000f}.header__inner{max-width:1180px;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.header__brand{display:flex;align-items:center;gap:.65rem;background:none;border:none;padding:0;cursor:pointer;text-align:left;transition:opacity .2s}.header__brand:hover{opacity:.75}.header__logo-icon{font-size:2rem;line-height:1}.header__site-name{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;font-weight:700;color:var(--text);line-height:1.2}.header__domain{font-size:.72rem;color:var(--red);font-weight:500}.header__nav{display:flex;gap:1.75rem}.header__nav-link{font-size:.88rem;font-weight:600;color:var(--text-muted);transition:color .2s}.header__nav-link:hover{color:var(--red)}.header__hero{background:linear-gradient(135deg,#fff0f0,#fff8f0,#fdf8f2);border-bottom:1px solid var(--border);padding-top:64px;position:relative;overflow:hidden}.header__hero:before{content:"🍕";position:absolute;font-size:18rem;opacity:.04;right:-3rem;top:-3rem;pointer-events:none;line-height:1}.header__hero-inner{max-width:1180px;margin:0 auto;padding:4rem 1.5rem 3.5rem;text-align:center}.hero__badge{display:inline-block;background:var(--red);color:var(--white);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.35rem 1rem;border-radius:999px;margin-bottom:1.25rem}.header__hero-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.9rem,4.5vw,3.2rem);font-weight:700;line-height:1.2;color:var(--text);margin-bottom:1rem}.hero__highlight{color:var(--red);position:relative}.header__hero-subtitle{font-size:1.05rem;color:var(--text-muted);max-width:560px;margin:0 auto 2rem}.hero__stats{display:inline-flex;align-items:center;gap:1.5rem;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);padding:.9rem 2rem;box-shadow:var(--shadow-sm)}.hero__stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}.hero__stat-num{font-size:1.4rem;font-weight:700;color:var(--red);font-family:Playfair Display,serif}.hero__stat-label{font-size:.72rem;color:var(--text-muted);font-weight:500;white-space:nowrap}.hero__stat-divider{width:1px;height:36px;background:var(--border)}.header__categories{border-bottom:1px solid var(--border);background:var(--white)}.categories-scroll{max-width:1180px;margin:0 auto;padding:.85rem 1.5rem;display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.categories-scroll::-webkit-scrollbar{display:none}.category-pill{padding:.42rem 1.1rem;border-radius:999px;font-size:.84rem;font-weight:600;color:var(--text-muted);border:2px solid var(--border);white-space:nowrap;transition:all .2s;background:var(--white)}.category-pill:hover{border-color:var(--red);color:var(--red);background:var(--red-light)}.category-pill--active{background:var(--red);border-color:var(--red);color:var(--white)}.main{max-width:1180px;margin:0 auto;padding:2.5rem 1.5rem 5rem}.section-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin-bottom:1rem}.no-posts{text-align:center;color:var(--text-muted);padding:4rem 0;font-size:1.05rem}.featured-section{margin-bottom:3.5rem}.blog-card--featured{display:grid;grid-template-columns:1.1fr 1fr;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;border:1.5px solid var(--border);transition:box-shadow .25s,transform .25s}.blog-card--featured:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-card--featured .blog-card__image-wrapper{height:100%;min-height:360px}.blog-card--featured .blog-card__image{width:100%;height:100%;object-fit:cover}.blog-card--featured .blog-card__body{padding:2.75rem 2.5rem;display:flex;flex-direction:column;justify-content:center}.blog-card--featured .blog-card__title{font-size:1.6rem;line-height:1.3}.blog-card--featured .blog-card__excerpt{-webkit-line-clamp:4;font-size:.95rem}.grid-section{margin-bottom:3.5rem}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.75rem}.blog-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1.5px solid var(--border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.blog-card__image-wrapper{position:relative;overflow:hidden}.blog-card__image{width:100%;height:210px;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card__image,.blog-card--featured:hover .blog-card__image{transform:scale(1.05)}.blog-card__category{position:absolute;top:.8rem;left:.8rem;background:var(--red);color:var(--white);font-size:.72rem;font-weight:700;padding:.3rem .75rem;border-radius:999px;letter-spacing:.02em}.blog-card__body{padding:1.35rem 1.5rem 1.6rem;display:flex;flex-direction:column;flex:1}.blog-card__meta{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-muted);margin-bottom:.65rem}.blog-card__dot{opacity:.4}.blog-card__title{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:700;line-height:1.35;margin-bottom:.65rem;color:var(--text)}.blog-card__excerpt{font-size:.88rem;color:var(--text-muted);line-height:1.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;flex:1}.blog-card__footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.blog-card__read-btn{font-size:.84rem;font-weight:700;color:var(--red);transition:opacity .2s;padding:0}.blog-card__read-btn:hover{opacity:.7}.product-banner{background:linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);border-radius:var(--radius-lg);padding:3.5rem;color:var(--white);margin-top:1rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.product-banner:before{content:"🍕";position:absolute;font-size:22rem;opacity:.05;right:-4rem;bottom:-5rem;pointer-events:none;line-height:1}.product-banner__inner{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:center;position:relative}.product-banner__badge{display:inline-block;background:#fff3;border:1px solid rgba(255,255,255,.35);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .85rem;border-radius:999px;margin-bottom:1rem}.product-banner__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;line-height:1.25;margin-bottom:1rem}.product-banner__desc{font-size:.97rem;line-height:1.75;opacity:.92;margin-bottom:1.5rem;max-width:540px}.product-banner__bullets{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;font-size:.93rem;opacity:.95}.product-banner__cta{display:inline-block;background:var(--yellow);color:#1a0000;font-size:1rem;font-weight:800;padding:.9rem 2rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #0003;letter-spacing:.01em}.product-banner__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040;color:#1a0000}.product-banner__note{font-size:.74rem;opacity:.65;margin-top:.85rem}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 32px #0003}.product-card__img-wrap{height:200px;overflow:hidden}.product-card__img{width:100%;height:100%;object-fit:cover}.product-card__info{padding:1.25rem 1.5rem 1.5rem}.product-card__stars{font-size:.85rem;margin-bottom:.4rem}.product-card__name{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:.2rem}.product-card__pack{font-size:.82rem;color:var(--text-muted);margin-bottom:1rem}.product-card__btn{display:block;text-align:center;background:var(--yellow);color:#1a0000;font-size:.88rem;font-weight:700;padding:.65rem 1rem;border-radius:var(--radius-sm);transition:opacity .2s}.product-card__btn:hover{opacity:.85;color:#1a0000}.footer{background:var(--text);color:#ffffffb3;padding:2.5rem 1.5rem;text-align:center}.footer__inner{max-width:1180px;margin:0 auto}.footer__brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.footer__logo{font-size:1.4rem}.footer__name{font-weight:600;color:var(--white);font-size:.95rem}.footer__copy{font-size:.85rem;margin-bottom:.5rem}.footer__disclaimer{font-size:.74rem;opacity:.55;max-width:500px;margin:0 auto}@media (max-width: 900px){.blog-card--featured{grid-template-columns:1fr}.blog-card--featured .blog-card__image-wrapper{min-height:260px}.blog-card--featured .blog-card__body{padding:1.75rem}.blog-card--featured .blog-card__title{font-size:1.3rem}.product-banner__inner{grid-template-columns:1fr}.product-banner{padding:2.5rem 1.75rem}}@media (max-width: 600px){.header__nav{display:none}.hero__stats{flex-direction:column;gap:.75rem;padding:1rem 1.5rem}.hero__stat-divider{width:36px;height:1px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.modal{background:var(--white);border-radius:var(--radius-lg);width:100%;max-width:760px;position:relative;overflow:hidden;box-shadow:0 24px 80px #0000004d;margin:auto}.modal__close{position:absolute;top:1rem;right:1rem;z-index:10;background:#00000073;color:#fff;width:36px;height:36px;border-radius:50%;font-size:.9rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.modal__close:hover{background:#000000b3}.modal__hero{position:relative}.modal__hero-img{width:100%;height:280px;object-fit:cover}.modal__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 55%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.75rem 2rem}.modal__category{display:inline-block;background:var(--red);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .75rem;border-radius:999px;margin-bottom:.6rem;width:fit-content}.modal__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:#fff;line-height:1.3;margin-bottom:.5rem}.modal__meta{display:flex;gap:.5rem;font-size:.8rem;color:#fffc}.modal__body{padding:2rem 2.25rem 2.5rem}.modal__intro{font-size:1rem;line-height:1.8;color:var(--text-muted);margin-bottom:2rem;border-left:3px solid var(--red);padding-left:1rem}.modal__section{margin-bottom:1.75rem}.modal__section-heading{font-family:Playfair Display,Georgia,serif;font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.6rem}.modal__section-body{font-size:.94rem;line-height:1.8;color:var(--text-muted)}.modal__product-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:var(--orange-light);border:1.5px solid var(--orange);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:2rem 0;flex-wrap:wrap}.modal__product-cta-badge{display:inline-block;background:var(--orange);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;margin-bottom:.4rem}.modal__product-cta-text p{font-size:.9rem;color:var(--text);line-height:1.5}.modal__product-cta-btn{display:inline-block;background:var(--yellow);color:#1a0000;font-size:.88rem;font-weight:800;padding:.7rem 1.4rem;border-radius:var(--radius-sm);white-space:nowrap;transition:opacity .2s;flex-shrink:0}.modal__product-cta-btn:hover{opacity:.85;color:#1a0000}.modal__faq{margin-top:2rem}.modal__faq-heading{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:var(--text)}.modal__faq-list{display:flex;flex-direction:column;gap:.6rem}.modal__faq-item{border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.modal__faq-question{font-size:.92rem;font-weight:600;color:var(--text);padding:.9rem 1.1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.modal__faq-question:after{content:"+";font-size:1.1rem;color:var(--red)}details[open] .modal__faq-question:after{content:"-"}.modal__faq-answer{font-size:.88rem;line-height:1.75;color:var(--text-muted);padding:0 1.1rem 1rem}.modal__bottom-cta{background:linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);border-radius:var(--radius);padding:2rem;text-align:center;margin-top:2.5rem;color:#fff}.modal__bottom-cta-title{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:700;margin-bottom:.6rem}.modal__bottom-cta-desc{font-size:.9rem;opacity:.9;line-height:1.65;max-width:440px;margin:0 auto 1.5rem}.modal__bottom-cta-btn{display:inline-block;background:var(--yellow);color:#1a0000;font-size:1rem;font-weight:800;padding:.85rem 2rem;border-radius:var(--radius-sm);transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #0003}.modal__bottom-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000040;color:#1a0000}.modal__disclaimer{font-size:.72rem;opacity:.55;margin-top:.75rem}.blog-card{cursor:pointer}.post-page{min-height:100vh;background:var(--cream)}.post-page__topbar{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.post-page__topbar-inner{max-width:820px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.post-page__back{font-size:.88rem;font-weight:600;color:var(--red);transition:opacity .2s}.post-page__back:hover{opacity:.7}.post-page__site-name{font-size:.82rem;color:var(--text-muted);font-weight:500}.post-page__hero{position:relative;height:420px;overflow:hidden}.post-page__hero-img{width:100%;height:100%;object-fit:cover}.post-page__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#0000001a 60%);display:flex;align-items:flex-end}.post-page__hero-inner{max-width:820px;width:100%;margin:0 auto;padding:2.5rem 1.5rem}.post-page__category{display:inline-block;background:var(--red);color:#fff;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.28rem .75rem;border-radius:999px;margin-bottom:.75rem}.post-page__title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,2.4rem);font-weight:700;color:#fff;line-height:1.25;margin-bottom:.6rem}.post-page__meta{display:flex;gap:.5rem;font-size:.82rem;color:#fffc}.post-page__article{max-width:820px;margin:0 auto;padding:0 1.5rem 4rem}.post-page__content{padding-top:2.5rem}.post-page__intro{font-size:1.05rem;line-height:1.85;color:var(--text-muted);margin-bottom:2.5rem;border-left:4px solid var(--red);padding-left:1.25rem}.post-page__section{margin-bottom:2rem}.post-page__section-heading{font-family:Playfair Display,Georgia,serif;font-size:1.2rem;font-weight:700;color:var(--text);margin-bottom:.65rem}.post-page__section-body{font-size:.97rem;line-height:1.85;color:var(--text-muted)}.post-page__inline-cta{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:var(--orange-light);border:2px solid var(--orange);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:2.5rem 0;flex-wrap:wrap}.post-page__inline-cta-badge{display:inline-block;background:var(--orange);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .6rem;border-radius:999px;margin-bottom:.4rem}.post-page__inline-cta-text p{font-size:.92rem;color:var(--text);line-height:1.55}.post-page__inline-cta-btn{display:inline-block;background:var(--yellow);color:#1a0000;font-size:.9rem;font-weight:800;padding:.75rem 1.5rem;border-radius:var(--radius-sm);white-space:nowrap;transition:opacity .2s;flex-shrink:0}.post-page__inline-cta-btn:hover{opacity:.85;color:#1a0000}.post-page__faq{margin-top:2.5rem}.post-page__faq-heading{font-family:Playfair Display,Georgia,serif;font-size:1.35rem;font-weight:700;margin-bottom:1.1rem;color:var(--text)}.post-page__faq-list{display:flex;flex-direction:column;gap:.65rem}.post-page__faq-item{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);overflow:hidden}.post-page__faq-question{font-size:.95rem;font-weight:600;color:var(--text);padding:1rem 1.25rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.post-page__faq-question:after{content:"+";font-size:1.1rem;color:var(--red);flex-shrink:0}details[open] .post-page__faq-question:after{content:"-"}.post-page__faq-answer{font-size:.9rem;line-height:1.8;color:var(--text-muted);padding:0 1.25rem 1.1rem}.post-page__bottom-cta{display:grid;grid-template-columns:1fr 1.3fr;gap:0;background:var(--white);border-radius:var(--radius-lg);border:1.5px solid var(--border);overflow:hidden;margin-top:3rem;box-shadow:var(--shadow)}.post-page__bottom-cta-img-link{display:block}.post-page__bottom-cta-img-wrap{position:relative;overflow:hidden}.post-page__bottom-cta-img{width:100%;height:100%;min-height:280px;object-fit:cover}.post-page__bottom-cta-img-label{position:absolute;bottom:.5rem;left:.5rem;background:#0000008c;color:#fff;font-size:.65rem;padding:.2rem .5rem;border-radius:4px}.post-page__bottom-cta-body{padding:2rem 2rem 2.25rem;display:flex;flex-direction:column;justify-content:center}.post-page__bottom-cta-badge{display:inline-block;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:.25rem .7rem;border-radius:999px;margin-bottom:.75rem;width:fit-content}.post-page__bottom-cta-title{font-family:Playfair Display,Georgia,serif;font-size:1.3rem;font-weight:700;color:var(--text);margin-bottom:.65rem;line-height:1.3}.post-page__bottom-cta-desc{font-size:.88rem;line-height:1.7;color:var(--text-muted);margin-bottom:1rem}.post-page__bottom-cta-bullets{list-style:none;display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--text);margin-bottom:1.5rem}.post-page__bottom-cta-btn{display:inline-block;background:var(--yellow);color:#1a0000;font-size:.95rem;font-weight:800;padding:.8rem 1.75rem;border-radius:var(--radius-sm);text-align:center;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 14px #00000026}.post-page__bottom-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003;color:#1a0000}.post-page__bottom-cta-disclaimer{font-size:.72rem;color:var(--text-muted);margin-top:.65rem}.product-card__img-link{display:block;cursor:pointer;width:100%;background:none;border:none;padding:0}.product-card__img-wrap{position:relative}.product-card__img-badge{position:absolute;top:.6rem;right:.6rem;background:var(--red);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .55rem;border-radius:999px}.product-card__subtitle{font-size:.78rem;color:var(--text-muted);margin-bottom:.9rem}@media (max-width: 640px){.post-page__hero{height:300px}.post-page__bottom-cta{grid-template-columns:1fr}.post-page__bottom-cta-img{min-height:200px}.post-page__bottom-cta-body{padding:1.5rem}.post-page__inline-cta{flex-direction:column}}
