/* latin-ext */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(assets/fonts/manrope-variable-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(assets/fonts/manrope-variable-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-italic-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-italic-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #122b22;
  --green: #235e3c;
  --muted: #59675f;
  --soft: #f3f5f0;
  --line: #dce3d7;
  --lime: #d5f77d;
  --radius: 24px;
  --font: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: white; color: var(--ink); font: 400 16px/1.65 var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; max-width: 100%; }
figure, h1, h2, h3, p, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.045em; line-height: 1.14; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 4.6vw, 4rem); line-height: 1.06; }
h2 { font-size: clamp(2rem, 3vw, 2.55rem); }
h3 { font-size: 1.3rem; letter-spacing: -.025em; line-height: 1.3; }
p + p { margin-top: 18px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #70a662; outline-offset: 5px; }
::selection { background: #d3e7bd; color: #14291a; }
.wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 76px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: .875rem; line-height: 1.5; font-weight: 600; color: var(--green); margin-bottom: 14px; letter-spacing: .025em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 46px; padding: 11px 21px; font-size: .94rem; line-height: 1.5; font-weight: 500; border-radius: 999px; transition: background .2s, box-shadow .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--green); box-shadow: 0 5px 16px #315f4210; }
.primary:hover { background: #3b704f; box-shadow: 0 7px 20px #315f4220; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: .94rem; font-weight: 500; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.glass { background: #f3f8e72b; border: 1px solid #ffffff66; box-shadow: inset 0 1px 0 #ffffff3b, 0 10px 35px #11281712; backdrop-filter: blur(22px) saturate(160%); -webkit-backdrop-filter: blur(22px) saturate(160%); }
.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 20px; border-radius: 10px; color: white; background: var(--green); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: #0c211bee; border-bottom: 1px solid #f3ffe31a; backdrop-filter: blur(28px) saturate(150%); -webkit-backdrop-filter: blur(28px) saturate(150%); }
.header-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 66px; }
.brand { color: var(--ink); font-size: 1.4rem; letter-spacing: -.05em; line-height: 1.3; font-weight: 700; white-space: nowrap; }
.brand span { color: #779761; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .875rem; color: #cedbd0; }
.main-nav > a { position: relative; padding-block: 10px; transition: color .2s; }
.main-nav > a:hover { color: white; }
.main-nav .nav-contact { padding: 8px 19px; border-radius: 99px; background: var(--lime); color: #173725; }
.main-nav .nav-contact:hover { background: #e3ffa4; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; overflow: clip; color: #f5f9ef; background: radial-gradient(ellipse at 74% 20%,#3d6035aa,transparent 52%), radial-gradient(ellipse at 20% 100%,#17655244,transparent 60%), #0c211b; padding-top: 43px; padding-bottom: 28px; }
.hero-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 46px; position: relative; z-index: 1; }
.hero-copy { padding-block: 10px; }
.hero-copy .lead { color: #bdccbe; max-width: 390px; font-size: 1.04rem; line-height: 1.72; margin-top: 24px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 29px; }
.hero-picture { position: relative; isolation: isolate; padding: 7px; overflow: hidden; border-radius: 28px; border: 1px solid #efffe873; background: linear-gradient(140deg,#ffffff3b,#ffffff09 45%,#d2ffc01f); box-shadow: inset 0 1px 0 #ffffff8c,0 24px 65px #00000040; transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.hero-picture > img { aspect-ratio: 4 / 3; height: auto; object-fit: contain; border-radius: 21px; }
.hero-picture figcaption { position: absolute; z-index: 2; left: 21px; right: 21px; bottom: 21px; padding: 15px 18px; border-radius: 16px; display: flex; align-items: center; justify-content: space-between; gap: 15px; color: white; background-color: #0a241bc9; font-size: .875rem; }
.hero-picture figcaption > span { color: #e9f0e0; }
.hero-picture figcaption a { display: inline-flex; gap: 11px; align-items: center; }
.hero-picture figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }
.facts { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin-top: 31px; padding-block: 23px; border: 1px solid #dbffd63b; border-radius: 21px; background: linear-gradient(120deg,#e4ffd515,#d0f8dd05); box-shadow: inset 0 1px 0 #ffffff18,0 12px 30px #00000012; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.facts > div { display: flex; flex-direction: column-reverse; gap: 5px; padding-inline: 25px; }
.facts dd { font-size: 1.95rem; line-height: 1.25; font-weight: 550; letter-spacing: -.045em; color: var(--lime); }
.facts dd span { font-size: 1rem; font-weight: 400; letter-spacing: -.02em; }
.facts dt { color: #c0cdbd; font-size: .875rem; line-height: 1.5; }
.story-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 64px; align-items: center; }
.story-picture > img { aspect-ratio: 4 / 3; height: auto; object-fit: contain; border-radius: 52px 20px 52px 20px; box-shadow: 0 17px 35px #1c4b2520; }
.story-picture figcaption { font-size: .8125rem; color: #6b7768; padding: 11px 3px 0; }
.story-copy h2 { margin-bottom: 22px; }
.story-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1rem; line-height: 1.72; }
.story-note { display: flex; flex-direction: column; align-items: flex-start; margin-top: 25px; padding: 16px 20px; border-left: 3px solid #a5c956; border-radius: 0 16px 16px 0; background: linear-gradient(110deg,#e7efdb,#f5f7f1); }
.story-note > span { font-size: 1.25rem; line-height: 1.4; font-weight: 600; letter-spacing: -.025em; }
.story-note p { font-size: .875rem; color: #6b7768; margin-top: 5px; }
.section-heading { display: grid; grid-template-columns: 1.08fr 1fr; gap: 64px; align-items: end; margin-bottom: 32px; }
.section-heading > p { color: var(--muted); font-size: 1rem; line-height: 1.7; max-width: 450px; }
.energy { position: relative; isolation: isolate; overflow: clip; background: radial-gradient(ellipse at 80% 0%,#24584380,transparent 60%), #0c221d; color: #f3f6ed; }
.energy .eyebrow { color: #c6ec9b; }
.energy .section-heading > p { color: #c3d2c7; }
.energy-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 55px; align-items: start; }
.plant-picture { position: relative; border: 1px solid #ddffe747; padding: 6px; border-radius: 23px; overflow: hidden; background: #f0fff10d; box-shadow: inset 0 1px 0 #ffffff33,0 12px 34px #00000025; }
.plant-picture img { aspect-ratio: 1030 / 579; height: auto; object-fit: contain; border-radius: 17px; }
.plant-picture figcaption { position: absolute; bottom: 15px; left: 15px; border-radius: 13px; color: white; font-size: .8125rem; padding: 10px 15px; background-color: #13282080; }
.plant-data { display: grid; grid-template-columns: 1fr 1.3fr; gap: 20px; padding: 23px 5px 0; }
.plant-data strong { display: block; font-size: 1.7rem; font-weight: 550; letter-spacing: -.035em; line-height: 1.25; color: #d5f77d; white-space: normal; }
.plant-data strong span { font-size: 1rem; font-weight: 400; letter-spacing: -.01em; }
.plant-data p { color: #bbccbe; font-size: .875rem; margin-top: 7px; line-height: 1.55; }
.energy-explanation { display: grid; gap: 18px; padding-top: 0; }
.energy-explanation article { display: grid; grid-template-columns: 37px 1fr; gap: 17px; padding: 23px; border: 1px solid #c6f3ca2e; border-radius: 21px; background: linear-gradient(140deg,#dcffe512,#b5ffca03); box-shadow: inset 0 1px 0 #ffffff0d; }
.energy-explanation article + article { padding-top: 23px; border-top: 1px solid #c6f3ca2e; }
.icon-box { width: 36px; height: 36px; border-radius: 11px; background: #d5f77d; padding: 7px; color: #193d2c; box-shadow: 0 3px 16px #baff4e20; }
.icon-box svg { display: block; width: 100%; height: 100%; }
.energy-explanation h3 { font-size: 1.3rem; line-height: 1.3; margin-top: 3px; }
.energy-explanation p { font-size: 1rem; line-height: 1.7; color: #c3d2c7; margin-top: 12px; }
.energy-explanation .connection-note { color: #e2eccf; font-size: .875rem; margin-top: 15px; padding-left: 12px; border-left: 2px solid #9bc365; }
.family { background: #f4f5f1; }
.people-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.person-card { position: relative; border: 1px solid white; border-radius: 24px; overflow: hidden; background: #ffffffd9; padding: 7px; box-shadow: 0 8px 24px #1f3b2010; transition: box-shadow .35s,border-color .35s; }
.portrait { aspect-ratio: 4 / 3; overflow: hidden; border-radius: 18px 18px 13px 13px; background: #e7ebdf; }
.portrait img { height: 100%; object-fit: cover; transition: transform .65s ease; }
.person-card:hover .portrait img { transform: scale(1.025); }
.portrait-markus img { object-position: 54% 25%; }
.portrait-siegfried img { object-position: 63% 42%; }
.portrait-angelika img { object-position: 50% 22%; }
.person-copy { position: relative; padding: 22px 20px 23px; min-width: 0; hyphens: auto; overflow-wrap: anywhere; }
.person-copy h3 { font-size: 1.25rem; padding-left: 12px; border-left: 3px solid #aac76c; }
.person-copy p { color: var(--muted); font-size: 1rem; line-height: 1.65; margin-top: 9px; }
.team-strip { display: grid; grid-template-columns: 190px 1fr; gap: 28px; align-items: center; margin-top: 26px; padding: 20px; border-radius: 23px; background: #e7ecdf; border: 1px solid #d6dfce; }
.team-strip > img { aspect-ratio: 4 / 3; height: auto; object-fit: contain; border-radius: 14px; }
.team-strip h3 { font-size: 1.2rem; }
.team-strip p { color: var(--muted); font-size: .94rem; line-height: 1.65; max-width: 560px; margin-top: 9px; }
.team-strip .text-link { margin-top: 12px; font-size: .875rem; }
.shop-section { background: radial-gradient(ellipse at 85% 20%,#fff4d9,transparent 58%),#ffe5ba; }
.shop-panel { display: grid; grid-template-columns: 1fr 1.06fr; gap: 53px; align-items: center; }
.shop-copy h2 { font-size: clamp(2rem,3vw,2.5rem); color: #4b2b1e; }
.opening-hours { display: inline-flex; align-items: center; gap: 17px; margin-block: 21px; padding: 12px 18px; background: #fffaf0a8; border: 1px solid #fffaf0; border-radius: 18px; box-shadow: inset 0 1px 0 white,0 7px 20px #b0612620; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transform: rotate(-2deg); }
.opening-hours strong { font-size: 1.95rem; font-weight: 650; letter-spacing: -.06em; line-height: 1.25; color: #713c24; }
.opening-hours span { font-size: .875rem; line-height: 1.45; color: #795039; border-left: 1px solid #d9b794; padding-left: 17px; }
.shop-copy > p:not(.eyebrow):not(.season-note) { color: #6c4b35; font-size: 1rem; line-height: 1.72; }
.products { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 19px; }
.products span { font-size: .875rem; line-height: 1.5; padding: 5px 10px; border: 1px solid #c9a37c; border-radius: 99px; color: #74472d; background: #fff8e736; }
.shop-copy .season-note { font-size: .875rem; color: #79563a; margin-top: 12px; line-height: 1.6; }
.shop-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 24px; }
.shop-picture { overflow: hidden; border-radius: 25px; padding: 7px; background: #fff9ebb8; border: 1px solid #ffffffd9; box-shadow: 0 22px 48px #9e551b29; transform: rotate(1.5deg); }
.shop-picture img { aspect-ratio: 2000 / 1494; height: auto; object-fit: contain; border-radius: 18px; }
.shop-picture figcaption { display: grid; gap: 5px; padding: 19px 24px 21px; }
.shop-picture figcaption strong { font-size: .94rem; line-height: 1.6; font-weight: 500; }
.shop-picture figcaption span { color: #765c46; font-size: .875rem; line-height: 1.55; }
.projects { background: #fff; }
.projects .section-heading { grid-template-columns: 1fr; }
.projects .section-heading h2 { font-size: 2.15rem; }
.projects-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 23px; }
.project-card { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; border: 1px solid #e4eddf; padding: 29px 30px 25px; border-radius: 24px; background: #fafbf8; transition: border-color .3s,box-shadow .3s; }
.project-card:hover { border-color: #a9c77d; box-shadow: 0 12px 30px #253a221a; }
.project-brand { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.project-brand h3 { font-size: 2rem; font-weight: 550; line-height: 1.15; letter-spacing: -.06em; }
.project-brand h3 > span { color: #749259; }
.link-arrow { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; border: 1px solid #d9e1d0; flex: none; font-size: 1.1rem; }
.project-card p { color: var(--muted); font-size: 1rem; line-height: 1.7; margin-top: 21px; margin-bottom: 22px; }
.project-domain { color: var(--green); font-size: .875rem; margin-top: auto; }
.contact-section { padding-bottom: 64px; }
.contact-panel { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1fr 1.02fr; gap: 80px; background: radial-gradient(ellipse at 0% 100%,#6b804759,transparent 62%),linear-gradient(120deg,#132c24,#071d18); border: 1px solid #698256; color: #f1f6e9; border-radius: 28px; padding: 43px 46px; box-shadow: inset 0 1px 0 #d5f77d66,0 18px 44px #122d201a; }
.contact-intro .eyebrow { color: #c2d4ad; }
.contact-intro h2 { font-size: 2.25rem; }
.contact-intro > p:not(.eyebrow) { margin-top: 18px; color: #c4d2bc; font-size: 1rem; line-height: 1.7; max-width: 400px; }
.light-button { background: var(--lime); color: #173b27; margin-top: 23px; font-size: .94rem; }
.light-button:hover { background: #f0f7e3; }
.contact-links { align-self: center; min-width: 0; }
.contact-links > a { position: relative; display: block; padding: 19px 25px 19px 0; border-bottom: 1px solid #c6d5b833; }
.contact-links > a:first-child { padding-top: 0; }
.contact-links > a:last-child { border-bottom: 0; padding-bottom: 0; }
.contact-links > a > span:first-child { display: block; color: #aebfa6; font-size: .8125rem; line-height: 1.6; }
.contact-links strong { display: block; margin-top: 4px; font-weight: 500; font-size: 1.05rem; line-height: 1.65; letter-spacing: -.02em; overflow-wrap: anywhere; }
.contact-links > a:hover strong { color: #dbefb9; }
.contact-arrow { position: absolute; right: 0; top: 21px; color: #afc5a0; }
.contact-links > a:first-child .contact-arrow { top: 2px; }
.site-footer { background: var(--soft); border-top: 1px solid var(--line); padding-block: 28px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner > p { color: #6c7668; font-size: .8125rem; line-height: 1.6; }
.footer-inner nav { display: flex; align-items: center; gap: 22px; font-size: .8125rem; color: #566750; }
.footer-inner nav a:hover { color: #203e28; }
.footer-inner nav a:last-child { font-size: 1.1rem; }
.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.25,1); }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }
.hero-grid { animation: arrive .8s ease both; }
@keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.legal-return { font-size: .875rem; color: #d5f77d; }
.legal-content { max-width: 860px; margin-inline: auto; padding: 64px 32px 76px; overflow-wrap: anywhere; }
.legal-content .eyebrow { font-size: .8125rem; }
.legal-content h1 { font-size: clamp(2.3rem,4.5vw,3.4rem); margin-bottom: 31px; line-height: 1.15; }
.legal-content h2 { font-size: 1.55rem; line-height: 1.3; letter-spacing: -.025em; margin: 34px 0 16px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 1rem; line-height: 1.75; }
.legal-content a { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.legal-page .footer-inner { font-size: .8125rem; color: var(--muted); }

h1 em, h2 em { font-family: 'Cormorant Garamond', Georgia, serif; font-style: italic; font-weight: 400; letter-spacing: -.03em; font-size: 1.18em; line-height: .98; }
h2 em { color: #4b7242; }
.hero h1 em { color: var(--lime); }
.site-header .brand { color: #f5f9ec; }
.site-header .brand span { color: var(--lime); }
.main-nav > a:not(.nav-contact)::after { content: ''; position: absolute; height: 2px; background: var(--lime); left: 0; right: 0; bottom: 3px; border-radius: 3px; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.main-nav > a[aria-current='location']::after { transform: scaleX(1); }
.eyebrow::before { content: ''; flex: none; width: 23px; height: 1px; background: currentColor; opacity: .7; }
.hero .eyebrow { color: #c5d6af; }
.hero .primary { background: var(--lime); color: #193823; box-shadow: 0 5px 25px #c3f26b25; }
.hero .primary:hover { background: #e6ffb0; box-shadow: 0 8px 30px #c3f26b3b; }
.hero .text-link { color: #e2efda; }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .4; pointer-events: none; background: repeating-linear-gradient(125deg,transparent 0 78px,#c8f59718 79px,transparent 80px 156px); mask-image: linear-gradient(90deg,transparent 15%,black); -webkit-mask-image: linear-gradient(90deg,transparent 15%,black); }
.facts > div + div { border-left: 1px solid #e2ffd529; }
.hero-picture::after, .project-card::after, .contact-panel::after { content: ''; position: absolute; z-index: 3; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; background: radial-gradient(380px circle at var(--light-x,50%) var(--light-y,50%),#f7ffd321,transparent 70%); transition: opacity .4s; }
[data-light]:hover::after { opacity: 1; }
.agriculture { position: relative; background: linear-gradient(120deg,#ffffff,#f4f6ed); }
.story-picture { position: relative; }
.story-picture::before { content: ''; position: absolute; z-index: 1; width: 56px; height: 5px; background: var(--lime); left: 35px; top: 0; border-radius: 0 0 3px 3px; }
.energy::before { content: ''; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(#d3ffbc09 1px,transparent 1px),linear-gradient(90deg,#d3ffbc09 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(180deg,black,transparent); -webkit-mask-image: linear-gradient(180deg,black,transparent); pointer-events: none; }
.energy h2 em { color: #d5f77d; }
.person-card:hover { box-shadow: 0 13px 30px #223f2321; border-color: #bdd399; }
.shop-copy .eyebrow { color: #855331; }
.shop-copy h2 em { color: #97502c; }
.shop-copy .primary { background: #703e25; }
.shop-copy .primary:hover { background: #89502f; }
.shop-copy .text-link { color: #713e25; }
.project-hofmanager { color: #f3f8e8; background: radial-gradient(ellipse at 100% 0%,#46753d,transparent 70%),#153e2a; border-color: #507443; }
.project-hofmanager .project-brand h3 > span { color: var(--lime); }
.project-hofmanager p { color: #c9d9bd; }
.project-hofmanager .project-domain { color: #d5f77d; }
.project-hofmanager .link-arrow { color: #173823; background: #d5f77d; border-color: #d5f77d; }
.project-jehle { background: linear-gradient(130deg,#e5f5bb,#f5f9e8); border-color: #d1e0b5; }
.project-jehle .project-brand h3 > span { color: #5d7747; }
.project-jehle .link-arrow { background: #193d2b; color: white; border-color: #193d2b; }
.project-domain { padding-top: 16px; border-top: 1px solid #89ac6654; }
.link-arrow { transition: transform .25s; }
.project-card:hover .link-arrow { transform: rotate(45deg); }
.contact-intro h2 em { color: #d5f77d; }
.contact-links > a { transition: padding-left .2s; }
.contact-links > a:hover { padding-left: 5px; }
.contact-links > a > span:first-child { color: #bccbb3; font-size: .875rem; }
.motion-ready .people-grid .reveal:nth-child(2), .motion-ready .projects-grid .reveal:nth-child(2) { transition-delay: .09s; }
.motion-ready .people-grid .reveal:nth-child(3) { transition-delay: .18s; }

@media (max-width:1000px) {
  .hero-grid { gap: 31px; grid-template-columns: .9fr 1.1fr; }
  h1 { font-size: 3.2rem; }
  .hero-copy .lead { font-size: 1rem; margin-top: 20px; }
  .hero-actions { gap: 18px; margin-top: 23px; }
  .hero-picture figcaption { display: grid; gap: 3px; padding: 12px 15px; }
  .hero-picture figcaption > span { font-size: .75rem; }
  .story-grid, .section-heading { gap: 39px; }
  .energy-grid { gap: 35px; }
  .energy-explanation article { grid-template-columns: 30px 1fr; gap: 13px; }
  .icon-box { width: 30px; height: 30px; padding: 6px; }
  .energy-explanation h3 { font-size: 1.2rem; margin-top: 2px; }
  .person-copy { padding: 21px; }
  .shop-panel { gap: 37px; }
  .contact-panel { gap: 46px; padding: 37px; }
}
@media (max-width:900px) {
  .section { padding-block: 62px; }
  .hero { padding-top: 36px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-copy { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 0 35px; padding: 0; }
  .hero-copy .eyebrow { grid-column: 1 / -1; margin-bottom: 15px; }
  .hero-copy h1 { grid-row: 2 / span 2; font-size: 3.3rem; }
  .hero-copy .lead { margin-top: 0; max-width: none; }
  .hero-actions { margin-top: 21px; }
  .hero-picture { max-width: none; }
  .hero-picture > img { width: 100%; aspect-ratio: 4 / 3; }
  .hero-picture figcaption { display: flex; padding: 15px 18px; }
  .hero-picture figcaption > span { font-size: .8125rem; }
  .facts { margin-top: 29px; gap: 0; }
  .facts > div { padding-inline: 20px; }
  .hero-picture { transform: none; }
  .facts dd { font-size: 1.7rem; }
  .facts dd span { font-size: .875rem; }
  .facts dt { font-size: .8125rem; }
  .story-grid { grid-template-columns: 1fr; gap: 29px; }
  .story-copy { grid-row: 1; max-width: 680px; }
  .story-note { display: flex; flex-direction: row; gap: 18px; align-items: center; margin-top: 21px; padding: 17px 20px; }
  .story-note p { margin-top: 0; }
  .section-heading { gap: 30px; }
  .energy-grid { grid-template-columns: 1fr; gap: 32px; }
  .plant-picture { max-width: none; }
  .plant-data { gap: 30px; grid-template-columns: 1fr 1fr; }
  .energy-explanation { grid-template-columns: 1fr 1fr; gap: 27px; }
  .energy-explanation article { grid-template-columns: 1fr; gap: 12px; align-content: start; }
  .energy-explanation article + article { border: 1px solid #c6f3ca2e; padding: 23px; }
  .energy-explanation h3 { font-size: 1.2rem; }
  .people-grid { gap: 16px; }
  .portrait { aspect-ratio: 1; }
  .person-copy { padding: 21px 19px; }
  .person-copy h3 { font-size: 1.12rem; }
  .person-copy p { font-size: 1rem; }
  .shop-panel { grid-template-columns: 1fr; gap: 29px; }
  .shop-copy { max-width: 680px; }
  .shop-picture { max-width: none; transform: none; }
  .shop-picture figcaption { display: flex; flex-wrap: wrap; gap: 5px 24px; justify-content: space-between; align-items: baseline; }
  .contact-panel { gap: 33px; padding: 32px; }
  .contact-intro h2 { font-size: 2rem; }
  .contact-links strong { font-size: .94rem; }
}
@media (max-width:720px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 60px; }
  .brand { font-size: 1.28rem; }
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #ffffff0d; color: #eff8e8; padding: 10px; cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { height: 1.5px; width: 19px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded=true] > span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] > span:nth-child(2) { transform: translateY(-3.75px) rotate(-45deg); }
  .main-nav { position: absolute; top: 59px; left: 0; right: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #102b22fa; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); border-bottom: 1px solid var(--line); padding: 13px 24px 24px; box-shadow: 0 14px 28px #183b2210; font-size: 1rem; }
  .js .main-nav { display: none; }
  .js .main-nav.is-open { display: flex; }
  .main-nav > a { padding-block: 12px; }
  .main-nav .nav-contact { margin-top: 9px; text-align: center; padding: 12px 18px; }
  .hero-copy { display: block; max-width: 520px; }
  .hero-copy h1 { font-size: clamp(2.5rem,8.5vw,3.3rem); }
  .hero-copy .lead { margin-top: 20px; max-width: 490px; }
  .hero-actions { margin-top: 23px; }
  .hero-picture figcaption { display: grid; gap: 4px; }
  .facts { grid-template-columns: 1fr 1fr; gap: 22px 0; padding-block: 24px; }
  .facts > div:nth-child(3) { border-left: 0; }
  .facts dd { font-size: 1.8rem; }
  .facts dd span { font-size: .94rem; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 27px; }
  .section-heading > p { max-width: 600px; }
  .people-grid { grid-template-columns: 1fr; gap: 17px; }
  .person-card { display: grid; grid-template-columns: 36% 64%; }
  .portrait { border-radius: 17px 10px 10px 17px; }
  .portrait { aspect-ratio: auto; min-height: 190px; }
  .portrait img { height: 100%; min-height: 190px; }
  .portrait-markus img { object-position: 57% 27%; }
  .portrait-siegfried img { object-position: 69% 43%; }
  .portrait-angelika img { object-position: 50% 22%; }
  .person-copy { padding: 25px; align-self: center; }
  .person-copy h3 { font-size: 1.25rem; }
  .person-copy p { font-size: 1rem; }
  .team-strip { grid-template-columns: 145px 1fr; gap: 22px; padding: 18px; }
  .team-strip > img { align-self: start; }
  .projects .section-heading h2 { font-size: 2rem; }
  .projects-grid { grid-template-columns: 1fr; gap: 18px; }
  .contact-panel { grid-template-columns: 1fr; gap: 30px; padding: 31px; }
  .contact-links { border-top: 1px solid #c6d5b833; padding-top: 24px; }
  .contact-links strong { font-size: 1rem; }
  .contact-intro h2 { font-size: 2.1rem; }
  .footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 19px 25px; }
  .footer-inner > p { grid-column: 1; grid-row: 2; }
  .footer-inner nav { grid-column: 2; grid-row: 1 / span 2; flex-wrap: wrap; justify-content: flex-end; gap: 15px; }
  .legal-page .footer-inner { display: flex; flex-wrap: wrap; }
  .legal-page .footer-inner nav { flex-wrap: wrap; }
}
@media (max-width:480px) {
  .section { padding-block: 49px; }
  h2 { font-size: 1.95rem; line-height: 1.18; }
  h3 { font-size: 1.2rem; }
  .hero { padding-top: 29px; }
  .hero-grid { gap: 26px; }
  .hero-copy .eyebrow { font-size: .8125rem; }
  .hero-copy .lead { font-size: 1rem; line-height: 1.7; }
  .hero-picture { border-radius: 23px; padding: 6px; }
  .hero-picture > img { border-radius: 17px; }
  .hero h1 em { font-size: 1.08em; }
  .hero-picture figcaption { position: relative; inset: auto; border: 0; border-radius: 0; box-shadow: none; padding: 13px 10px 9px; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; font-size: .875rem; }
  .hero-picture figcaption > span { font-size: .75rem; }
  .facts { margin-top: 25px; }
  .facts dd { font-size: 1.7rem; }
  .facts dd span { font-size: .875rem; }
  .story-grid { gap: 26px; }
  .story-picture > img { border-radius: 21px; }
  .story-copy h2 { margin-bottom: 19px; }
  .story-note { display: block; }
  .story-note p { margin-top: 5px; }
  .energy-grid { gap: 29px; }
  .plant-picture { border-radius: 20px; }
  .plant-picture figcaption { position: relative; inset: auto; border: 0; border-radius: 0; padding: 11px 10px 6px; background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .plant-data { grid-template-columns: 1fr 1.4fr; gap: 20px; padding-top: 18px; }
  .plant-data strong { font-size: 1.45rem; }
  .plant-data strong span { font-size: .875rem; }
  .plant-data p { font-size: .8125rem; }
  .energy-explanation { grid-template-columns: 1fr; gap: 23px; }
  .energy-explanation article { grid-template-columns: 30px 1fr; gap: 14px; }
  .energy-explanation article, .energy-explanation article + article { border: 1px solid #c6f3ca2e; padding: 20px 18px; }
  .energy-explanation h3 { font-size: 1.14rem; line-height: 1.35; }
  .person-card { grid-template-columns: 38% 62%; border-radius: 20px; }
  .person-copy { padding: 20px 13px; }
  .person-copy h3 { padding-left: 0; border-left: 0; }
  .person-copy h3 { font-size: 1.12rem; }
  .person-copy p { font-size: 1rem; }
  .portrait, .portrait img { min-height: 190px; }
  .team-strip { grid-template-columns: 1fr; padding: 17px; gap: 19px; }
  .team-strip > img { width: 100%; aspect-ratio: 4 / 3; }
  .team-strip > div { padding: 0 4px 5px; }
  .team-strip p { font-size: .94rem; }
  .shop-copy h2 { font-size: 1.95rem; }
  .opening-hours { margin-block: 19px; }
  .opening-hours strong { font-size: 1.8rem; }
  .shop-panel { gap: 27px; }
  .shop-picture { border-radius: 22px; }
  .shop-picture figcaption { display: grid; gap: 5px; padding: 17px 19px 19px; }
  .shop-picture figcaption strong { font-size: .875rem; }
  .projects .section-heading h2 { font-size: 1.95rem; }
  .project-card { padding: 25px 24px 23px; border-radius: 21px; }
  .project-brand { gap: 10px; }
  .project-brand h3 { font-size: clamp(1.7rem,6vw,1.9rem); }
  .project-brand .link-arrow { width: 30px; height: 30px; }
  .project-card p { margin-top: 18px; }
  .contact-section { padding-bottom: 46px; }
  .contact-panel { width: calc(100% - 32px); padding: 29px 25px; border-radius: 24px; }
  .contact-intro h2 { font-size: 1.9rem; }
  .contact-links strong { font-size: .94rem; }
  .site-footer { padding-block: 25px; }
  .footer-inner { grid-template-columns: 1fr; gap: 15px; }
  .footer-inner > p { grid-column: 1; grid-row: auto; }
  .footer-inner nav { grid-column: 1; grid-row: auto; justify-content: flex-start; gap: 21px; }
  .legal-content { padding: 47px 23px 58px; }
  .legal-content h1 { font-size: 2.3rem; }
  .legal-content h2 { font-size: 1.4rem; }
}
/* Floating navigation, with a quiet glass surface and inset link states. */
.home-page .site-header {
  padding: 14px 0;
  background: #0c211b;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.home-page .header-inner {
  position: relative;
  min-height: 64px;
  gap: 20px;
  padding: 9px 11px 9px 24px;
  border: 1px solid #e7ffd62b;
  border-radius: 24px;
  background: linear-gradient(115deg, #ffffff0d, #ffffff02), #102b24ed;
  box-shadow: inset 0 1px 0 #ffffff15, 0 12px 34px #031a1733;
  backdrop-filter: blur(28px) saturate(140%);
  -webkit-backdrop-filter: blur(28px) saturate(140%);
}
.home-page .site-header .brand { font-size: 1.375rem; letter-spacing: -.055em; }
.home-page .main-nav { gap: 4px; font-weight: 500; }
.home-page .main-nav > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #d6e1d9;
  transition: color .2s, background .2s, border-color .2s, box-shadow .2s;
}
.home-page .main-nav > a:not(.nav-contact)::after { content: none; }
.home-page .main-nav > a:not(.nav-contact):hover,
.home-page .main-nav > a:not(.nav-contact):focus-visible {
  color: #fff;
  background: #ffffff0d;
  border-color: #ffffff12;
}
.home-page .main-nav > a:not(.nav-contact)[aria-current='location'] {
  color: #e0ffa3;
  background: #d5f77d12;
  border-color: #d5f77d26;
  box-shadow: inset 0 1px 0 #f1ffd909;
}
.home-page .main-nav .nav-contact {
  margin-left: 10px;
  padding-inline: 21px;
  color: #183725;
  background: linear-gradient(145deg, #e3ffa1, #caee73);
  border-color: #e4ffad;
  box-shadow: inset 0 1px 0 #ffffff77, 0 3px 12px #b7ec5a12;
}
.home-page .main-nav .nav-contact:hover { background: #e8ffb7; box-shadow: 0 3px 20px #c6f4772b; }
.home-page .site-header :focus-visible { outline-color: var(--lime); outline-offset: 3px; }
@media (min-width: 721px) and (max-width: 900px) {
  .home-page .header-inner { width: calc(100% - 40px); padding-left: 18px; gap: 12px; }
  .home-page .main-nav > a { padding-inline: 10px; }
  .home-page .main-nav .nav-contact { margin-left: 4px; padding-inline: 16px; }
}
@media (max-width: 720px) {
  .home-page .site-header { padding: 10px 0; }
  .home-page .header-inner { width: calc(100% - 24px); min-height: 62px; padding: 8px 10px 8px 19px; border-radius: 22px; }
  .home-page .menu-toggle { border: 1px solid #ffffff1c; border-radius: 14px; background: #ffffff09; }
  .home-page .menu-toggle[aria-expanded='true'] { color: var(--lime); background: #d5f77d12; }
  .home-page .main-nav {
    top: calc(100% + 9px);
    left: -1px;
    right: -1px;
    padding: 10px;
    gap: 4px;
    border: 1px solid #e7ffd62b;
    border-radius: 22px;
    background: #102b24fa;
    box-shadow: inset 0 1px 0 #ffffff12, 0 20px 40px #031a1755;
  }
  .home-page .main-nav > a { justify-content: flex-start; min-height: 48px; padding: 11px 16px; }
  .home-page .main-nav .nav-contact { justify-content: center; margin: 5px 0 0; }
  html:not(.js) .home-page .header-inner { flex-wrap: wrap; }
  html:not(.js) .home-page .main-nav { position: static; width: 100%; }
  html:not(.js) .home-page .menu-toggle { display: none; }
}


/* A deep-green, editorial closing section shared across every page. */
.site-footer.footer-estate { position: relative; background: radial-gradient(ellipse at 0 0, #244a36 0, transparent 55%), #0b211a; color: #e9f0e6; padding: 0; border-top: 1px solid #d5f77d38; }
.footer-estate::before { content: ''; display: block; width: 76px; height: 3px; margin-inline: auto; background: var(--lime); border-radius: 0 0 3px 3px; box-shadow: 0 0 30px #d5f77d44; }
.estate-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0 30px; color: #bdcdbf; font-size: .875rem; }
.estate-up { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.estate-up > span { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #ffffff26; border-radius: 50%; color: var(--lime); transition: background .2s; }
.estate-up:hover > span { background: #d5f77d18; }
.estate-grid { display: grid; grid-template-columns: 1.35fr .85fr 1.2fr 1fr; gap: 34px; padding-bottom: 44px; align-items: start; }
.estate-wordmark { display: inline-block; font-size: clamp(2.6rem,4.4vw,3.65rem); line-height: 1.1; letter-spacing: -.065em; font-weight: 650; color: #f6f8ee; }
.estate-wordmark > span { color: var(--lime); }
.estate-home > p { margin-top: 8px; color: #dce8d4; font-size: 1rem; }
.estate-home em { font-family: 'Cormorant Garamond',Georgia,serif; font-size: 1.55em; color: #d5f77d; }
.estate-home address { margin-top: 24px; font-style: normal; color: #bacbbc; font-size: .875rem; line-height: 1.85; }
.estate-route { display: inline-flex; gap: 12px; align-items: center; margin-top: 10px; min-height: 44px; font-size: .875rem; color: #e0f3ca; }
.estate-links { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; gap: 3px; padding-top: 5px; }
.estate-links h2 { margin-bottom: 14px; font: 600 .875rem/1.5 var(--font); letter-spacing: .015em; color: #f0f6e9; }
.estate-links > a { display: flex; align-items: center; gap: 8px; min-height: 40px; font-size: .875rem; line-height: 1.6; color: #bacbbc; transition: color .2s; }
.estate-links > .estate-email { display: block; padding-block: 9px; overflow-wrap: anywhere; }
.estate-links > a:hover, .estate-bottom a:hover, .estate-route:hover { color: var(--lime); text-decoration: underline; text-underline-offset: 5px; }
.estate-shop { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; padding: 23px; border-radius: 23px; border: 1px solid #e2f8c537; background: linear-gradient(140deg,#e4ffd619,#ffffff03); box-shadow: inset 0 1px 0 #ffffff15, 0 15px 35px #00000012; transition: border-color .2s, background .2s; }
.estate-shop:hover { border-color: #d5f77d88; background: linear-gradient(140deg,#e4ffd627,#ffffff06); }
.estate-shop-label { font-size: .875rem; color: #e6f2dc; }
.estate-shop > strong { font-size: 3.8rem; line-height: 1; letter-spacing: -.06em; font-weight: 500; color: var(--lime); }
.estate-shop > strong > span { font-weight: 250; color: #d5f77d88; }
.estate-shop > span:not(.estate-shop-label) { font-size: .875rem; color: #cfddc9; line-height: 1.7; }
.estate-shop .estate-shop-bottom { width: 100%; display: flex; justify-content: space-between; gap: 10px; padding-top: 16px; border-top: 1px solid #ffffff20; }
.estate-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid #e8ffda24; padding: 19px 0; font-size: .875rem; color: #adbfad; }
.estate-bottom nav { display: flex; flex-wrap: wrap; gap: 24px; }
.estate-bottom a { display: inline-flex; align-items: center; min-height: 44px; }
.footer-estate :focus-visible { outline-color: var(--lime); outline-offset: 5px; }
@media(max-width: 1050px) { .estate-grid { grid-template-columns: 1.3fr 1fr; gap: 32px 48px; } .estate-shop { max-width: 340px; width: 100%; } .estate-bottom > span { display: none; } }
@media(max-width: 540px) { .estate-top { padding: 20px 0 28px; gap: 12px; } .estate-up { font-size: .8125rem; gap: 8px; } .estate-grid { grid-template-columns: 1fr 1fr; gap: 28px 22px; padding-bottom: 30px; } .estate-home { grid-column: 1 / -1; } .estate-wordmark { font-size: 3.3rem; } .estate-links > a { min-height: 44px; } .estate-shop { grid-column: 1 / -1; max-width: none; display: grid; grid-template-columns: auto 1fr; column-gap: 24px; align-items: center; padding: 22px; } .estate-shop-label { grid-column: 1 / -1; } .estate-shop .estate-shop-bottom { grid-column: 1 / -1; } .estate-bottom { flex-wrap: wrap; gap: 4px 18px; } .estate-bottom nav { gap: 20px; } }

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready .reveal { opacity: 1; transform: none; }
  .person-card:hover .portrait img { transform: none; }
  .hero-picture { transform: none; }
}
