.nav-links[data-astro-cid-dmqpwcec]{list-style:none;display:flex;gap:2rem;margin:0;padding:0}.site-footer[data-astro-cid-sz7xmlte]{background:var(--surface-container-low);padding:2rem 0;border-top:1px solid rgba(28,28,22,.05)}:root{--primary: #334f2b;--primary-container: #4a6741;--secondary: #934b00;--secondary-container: #fd9844;--tertiary: #3b4e26;--background: #fcf9ef;--surface: #fcf9ef;--on-surface: #1c1c16;--on-surface-variant: #434840;--on-primary: #ffffff;--on-secondary: #ffffff;--surface-container-low: #f7f4e9;--surface-container-high: #ebe8de;--surface-container-highest: #e5e2d9;--font-headline: "Newsreader", serif;--font-body: "Plus Jakarta Sans", sans-serif;--container-max: 1280px;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-3xl: 3rem;--breakpoint-tablet: 768px;--breakpoint-desktop: 1024px}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-body);background-color:var(--background);color:var(--on-surface);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-headline);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);padding:0 1.5rem;margin:8rem auto 0}@media(min-width:1024px){.container{padding:0 4rem}}.editorial-shadow{box-shadow:0 20px 50px -10px #1c1c1614}.site-header{background:#fcf9eff2;backdrop-filter:blur(12px);position:fixed;top:0;width:100%;z-index:100;border-bottom:1px solid rgba(28,28,22,.05);padding:.75rem 1.5rem;height:auto}.header-inner{max-width:var(--container-max);margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-group{display:flex;align-items:center;gap:1rem}@media(max-width:1023px){.nav-desktop{display:none!important}}.logo-text{font-size:1.5rem;font-family:var(--font-headline);color:var(--primary);font-weight:800}.logo-text span{font-style:italic;opacity:.8;font-weight:400}.nav-desktop{display:none}@media(min-width:1024px){.nav-desktop{display:flex;gap:2.5rem}}.nav-link{font-weight:700;font-size:.875rem;color:#1c1c1699;text-transform:uppercase;letter-spacing:.1em;transition:all .3s;padding:.5rem 1rem;border-radius:99px}.nav-link:hover{background:var(--surface-container-high);color:var(--primary)}.nav-link.active{color:var(--primary);font-weight:800}.btn-contact{background:var(--primary);color:#fff;padding:.75rem 1.5rem;border-radius:99px;font-weight:700;font-size:.875rem}main{padding-top:4rem;padding-bottom:8rem}@media(max-width:1023px){main{padding-bottom:12rem}}.hero-layout{display:flex;flex-direction:column;gap:3rem;margin-bottom:8rem}@media(min-width:1024px){.hero-layout{flex-direction:row;align-items:center;justify-content:space-between}.hero-text{flex:1}.hero-visual{flex:1;display:flex;justify-content:flex-end}}.hero-title{font-size:clamp(3rem,7vw,6rem);line-height:1;color:var(--primary);margin-bottom:2rem}.hero-desc{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--on-surface-variant);max-width:38rem;margin-bottom:3rem;font-weight:300}.grid-bento{display:grid;gap:1.5rem;margin-bottom:8rem}@media(min-width:768px){.grid-bento{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-bento{grid-template-columns:repeat(12,1fr)}}.card-bento{background:var(--surface-container-low);padding:2.5rem;border-radius:var(--radius-2xl);display:flex;flex-direction:column;justify-content:space-between}.card-bento.span-8,.card-bento.span-4{grid-column:span 1}@media(min-width:768px){.card-bento.span-8{grid-column:span 2}.card-bento.span-4{grid-column:span 1}}@media(min-width:1024px){.card-bento.span-8{grid-column:span 8}.card-bento.span-4{grid-column:span 4}}.card-bento.primary{background:var(--primary);color:#fff}.banner-full{height:28rem;border-radius:var(--radius-3xl);overflow:hidden;position:relative;margin-bottom:8rem;padding:0}@media(min-width:1024px){.banner-full{height:28rem}}.banner-full img{width:100%;height:100%;object-fit:cover}.banner-content{position:absolute;inset:0;background:linear-gradient(to top,rgba(28,28,22,.6),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:4rem;color:#fff}.mobile-nav{position:fixed;bottom:0;left:0;width:100%;z-index:100;background:#fcf9eff2;backdrop-filter:blur(20px);display:flex;justify-content:space-around;align-items:flex-end;padding:.75rem 1rem 1.5rem;border-top:1px solid rgba(28,28,22,.05)}@media(min-width:1024px){.mobile-nav{display:none}}.mobile-link{display:flex;flex-direction:column;align-items:center;color:#1c1c1680;transition:all .3s;padding:.5rem}.mobile-link:hover{color:var(--primary)}.mobile-link.active{color:var(--primary);background:var(--surface-container-high);border-radius:99px;padding:.5rem 1rem}.mobile-link .material-symbols-outlined{font-size:1.5rem;margin-bottom:.25rem}.mobile-link span{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.category-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;margin-bottom:3rem;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.chip{padding:.75rem 1.5rem;border-radius:99px;background:var(--surface-container-high);font-weight:700;white-space:nowrap;font-size:.9rem}.chip.active{background:var(--primary);color:#fff}.hero{display:flex;flex-direction:column;gap:3rem;margin-bottom:8rem}@media(min-width:1024px){.hero{flex-direction:row;align-items:center;justify-content:space-between}}.hero-with-image{display:flex;flex-direction:column;gap:3rem;margin-bottom:8rem}@media(min-width:1024px){.hero-with-image{flex-direction:row;align-items:flex-end;gap:4rem}.hero-with-image>:first-child{flex:3}.hero-with-image>:last-child{flex:2}}.hero-content{display:flex;flex-direction:column}.hero-title{font-size:clamp(2.5rem,7vw,5rem);line-height:1.1;color:var(--primary);margin-bottom:1.5rem;font-style:italic;font-weight:300}.hero-desc{font-size:clamp(1rem,2vw,1.25rem);color:var(--on-surface-variant);max-width:40rem;margin-bottom:0;font-weight:300;line-height:1.6}.card{background:var(--surface-container-low);padding:2.5rem;border-radius:var(--radius-2xl);display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.card:focus-within{transform:translateY(-4px);box-shadow:0 24px 40px -10px #1c1c161f}.card-featured{background:var(--surface-container-low);padding:4rem;border-radius:var(--radius-2xl);display:flex;flex-direction:column;justify-content:space-between}.card-featured:hover{transform:translateY(-4px);box-shadow:0 24px 40px -10px #1c1c161f}.card-small{background:var(--surface-container-low);padding:2rem;border-radius:var(--radius-xl);display:flex;flex-direction:column;justify-content:space-between}.card-small:hover{transform:translateY(-2px);box-shadow:0 20px 40px -10px #1c1c161a}.card-primary{background:var(--primary);color:#fff;padding:4rem}.card-primary:hover{transform:translateY(-4px);box-shadow:0 24px 40px -10px #334f2b26}.contact-section{background:var(--surface-container-high);border-radius:var(--radius-3xl);padding:4rem;margin-bottom:8rem;display:flex;flex-direction:column;gap:3rem}@media(min-width:1024px){.contact-section{flex-direction:row;justify-content:space-between;align-items:center;gap:4rem}}.contact-content{flex:1;max-width:40rem}.contact-title{font-size:clamp(2rem,5vw,3.5rem);font-style:italic;color:var(--primary);margin-bottom:1.5rem;line-height:1.1}.contact-desc{font-size:1.125rem;color:var(--on-surface-variant);font-weight:300;line-height:1.6;margin-bottom:2rem}.contact-action{display:inline-block}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:3rem;flex-wrap:wrap}.breadcrumb-item{font-size:clamp(.875rem,1.5vw,1rem);color:var(--on-surface-variant);font-weight:400}.breadcrumb-item>a{color:var(--primary);font-weight:600;transition:opacity .3s}.breadcrumb-item>a:hover{opacity:.7}.breadcrumb-item.active{color:var(--primary);font-weight:700}.breadcrumb-item.active:before{content:"/";margin-right:.5rem;color:var(--on-surface-variant)}.breadcrumb-item:not(:last-child):after{content:"/";margin-left:.5rem;color:var(--on-surface-variant)}.info-grid{background:var(--surface-container-low);padding:4rem;border-radius:var(--radius-2xl);margin-bottom:8rem}@media(min-width:1024px){.info-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}}.info-block{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.info-block:last-child{margin-bottom:0}.info-icon{flex-shrink:0;color:var(--secondary);font-size:1.5rem}.info-content h3{font-size:1.25rem;color:var(--primary);margin-bottom:.5rem;font-style:italic}.info-content p{color:var(--on-surface-variant);margin:0;font-size:.9375rem;line-height:1.5}.shadow-editorial{box-shadow:0 20px 50px -10px #1c1c1614}.shadow-elevated{box-shadow:0 24px 40px -10px #1c1c161f}.gap-spacing-lg{gap:3rem}.gap-spacing-xl{gap:4rem}.text-primary{color:var(--primary)}.text-secondary{color:var(--secondary)}.font-bold{font-weight:700}.icon-sm{font-size:1rem}.icon-md{font-size:1.5rem}.icon-lg{font-size:3rem}.mb-xs{margin-bottom:.5rem}.mb-sm{margin-bottom:1rem}.mb-md{margin-bottom:1.5rem}.mb-lg{margin-bottom:2rem}.mb-xl{margin-bottom:3rem}.mb-2xl{margin-bottom:4rem}.mb-3xl{margin-bottom:6rem}.mt-xs{margin-top:.5rem}.mt-sm{margin-top:1rem}.mt-md{margin-top:1.5rem}.mt-lg{margin-top:2rem}.mt-xl{margin-top:3rem}.mt-2xl{margin-top:4rem}.mt-3xl{margin-top:6rem}.p-xs{padding:.5rem}.p-sm{padding:1rem}.p-md{padding:1.5rem}.p-lg{padding:2rem}.p-xl{padding:3rem}.p-2xl{padding:4rem}.px-xs{padding-left:.5rem;padding-right:.5rem}.px-sm{padding-left:1rem;padding-right:1rem}.px-md{padding-left:1.5rem;padding-right:1.5rem}.px-lg{padding-left:2rem;padding-right:2rem}.px-xl{padding-left:3rem;padding-right:3rem}.py-xs{padding-top:.5rem;padding-bottom:.5rem}.py-sm{padding-top:1rem;padding-bottom:1rem}.py-md{padding-top:1.5rem;padding-bottom:1.5rem}.py-lg{padding-top:2rem;padding-bottom:2rem}.py-xl{padding-top:3rem;padding-bottom:3rem}.uppercase{text-transform:uppercase}.italic{font-style:italic}.fade-up{animation:fadeUp .6s ease-out}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(0) rotate(-5deg)}to{opacity:1;transform:translate(220px) rotate(-5deg)}}.badge-slide-in{animation:slideInFromLeft .4s 1.4s ease-out forwards;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.badge-slide-in{animation:none;opacity:1;transform:translate(0)}}.heading-1{font-family:var(--font-headline);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1;color:var(--primary);margin:0}.heading-2{font-family:var(--font-headline);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.1;color:var(--primary);margin:0}.heading-3{font-family:var(--font-headline);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400;line-height:1.2;color:var(--primary);margin:0}.heading-4{font-family:var(--font-headline);font-size:1.25rem;font-weight:400;line-height:1.2;color:var(--primary);margin:0}.body{font-family:var(--font-body);font-size:1rem;font-weight:400;line-height:1.6;color:var(--on-surface);margin:0}.body-sm{font-family:var(--font-body);font-size:.875rem;font-weight:400;line-height:1.5;color:var(--on-surface-variant);margin:0}.label{font-family:var(--font-body);font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--on-surface);margin:0}.caption{font-family:var(--font-body);font-size:.75rem;font-weight:400;line-height:1.4;color:var(--on-surface-variant);margin:0}.card{background:var(--surface-container-low);color:var(--on-surface);padding:2rem;border-radius:var(--radius-2xl);display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease;box-shadow:none}.card:hover{transform:translateY(-4px);box-shadow:0 24px 40px -10px #1c1c161f}.card-compact{padding:1.5rem}.card-featured{padding:3rem}.card-primary{background:var(--primary);color:#fff}.card-primary:hover{box-shadow:0 24px 40px -10px #334f2b26}.card-secondary{background:var(--secondary);color:#fff}.card-secondary:hover{box-shadow:0 24px 40px -10px #934b0026}.producer-showcase{margin-bottom:4rem}.producer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.producer-grid{grid-template-columns:2fr 1fr;gap:3rem}}.producer-sidebar{display:flex;flex-direction:column;gap:1.5rem}.producer-content{display:flex;flex-direction:column;gap:2rem}@media(max-width:1023px){.hero-title{font-size:clamp(1.75rem,5vw,3rem)!important}.hero-desc{font-size:clamp(.875rem,1.5vw,1rem)!important}.contact-title{font-size:clamp(1.5rem,4vw,2.5rem)!important}.contact-desc{font-size:1rem!important}.breadcrumb-item{font-size:clamp(.75rem,1.2vw,.875rem)!important}.card-small h3,.info-content h3{font-size:1.1rem!important}.info-content p{font-size:.85rem!important}.chip{font-size:.8rem!important}.logo-text{font-size:1.25rem!important}.nav-link{font-size:.8rem!important}.btn-contact{font-size:.8rem!important;padding:.65rem 1.25rem!important}.card-bento h2,.card-bento h3{font-size:1.5rem!important;line-height:1.1}.card-bento p{font-size:.95rem!important}.card-bento.span-8 h3[style*="font-size: 3.5rem"],h2[style*="font-size: 3.5rem"]{font-size:2.8rem!important}div[style*="max-width: 40rem"] p[style*="font-size: 1.5rem"]{font-size:1.35rem!important}.btn-primary{font-size:1.1rem!important;padding:1.25rem 3rem!important}span[style*="font-weight: 900"][style*="font-size: 1.25rem"]{font-size:1.1rem!important}.card-bento.span-8{grid-column:1 / -1!important}}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 24}.active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 300,"GRAD" 0,"opsz" 24}
