@import "https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap";:root{--forest:#183126;--forest-light:#2d4737;--gold:#b89a62;--bronze:#8a6a42;--parchment:#f4efe4;--ivory:#ece3d1;--text:#2f3028;--container:1400px;--transition:.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--parchment);color:var(--text);font-family:Cormorant Garamond,serif;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:min(90%, var(--container));margin-inline:auto}.section{padding:3rem 0}.section-title{color:var(--forest);text-align:center;margin-bottom:3rem;font-family:Cinzel Decorative,serif}.btn{transition:var(--transition);justify-content:center;align-items:center;padding:1rem 2rem;display:inline-flex}.btn-primary{background:var(--gold);color:var(--forest)}html{scroll-behavior:smooth}.site-header{z-index:1000;width:100%;position:absolute;top:0;left:0}.navbar{background:var(--forest);border-bottom:1px solid #b89a6226;justify-content:space-between;align-items:center;height:96px;padding:0 5%;display:flex}.brand{align-items:center;gap:1rem;text-decoration:none;display:flex}.logo{width:64px;display:block}.brand-text{flex-direction:column;align-items:center;display:flex}.wordmark{width:320px;display:block}.brand-tagline{color:var(--gold);text-transform:uppercase;letter-spacing:0;text-align:center;margin-top:.25rem;font-family:Cormorant Garamond,serif;font-size:.95rem;font-weight:500}.menu{align-items:center;gap:2.5rem;margin:0 auto;list-style:none;display:flex}.menu a{color:var(--ivory);text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;text-decoration:none;transition:color .3s}.menu a:hover{color:var(--gold)}.nav-actions{align-items:center;gap:1.5rem;display:flex}.icon-button{justify-content:center;align-items:center;display:flex}.icon-button img{width:22px;height:22px;transition:opacity .3s,transform .3s}.icon-button:hover img{opacity:.8;transform:translateY(-1px)}.hamburger-button{cursor:pointer;background:0 0;border:none;padding:0;display:none}.hamburger-button img{width:26px;height:26px}.mobile-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;z-index:9999;background:#183126e6;justify-content:center;align-items:center;transition:opacity .35s,visibility .35s;display:flex;position:fixed;inset:0}.mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.mobile-nav a{color:var(--ivory);text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:600;text-decoration:none;transition:color .3s,transform .3s}.mobile-nav a:hover{color:var(--gold);transform:translateY(-2px)}.mobile-close{color:var(--ivory);cursor:pointer;background:0 0;border:none;font-size:3rem;line-height:1;position:absolute;top:2rem;right:2rem}body.menu-open{overflow:hidden}@media (width<=992px){.menu,.nav-actions{display:none}.hamburger-button{margin-left:auto;display:flex}.wordmark{width:220px}.logo{width:56px}}@media (width<=768px){.navbar{height:82px}.wordmark{width:180px}.brand-tagline{display:none}}@media (width<=480px){.navbar{padding:0 1rem}.logo{width:48px}.wordmark{width:150px}}.hero{background-image:url('../images/hero.png');background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:stretch;min-height:100vh;display:flex;position:relative}.hero-overlay{background:linear-gradient(90deg,#183126d1 10%,#1831268c 75%,#18312626 100%);position:absolute;inset:0}.hero-content{z-index:2;flex-direction:column;justify-content:space-evenly;width:100%;min-height:100vh;padding:180px 8% 60px;display:flex;position:relative}.hero-text{max-width:760px}.hero h1{color:var(--ivory);text-transform:uppercase;margin-bottom:3rem;font-family:Cormorant Garamond,serif;font-size:clamp(4rem,5vw,7rem);font-weight:600;line-height:.9}.hero p{color:#ffffffeb;max-width:650px;margin-bottom:0;font-family:Cormorant Garamond,serif;font-size:1.3rem;line-height:1.8}.hero-actions{flex-wrap:wrap;align-self:flex-start;gap:1rem;display:flex}.btn{text-transform:uppercase;letter-spacing:.08em;justify-content:center;align-items:center;min-width:180px;height:56px;padding:0 2rem;font-family:Cormorant Garamond,serif;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--gold);color:var(--forest);border:1px solid var(--gold)}.btn-secondary{background:var(--forest);color:var(--ivory);border:1px solid var(--forest)}@media (width<=1200px){.hero h1{font-size:5rem}}@media (width<=992px){.hero-content{padding:160px 6% 50px}.hero h1{margin-bottom:2.5rem;font-size:4.5rem}}@media (width<=768px){.hero-content{padding:140px 6% 40px}.hero-text{max-width:100%;margin:0 auto}.hero h1{margin-bottom:2rem;font-size:3rem}.hero p{max-width:100%}.hero-actions{justify-content:center;align-self:center}}@media (width<=480px){.hero-content{padding:120px 5% 30px}.hero h1{font-size:2.4rem}.hero-actions{flex-direction:column;width:100%}.btn{width:100%}}.packaging{padding-top:3rem;padding-bottom:2rem}.packaging .section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--forest);margin-bottom:3.5rem;font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3vw,3rem);font-weight:500}.packaging-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.packaging-item{align-items:center;gap:2rem;display:flex}.packaging-icon{flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex}.packaging-icon img{object-fit:contain;width:120px;height:120px}.packaging-content h3{text-transform:uppercase;color:var(--forest);letter-spacing:.04em;margin-bottom:.45rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:500}.packaging-content p{font-size:1.2rem;line-height:1.55}.quality-features{padding:1rem 0 4rem}.features-grid{background:var(--ivory);border:1px solid #b89a6259;border-radius:8px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.feature-item{align-items:center;gap:1.5rem;padding:2rem;display:flex}.feature-item:not(:last-child){border-right:1px solid #b89a6240}.feature-item img{object-fit:contain;flex-shrink:0;width:58px;height:58px}.feature-item h3{text-transform:uppercase;letter-spacing:.04em;color:var(--bronze);margin-bottom:.5rem;font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;line-height:1.15}.feature-item p{font-size:1.15rem;line-height:1.5}.business-panels{padding-top:1rem;padding-bottom:5rem}.panels-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;display:grid}.business-card{color:#fff;background-color:#0000;background-image:linear-gradient(#132b20f0,#132b20f0),url(../images/pattern-dark.webp);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:8px;flex-direction:column;height:100%;padding:2.75rem;display:flex}.business-card h2{text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:2.3rem;font-weight:500}.business-card h2 span{color:var(--gold);font-size:.7em}.business-intro{max-width:90%;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.7}.business-services{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.75rem;display:grid}.business-service{text-align:center}.business-service img{object-fit:contain;width:72px;height:72px;margin:0 auto 1rem}.business-service p{text-transform:uppercase;letter-spacing:.03em;font-size:1rem;line-height:1.45}.business-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-top:auto;display:flex}.business-contact{flex-wrap:wrap;align-items:center;gap:1rem;font-size:1rem;display:flex}.business-contact a{transition:var(--transition)}.btn-outline{border:1px solid var(--bronze);color:var(--forest);transition:var(--transition);justify-content:center;align-items:center;padding:1rem 2rem;display:inline-flex}.retail-card{background:var(--ivory);border-radius:8px;flex-direction:column;height:100%;padding:2.75rem;display:flex;position:relative;overflow:hidden}.retail-card h2{text-transform:uppercase;letter-spacing:.05em;color:var(--forest);margin-bottom:1rem;font-family:Cormorant Garamond,serif;font-size:2.3rem;font-weight:500}.retail-card h2 span{color:var(--gold);font-size:.7em}.retail-card>p{max-width:85%;font-size:1.15rem;line-height:1.7}.retail-logos{align-items:center;gap:2rem;margin:2.5rem 0;display:flex}.retail-logos img{object-fit:contain;width:auto;height:54px}.retail-bottom{align-items:flex-end;gap:2rem;margin-top:auto;display:flex}.retail-pack{pointer-events:none;width:300px;height:auto;position:absolute;bottom:0;right:-19px}@media (width<=1100px){.packaging-grid{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:1fr 1fr}.feature-item:nth-child(2n){border-right:none}.feature-item:nth-child(-n+2){border-bottom:1px solid #b89a6240}.panels-grid{grid-template-columns:1fr}.business-intro,.retail-card>p{max-width:100%}}@media (width<=768px){.features-grid{grid-template-columns:1fr}.feature-item{border-bottom:1px solid #b89a6240;border-right:none!important}.feature-item:last-child{border-bottom:none}.business-services{grid-template-columns:1fr}.business-bottom,.retail-bottom{flex-direction:column;align-items:flex-start}.retail-pack{width:180px}}.products{background:var(--parchment)}.products-title{justify-content:center;align-items:center;gap:2rem;margin-bottom:3.5rem;display:flex}.products-title .section-title{color:var(--forest);text-transform:none;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,4vw,4.2rem);font-weight:500}.products-line{background:#b89a6273;flex:1;max-width:180px;height:1px;position:relative}.products-line:after{content:"";border:1px solid var(--gold);width:6px;height:6px;position:absolute;top:-2px;right:-7px;transform:rotate(45deg)}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-card{isolation:isolate;background-size:cover;border:1px solid #b89a6233;border-radius:8px;min-height:370px;transition:all .35s;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #0000002e}.product-card:before{content:"";z-index:1;background:linear-gradient(90deg,#0000009e 0%,#00000075 22%,#00000047 45%,#0000001a 72%,#0000 100%);position:absolute;inset:0}.beef{background:linear-gradient(135deg,#193528,#3d5a43)}.lamb{background:linear-gradient(135deg,#7a5b31,#aa8652)}.mutton{background:linear-gradient(135deg,#4a2d1b,#6f4727)}.product-content{z-index:2;color:#fff;flex-direction:column;align-items:flex-start;height:100%;padding:2.3rem;display:flex;position:relative}.product-content h3{color:#f7f1e5;margin-bottom:.75rem;font-family:Cormorant Garamond,serif;font-size:3.2rem;font-weight:500;line-height:1}.divider{background:#b89a62e6;margin-bottom:1.4rem}.product-content p{color:#ffffffed;max-width:210px;font-family:Cormorant Garamond,serif;font-size:1.45rem;font-weight:400;line-height:1.45}.product-content a{border:1px solid var(--gold);letter-spacing:.12em;color:#f8f3e8;align-items:center;gap:.8rem;margin-top:auto;padding:.85rem 1.35rem;font-family:Cormorant Garamond,serif;font-size:1rem;transition:all .3s;display:inline-flex}.product-content a span{transition:all .3s}.product-content a:hover span{transform:translate(3px)}.product-image{z-index:0;pointer-events:none;position:absolute;bottom:-250px;right:-250px}.product-image img{max-width:none;height:auto;transition:transform .5s;display:block}.product-card:hover .product-image img{transform:scale(1.03)}@media (width<=1200px){.products-grid{grid-template-columns:1fr}.product-card{min-height:340px}}@media (width<=700px){.products-title{gap:1rem}.products-line{max-width:70px}.product-content{padding:2rem}.product-content h3{font-size:2.5rem}.product-content p{font-size:1.3rem}.product-image{bottom:-240px;right:-350px;transform:scale(.8)}}.footer{background:linear-gradient(180deg, var(--forest-light) 0%, var(--forest) 100%);color:#ffffffe6;border-top:1px solid #b89a6233;padding:2.5rem 0;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle,#b89a6214,#0000 70%);border-radius:50%;width:420px;height:420px;position:absolute;bottom:-140px;right:-140px}.footer-grid{grid-template-columns:auto 1fr auto;align-items:center;gap:4rem;display:grid}.footer-brand{align-items:center;gap:1.25rem;display:flex}.footer-brand img{flex-shrink:0;width:100%;max-width:100px;height:auto}.footer-company h3{letter-spacing:.08em;color:var(--gold);margin-bottom:.35rem;font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600}.footer-company p{opacity:.85;font-family:Cormorant Garamond,serif;font-size:1rem}.footer-contact{flex-direction:column;gap:1rem;display:flex}.footer-item{align-items:center;gap:.9rem;font-family:Cormorant Garamond,serif;font-size:1.15rem;display:flex}.footer-item img{opacity:.95;flex-shrink:0;width:18px;height:18px}.footer-social{justify-content:flex-end;align-items:center;display:flex}.social-circle{border:1px solid #b89a6273;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .25s,background .25s,border-color .25s;display:flex}.social-circle img{width:18px;height:18px}.social-circle:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-2px)}@media (width<=900px){.footer-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.footer-brand{flex-direction:column}.footer-contact{align-items:center}.footer-item{flex-wrap:wrap;justify-content:center}.footer-social{justify-content:center}}
