#hero{position:relative;isolation:isolate;overflow:hidden;min-height:calc(100svh - var(--hdr-h));display:grid;align-content:end;background:var(--c-dark);color:var(--c-dark-text);--kicker-dark:#C9AC5E}
#hero .hero-media{position:absolute;inset:0;z-index:0}
#hero .hero-media img{width:100%;height:100%;object-fit:cover;object-position:80% 20%;border-radius:0}
#hero .hero-scrim{position:absolute;inset:0;background:linear-gradient(to top, rgba(9,42,4,.96) 0%, rgba(9,42,4,.94) 58%, rgba(9,42,4,.68) 80%, rgba(9,42,4,.38) 100%)}
#hero .hero-inner{position:relative;z-index:2;padding-top:clamp(3rem,10vh,6rem);padding-bottom:clamp(3rem,7vh,6rem)}
#hero .hero-copy{max-width:34rem}
#hero .kicker{color:var(--kicker-dark)}
#hero h1{color:var(--c-dark-text);font-family:var(--ff-display);font-weight:600;font-size:clamp(2rem,8.5vw,2.6rem);line-height:1.05;letter-spacing:-.01em;margin:0 0 var(--sp-3)}
#hero .hero-br{display:none}
#hero .hero-sub{color:var(--c-dark-text);font-size:1.0625rem;line-height:1.55;max-width:42ch;margin:0 0 var(--sp-4)}
#hero .hero-actions{display:flex;flex-direction:column;gap:12px}
#hero .hero-actions .btn{width:100%}
#hero .btn--primary{background:var(--c-primary-ink);border-color:var(--c-primary-ink);color:#FFFDF7}
#hero .btn--primary:hover,#hero .btn--primary:focus-visible{background:var(--c-dark);border-color:var(--c-dark-text);color:var(--c-dark-text)}
@media (min-width:768px){
#hero .hero-scrim{background:linear-gradient(to top, rgba(9,42,4,.96) 0%, rgba(9,42,4,.9) 44%, rgba(9,42,4,.4) 78%, rgba(9,42,4,.2) 100%),linear-gradient(to right, rgba(9,42,4,.78) 0%, rgba(9,42,4,.5) 46%, rgba(9,42,4,0) 78%)}
#hero .hero-copy{max-width:46rem}
#hero h1{font-size:clamp(2.5rem,5.4vw,4.1rem);line-height:1.03}
#hero .hero-br{display:inline}
#hero .hero-sub{font-size:1.125rem;max-width:50ch}
#hero .hero-actions{flex-direction:row;flex-wrap:wrap;gap:var(--sp-3)}
#hero .hero-actions .btn{width:auto}
}

#what-we-grow-and-make{background:var(--c-bg);padding-block:clamp(2.75rem,2.2rem + 3vw,5rem) 0}
#what-we-grow-and-make .opener{margin-bottom:clamp(1.75rem,3vw,2.5rem)}
#what-we-grow-and-make .opener h2{margin-bottom:0}
#what-we-grow-and-make .blocks{display:flex;flex-direction:column}
#what-we-grow-and-make .blk{padding:28px var(--gutter);display:block}
#what-we-grow-and-make .blk--paper{background:var(--c-surface)}
#what-we-grow-and-make .blk--dark{background:var(--c-dark);color:var(--c-dark-text)}
#what-we-grow-and-make .blk__num{display:block;font-family:var(--ff-display);font-weight:700;font-size:32px;line-height:1;color:var(--c-accent);font-variant-numeric:tabular-nums;margin-bottom:var(--sp-2)}
#what-we-grow-and-make .blk h3{font-family:var(--ff-display);font-weight:600;font-size:1.375rem;line-height:1.18;margin:0 0 var(--sp-2)}
#what-we-grow-and-make .blk--dark h3{color:var(--c-dark-text)}
#what-we-grow-and-make .blk p{margin:0;max-width:56ch;font-size:1.0625rem}
#what-we-grow-and-make .blk--dark p{color:var(--c-dark-text)}
@media (min-width:768px){
#what-we-grow-and-make .blocks{max-width:var(--container);margin-inline:auto;padding-inline:var(--gutter)}
#what-we-grow-and-make .blk{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;column-gap:clamp(1.25rem,2.2vw,2rem);padding:clamp(1.75rem,2.4vw,2.25rem) clamp(1.75rem,2.4vw,2.5rem)}
#what-we-grow-and-make .blk__num{font-size:44px;margin-bottom:0}
#what-we-grow-and-make .blk h3{font-size:1.5rem}
#what-we-grow-and-make .blk:nth-child(1){margin-right:96px}
#what-we-grow-and-make .blk:nth-child(2){margin-left:72px}
#what-we-grow-and-make .blk:nth-child(3){margin-right:140px}
#what-we-grow-and-make .blk:nth-child(4){margin-left:72px;margin-right:40px}
}
@media (min-width:1100px){
#what-we-grow-and-make .blk p{font-size:1.0625rem;max-width:60ch}
}

