:root{--forest:#173f2b;--forest-2:#24543b;--leaf:#6d8d3b;--cream:#f4f0e6;--paper:#fffdf8;--ink:#1e2921;--muted:#647068;--line:#dfe3da;--orange:#e98345;--shadow:0 22px 60px #173f2b1f;color:var(--ink);background:var(--paper);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);overflow-wrap:break-word;min-width:0;margin:0}body,button,input,textarea{font-family:inherit}img{max-width:100%;display:block}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--orange);outline-offset:4px;border-radius:3px}.container{width:min(1180px,100% - 40px);margin-inline-start:auto;margin-inline-end:auto}.skip-link{z-index:100;background:#fff;padding:12px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}.utility{background:var(--forest);color:#dce9de;font-size:.78rem}.utility-inner{justify-content:space-between;align-items:center;height:34px;display:flex}.utility span,.utility a{align-items:center;gap:7px;text-decoration:none;display:flex}.site-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8f5;border-bottom:1px solid #173f2b14;height:88px;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.brand{color:var(--forest);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{color:#fff;background:var(--forest);border-radius:50% 50% 48% 52%/60% 42% 58% 40%;place-items:center;width:43px;height:43px;font-family:Playfair Display,serif;font-size:1.75rem;font-style:italic;display:grid;transform:rotate(-4deg)}.brand span:last-child{flex-direction:column;line-height:1;display:flex}.brand strong{font-family:Playfair Display,serif;font-size:1.25rem}.brand small{letter-spacing:.2em;text-transform:uppercase;margin-top:5px;font-size:.67rem}.nav{align-items:center;gap:25px;display:flex}.nav a{padding:34px 0 30px;font-size:.87rem;font-weight:600;text-decoration:none;position:relative}.nav a:after{content:"";background:var(--orange);width:100%;height:2px;transition:all .2s;position:absolute;bottom:22px;left:0;transform:scaleX(0)}.nav a:hover:after,.nav a.active:after{transform:scaleX(1)}.menu-button{color:var(--forest);background:0 0;border:0;align-items:center;gap:8px;font-weight:700;display:none}.section{padding:112px 0}.eyebrow{color:var(--leaf);text-transform:uppercase;letter-spacing:.16em;margin-bottom:18px;font-size:.72rem;font-weight:700;display:block}.eyebrow.light{color:#d4e9bd}.section-heading h2{letter-spacing:-.025em;color:var(--forest);margin:0;font:600 clamp(2.15rem,4vw,3.7rem)/1.08 Playfair Display,serif}.section-heading p{color:var(--muted);max-width:650px;margin:25px 0 0;font-size:1.05rem;line-height:1.75}.section-heading.center{text-align:center;max-width:760px;margin:0 auto 60px}.section-heading.center p{margin-inline-start:auto;margin-inline-end:auto}.button{cursor:pointer;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 24px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.button.primary{background:var(--orange);color:#23180f}.button.dark{background:var(--forest);color:#fff}.button.light{color:var(--forest);background:#fff}.button.ghost{color:#fff;border-color:#ffffff8c}.button.outline-light{color:#fff;border-color:#fff}.button.full{width:100%}.text-link,.card-link{color:var(--forest);border-bottom:1px solid var(--forest);align-items:center;gap:9px;padding-bottom:5px;font-weight:700;text-decoration:none;display:inline-flex}.hero{color:#fff;align-items:center;min-height:calc(100svh - 122px);display:flex;position:relative;overflow:hidden}.hero-image,.page-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hero-overlay{background:linear-gradient(90deg,#092316e0 0%,#0923168f 48%,#0923161a 78%),linear-gradient(#0000 55%,#09231680);position:absolute;top:0;bottom:0;left:0;right:0}.hero-content{padding:100px 0 190px;position:relative}.hero-kicker{text-transform:uppercase;letter-spacing:.18em;color:#d3eab8;font-size:.72rem;font-weight:700}.hero h1{letter-spacing:-.045em;max-width:800px;margin:25px 0;font:600 clamp(3.7rem,7vw,6.8rem)/.94 Playfair Display,serif}.hero h1 em{color:#e9bc81}.hero-content>p{color:#edf5ed;max-width:620px;font-size:1.12rem;line-height:1.65}.hero-actions{gap:13px;margin-top:38px;display:flex}.hero-facts{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a2b1be3;border-top:1px solid #ffffff26;position:absolute;bottom:0;left:0;right:0}.facts-grid{grid-template-columns:repeat(3,1fr);min-height:104px;display:grid}.facts-grid>span{color:#bfd0c2;text-transform:uppercase;letter-spacing:.08em;border-right:1px solid #ffffff1f;grid-template-columns:28px 1fr;align-items:center;padding:24px 30px;font-size:.72rem;display:grid}.facts-grid svg{color:#e7b57d;grid-row:1/3}.facts-grid strong{color:#fff;text-transform:none;letter-spacing:0;margin-top:4px;font-size:.92rem}.two-col,.reading-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:100px;display:grid}.intro-copy,.prose{color:var(--muted);font-size:1.08rem;line-height:1.85}.intro-copy p{margin:5px 0 32px}.garden-feature{background:var(--cream)}.feature-grid{grid-template-columns:1.08fr .92fr;align-items:center;gap:90px;display:grid}.feature-grid.reverse{grid-template-columns:.92fr 1.08fr}.feature-image{position:relative}.feature-image>img,.rounded-image{aspect-ratio:4/3;object-fit:cover;border-radius:2px 80px 2px 2px;width:100%}.image-note{background:var(--forest);color:#fff;flex-direction:column;justify-content:center;width:190px;height:138px;padding:20px 28px;font-family:Playfair Display,serif;font-size:1.15rem;line-height:1.35;display:flex;position:absolute;bottom:-30px;right:-25px}.image-note svg{color:#e7b57d;margin-bottom:10px}.feature-grid .text-link{margin-top:35px}.products-section{background:#fbfaf4}.product-teasers{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.product-teaser{color:#fff;background:var(--forest);min-height:470px;position:relative;overflow:hidden}.product-teaser img{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;bottom:0;left:0;right:0}.product-teaser:after{content:"";background:linear-gradient(#0000 32%,#0b2518f2);position:absolute;top:0;bottom:0;left:0;right:0}.product-teaser>div{z-index:2;padding:34px;position:absolute;bottom:0}.product-teaser span{letter-spacing:.14em;font-size:.72rem}.product-teaser h3{margin:8px 0;font:600 2rem Playfair Display,serif}.product-teaser p{color:#dbe6dc;margin:0;line-height:1.55}.product-teaser:hover img{transform:scale(1.035)}.center-action{text-align:center;margin-top:42px}.visit-section{background:#fff}.visit-grid{grid-template-columns:1fr 1fr;gap:90px;display:grid}.address-card{background:var(--cream);grid-template-columns:40px 1fr auto;align-items:center;gap:15px;margin-top:36px;padding:25px;display:grid}.address-card svg{color:var(--orange)}.address-card a{font-weight:700;text-decoration:none}.visit-grid>div>h3{margin:0 0 20px;font:600 1.55rem Playfair Display,serif}.hours-card{border-top:1px solid var(--line)}.hours-row{border-bottom:1px solid var(--line);grid-template-columns:1fr 1.6fr;padding:14px 0;display:grid}.hours-row>span{color:var(--muted);justify-content:space-between;gap:8px;display:flex}.visit-grid small{color:var(--muted);margin-top:17px;line-height:1.5;display:block}.news-section{background:var(--cream)}.section-title-row{justify-content:space-between;align-items:end;margin-bottom:50px;display:flex}.news-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.news-card{background:#fff;min-width:0;box-shadow:0 1px #173f2b14}.news-card>a img{aspect-ratio:1.55;object-fit:cover;width:100%}.news-card-body{padding:28px}.news-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;gap:8px;font-size:.7rem;display:flex}.news-meta>span{color:var(--leaf);font-weight:700}.news-meta time{align-items:center;gap:5px;display:flex}.news-card h2{margin:18px 0 12px;font:600 1.55rem/1.25 Playfair Display,serif}.news-card h2 a{text-decoration:none}.news-card p{color:var(--muted);line-height:1.6}.card-link{margin-top:8px;font-size:.82rem}.contact-band{background:var(--forest);color:#fff;text-align:center;padding:75px 0}.contact-band span{color:#d2e5d3}.contact-band h2{margin:12px 0 30px;font:600 clamp(2.2rem,4vw,3.5rem) Playfair Display,serif}.contact-band .container>div{justify-content:center;gap:12px;display:flex}.page-hero{color:#fff;align-items:end;min-height:510px;display:flex;position:relative;overflow:hidden}.page-hero-shade{background:linear-gradient(#0923160d 25%,#092316db);position:absolute;top:0;bottom:0;left:0;right:0}.page-hero-content{padding-bottom:75px;position:relative}.page-hero h1{max-width:900px;margin:0 0 18px;font:600 clamp(3rem,6vw,5.5rem)/1 Playfair Display,serif}.page-hero p{max-width:700px;margin:0;font-size:1.08rem;line-height:1.65}.prose p{margin-top:0}.prose blockquote{color:var(--forest);border-left:4px solid var(--orange);margin:40px 0;padding-left:28px;font:italic 600 2.2rem Playfair Display,serif}.values{background:var(--cream)}.values-grid{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.values article{background:#fff;padding:45px}.values svg{color:var(--leaf);width:34px;height:34px}.values h3{font:600 1.5rem Playfair Display,serif}.values p{color:var(--muted);line-height:1.6}.image-strip{grid-template-columns:repeat(3,1fr);display:grid}.image-strip img{object-fit:cover;width:100%;height:360px}.season-list>div{border-bottom:1px solid var(--line);grid-template-columns:110px 1fr;padding:16px 0;display:grid}.season-list span{color:var(--leaf);font-weight:700}.season-list p{color:var(--muted);margin:0}.cultivation{background:var(--forest);color:#fff}.cultivation .section-heading h2{color:#fff}.steps{grid-template-columns:repeat(4,1fr);display:grid}.steps article{border-left:1px solid #fff3;padding:10px 30px 25px}.steps span{color:#d7a56e}.steps h3{font:600 1.5rem Playfair Display,serif}.steps p{color:#c7d7ca;line-height:1.65}.product-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.product-card{border:1px solid var(--line);background:#fff}.product-card img{aspect-ratio:1.4;object-fit:cover;width:100%}.product-card div{padding:25px}.product-card h2{color:var(--forest);margin:0;font:600 1.5rem Playfair Display,serif}.product-card p{color:var(--muted);line-height:1.6}.tomato-section{background:#e9e4d7}.tomato-grid{grid-template-columns:1fr 1fr;gap:80px;display:grid}.availability{color:var(--forest);gap:10px;margin-top:30px;display:flex}.variety-list{grid-template-columns:1fr 1fr;display:grid}.variety-list span{color:var(--forest);border-bottom:1px solid #cbc4b4;padding:12px 0}.check-list{gap:14px;margin:32px 0;padding:0;list-style:none;display:grid}.check-list li{align-items:center;gap:10px;display:flex}.check-list svg{color:var(--leaf)}.shop-hours,.contact-hours{background:var(--cream);padding:42px}.shop-hours>svg{color:var(--orange);width:36px;height:36px}.shop-hours h2,.contact-hours h2{color:var(--forest);font:600 2rem Playfair Display,serif}.shop-hours .button{margin-top:30px}.all-news{row-gap:35px}.article{padding:95px 0}.article-header{text-align:center;max-width:900px}.back-link{color:var(--forest);align-items:center;gap:8px;margin-bottom:55px;font-weight:700;text-decoration:none;display:inline-flex}.article-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:center;gap:20px;font-size:.8rem;display:flex}.article-meta span{color:var(--leaf);font-weight:700}.article-meta time{align-items:center;gap:7px;display:flex}.article-meta svg{width:16px}.article h1{color:var(--forest);margin:25px 0;font:600 clamp(2.8rem,6vw,5rem)/1.05 Playfair Display,serif}.article-header>p{color:var(--muted);font-size:1.18rem;line-height:1.7}.article-image{margin-top:55px}.article-image img{object-fit:cover;width:100%;max-height:650px}.article-body{color:#404b44;max-width:760px;padding-top:55px;font-size:1.07rem;line-height:1.85}.article-body h2,.article-body h3{color:var(--forest);margin-top:2em;font-family:Playfair Display,serif}.article-body img{margin:30px 0}.contact-details{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.contact-details article{border:1px solid var(--line);padding:35px}.contact-details svg{color:var(--orange)}.contact-details h2{color:var(--forest);font:600 1.5rem Playfair Display,serif}.contact-details p{color:var(--muted);line-height:1.7}.contact-details a{color:var(--forest);font-weight:700}.contact-details span{color:var(--muted);font-size:.86rem}.contact-main{background:var(--cream)}.contact-grid{grid-template-columns:1.25fr .75fr;align-items:start;gap:80px;display:grid}.contact-form{gap:18px;margin-top:40px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.contact-form label{color:var(--forest);gap:8px;font-size:.84rem;font-weight:700;display:grid}.contact-form input,.contact-form textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #c9cec5;border-radius:0;padding:14px;font-size:1rem}.contact-form textarea{resize:vertical}.contact-form .consent{grid-template-columns:20px 1fr;font-weight:400;line-height:1.5}.consent input{width:18px;height:18px;padding:0}.contact-form .button{justify-self:start}.honeypot{position:absolute;left:-9999px}.form-message{border-left:4px solid var(--leaf);background:#fff;padding:15px}.form-message.error{border-color:#b5372f}.contact-hours p{color:var(--muted);line-height:1.7}.legal{padding:100px 0}.legal>.container{max-width:850px}.legal h1{color:var(--forest);border-bottom:1px solid var(--line);overflow-wrap:anywhere;padding-bottom:35px;font:600 clamp(2.35rem,6vw,5rem) Playfair Display,serif}.legal-body{color:#465149;line-height:1.8}.legal-body h2{color:var(--forest);margin-top:45px;font:600 1.6rem Playfair Display,serif}.not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;padding:90px 20px;display:flex}.not-found>span{color:var(--orange);letter-spacing:.2em;font-size:.8rem;font-weight:700}.not-found h1{color:var(--forest);margin:15px 0;font:600 clamp(2.8rem,6vw,5rem) Playfair Display,serif}.not-found p{color:var(--muted);margin:0 0 30px}footer{color:#d6e0d8;background:#0e2c1d;padding:80px 0 25px}.footer-grid{grid-template-columns:1.1fr .8fr 1.35fr;gap:70px;display:grid}.brand-light{color:#fff}.brand-light .brand-mark{color:var(--forest);background:#e9bc81}.footer-grid p,.footer-grid address{color:#aebeb1;margin-top:25px;font-style:normal;line-height:1.8}.footer-grid a{text-decoration:none}.footer-grid h2{color:#fff;align-items:center;gap:8px;margin:0 0 20px;font:600 1.2rem Playfair Display,serif;display:flex}.footer-hours>div{color:#b9c8bc;border-bottom:1px solid #ffffff1f;grid-template-columns:100px 1fr;padding:9px 0;font-size:.82rem;display:grid}.footer-bottom{color:#94a398;border-top:1px solid #ffffff1f;justify-content:space-between;margin-top:60px;padding-top:22px;font-size:.75rem;display:flex}.footer-bottom span:last-child{gap:24px;display:flex}@media (max-width:950px){.menu-button{display:flex}.nav{background:var(--paper);box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:0;padding:15px 20px 25px;display:none;position:absolute;top:88px;left:0;right:0}.nav.open{display:flex}.nav a{border-bottom:1px solid var(--line);padding:14px}.nav a:after{display:none}.facts-grid{grid-template-columns:1fr 1fr 1fr}.two-col,.reading-grid,.feature-grid,.feature-grid.reverse,.visit-grid,.tomato-grid,.contact-grid{grid-template-columns:1fr;gap:50px}.image-note{right:0}.product-teasers,.product-grid,.news-grid{grid-template-columns:1fr 1fr}.product-teaser:last-child,.news-grid .news-card:last-child{grid-column:1/-1}.steps{grid-template-columns:1fr 1fr;gap:30px 0}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}}@media (max-width:640px){.container{width:min(100% - 28px,1180px)}.utility{display:none}.site-header{height:72px}.nav{top:72px}.brand-mark{width:38px;height:38px}.section{padding:75px 0}.hero{align-items:start;min-height:760px}.hero-content{padding-top:90px}.hero h1{font-size:3.45rem}.hero-content>p{font-size:1rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-facts{background:#0a2b1bf2}.facts-grid{grid-template-columns:1fr;padding:10px 0}.facts-grid>span{border-right:0;min-height:62px;padding:10px}.facts-grid>span:first-child{display:none}.two-col,.reading-grid{gap:30px}.section-heading h2{font-size:2.25rem}.section-heading.center{margin-bottom:40px}.feature-grid{gap:45px}.image-note{width:165px;height:115px;font-size:1rem;bottom:-22px;right:0}.product-teasers,.product-grid,.news-grid{grid-template-columns:1fr}.product-teaser,.product-teaser:last-child,.news-grid .news-card:last-child{grid-column:auto;min-height:420px}.visit-grid{gap:50px}.address-card{grid-template-columns:35px 1fr}.address-card a{grid-column:2}.hours-row{grid-template-columns:.8fr 1.3fr;font-size:.83rem}.hours-row>span{text-align:right;flex-direction:column}.section-title-row{flex-direction:column;align-items:start;gap:20px}.contact-band .container>div,.hero-actions{flex-direction:column}.page-hero{min-height:450px}.page-hero-content{padding-bottom:45px}.page-hero h1{font-size:3rem}.values-grid,.contact-details{grid-template-columns:1fr}.image-strip{grid-template-columns:1fr 1fr}.image-strip img{height:250px}.image-strip img:last-child{grid-column:1/-1}.steps{grid-template-columns:1fr}.steps article{padding-left:25px}.variety-list{grid-template-columns:1fr}.shop-hours,.contact-hours{padding:28px 22px}.article{padding:60px 0}.article-header{text-align:left}.article-meta{flex-wrap:wrap;justify-content:flex-start}.article h1{font-size:2.7rem}.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:45px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start;gap:18px}.footer-bottom span:last-child{flex-wrap:wrap;gap:14px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.builder-hero{color:#fff;background:var(--forest);align-items:end;min-height:clamp(480px,70svh,760px);display:flex;position:relative;overflow:hidden}.builder-hero>img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.builder-hero-shade{background:linear-gradient(#0822151f 22%,#082215e6);position:absolute;top:0;bottom:0;left:0;right:0}.builder-hero-content{padding-block-start:90px;padding-block-end:90px;position:relative}.builder-hero h1{max-width:900px;margin:0;font:600 clamp(3rem,7vw,6rem)/1 Playfair Display,serif}.builder-hero p{max-width:680px;margin:22px 0 30px;font-size:1.12rem;line-height:1.7}.builder-hero .button{background:var(--orange);color:#23180f}.builder-section.is-cream{background:var(--cream)}.builder-section.is-forest{background:var(--forest);color:#fff}.builder-section.is-forest h2,.builder-section.is-forest h3,.builder-section.is-forest .prose{color:#fff}.builder-section.is-forest .eyebrow{color:#d4e9bd}.builder-copy{max-width:820px}.builder-copy.center{text-align:center}.builder-copy.center .prose{margin-inline-start:auto;margin-inline-end:auto}.builder-copy h2,.builder-image-text h2,.builder-title,.builder-hours h2{color:var(--forest);margin:0 0 25px;font:600 clamp(2.15rem,4vw,3.7rem)/1.08 Playfair Display,serif}.builder-copy .prose,.builder-image-text .prose{max-width:760px}.builder-copy .button,.builder-image-text .button{margin-top:25px}.builder-image-text{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.builder-image-text.image-right>div{order:1}.builder-image-text.image-right>img{order:2}.builder-image-text>img{aspect-ratio:4/3;object-fit:cover;border-radius:2px 70px 2px 2px;width:100%}.builder-gallery,.builder-cards{gap:22px;display:grid}.builder-gallery.columns-2,.builder-cards.columns-2{grid-template-columns:repeat(2,1fr)}.builder-gallery.columns-3,.builder-cards.columns-3{grid-template-columns:repeat(3,1fr)}.builder-gallery.columns-4,.builder-cards.columns-4{grid-template-columns:repeat(4,1fr)}.builder-gallery figure{margin:0}.builder-gallery img{aspect-ratio:4/3;object-fit:cover;width:100%}.builder-gallery figcaption{color:var(--muted);padding:10px 0;font-size:.85rem}.builder-cards article{border:1px solid var(--line);color:var(--ink);background:#fff;overflow:hidden}.builder-cards article>img{aspect-ratio:1.45;object-fit:cover;width:100%}.builder-cards article>div{padding:26px}.builder-cards h3{color:var(--forest);margin:0 0 10px;font:600 1.55rem Playfair Display,serif}.builder-cards p{color:var(--muted);line-height:1.65}.builder-cards .button{min-height:42px;margin-top:8px;padding-inline-start:16px;padding-inline-end:16px}.builder-hours{max-width:760px}.builder-hours>p{color:var(--muted);line-height:1.7}.builder-cta{text-align:center;background:var(--forest);color:#fff;padding:80px 0}.builder-cta span{color:#d4e9bd;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;font-weight:700}.builder-cta h2{color:#fff;margin:12px auto;font:600 clamp(2.2rem,5vw,4rem) Playfair Display,serif}.builder-cta p{color:#dce9de;max-width:650px;margin:0 auto 28px;line-height:1.7}.builder-cta .button{color:var(--forest);background:#fff}@media (max-width:800px){.builder-image-text{grid-template-columns:1fr;gap:36px}.builder-image-text.image-right>div,.builder-image-text.image-right>img{order:initial}.builder-gallery.columns-3,.builder-gallery.columns-4,.builder-cards.columns-3,.builder-cards.columns-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.builder-hero-content{padding-block-start:60px;padding-block-end:60px}.builder-gallery.columns-2,.builder-gallery.columns-3,.builder-gallery.columns-4,.builder-cards.columns-2,.builder-cards.columns-3,.builder-cards.columns-4{grid-template-columns:1fr}}.cms-visual-editor [data-cms-path]{cursor:text;outline-offset:4px;outline:2px solid #0000;transition:outline-color .15s,background-color .15s}.cms-visual-editor [data-cms-path]:hover{outline-color:#e98345b8}.cms-visual-editor [data-cms-path]:focus{background:#fffdf81f;outline:3px solid #e98345}.cms-visual-editor [data-cms-image-path]{cursor:pointer;outline-offset:-3px;outline:3px solid #0000;transition:outline-color .15s,filter .15s}.cms-visual-editor [data-cms-image-path]:hover{filter:brightness(.9);outline-color:#e98345}.cms-visual-editor a{cursor:text}.cms-visual-editor #main [data-cms-selected]{outline-offset:4px;box-shadow:0 0 0 5px #e9834529;outline:3px solid #e98345!important}.cms-visual-editor #main [data-cms-background-selected]{outline-offset:-3px;outline:3px solid #e98345}.cms-visual-editor #main [data-cms-background-selected]:after{content:"Hintergrundbild ausgewählt · Doppelklick zum Ersetzen";z-index:25;color:#23180f;letter-spacing:0;pointer-events:none;background:#e98345;padding:8px 11px;font:700 .72rem/1.2 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;position:absolute;top:12px;left:12px;box-shadow:0 4px 14px #00000040}.cms-visual-editor #main .cms-background-edit{z-index:29;color:#fff;cursor:pointer;background:#173f2b;border:2px solid #fff;border-radius:2px;min-height:40px;padding:8px 12px;font:700 .75rem/1.2 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;position:absolute;top:12px;right:12px;box-shadow:0 4px 16px #0000004d}.cms-visual-editor #main .cms-background-edit:hover{color:#23180f;background:#e98345}.cms-visual-editor #main .cms-background-edit:focus-visible{outline-offset:3px;outline:3px solid #e98345}
