#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;max-width:100%;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}.header{color:#f5f5f5;background-color:#001d37;justify-content:space-between;align-items:center;padding:1rem;display:flex}.header-left,.header-center,.header-right{flex:1}.header-left{justify-content:flex-start;display:flex}.header-center{justify-content:center;align-items:center;display:flex}.header-right{justify-content:flex-end;display:flex}.header-center{justify-content:center;align-items:center;gap:.75rem;display:flex}.logo{width:auto;height:55px}.company-name{cursor:pointer;font-size:2.25rem}.company-name:hover{transform:translateY(2px);box-shadow:0 16px 40px #00000014}.menu{cursor:pointer;color:#f5f5f5;background:0 0;border:none;align-items:center;width:fit-content;font-size:2rem;display:flex}.announcement-bar{text-align:center;background:#fff;border-bottom:1px solid #c8c8c8;padding:8px 1rem;font-size:1rem;font-weight:600}.navigation{justify-content:flex-start;gap:2rem;width:100%;display:flex}.navigation a{color:#fff;text-decoration:none}footer{color:#f5f5f5;background-color:#000;justify-content:center;align-items:center;gap:4rem;padding:2rem;font-size:1.4rem;font-weight:700;display:flex}iframe{border-radius:16px}footer h2{margin-bottom:2rem}footer ul{text-align:left;align-items:left;width:fit-content;margin:0;padding:0;list-style:none}footer li{justify-content:left;gap:3rem;margin:2rem;display:flex}li>:first-child{color:#ff8c00}footer a{color:#fff;font-weight:500;text-decoration:none}footer a:hover{color:#ff8c00;text-decoration:underline}.item-card{background:#e6edf3;border:1px solid #a9acb2;border-radius:16px;flex-direction:column;justify-content:space-between;gap:15px;width:100%;max-width:420px;max-height:300px;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.item-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.item-card-title,.coming-title{color:#001d37;margin-bottom:1rem;font-size:1.6rem;font-weight:700;display:inline-block}.coming-title{text-align:left;width:100%}.item-card-title:after{content:"";background:#001d37;border-radius:3px;justify-self:center;width:75%;height:3px;margin-top:.4rem;display:block}.item-description{color:#4b5563;font-size:.95rem}.item-card-content{justify-content:space-around;align-items:flex-end;gap:1.5rem;display:flex}.item-card-products{flex:1;align-self:flex-start}.item-row{justify-content:space-between;align-items:center;width:75%;padding:.55rem 0;font-size:.95rem;display:flex}.item-row span:first-child{color:#374151;width:fit-content;height:100%}.item-row span:last-child{color:#111827;font-weight:600}.item-card-image{flex-shrink:0;width:140px;height:140px}.item-card-image img{object-fit:cover;border-radius:12px;width:100%;height:100%}.coming-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.coming-badge{color:#714e07;background:#fff3cd;border-radius:999px;padding:.35rem .8rem;font-size:.95rem;font-weight:700;position:absolute;top:16px;right:16px}.coming-features li{color:#374151;text-align:left;margin-bottom:.45rem;list-style:none}.feature-row{justify-content:space-between;align-items:baseline;gap:1rem;margin:7px;display:flex}.feature-name{color:#001d37;font-weight:600}.feature-varieties{color:#5f6772;text-align:right;font-size:.9rem}.product-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));justify-items:center;gap:1rem 3rem;padding:2rem 3rem;display:grid}.products-ctr h1{margin:2rem 0 10px}.hero{justify-content:left;align-items:center;width:100%;min-height:500px;display:flex;position:relative;overflow:hidden}.hero h1{margin:0}.hero li{padding:2px 1rem;font-size:1.2rem}.content{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-align:left;background:#ffffff4d;border-radius:16px;max-width:40%;margin-left:3%;padding:3rem 1.5rem;position:relative}.product-btn{cursor:pointer;background-color:#e3d5ce;border:none;border-radius:25px;width:8rem;height:3rem}.product-btn:hover{filter:brightness(.95);border:1px solid #000}.bg{object-fit:cover;z-index:0;height:100%;position:absolute;top:0}.bg-left{width:50%;left:0}.bg-right{width:50%;right:0}.mission{background-image:url(/images/speckled-hen.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:fit-content;padding:3rem;display:flex}.mission h1{font-weight:600}.mission-statement{color:#fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#0000001a;border-radius:100px;max-width:70%;padding:3rem;font-size:1.75rem}.mission-statement p{margin:1rem}