#how-it-s-grown-and-pressed{background:var(--c-bg);padding-block:clamp(2.75rem,2.2rem + 3vw,5rem) 0}
#how-it-s-grown-and-pressed .opener{margin-bottom:clamp(1.75rem,3vw,2.5rem)}
#how-it-s-grown-and-pressed .opener h2{margin-bottom:0}
#how-it-s-grown-and-pressed .hg-grid{display:grid;gap:clamp(2rem,4vw,3rem)}
#how-it-s-grown-and-pressed .statements{display:grid;gap:20px}
#how-it-s-grown-and-pressed .stmt h3{font-family:var(--ff-display);font-weight:500;font-size:1.3125rem;line-height:1.24;margin:0 0 6px}
#how-it-s-grown-and-pressed .stmt p{margin:0;max-width:46ch;color:var(--c-text)}
#how-it-s-grown-and-pressed .inset{margin:0}
#how-it-s-grown-and-pressed .inset .media-zoom{aspect-ratio:4/3;border-radius:var(--radius)}
#how-it-s-grown-and-pressed .inset img{width:100%;height:100%;object-fit:cover;object-position:50% 45%;border-radius:0}
#how-it-s-grown-and-pressed .inset figcaption{margin-top:var(--sp-2);font-family:var(--ff-body);font-weight:500;font-size:.875rem;line-height:1.5;color:var(--c-muted)}
#how-it-s-grown-and-pressed .press{width:100%;margin-top:clamp(2.5rem,4vw,4rem)}
#how-it-s-grown-and-pressed .press img{width:100%;height:34vh;min-height:220px;object-fit:cover;object-position:50% 20%;border-radius:0}
@media (min-width:768px){
#how-it-s-grown-and-pressed .hg-grid{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:start;gap:clamp(2rem,4vw,3.5rem)}
#how-it-s-grown-and-pressed .inset{padding-left:clamp(1.25rem,2vw,1.75rem);border-left:1px solid var(--c-border)}
#how-it-s-grown-and-pressed .statements{gap:clamp(1.5rem,2.4vw,2rem)}
#how-it-s-grown-and-pressed .stmt h3{font-size:1.375rem}
#how-it-s-grown-and-pressed .press img{height:46vh;min-height:320px}
}
@media (min-width:1100px){
#how-it-s-grown-and-pressed .inset{margin-top:120px}
}

