.home-page{padding:2rem 0 4rem}.home-hero{background:var(--neutral-dark);color:var(--white);padding:3rem 0 4rem;text-align:center}.home-hero__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}.home-hero__title{font-size:clamp(2rem, 5vw, 3rem);font-weight:800;margin:0 0 .5rem;line-height:1.15}.home-hero__sub{font-size:1rem;opacity:.9;margin-bottom:1.5rem}.home-hero__search{display:flex;gap:.5rem;max-width:420px;margin:0 auto}.home-hero__search input{flex:1;padding:.6rem 1rem;border:none;border-radius:var(--radius-full);font-size:.95rem}.home-hero__btn{padding:.6rem 1.25rem;background:var(--primary);color:var(--white);border:none;border-radius:var(--radius-full);font-weight:600;cursor:pointer}.home-section{margin-top:3rem}.home-section__title{font-size:1.5rem;font-weight:700;color:var(--neutral-dark);margin-bottom:1.25rem}.home-section__more{margin-top:1.5rem}.home-section__more a{font-weight:600}.home-featured__grid{max-width:720px;margin:0 auto}.home-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.home-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);box-shadow:0 4px 20px rgb(0 0 0 / .04);transition:transform var(--ease),box-shadow var(--ease)}.home-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgb(0 0 0 / .08)}.home-card__link{display:block;color:inherit;text-decoration:none}.home-card__img-wrap{aspect-ratio:4/3;overflow:hidden;background:var(--primary-light)}.home-card__img-wrap img{width:100%;height:100%;object-fit:cover}.home-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:3rem}.home-card__body{padding:1rem 1.15rem}.home-card__title{font-size:1.1rem;font-weight:700;margin:0 0 .35rem;color:var(--neutral-dark)}.home-card__excerpt{font-size:.9rem;color:var(--neutral-warm);margin:0 0 .5rem;line-height:1.5}.home-card__cta{font-size:.85rem;font-weight:600;color:var(--primary)}.home-card--featured .home-card__img-wrap{aspect-ratio:16/10}.home-card--featured .home-card__body{padding:1.25rem}.home-card--featured .home-card__title{font-size:1.35rem}.home-categories__list{display:flex;flex-wrap:wrap;gap:.5rem}.home-cat-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.9rem;font-weight:600;color:var(--neutral-dark);text-decoration:none;transition:background var(--ease),color var(--ease),border-color var(--ease)}.home-cat-pill:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.home-cat-count{font-size:.75rem;color:var(--text-muted)}@media (max-width:640px){.home-hero{padding:2rem 0 3rem}.home-hero__search{flex-direction:column}.home-cards{grid-template-columns:1fr}}.page-404{padding:4rem 0 6rem;min-height:50vh}.error-404{max-width:36rem;margin:0 auto;text-align:center}.error-404__inner{padding:2rem 0}.error-404__title{font-size:clamp(4rem, 12vw, 8rem);font-weight:800;color:var(--primary);margin:0 0 .5rem;line-height:1}.error-404__sub{font-size:1.25rem;font-weight:600;color:var(--neutral-dark);margin-bottom:.5rem}.error-404__text{color:var(--neutral-warm);margin-bottom:1.5rem}.error-404__search{display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap}.error-404__search input{flex:1;min-width:200px;padding:.6rem 1rem;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.95rem}.error-404__btn{padding:.6rem 1.25rem;background:var(--primary);color:var(--white);border:none;border-radius:var(--radius-full);font-weight:600;cursor:pointer}.error-404__links{font-size:.95rem}.error-404__links a{font-weight:600}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute;height:1px;width:1px;overflow:hidden}.screen-reader-text:focus{clip:auto;height:auto;width:auto;padding:.5rem 1rem;background:var(--primary);color:var(--white);z-index:100000}.page-content{padding:3rem 0 5rem}.page-content .entry-header{margin-bottom:1.5rem}.page-content .entry-title{font-size:clamp(1.75rem, 4vw, 2.25rem);font-weight:800;color:var(--neutral-dark)}.page-content .entry-content{max-width:65ch;line-height:1.7;color:var(--neutral-dark)}.page-content .entry-content h2{font-size:1.35rem;margin-top:2rem;margin-bottom:.5rem}.page-content .entry-content h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.35rem}.page-content .entry-content ul,.page-content .entry-content ol{margin:.5rem 0 1rem;padding-left:1.5rem}.contact-form{max-width:32rem;margin-top:1.5rem}.contact-form label{display:block;font-weight:600;margin-bottom:.35rem}.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;font-family:inherit}.contact-form textarea{min-height:120px;resize:vertical}.contact-form button[type="submit"]{padding:.65rem 1.5rem;background:var(--primary);color:var(--white);border:none;border-radius:var(--radius);font-weight:600;cursor:pointer}.contact-form button[type="submit"]:hover{background:var(--primary-dark)}.contact-message--success{color:var(--primary);font-weight:600}.site-footer{background:var(--neutral-dark);color:var(--white);padding:3rem 0 1.5rem;margin-top:4rem}.footer-inner{max-width:var(--container);margin:0 auto;padding:0 1rem}@media (min-width:640px){.footer-inner{padding:0 1.5rem}}@media (min-width:1024px){.footer-inner{padding:0 2rem}}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}.footer-heading{font-size:1rem;font-weight:700;margin:0 0 .75rem;color:var(--white)}.footer-text{font-size:.9rem;opacity:.9;margin:0;line-height:1.6;max-width:20rem}.footer-menu{list-style:none;margin:0;padding:0}.footer-menu li{margin-bottom:.35rem}.footer-menu a{color:rgb(255 255 255 / .9);text-decoration:none;font-size:.9rem}.footer-menu a:hover{color:var(--primary);text-decoration:underline}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgb(255 255 255 / .15);text-align:center}.footer-copy{font-size:.8rem;opacity:.8;margin:0}.about-page{padding:0 0 5rem}.about-page-hero{background:var(--neutral-dark);color:var(--white);padding:3.5rem 0 3rem;text-align:center}.about-page-hero__eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin:0 0 .75rem}.about-page-hero__title{font-size:clamp(1.8rem, 5vw, 3rem);font-weight:800;margin:0 0 .5rem;line-height:1.15}.about-page-hero__sub{font-size:1rem;opacity:.85;margin:0;max-width:34rem;margin-inline:auto}.about-featured-img{margin:2.5rem 0;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:16 / 7}.about-featured-img img{width:100%;height:100%;object-fit:cover}.about-entry-content{max-width:65ch;margin:0 auto 3rem;line-height:1.75;color:var(--neutral-dark)}.about-entry-content h2{font-size:1.4rem;margin:2rem 0 .5rem}.about-entry-content p{margin:0 0 1rem}.about-entry-content ul,.about-entry-content ol{padding-left:1.5rem;margin:0 0 1rem}.about-section-title{font-size:1.5rem;font-weight:700;color:var(--neutral-dark);margin:0 0 1.5rem}.about-values{margin:3rem 0}.about-values__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.25rem}.about-value-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 1.25rem;transition:transform var(--ease),box-shadow var(--ease)}.about-value-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgb(0 0 0 / .07)}.about-value-card__icon{font-size:2rem;margin-bottom:.75rem}.about-value-card h3{font-size:1rem;font-weight:700;color:var(--neutral-dark);margin:0 0 .5rem}.about-value-card p{font-size:.9rem;color:var(--neutral-warm);line-height:1.6;margin:0}.about-stats{display:flex;justify-content:center;gap:0;background:var(--primary);border-radius:var(--radius-lg);overflow:hidden;margin:3rem 0;flex-wrap:wrap}.about-stat{flex:1;min-width:140px;padding:1.75rem 1.25rem;text-align:center;color:var(--white);border-right:1px solid rgb(255 255 255 / .2)}.about-stat:last-child{border-right:none}.about-stat__number{display:block;font-size:clamp(1.6rem, 4vw, 2.5rem);font-weight:800;line-height:1;margin-bottom:.35rem}.about-stat__label{font-size:.8rem;opacity:.85;text-transform:uppercase;letter-spacing:.05em}.about-recipes{margin:3rem 0}.about-recipes__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.about-view-all{font-size:.9rem;font-weight:600;color:var(--primary)}.about-view-all:hover{text-decoration:underline}.about-newsletter{background:var(--neutral-dark);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;margin-top:3rem}.about-newsletter__inner{max-width:32rem;margin:0 auto}.about-newsletter h2{font-size:1.5rem;font-weight:700;color:var(--white);margin:0 0 .5rem}.about-newsletter p{color:rgb(255 255 255 / .8);font-size:.95rem;margin:0 0 1.5rem}.about-newsletter__btn{display:inline-block;padding:.7rem 1.75rem;background:var(--primary);color:var(--white);border-radius:var(--radius-full);font-weight:700;font-size:.95rem;text-decoration:none;transition:background var(--ease),transform var(--ease)}.about-newsletter__btn:hover{background:var(--primary-dark);transform:translateY(-2px);text-decoration:none}.legal-content{max-width:65ch;margin:2.5rem auto 5rem;line-height:1.75;color:var(--neutral-dark)}.legal-content h2{font-size:1.35rem;font-weight:700;margin:2.25rem 0 .6rem;color:var(--neutral-dark)}.legal-content h3{font-size:1.1rem;font-weight:600;margin:1.5rem 0 .4rem}.legal-content p{margin:0 0 1rem}.legal-content ul,.legal-content ol{padding-left:1.5rem;margin:0 0 1rem}.legal-content li{margin-bottom:.35rem}.legal-content a{color:var(--primary)}.legal-content a:hover{text-decoration:underline}@media (max-width:640px){.about-stats{flex-direction:column;gap:0}.about-stat{border-right:none;border-bottom:1px solid rgb(255 255 255 / .2)}.about-stat:last-child{border-bottom:none}.about-newsletter{padding:2rem 1.25rem}.about-page-hero{padding:2.5rem 0 2rem}.about-values__grid{grid-template-columns:1fr 1fr}}@media (max-width:400px){.about-values__grid{grid-template-columns:1fr}}