@font-face {
  font-family: "Bree Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/bree-serif-latin.woff2") format("woff2");
}

:root {
  --font-bree: "Bree Serif", Georgia, serif;
  --pine: #17412e;
  --pine-dark: #0d2a1c;
  --cream: #f6f1e6;
  --sun: #eebd51;
  --clay: #bc5c3e;
  --ink: #183026;
  --muted: #6d766d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--font-bree); line-height: 1.5; }
a { color: inherit; }
.leaf-layer { position: fixed; z-index: 20; inset: 0; overflow: hidden; pointer-events: none; }
.leaf { position: absolute; display: block; width: 72px; height: 42px; border-radius: 100% 0 100% 0; opacity: .2; background: linear-gradient(135deg, #89a85e, #17412e 72%); box-shadow: inset 8px -5px 0 rgba(246,241,230,.24), 0 8px 18px rgba(13,42,28,.12); will-change: transform; }
.leaf::after { content: ""; position: absolute; top: 50%; left: 9%; width: 86%; height: 1.5px; background: rgba(246,241,230,.65); transform: rotate(-32deg); transform-origin: left center; }
.leaf:nth-child(1) { top: 8%; left: 3%; width: 84px; height: 50px; }
.leaf:nth-child(2) { top: 19%; right: 4%; width: 57px; height: 34px; opacity: .17; }
.leaf:nth-child(3) { top: 34%; left: 8%; width: 67px; height: 40px; }
.leaf:nth-child(4) { top: 48%; right: 6%; width: 90px; height: 54px; opacity: .16; }
.leaf:nth-child(5) { top: 63%; left: 4%; width: 62px; height: 37px; opacity: .18; }
.leaf:nth-child(6) { top: 76%; right: 10%; width: 78px; height: 47px; }
.leaf:nth-child(7) { top: 85%; left: 12%; width: 54px; height: 32px; opacity: .17; }
.leaf:nth-child(8) { top: 92%; right: 3%; width: 71px; height: 43px; }
.meadow-scene { position: fixed; z-index: 21; inset: 0; overflow: hidden; pointer-events: none; }
.meadow-base { position: absolute; right: -4vw; bottom: -1px; left: -4vw; height: clamp(78px, 11vw, 130px); background: linear-gradient(180deg, #86aa5d 0%, #4f7d42 42%, #245438 100%); clip-path: polygon(0 28%, 5% 18%, 12% 30%, 18% 12%, 25% 25%, 33% 8%, 43% 27%, 52% 13%, 63% 28%, 72% 9%, 82% 25%, 91% 11%, 100% 27%, 100% 100%, 0 100%); box-shadow: inset 0 14px 25px rgba(211, 232, 157, .2); will-change: transform, opacity; }
.meadow-blade { position: absolute; bottom: 44px; width: clamp(7px, 1.2vw, 15px); height: clamp(62px, 8.5vw, 112px); border-radius: 100% 0 100% 0; background: linear-gradient(135deg, #aacb77, #3e753e 68%, #1f5134); box-shadow: inset 3px -2px 0 rgba(244, 239, 202, .28); transform-origin: bottom center; will-change: transform, opacity; }
.meadow-blade::after { content: ""; position: absolute; bottom: -31px; left: 42%; width: 3px; height: 35px; background: #2c653c; }
.meadow-blade-one { left: 2%; transform: rotate(-18deg); }
.meadow-blade-two { bottom: 32px; left: 12%; height: clamp(50px, 7vw, 88px); transform: rotate(13deg); }
.meadow-blade-three { left: 24%; transform: rotate(-10deg); }
.meadow-blade-four { bottom: 37px; left: 37%; height: clamp(54px, 7.5vw, 96px); transform: rotate(20deg); }
.meadow-blade-five { bottom: 33px; left: 49%; height: clamp(57px, 8vw, 104px); transform: rotate(-23deg); }
.meadow-blade-six { left: 61%; transform: rotate(14deg); }
.meadow-blade-seven { bottom: 34px; left: 73%; height: clamp(52px, 7.2vw, 92px); transform: rotate(-14deg); }
.meadow-blade-eight { left: 85%; transform: rotate(20deg); }
.meadow-blade-nine { bottom: 33px; left: 95%; height: clamp(51px, 7.1vw, 90px); transform: rotate(-18deg); }
.bee-layer { position: fixed; z-index: 22; inset: 0; overflow: hidden; pointer-events: none; }
.butterfly-layer { position: fixed; z-index: 23; inset: 0; overflow: hidden; pointer-events: none; }
.scene-animal { position: absolute; display: block; width: 82px; height: auto; transform-origin: center; will-change: transform, opacity; }
.bee { filter: drop-shadow(0 4px 5px rgba(22, 31, 15, .22)); }
.butterfly { opacity: .78; filter: drop-shadow(0 4px 5px rgba(50, 28, 61, .18)); }
.bee-one { bottom: 45px; left: 5%; }
.bee-two { right: 10%; bottom: 40px; }
.bee-three { bottom: 61px; left: 67%; }
.bee-four { right: 3%; bottom: 27px; }
.butterfly-one { bottom: 27px; left: 25%; }
.butterfly-two { right: 29%; bottom: 31px; }
.butterfly-three { bottom: 66px; left: 46%; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 10; background: white; padding: .75rem 1rem; }
.skip-link:focus { left: 1rem; top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.event-ticker { position: relative; z-index: 28; min-height: 42px; overflow: hidden; border-bottom: 2px solid var(--sun); color: #fff5cd; background: linear-gradient(90deg, #0d2a1c, #17412e 48%, #0d2a1c); box-shadow: 0 5px 13px rgba(13,42,28,.17); }
.event-ticker[hidden] { display: none; }
.event-ticker-link { display: block; color: inherit; text-decoration: none; }
.event-ticker-link:focus-visible { outline: 3px solid var(--sun); outline-offset: -3px; }
.event-ticker-viewport { display: block; overflow: hidden; white-space: nowrap; }
.event-ticker-track { display: flex; width: max-content; animation: event-ticker-scroll 34s linear infinite; will-change: transform; }
.event-ticker-content { display: inline-flex; align-items: center; flex: 0 0 auto; min-height: 40px; padding-right: 3.25rem; color: #fff7d7; font-size: .84rem; font-weight: 700; letter-spacing: .04em; }
.event-ticker-item { display: inline-flex; align-items: center; }
.event-ticker-item + .event-ticker-item::before { content: "✦"; margin: 0 1.1rem; color: var(--sun); font-size: .82rem; }
.event-ticker-link:hover .event-ticker-track, .event-ticker-link:focus-visible .event-ticker-track { animation-play-state: paused; }
@keyframes event-ticker-scroll { to { transform: translateX(-50%); } }
.site-header { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; min-height: 112px; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .65rem; text-decoration: none; }
.brand-logo { display: block; width: 170px; height: auto; }
.header-actions { display: flex; align-items: center; gap: .8rem; }
nav { display: flex; align-items: center; gap: 1.4rem; font-size: .9rem; }
nav > a { text-decoration: none; }
nav > a:not(.nav-cta):hover, .text-link:hover { text-decoration: underline; text-underline-offset: .25rem; }
.nav-cta { padding: .58rem 1rem; color: white; background: var(--pine); border-radius: 99px; }
.language-toggle { display: inline-flex; min-width: 47px; min-height: 36px; align-items: center; justify-content: center; gap: .25rem; padding: .35rem .5rem; border: 1px solid #d5d3c8; border-radius: 99px; color: var(--pine); background: var(--cream); font: inherit; font-size: .7rem; font-weight: 700; letter-spacing: .05em; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.language-toggle:hover { border-color: var(--pine); background: #fffdf7; transform: translateY(-1px); }
.language-toggle:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.language-flag { font-family: system-ui, sans-serif; font-size: 1rem; line-height: 1; }
.sound-toggle { position: relative; display: grid; width: 36px; height: 36px; place-items: center; padding: 0; border: 1px solid #d5d3c8; border-radius: 50%; color: var(--pine); background: var(--cream); font: inherit; cursor: pointer; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.sound-toggle:hover { border-color: var(--pine); background: #fffdf7; transform: translateY(-1px); }
.sound-toggle:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }
.sound-icon { display: block; font-family: system-ui, sans-serif; font-size: 1.05rem; line-height: 1; }
.sound-toggle.is-playing { border-color: var(--pine); color: var(--cream); background: var(--pine); box-shadow: 0 0 0 4px rgba(238, 189, 81, .24); }
.sound-toggle.is-playing::after { content: ""; position: absolute; top: 6px; right: 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 7px rgba(238, 189, 81, .85); animation: birdsong-glow 1.7s ease-in-out infinite; }
@keyframes birdsong-glow { 0%, 100% { transform: scale(.75); opacity: .55; } 50% { transform: scale(1.2); opacity: 1; } }
.hero { width: min(1280px, calc(100% - 2rem)); min-height: 588px; margin: .35rem auto 0; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border-radius: 28px; background: var(--pine); color: var(--cream); }
.hero-copy { padding: clamp(3rem, 7vw, 6.5rem); padding-right: clamp(2rem, 6vw, 5rem); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { margin: 0 0 1rem; color: var(--sun); font-size: .76rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--font-bree); letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 640px; margin-bottom: 1.5rem; font-size: clamp(3.25rem, 6.5vw, 6.5rem); font-weight: 500; }
h1 em { color: var(--sun); font-weight: 500; }
.intro { max-width: 490px; margin-bottom: 2rem; color: #e7ecdf; font-size: 1.08rem; }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; gap: .65rem; padding: .85rem 1.15rem; border: 1px solid transparent; border-radius: 5px; text-decoration: none; font-size: .9rem; font-weight: 700; }
.button-primary { background: var(--sun); color: var(--pine-dark); }
.button-primary:hover { background: #f8ca5e; }
.button-quiet { color: white; border-color: #9eb1a5; }
.button-quiet:hover { border-color: white; background: rgba(255,255,255,.08); }
.travel-options { display: flex; flex-wrap: wrap; align-items: center; gap: .45rem 1rem; margin-top: 1.15rem; color: #d5e0d6; font-size: .76rem; }
.travel-label { color: #a9bcae; font-weight: 700; }
.travel-options a { display: inline-flex; align-items: center; gap: .32rem; color: inherit; text-decoration: none; }
.travel-options a:hover { color: var(--sun); }
.travel-options svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.hero-hours { width: min(100%, 545px); margin: 1.35rem 0 0; padding: .9rem 1rem 1rem; border: 1px solid rgba(238, 189, 81, .68); border-left: 5px solid var(--sun); border-radius: 8px; background: linear-gradient(120deg, rgba(238, 189, 81, .2), rgba(255,255,255,.07)); box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 10px 24px rgba(4, 22, 13, .2); }
.hero-hours-title { margin: 0 0 .38rem; color: var(--sun); font-size: .78rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.weather-note { margin: 0; color: #f3f2e8; font-size: .88rem; line-height: 1.55; }
.weather-note strong { color: #fff5cd; }
.hero-photo { position: relative; min-height: 420px; overflow: hidden; background: #5c4331; }
.hero-photo::after { content:""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(16,42,28,.24), transparent 55%), linear-gradient(0deg, rgba(13,42,28,.26), transparent 45%); }
.hero-photo img { width: 100%; height: 100%; min-height: 588px; display: block; object-fit: cover; object-position: center 52%; }
.highlights { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 5.2rem 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.highlights article { padding-right: 1.6rem; border-right: 1px solid #d3d2c8; }
.highlights article:last-child { border: 0; }
.highlights span { color: var(--clay); font-size: .75rem; font-weight: 750; letter-spacing: .12em; }
.highlights h2 { margin: .45rem 0 .5rem; font-size: 1.7rem; }
.highlights p { max-width: 270px; margin: 0; color: var(--muted); font-size: .94rem; }
.cheers-scene { position: relative; grid-column: 1 / -1; justify-self: center; width: 166px; height: 104px; margin-top: .4rem; pointer-events: none; transform-origin: center top; will-change: transform, opacity; }
.cheers-mug { position: absolute; bottom: 8px; display: block; width: 61px; height: 78px; overflow: visible; border: 4px solid rgba(255,255,255,.86); border-radius: 7px 7px 12px 12px; background: linear-gradient(90deg, rgba(255,255,255,.52) 0 12%, rgba(255,203,69,.96) 14% 86%, rgba(182,100,20,.92) 88% 100%); box-shadow: inset 7px 0 0 rgba(255,255,255,.24), inset -7px 0 0 rgba(96,50,10,.18), 0 8px 13px rgba(54,47,20,.2); transform-origin: 50% 90%; }
.cheers-mug::after { content: ""; position: absolute; right: -22px; bottom: 15px; width: 23px; height: 33px; border: 6px solid rgba(255,255,255,.78); border-left: 0; border-radius: 0 15px 15px 0; }
.mug-foam { position: absolute; z-index: 1; top: -12px; left: -5px; width: 65px; height: 22px; border-radius: 50% 50% 42% 44%; background: radial-gradient(circle at 18% 65%, #fffdf2 0 14%, transparent 15%), radial-gradient(circle at 41% 40%, #fffdf2 0 22%, transparent 23%), radial-gradient(circle at 66% 52%, #fffdf2 0 20%, transparent 21%), radial-gradient(circle at 83% 68%, #fffdf2 0 13%, transparent 14%), #f7ebc5; box-shadow: 0 2px 3px rgba(91,65,24,.16); }
.mug-handle { position: absolute; top: 20px; left: 8px; width: 9px; height: 45px; border-left: 2px solid rgba(255,255,255,.42); opacity: .78; }
.cheers-mug-left { left: 26px; transform: rotate(-18deg); animation: mug-cheers-left 2.6s ease-in-out infinite; }
.cheers-mug-right { right: 26px; transform: scaleX(-1) rotate(-18deg); animation: mug-cheers-right 2.6s ease-in-out infinite; }
.cheers-spark { position: absolute; top: 17px; left: 50%; width: 4px; height: 4px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 9px rgba(238,189,81,.9); opacity: 0; }
.cheers-spark-one { animation: cheers-spark 2.6s ease-in-out infinite; }
.cheers-spark-two { margin-left: 12px; animation: cheers-spark 2.6s .12s ease-in-out infinite; }
.cheers-foam { position: absolute; z-index: 2; top: 27px; left: 50%; width: var(--foam-size, 7px); height: var(--foam-height, 9px); border-radius: 62% 42% 64% 38%; background: #fffdf3; box-shadow: 0 1px 3px rgba(105,76,30,.18); opacity: 0; animation: foam-spray 2.6s ease-out infinite; }
.cheers-foam-one { --foam-x: -24px; --foam-y: -25px; --foam-rotate: -20deg; --foam-mid-x: -6px; --foam-mid-y: -6px; --foam-mid-rotate: -6deg; --foam-size: 8px; --foam-height: 11px; }
.cheers-foam-two { --foam-x: -10px; --foam-y: -42px; --foam-rotate: 15deg; --foam-mid-x: -2px; --foam-mid-y: -10px; --foam-mid-rotate: 4deg; --foam-size: 6px; --foam-height: 8px; animation-delay: .04s; }
.cheers-foam-three { --foam-x: 5px; --foam-y: -49px; --foam-rotate: -12deg; --foam-mid-x: 1px; --foam-mid-y: -12px; --foam-mid-rotate: -3deg; --foam-size: 9px; --foam-height: 12px; animation-delay: .02s; }
.cheers-foam-four { --foam-x: 22px; --foam-y: -33px; --foam-rotate: 24deg; --foam-mid-x: 5px; --foam-mid-y: -8px; --foam-mid-rotate: 7deg; --foam-size: 6px; --foam-height: 8px; animation-delay: .07s; }
.cheers-foam-five { --foam-x: 34px; --foam-y: -17px; --foam-rotate: -28deg; --foam-mid-x: 8px; --foam-mid-y: -4px; --foam-mid-rotate: -8deg; --foam-size: 5px; --foam-height: 7px; animation-delay: .11s; }
@keyframes mug-cheers-left { 0%, 24%, 100% { transform: rotate(-18deg) translate(0,0); } 37% { transform: rotate(-4deg) translate(13px,-10px); } 48% { transform: rotate(-7deg) translate(10px,-7px); } 64% { transform: rotate(-18deg) translate(0,0); } }
@keyframes mug-cheers-right { 0%, 24%, 100% { transform: scaleX(-1) rotate(-18deg) translate(0,0); } 37% { transform: scaleX(-1) rotate(-4deg) translate(13px,-10px); } 48% { transform: scaleX(-1) rotate(-7deg) translate(10px,-7px); } 64% { transform: scaleX(-1) rotate(-18deg) translate(0,0); } }
@keyframes cheers-spark { 0%, 31%, 58%, 100% { opacity: 0; transform: translate(0,0) scale(.4); } 40% { opacity: 1; transform: translate(-4px,-16px) scale(1); } 50% { opacity: 0; transform: translate(4px,-28px) scale(.6); } }
@keyframes foam-spray { 0%, 31%, 64%, 100% { opacity: 0; transform: translate(0,0) rotate(0) scale(.45); } 39% { opacity: 1; transform: translate(var(--foam-mid-x), var(--foam-mid-y)) rotate(var(--foam-mid-rotate)) scale(1); } 53% { opacity: 0; transform: translate(var(--foam-x), var(--foam-y)) rotate(var(--foam-rotate)) scale(.72); } }
.menu-section { padding: clamp(4rem, 7vw, 6.5rem) max(1.5rem, calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: clamp(2rem, 8vw, 7rem); background: #ebe6dc; }
.menu-section h2 { max-width: 670px; margin: 0 0 1.3rem; color: var(--pine); font-size: clamp(2.55rem, 4.8vw, 4.7rem); font-weight: 500; }
.menu-section p:not(.eyebrow) { max-width: 510px; margin: 0; color: #526156; font-size: 1.05rem; }
.menu-download { position: relative; display: flex; min-height: 245px; padding: 1.55rem; flex-direction: column; align-items: flex-start; justify-content: flex-end; overflow: hidden; border-radius: 14px; background: var(--pine); color: var(--cream); text-decoration: none; box-shadow: 0 18px 40px rgba(23, 65, 46, .16); transition: transform .25s ease, background .25s ease; }
.menu-download::before { content: ""; position: absolute; top: -78px; right: -58px; width: 210px; height: 210px; border: 1px solid rgba(238, 189, 81, .45); border-radius: 50%; box-shadow: 0 0 0 28px rgba(238, 189, 81, .08), 0 0 0 56px rgba(238, 189, 81, .05); }
.menu-download:hover { background: #1e563a; transform: translateY(-3px); }
.menu-filetype, .menu-description, .menu-arrow, .menu-download strong { position: relative; z-index: 1; }
.menu-filetype { margin-bottom: auto; color: var(--sun); font-size: .76rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.menu-download strong { margin-bottom: .35rem; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1; }
.menu-description { color: #d8e2d8; font-size: .9rem; }
.menu-arrow { position: absolute; right: 1.45rem; bottom: 1.2rem; color: var(--sun); font-size: 2rem; line-height: 1; }
.menu-download:focus-visible { outline: 3px solid var(--sun); outline-offset: 4px; }
.story { padding: clamp(4rem, 8vw, 8rem) max(1.5rem, calc((100% - 1180px)/2)); background: #ded9ca; }
.story-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.story h2 { max-width: 670px; margin: 0; font-size: clamp(2.6rem, 5vw, 4.9rem); font-weight: 500; }
.story-grid > div { padding-bottom: .35rem; }
.story-grid p { color: #526156; font-size: 1.05rem; }
.text-link { color: var(--pine); font-weight: 750; text-decoration: none; }
.text-link span { margin-left: .4rem; }
.gallery { padding: clamp(4.2rem, 8vw, 7rem) max(1.5rem, calc((100% - 1180px)/2)); background: #ebe6dc; }
.gallery-intro { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.5rem; }
.gallery-intro h2 { margin: 0; color: var(--pine); font-size: clamp(2.6rem, 5vw, 4.9rem); font-weight: 500; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: clamp(230px, 24vw, 300px); gap: clamp(1rem, 2vw, 1.75rem); }
.gallery figure { margin: 0; overflow: hidden; border-radius: 12px; background: #c8c0ae; }
.gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery figure:hover img { transform: scale(1.025); }
.gallery-portrait img { object-position: center; }
.gallery-wide img { object-position: center; }
.gallery-biergarten img { object-position: center 54%; }
.gallery-burger img { object-position: center 59%; }
.gallery-kartenspiel img { object-position: center 48%; }
.gallery-grill img { object-position: center 51%; }
.gallery-grid > figure { min-height: 0; grid-column: auto; grid-row: auto; }
.events { padding: clamp(4.2rem, 8vw, 7rem) max(1.5rem, calc((100% - 1180px)/2)); display: grid; grid-template-columns: .75fr 1.15fr .9fr; align-items: start; gap: clamp(1.5rem, 3vw, 3.5rem); background: var(--pine); color: var(--cream); }
.menu-section, .story, .gallery, .events, .playground, .jobs { --contour-inset: clamp(.65rem, 1.5vw, 1.25rem); --contour-radius: 20px; --contour-corner: 5px; --contour-shadow: 12px; position: relative; isolation: isolate; }
.menu-section::before, .story::before, .gallery::before, .events::before, .playground::before, .jobs::before { content: ""; position: absolute; z-index: 0; inset: var(--contour-inset); border: 2px solid var(--section-contour); border-radius: var(--contour-radius) var(--contour-corner) var(--contour-radius) var(--contour-corner); box-shadow: 0 0 0 var(--contour-shadow) var(--section-contour-soft), 0 18px 34px var(--section-depth); pointer-events: none; will-change: inset, border-radius, box-shadow; }
.menu-section > *, .story > *, .gallery > *, .events > *, .playground > *, .jobs > * { position: relative; z-index: 1; }
.menu-section { --section-contour: rgba(44, 72, 53, .47); --section-contour-soft: rgba(44, 72, 53, .14); --section-depth: rgba(44, 72, 53, .16); }
.story { --section-contour: rgba(128, 92, 39, .5); --section-contour-soft: rgba(128, 92, 39, .15); --section-depth: rgba(104, 76, 38, .15); }
.gallery { --section-contour: rgba(47, 91, 61, .44); --section-contour-soft: rgba(47, 91, 61, .13); --section-depth: rgba(47, 91, 61, .14); }
.playground { padding: clamp(4.2rem, 8vw, 7rem) max(1.5rem, calc((100% - 1180px)/2)); display: grid; grid-template-columns: .74fr 1.26fr; align-items: center; gap: clamp(2rem, 6vw, 6rem); background: #dce7d2; --section-contour: rgba(38, 78, 49, .5); --section-contour-soft: rgba(38, 78, 49, .14); --section-depth: rgba(38, 78, 49, .17); }
.playground-copy h2 { max-width: 550px; margin: 0 0 1.25rem; color: var(--pine); font-size: clamp(2.55rem, 4.8vw, 4.7rem); font-weight: 500; }
.playground-copy > p:not(.eyebrow) { max-width: 460px; margin-bottom: 1.4rem; color: #415a48; font-size: 1.05rem; }
.playground-features { display: grid; gap: .55rem; margin: 0 0 1.55rem; }
.playground-features span { display: flex; align-items: center; gap: .55rem; color: var(--pine); font-size: .88rem; font-weight: 750; }
.playground-features span::before { content: ""; width: .65rem; height: .65rem; flex: 0 0 auto; border: 2px solid var(--pine); border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 3px rgba(238, 189, 81, .2); }
.playground-detail { width: min(100%, 360px); margin: 0; overflow: hidden; border: 2px solid rgba(23, 65, 46, .4); border-radius: 11px; background: var(--cream); box-shadow: 0 3px 0 rgba(23,65,46,.16), 0 18px 34px rgba(23,65,46,.18); }
.playground-detail img { display: block; width: 100%; height: 156px; object-fit: cover; object-position: center 55%; }
.playground-detail figcaption { padding: .7rem .85rem; color: var(--pine); font-size: .8rem; font-weight: 750; }
.playground-gallery { display: grid; grid-template-columns: 1.08fr .92fr; grid-template-rows: minmax(210px, 1fr) minmax(210px, 1fr); gap: 1rem; min-height: 560px; }
.playground-gallery figure { margin: 0; overflow: hidden; border: 2px solid rgba(23, 65, 46, .4); border-radius: 13px; background: #c6b296; box-shadow: 0 3px 0 rgba(23,65,46,.17), 0 22px 38px rgba(23,65,46,.19); }
.playground-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.playground-gallery figure:hover img { transform: scale(1.04); }
.playground-main { grid-row: 1 / -1; }
.playground-main img { object-position: center 62%; }
.playground-adventure img { object-position: center 58%; }
.playground-water img { object-position: center 51%; }
.events { --section-contour: rgba(246, 241, 230, .58); --section-contour-soft: rgba(246, 241, 230, .16); --section-depth: rgba(0, 0, 0, .22); }
.events .eyebrow { color: var(--sun); }
.events-copy h2 { margin: 0 0 1.3rem; font-size: clamp(2.6rem, 4.4vw, 4.7rem); font-weight: 500; }
.events-copy > p:not(.eyebrow) { max-width: 315px; margin-bottom: 1.5rem; color: #d6dfd7; }
.events-copy .text-link { color: var(--sun); }
.calendar-card { padding: 1.4rem; border-radius: 14px; background: var(--cream); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.14); }
.calendar-toolbar { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; gap: .5rem; margin-bottom: 1.3rem; }
.calendar-month { margin: 0; color: var(--pine); font-family: var(--font-bree); font-size: 1.45rem; text-align: center; }
.calendar-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #d9d2c3; border-radius: 50%; color: var(--pine); background: transparent; font-size: 1.1rem; cursor: pointer; }
.calendar-button:hover { background: #ebe6dc; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: .28rem; }
.calendar-weekdays { margin-bottom: .5rem; color: var(--muted); font-size: .7rem; font-weight: 750; text-align: center; }
.calendar-days { grid-auto-rows: 41px; }
.calendar-day { position: relative; border: 0; border-radius: 50%; color: var(--ink); background: transparent; font: inherit; cursor: pointer; }
.calendar-day:hover { background: #e8e2d4; }
.calendar-day.is-today { outline: 1px solid var(--clay); outline-offset: -1px; }
.calendar-day.is-selected { color: var(--cream); background: var(--pine); }
.calendar-day.has-event { color: #d44e3c; font-weight: 700; text-shadow: 0 0 5px rgba(212,78,60,.42); animation: event-date-pulse 1.65s ease-in-out infinite; }
.calendar-day.is-selected.has-event { color: #ff7863; }
.calendar-day.has-blue-event, .calendar-day.is-selected.has-blue-event { color: #55b8ff; text-shadow: 0 0 5px rgba(85,184,255,.48); animation: event-date-pulse-blue 1.65s ease-in-out infinite; }
.calendar-day.has-mixed-event, .calendar-day.is-selected.has-mixed-event { animation: event-date-pulse-mixed 1.2s steps(1, end) infinite; }
@keyframes event-date-pulse {
  0%, 100% { color: #d44e3c; text-shadow: 0 0 4px rgba(212,78,60,.28); }
  50% { color: #f2604b; text-shadow: 0 0 10px rgba(212,78,60,.9), 0 0 17px rgba(212,78,60,.38); }
}
@keyframes event-date-pulse-blue {
  0%, 100% { color: #55b8ff; text-shadow: 0 0 4px rgba(85,184,255,.3); }
  50% { color: #9ad9ff; text-shadow: 0 0 10px rgba(85,184,255,.95), 0 0 17px rgba(85,184,255,.4); }
}
@keyframes event-date-pulse-mixed {
  0%, 49% { color: #f2604b; text-shadow: 0 0 10px rgba(212,78,60,.9), 0 0 17px rgba(212,78,60,.38); }
  50%, 100% { color: #9ad9ff; text-shadow: 0 0 10px rgba(85,184,255,.95), 0 0 17px rgba(85,184,255,.4); }
}
.event-panel { min-height: 230px; padding: 1.65rem; border: 1px solid rgba(246,241,230,.25); border-radius: 12px; }
.event-panel-header { display: flex; justify-content: space-between; align-items: center; gap: .75rem; margin-bottom: 1.25rem; }
.event-panel-label { margin: 0 0 1.25rem; color: var(--sun); font-size: .75rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.event-panel-header .event-panel-label { margin: 0; }
.event-slider-controls { display: flex; gap: .4rem; }
.event-slider-button { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid rgba(246,241,230,.4); border-radius: 50%; color: var(--cream); background: transparent; cursor: pointer; }
.event-slider-button:hover { color: var(--pine); background: var(--sun); border-color: var(--sun); }
.event-empty { margin: 0; color: #d6dfd7; font-size: .94rem; }
.event-item + .event-item { margin-top: 1.35rem; padding-top: 1.35rem; border-top: 1px solid rgba(246,241,230,.2); }
.event-image { display: block; width: 100%; max-height: 360px; margin: 0 0 1rem; border-radius: 7px; object-fit: contain; background: #10151e; }
.event-date { margin: 0 0 .35rem; color: var(--sun); font-size: .78rem; font-weight: 750; text-transform: capitalize; }
.event-item h3 { margin: 0 0 .35rem; color: var(--cream); font-family: var(--font-bree); font-size: 1.4rem; font-weight: 500; }
.event-item p:not(.event-date) { margin: 0; color: #d6dfd7; font-size: .9rem; }
.event-item .event-time { margin-bottom: .45rem; font-weight: 700; }
.jobs { padding: clamp(4.2rem, 8vw, 7rem) max(1.5rem, calc((100% - 1180px)/2)); background: #dbe6d6; --section-contour: rgba(38, 78, 49, .46); --section-contour-soft: rgba(38, 78, 49, .14); --section-depth: rgba(38, 78, 49, .16); }
.jobs-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(2rem, 8vw, 7rem); }
.jobs h2 { max-width: 560px; margin: 0 0 1.25rem; color: var(--pine); font-size: clamp(2.6rem, 5vw, 4.9rem); font-weight: 500; }
.jobs-intro > p:not(.eyebrow):not(.jobs-contact) { max-width: 510px; margin-bottom: 1.6rem; color: #415a48; font-size: 1.05rem; }
.application-form { max-width: 540px; margin-top: 2rem; padding: 1.25rem; border: 1px solid rgba(23, 65, 46, .24); border-radius: 14px; background: rgba(246, 241, 230, .76); box-shadow: 0 14px 30px rgba(23, 65, 46, .1); }
.application-form h3 { margin: 0 0 1rem; color: var(--pine); font-size: 1.45rem; font-weight: 500; }
.application-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.application-field { display: grid; gap: .32rem; color: var(--pine); font-size: .78rem; font-weight: 750; }
.application-field-wide { grid-column: 1 / -1; }
.application-field input, .application-field select, .application-field textarea { width: 100%; border: 1px solid #aab7aa; border-radius: 7px; color: var(--ink); background: #fffdf8; font: inherit; font-size: .9rem; font-weight: 400; line-height: 1.35; }
.application-field input, .application-field select { min-height: 42px; padding: .55rem .65rem; }
.application-field textarea { min-height: 78px; padding: .6rem .65rem; resize: vertical; }
.application-field input:focus, .application-field select:focus, .application-field textarea:focus { outline: 3px solid rgba(238, 189, 81, .58); outline-offset: 1px; border-color: var(--pine); }
.application-check { display: flex; align-items: flex-start; gap: .55rem; margin-top: .9rem; color: #415a48; font-size: .78rem; line-height: 1.35; }
.application-check input { width: 16px; height: 16px; margin: .05rem 0 0; accent-color: var(--pine); flex: 0 0 auto; }
.application-check a { color: var(--pine); font-weight: 750; text-underline-offset: .2rem; }
.application-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.jobs-submit { width: 100%; justify-content: center; }
.jobs-submit:disabled { cursor: wait; opacity: .72; }
.application-status { min-height: 1.35em; margin: .75rem 0 0; color: var(--pine); font-size: .8rem; font-weight: 750; }
.job-openings { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.job-card { min-height: 210px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(23, 65, 46, .26); border-radius: 14px; background: rgba(246, 241, 230, .78); box-shadow: 0 14px 28px rgba(23, 65, 46, .11); }
.job-card h3 { margin: .75rem 0 .45rem; color: var(--pine); font-family: var(--font-bree); font-size: clamp(1.6rem, 2.5vw, 2.15rem); font-weight: 500; line-height: 1; }
.job-card p { margin: 0; color: #526156; font-size: .9rem; }
.job-type { align-self: flex-start; padding: .3rem .55rem; border-radius: 99px; color: var(--pine-dark); background: var(--sun); font-size: .72rem; font-weight: 750; letter-spacing: .05em; }
.visit { width: min(1180px, calc(100% - 3rem)); padding: clamp(4.2rem, 8vw, 7rem) 0; margin: auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 6rem; }
.visit h2 { margin-bottom: 1.45rem; font-size: clamp(2.45rem, 4.4vw, 4.4rem); font-weight: 500; }
address { margin-bottom: .65rem; font-style: normal; font-size: 1.08rem; }
.phone { color: var(--pine); font-size: 1.05rem; font-weight: 750; }
.opening { max-width: 410px; margin: 1.3rem 0 0; color: var(--muted); font-size: .86rem; }
.opening p { margin: 0 0 .9rem; }
.opening p:last-child { margin-bottom: 0; }
.map-card { position: relative; min-height: 290px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: flex-end; color: var(--cream); overflow: hidden; border-radius: 16px; background: #76a594; font-size: 1.25rem; font-family: var(--font-bree); text-decoration: none; }
.map-card::before { content:""; position:absolute; inset:0; background: repeating-linear-gradient(48deg, transparent 0 42px, rgba(242,240,213,.72) 43px 47px, transparent 48px 120px), repeating-linear-gradient(-33deg, transparent 0 75px, rgba(23,65,46,.42) 76px 93px, transparent 94px 170px); opacity:.75; }
.map-card span, .map-card b { position: relative; z-index: 1; }
.map-card b { position:absolute; z-index:1; right:1.5rem; bottom:1.35rem; font-family: var(--font-bree); font-size:1.5rem; }
.map-pin { position:absolute; z-index:1; top:27%; left:49%; color:var(--clay); text-shadow:0 2px 0 #fff0cc; font-size:3.6rem; }
footer { padding: 3rem max(1.5rem, calc((100% - 1180px)/2)); display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; background: var(--pine-dark); color: var(--cream); }
footer .footer-brand { padding: .25rem .45rem; background: #f6f1e6; border-radius: 3px; }
footer .brand-logo { width: 148px; }
footer p { margin: 0; color: #c1cec2; font-size: .86rem; } footer .legal-note { color: #99ac9d; font-size: .72rem; }
.footer-links { display: flex; gap: 1.1rem; }
.footer-links a { color: #c1cec2; font-size: .86rem; text-underline-offset: .25rem; }
.footer-links a:hover { color: var(--cream); }
.legal-main { width: min(800px, calc(100% - 3rem)); margin: 0 auto; padding: clamp(3rem, 8vw, 6rem) 0; }
.legal-kicker { margin: 0 0 .75rem; color: var(--clay); font-size: .78rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.legal-main h1 { margin-bottom: 3.25rem; color: var(--pine); font-size: clamp(3.25rem, 7vw, 5.8rem); }
.legal-main h2 { margin: 2.75rem 0 .9rem; font-size: 2rem; color: var(--pine); }
.legal-main p, .legal-main li { color: #526156; }
.legal-main address { color: #526156; }
.legal-main a { color: var(--pine); font-weight: 700; text-underline-offset: .25rem; }
.legal-main .stand { margin-top: 3.5rem; color: var(--muted); font-size: .84rem; }

/* Klar abgegrenzte Flächen für mehr Tiefe und Lesbarkeit. */
.hero { border: 1px solid rgba(246, 241, 230, .34); box-shadow: 0 3px 0 rgba(13, 42, 28, .25), 0 28px 52px rgba(13, 42, 28, .24); }
.menu-download { border: 2px solid rgba(238, 189, 81, .72); box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 3px 0 rgba(10, 35, 23, .34), 0 24px 42px rgba(23, 65, 46, .26); }
.gallery figure { border: 2px solid rgba(23, 65, 46, .34); box-shadow: 0 3px 0 rgba(23, 65, 46, .2), 0 22px 38px rgba(47, 68, 51, .2); }
.calendar-card { border: 2px solid #b7ae9d; box-shadow: inset 0 1px 0 #fffdf7, 0 3px 0 rgba(13, 42, 28, .16), 0 25px 46px rgba(0,0,0,.25); }
.event-panel { border: 2px solid rgba(246,241,230,.58); background: rgba(7, 35, 23, .16); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 3px 0 rgba(0,0,0,.22), 0 25px 44px rgba(0,0,0,.28); }
.application-form { border: 2px solid rgba(23, 65, 46, .44); box-shadow: inset 0 1px 0 rgba(255,255,255,.75), 0 3px 0 rgba(23, 65, 46, .16), 0 23px 40px rgba(23, 65, 46, .2); }
.job-card { border: 2px solid rgba(23, 65, 46, .44); box-shadow: inset 0 1px 0 rgba(255,255,255,.68), 0 3px 0 rgba(23, 65, 46, .17), 0 22px 38px rgba(23, 65, 46, .2); }
.map-card { border: 2px solid rgba(246, 241, 230, .72); box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 3px 0 rgba(13, 42, 28, .25), 0 24px 42px rgba(13, 42, 28, .24); }
.menu-section::before, .story::before, .gallery::before, .events::before, .playground::before, .jobs::before { border-width: 3px; box-shadow: 0 0 0 var(--contour-shadow) var(--section-contour-soft), 0 22px 40px var(--section-depth); }

/* Aufbau beim Scrollen: Inhalte einer Bühne erscheinen bewusst nacheinander. */
html.motion-ready .reveal-item { opacity: 0; transform: translate3d(0, 42px, 0); filter: blur(5px); transition: opacity .82s cubic-bezier(.2,.72,.2,1), transform .9s cubic-bezier(.2,.72,.2,1), filter .75s ease; transition-delay: var(--reveal-delay, 0ms); will-change: opacity, transform, filter; }
html.motion-ready .reveal-item.reveal-copy { transform: translate3d(-28px, 30px, 0); }
html.motion-ready .reveal-item.reveal-card { transform: translate3d(0, 52px, 0) rotateX(7deg); transform-origin: center bottom; }
html.motion-ready .reveal-item.reveal-media { transform: scale(.94) translate3d(0, 28px, 0); }
html.motion-ready .reveal-item.reveal-from-right { transform: translate3d(36px, 26px, 0); }
html.motion-ready .reveal-item.is-revealed { opacity: 1; transform: none; filter: blur(0); }
.hero-copy > *, .hero-photo, .highlights article, .menu-section > *, .story .eyebrow, .story h2, .story-grid > div, .gallery-intro > *, .gallery figure, .playground-copy > *, .playground-gallery figure, .events-copy > *, .calendar-card, .event-panel, .jobs-intro > *, .job-card, .visit > div > *, .map-card, footer > * { backface-visibility: hidden; }

@media (max-width: 760px) {
  .event-ticker { min-height: 38px; }
  .event-ticker-track { animation-duration: 42s; }
  .event-ticker-content { min-height: 36px; padding-right: 2.4rem; font-size: .72rem; letter-spacing: .025em; }
  .event-ticker-item + .event-ticker-item::before { margin: 0 .75rem; }
  .site-header { min-height: 92px; width: min(100% - 2rem, 1180px); }
  .brand-logo { width: 142px; }
  /* Nur die Links in der Kopfzeile auf Mobilgeräten einklappen.
     Die rechtlichen Links im Footer müssen jederzeit sichtbar bleiben. */
  .site-header nav > a:not(.nav-cta) { display: none; }
  .meadow-base { height: 84px; }
  .meadow-blade { bottom: 28px; }
  .scene-animal { width: 60px; }
  .bee-one { bottom: 31px; left: 3%; }
  .bee-two { right: 13%; bottom: 28px; }
  .bee-three { bottom: 42px; left: 69%; }
  .bee-four { right: 2%; bottom: 14px; }
  .butterfly-one { bottom: 15px; left: 24%; }
  .butterfly-two { right: 31%; bottom: 22px; }
  .butterfly-three { bottom: 47px; left: 46%; }
  .hero { width: 100%; margin: 0; grid-template-columns: 1fr; border-radius: 0; }
  .hero-copy { min-height: 515px; padding: 4.4rem 1.5rem 3.5rem; } .hero-photo { min-height: 330px; } .hero-photo img { min-height: 330px; object-position: center 58%; }
  .travel-options { gap: .5rem .85rem; }
  .hero-hours { margin-top: 1.1rem; padding: .8rem .85rem .85rem; }
  .weather-note { font-size: .82rem; }
  .highlights, .menu-section, .story-grid, .gallery-grid, .playground, .events, .jobs-grid, .visit { grid-template-columns: 1fr; gap: 2.1rem; }
  .highlights { padding: 3.5rem 0; gap: 1.7rem; } .highlights article { padding: 0 0 1.7rem; border-right: 0; border-bottom: 1px solid #d3d2c8; } .highlights article:last-child { padding:0; border:0; }
  .story-grid { gap: 1.8rem; } .visit { gap: 3.2rem; }
  .gallery-intro { display: block; } .gallery-intro h2 { margin-top: .5rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .gallery-grid figure, .gallery-portrait, .gallery-wide, .gallery-biergarten, .gallery-burger { height: clamp(240px, 82vw, 320px); min-height: 0; grid-column: auto; grid-row: auto; }
  /* Auf Smartphones bleibt der Spielplatz ein kompakter Bilderblock,
     statt den folgenden Inhalt weit nach unten zu schieben. */
  .playground { padding-top: 3.6rem; padding-bottom: 3.6rem; gap: 1.65rem; }
  .playground-gallery { grid-template-columns: 1.05fr .95fr; grid-template-rows: repeat(2, 165px); min-height: 336px; gap: .65rem; }
  .playground-detail { width: 100%; display: grid; grid-template-columns: 116px 1fr; align-items: stretch; }
  .playground-detail img { height: 112px; }
  .playground-detail figcaption { display: flex; align-items: center; padding: .65rem .75rem; }
  .events-copy > p:not(.eyebrow) { max-width: none; } .event-panel { min-height: 0; }
  .job-openings { grid-template-columns: 1fr; }
  .application-fields { grid-template-columns: 1fr; }
  .application-field-wide { grid-column: auto; }
  .menu-section, .story, .gallery, .playground, .events, .jobs { --contour-inset: .65rem; --contour-radius: 13px; --contour-corner: 4px; --contour-shadow: 7px; }
  .hero, .menu-download, .gallery figure, .playground-gallery figure, .playground-detail, .calendar-card, .event-panel, .application-form, .job-card, .map-card { box-shadow: 0 2px 0 rgba(13,42,28,.18), 0 16px 28px rgba(13,42,28,.18); }
  footer { grid-template-columns: 1fr; gap: 1.4rem; } footer p { max-width: 300px; }
  .footer-links { display: flex; flex-wrap: wrap; gap: .65rem 1rem; }
  .footer-links a { display: inline-flex; min-height: 44px; align-items: center; padding: .45rem .7rem; border: 1px solid rgba(193, 206, 194, .42); border-radius: 5px; color: var(--cream); }
}

@media (prefers-reduced-motion: reduce) {
  .event-ticker-track { animation: none; }
  .event-ticker-content + .event-ticker-content { display: none; }
  .leaf, .bee, .butterfly, .calendar-day.has-event, .sound-toggle.is-playing::after, .cheers-mug, .cheers-spark, .cheers-foam { transform: none !important; animation: none !important; }
  html.motion-ready .reveal-item { opacity: 1; filter: none; transition: none; transform: none; }
}