#luc-and-why-this-is-a-minnesota-business{position:relative;overflow:hidden;background:var(--c-dark);color:var(--c-dark-text);--kicker-dark:#C9AC5E}
#luc-and-why-this-is-a-minnesota-business .band{display:grid;gap:0}
#luc-and-why-this-is-a-minnesota-business .band__media{width:100%}
#luc-and-why-this-is-a-minnesota-business .band__media img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:50% 30%;border-radius:0}
#luc-and-why-this-is-a-minnesota-business .band__copy{padding:clamp(2rem,7vw,2.75rem) 28px clamp(2.25rem,7vw,3rem)}
#luc-and-why-this-is-a-minnesota-business .kicker{color:var(--kicker-dark)}
#luc-and-why-this-is-a-minnesota-business h2{color:var(--c-dark-text);margin-bottom:var(--sp-3)}
#luc-and-why-this-is-a-minnesota-business .d-br{display:none}
#luc-and-why-this-is-a-minnesota-business p{color:var(--c-dark-text);max-width:58ch}
#luc-and-why-this-is-a-minnesota-business .mission{margin:var(--sp-4) 0 0;max-width:48ch}
#luc-and-why-this-is-a-minnesota-business .mission span{display:inline-block;font-family:var(--ff-display);font-weight:500;font-size:1.35rem;line-height:1.35;padding-bottom:12px;border-bottom:2px solid var(--c-secondary)}
#luc-and-why-this-is-a-minnesota-business .pull{background:var(--c-bg);min-height:64px;display:flex;align-items:center;padding-block:var(--sp-3)}
#luc-and-why-this-is-a-minnesota-business .pull p{margin:0;max-width:none;color:var(--c-text);font-family:var(--ff-display);font-weight:600;font-size:1.125rem;line-height:1.2}
@media (min-width:768px){
#luc-and-why-this-is-a-minnesota-business .d-br{display:inline}
#luc-and-why-this-is-a-minnesota-business .pull{min-height:96px}
#luc-and-why-this-is-a-minnesota-business .pull p{font-size:1.375rem}
}
@media (min-width:1000px){
#luc-and-why-this-is-a-minnesota-business .band{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:stretch}
#luc-and-why-this-is-a-minnesota-business .band__media img{height:100%;min-height:540px;aspect-ratio:auto}
#luc-and-why-this-is-a-minnesota-business .band__copy{padding:clamp(3rem,5vw,4.5rem) max(var(--gutter), calc((100vw - var(--container)) / 2 + var(--gutter))) clamp(3rem,5vw,4.5rem) clamp(2rem,3.6vw,3.5rem)}
}

#questions-about-the-plant{position:relative;overflow:hidden;isolation:isolate;background:var(--c-dark);color:var(--c-dark-text);padding-block:40px;--kicker-dark:#C9AC5E}
#questions-about-the-plant .faq-media{position:absolute;inset:0;z-index:0}
#questions-about-the-plant .faq-media img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;border-radius:0}
#questions-about-the-plant .faq-scrim{position:absolute;inset:0;background:rgba(9,42,4,.94)}
#questions-about-the-plant .faq-inner{position:relative;z-index:2}
#questions-about-the-plant .faq-head{margin-bottom:clamp(1.5rem,3vw,2.25rem)}
#questions-about-the-plant .kicker{color:var(--kicker-dark)}
#questions-about-the-plant h2{color:var(--c-dark-text);margin-bottom:0}
#questions-about-the-plant .faq-grid{display:grid;gap:0}
#questions-about-the-plant .qa{border-top:1px solid rgba(163,133,53,.35);padding-block:20px}
#questions-about-the-plant .qa h3{color:var(--c-dark-text);font-family:var(--ff-display);font-weight:600;font-size:1.25rem;line-height:1.22;margin:0 0 var(--sp-2)}
#questions-about-the-plant .qa p{color:var(--c-dark-text);font-size:1.125rem;line-height:1.6;margin:0;max-width:54ch}
@media (min-width:768px){
#questions-about-the-plant{padding-block:clamp(3.5rem,3rem + 3vw,6rem)}
#questions-about-the-plant .faq-scrim{background:linear-gradient(90deg, rgba(9,42,4,.86) 0%, rgba(9,42,4,.95) 8%, rgba(9,42,4,.95) 92%, rgba(9,42,4,.86) 100%)}
}
@media (min-width:1000px){
#questions-about-the-plant .faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(2rem,4vw,3.5rem)}
#questions-about-the-plant .qa{padding-block:24px}
#questions-about-the-plant .qa h3{font-size:1.375rem}
}

