:root{--hatch-green: #2D6A2E;--hatch-green-light: #4A8C3F;--hatch-red: #C4391D;--hatch-red-dark: #9A2D17;--hatch-gold: #D4A843;--hatch-cream: #FBF7F0;--hatch-sand: #F2EBE0;--hatch-earth: #8B7355;--hatch-charcoal: #2C2418;--hatch-brown: #5C4A32;--hatch-warm-white: #FEFCF8;--shadow-sm: 0 1px 3px rgba(44,36,24,.08);--shadow-md: 0 4px 16px rgba(44,36,24,.1);--shadow-lg: 0 8px 32px rgba(44,36,24,.14);--shadow-xl: 0 16px 48px rgba(44,36,24,.18);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px}.recipes-hero{position:relative;min-height:auto;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(165deg,#1a3a1a,#2d6a2e,#4a8c3f 60%,#d4a843)}.recipes-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 20% 80%,rgba(196,57,29,.3) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 20%,rgba(212,168,67,.25) 0%,transparent 50%);z-index:1}.recipes-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:1}.recipes-hero__content{position:relative;z-index:2;text-align:center;max-width:860px;padding:72px 24px}.recipes-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);padding:8px 20px;border-radius:100px;font-size:13px;font-weight:600;color:#ffffffeb;letter-spacing:.08em;text-transform:uppercase;margin-bottom:28px;animation:fadeInDown .8s ease-out}.recipes-hero__badge svg{width:16px;height:16px}.recipes-hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,5vw,56px);font-weight:400;color:#fff;line-height:1.1;margin-bottom:14px;animation:fadeInUp .8s ease-out .1s both}.recipes-hero h1 em{font-style:italic;color:var(--hatch-gold)}.recipes-hero__subtitle{font-size:clamp(15px,1.6vw,18px);color:#ffffffd1;max-width:620px;margin:0 auto 24px;line-height:1.6;animation:fadeInUp .8s ease-out .2s both}.recipes-hero__stats{display:flex;justify-content:center;gap:40px;animation:fadeInUp .8s ease-out .3s both}.recipes-hero__stat{text-align:center}.recipes-hero__stat-number{font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,3vw,32px);color:#fff;line-height:1}.recipes-hero__stat-label{font-size:12px;color:#ffffffa6;text-transform:uppercase;letter-spacing:.1em;margin-top:6px}.recipes-filter{position:sticky;top:0;z-index:100;background:#fbf7f0eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(44,36,24,.08);padding:0;transition:box-shadow .3s ease}.recipes-filter.scrolled{box-shadow:var(--shadow-md)}.recipes-filter__inner{max-width:1320px;margin:0 auto;padding:10px 24px;display:flex;align-items:center;gap:12px}.recipes-filter__search{display:flex;align-items:center;gap:8px;position:relative;flex:0 1 320px;max-width:360px}.recipes-filter__search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:17px;height:17px;color:#a89b8a;pointer-events:none;flex-shrink:0}.recipes-filter__search input{width:100%;padding:10px 14px 10px 40px;border:1.5px solid rgba(44,36,24,.12);border-radius:var(--radius-lg);background:#fff;font-family:inherit;font-size:14px;color:var(--hatch-charcoal);transition:all .25s ease;outline:none}.recipes-filter__search input:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.recipes-filter__search input:focus{border-color:var(--hatch-green);box-shadow:0 0 0 3px #2d6a2e1a}.recipes-filter__search input::placeholder{color:#a89b8a}.recipes-filter__count{font-family:Georgia,Times New Roman,serif;font-size:14px;color:var(--hatch-earth);white-space:nowrap;margin-left:auto}.recipes-filter__count strong{color:var(--hatch-green)}.recipes-filter__pills{display:flex;flex-wrap:wrap;gap:6px;flex:1}.recipes-filter__pill{padding:8px 16px;border-radius:100px;border:1.5px solid rgba(44,36,24,.12);background:#fff;font-family:inherit;font-size:13px;font-weight:600;color:var(--hatch-brown);cursor:pointer;transition:all .25s ease;white-space:nowrap;text-align:center;min-width:0;overflow:hidden;text-overflow:ellipsis}.recipes-filter__pill:hover{border-color:var(--hatch-green);color:var(--hatch-green);background:#2d6a2e0a}.recipes-filter__pill.active{background:var(--hatch-green);border-color:var(--hatch-green);color:#fff}@media(max-width:820px){.recipes-filter__inner{flex-wrap:wrap;flex-direction:column;align-items:center;gap:10px;padding:10px 16px}.recipes-filter__search{flex:none;width:100%;max-width:400px}.recipes-filter__count{display:none}.recipes-filter__pills{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;width:100%;flex:none}.recipes-filter__pill{font-size:12px;padding:8px 6px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media(max-width:440px){.recipes-filter__inner{padding:8px 12px;gap:8px}.recipes-filter__pill{padding:7px 4px;font-size:11px}}.recipes-featured{max-width:1320px;margin:0 auto;padding:56px 24px 0}.recipes-section-label{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--hatch-red);margin-bottom:16px}.recipes-section-label:before{content:"";width:24px;height:2px;background:var(--hatch-red);border-radius:2px}.recipes-featured__card{display:grid;grid-template-columns:1.15fr 1fr;gap:0;background:#fff;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);transition:transform .4s ease,box-shadow .4s ease}.recipes-featured__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.recipes-featured__image{position:relative;min-height:420px;overflow:hidden}.recipes-featured__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.recipes-featured__card:hover .recipes-featured__image img{transform:scale(1.04)}.recipes-tag{background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:6px 14px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.recipes-tag.recipes-tag--featured{color:var(--hatch-red)}.recipes-tag.recipes-tag--category{color:var(--hatch-green)}.recipes-featured__body{padding:48px 44px;display:flex;flex-direction:column;justify-content:center}.recipes-featured__body h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3.5vw,36px);line-height:1.15;color:var(--hatch-charcoal);margin-bottom:16px}.recipes-featured__body p{color:var(--hatch-earth);font-size:15px;line-height:1.7;margin-bottom:24px}.recipes-card__meta{display:flex;gap:24px;margin-bottom:28px}.recipes-meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--hatch-earth)}.recipes-meta-item svg{width:16px;height:16px;color:var(--hatch-green-light)}.recipes-meta-item strong{color:var(--hatch-charcoal);font-weight:600}.recipes-featured__ctas{display:flex;align-items:center;gap:16px}.recipes-btn--primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--hatch-green);color:#fff;border:none;border-radius:var(--radius-lg);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease}.recipes-btn--primary:hover{background:var(--hatch-green-light);transform:translateY(-1px);box-shadow:0 4px 16px #2d6a2e40}.recipes-btn--primary svg{width:16px;height:16px}.recipes-btn--ghost{display:inline-flex;align-items:center;gap:6px;padding:14px 20px;background:transparent;color:var(--hatch-green);border:1.5px solid rgba(45,106,46,.25);border-radius:var(--radius-lg);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease}.recipes-btn--ghost:hover{border-color:var(--hatch-green);background:#2d6a2e0a}.recipes-grid-section{max-width:1320px;margin:0 auto;padding:80px 24px}.recipes-section-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px}.recipes-section-header h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,4vw,40px);color:var(--hatch-charcoal);line-height:1.1;letter-spacing:-.01em}.recipes-section-header h2 span{color:var(--hatch-green)}.recipes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:28px}.recipes-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .35s ease;cursor:pointer;text-decoration:none;color:inherit;display:flex;flex-direction:column}.recipes-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.recipes-card__image{position:relative;height:240px;overflow:hidden}.recipes-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.recipes-card:hover .recipes-card__image img{transform:scale(1.06)}.recipes-card__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(44,36,24,.06) 100%)}.recipes-card__tags{position:absolute;top:12px;left:12px;display:flex;gap:6px}.recipes-card__tag{background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:5px 12px;border-radius:100px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hatch-green)}.recipes-card__difficulty{position:absolute;top:12px;right:12px;background:#2c2418bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:5px 12px;border-radius:100px;font-size:11px;font-weight:600}.recipes-card__body{padding:22px 24px;flex:1;display:flex;flex-direction:column}.recipes-card__body h3{font-family:Georgia,Times New Roman,serif;font-size:18px!important;font-weight:700!important;line-height:1.3;color:var(--hatch-charcoal);margin-bottom:10px;transition:color .25s ease}.recipes-card:hover .recipes-card__body h3{color:var(--hatch-green)}.recipes-card__body p{font-size:14px;color:var(--hatch-earth);line-height:1.55;margin-bottom:16px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.recipes-card__meta{display:flex;align-items:center;gap:16px;padding-top:14px;border-top:1px solid rgba(44,36,24,.06)}.recipes-card__meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--hatch-earth)}.recipes-card__meta-item svg{width:14px;height:14px;color:var(--hatch-green-light);flex-shrink:0}.recipes-card__rating{margin-left:auto;display:flex;align-items:center;gap:4px;font-size:13px;color:var(--hatch-gold);font-weight:600}.recipes-card__rating svg{width:14px;height:14px}.recipes-shop-cta{background:linear-gradient(135deg,var(--hatch-charcoal) 0%,#3D3020 50%,var(--hatch-red-dark) 100%);padding:72px 24px;position:relative;overflow:hidden}.recipes-shop-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E")}.recipes-shop-cta__inner{position:relative;z-index:1;max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr auto;align-items:center;gap:48px}.recipes-shop-cta h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3.5vw,42px);color:#fff;line-height:1.15;margin-bottom:14px}.recipes-shop-cta h2 em{color:var(--hatch-gold);font-style:italic}.recipes-shop-cta p{color:#ffffffb3;font-size:16px;line-height:1.65;max-width:560px}.recipes-shop-cta__products{display:flex;gap:16px}.recipes-shop-product{width:160px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:16px;text-align:center;text-decoration:none;transition:all .3s ease}.recipes-shop-product:hover{background:#ffffff24;transform:translateY(-4px)}.recipes-shop-product img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:10px}.recipes-shop-product span{display:block;font-size:13px;font-weight:600;color:#fff;line-height:1.3}.recipes-shop-product .price{font-size:12px;color:var(--hatch-gold);margin-top:4px;font-weight:500}.recipes-heritage{background:var(--hatch-sand);padding:80px 24px}.recipes-heritage__inner{max-width:760px;margin:0 auto;text-align:center}.recipes-heritage__handwritten{font-family:Georgia,Times New Roman,serif;font-size:22px;color:var(--hatch-red);margin-bottom:12px}.recipes-heritage__inner h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(28px,3.5vw,38px);color:var(--hatch-charcoal);margin-bottom:16px;line-height:1.15}.recipes-heritage__inner p{color:var(--hatch-earth);font-size:16px;line-height:1.7;margin-bottom:32px}.recipes-heritage__newsletter{display:flex;gap:10px;max-width:480px;margin:0 auto}.recipes-heritage__newsletter input{flex:1;padding:14px 20px;border:1.5px solid rgba(44,36,24,.15);border-radius:var(--radius-lg);background:#fff;font-family:inherit;font-size:15px;outline:none;transition:border-color .25s ease}.recipes-heritage__newsletter input:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.recipes-heritage__newsletter input:focus{border-color:var(--hatch-green)}.recipes-heritage__newsletter button{padding:14px 28px;background:var(--hatch-red);color:#fff;border:none;border-radius:var(--radius-lg);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.recipes-heritage__newsletter button:hover{background:var(--hatch-red-dark)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:900px){.recipes-featured__card{grid-template-columns:1fr}.recipes-featured__image{min-height:280px}.recipes-featured__body{padding:32px 28px}.recipes-shop-cta__inner{grid-template-columns:1fr;text-align:center}.recipes-shop-cta__products{justify-content:center}.recipes-hero__stats{gap:28px}}@media(max-width:640px){.recipes-grid{grid-template-columns:1fr}.recipes-featured__ctas{flex-direction:column;align-items:stretch}.recipes-heritage__newsletter{flex-direction:column}.recipes-shop-cta__products{flex-wrap:wrap;gap:12px}.recipes-shop-product{width:140px}}.recipes-load-more{text-align:center;padding-top:40px}.recipes-btn--load{display:inline-flex;align-items:center;gap:8px;padding:16px 36px;background:#fff;border:2px solid rgba(44,36,24,.12);border-radius:var(--radius-lg);font-family:inherit;font-size:15px;font-weight:600;color:var(--hatch-charcoal);cursor:pointer;transition:all .3s ease}.recipes-btn--load:hover{border-color:var(--hatch-green);color:var(--hatch-green);box-shadow:var(--shadow-md)}.recipes-heat-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:100px;font-size:12px;font-weight:700;letter-spacing:.02em}.recipes-heat-badge--mild{background:#68a84326;color:#3d7a1c}.recipes-heat-badge--medium{background:#d4a8432e;color:#9a7b1a}.recipes-heat-badge--hot{background:#c4391d26;color:#b33518}.recipes-featured__tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.recipes-featured__meta{display:flex;align-items:center;gap:20px;font-size:13px;color:#fffc;margin-top:12px}.recipes-shop-product__title{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;color:var(--hatch-charcoal, #2C2418);margin:8px 0 4px;line-height:1.3}.recipes-shop-product__price{font-size:.85rem;font-weight:700;color:var(--hatch-green, #2D6A2E)}
/*# sourceMappingURL=/cdn/shop/t/66/assets/section-recipes-hub.css.map */