#reach-luc-directly{background:var(--c-bg);padding-block:clamp(2.75rem,2.2rem + 3vw,5rem)}
#reach-luc-directly .opener{margin-bottom:clamp(1.75rem,3vw,2.5rem)}
#reach-luc-directly .opener h2{margin-bottom:0}
#reach-luc-directly .contact-grid{display:grid;gap:32px}
#reach-luc-directly .tel{display:inline-block;font-family:var(--ff-display);font-weight:700;font-size:clamp(2rem,4vw,3rem);line-height:1.06;letter-spacing:-.01em;color:var(--c-primary-ink);text-decoration:none;padding-block:4px;min-height:48px}
#reach-luc-directly .tel:hover,#reach-luc-directly .tel:focus-visible{color:var(--c-secondary)}
#reach-luc-directly .facts h3{font-family:var(--ff-body);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;color:var(--c-muted);margin:0 0 var(--sp-2)}
#reach-luc-directly .hours{margin-top:var(--sp-4)}
#reach-luc-directly .hours ul{list-style:none;margin:0;padding:0}
#reach-luc-directly .hours li{display:flex;align-items:baseline;gap:16px;margin:0;padding-block:.35rem;font-size:1rem;color:var(--c-text)}
#reach-luc-directly .hours .lead{flex:1 1 auto;min-width:24px;height:0;border-bottom:1px dotted var(--c-border);transform:translateY(-.3em)}
#reach-luc-directly .hours .val{font-weight:700;white-space:nowrap}
#reach-luc-directly .coverage{margin-top:var(--sp-4)}
#reach-luc-directly .coverage p{margin:0;max-width:36ch}
#reach-luc-directly .sheet{background:var(--c-surface);border:1px solid var(--c-border);border-radius:var(--radius);padding:clamp(1.25rem,1rem + 2vw,2rem)}
#reach-luc-directly .field{margin-bottom:var(--sp-3);position:relative}
#reach-luc-directly .field label{display:block;font-family:var(--ff-body);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--c-muted);margin-bottom:6px}
#reach-luc-directly .field input,#reach-luc-directly .field select,#reach-luc-directly .field textarea{width:100%;min-height:48px;background:var(--c-surface);color:var(--c-text);border:0;border-bottom:1px solid var(--c-border);border-radius:0;padding:.55rem 0;font-family:var(--ff-body);font-size:1rem;line-height:1.5}
#reach-luc-directly .field select{appearance:none;-webkit-appearance:none;padding-right:1.5rem}
#reach-luc-directly .field--select::after{content:"";position:absolute;right:4px;bottom:20px;width:8px;height:8px;border-right:2px solid var(--c-muted);border-bottom:2px solid var(--c-muted);transform:rotate(45deg);pointer-events:none}
#reach-luc-directly .field textarea{min-height:112px;resize:vertical}
#reach-luc-directly .field input::placeholder,#reach-luc-directly .field textarea::placeholder{color:var(--c-muted);opacity:1}
#reach-luc-directly .field input:focus,#reach-luc-directly .field select:focus,#reach-luc-directly .field textarea:focus{border-bottom-color:var(--c-secondary)}
#reach-luc-directly .sheet button{width:100%;margin-top:var(--sp-2)}
#reach-luc-directly .btn--primary{background:var(--c-primary-ink);border-color:var(--c-primary-ink);color:#FFFDF7}
#reach-luc-directly .btn--primary:hover,#reach-luc-directly .btn--primary:focus-visible{background:var(--c-dark);border-color:var(--c-dark);color:var(--c-dark-text)}
@media (min-width:1000px){
#reach-luc-directly .contact-grid{grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:clamp(2rem,5vw,4.5rem);align-items:start}
#reach-luc-directly .sheet{margin-top:clamp(1.5rem,3vw,3rem)}
#reach-luc-directly .sheet button{width:auto;min-width:14rem}
}