/* Schriftarten lokal eingebunden (keine Verbindung zu Google, DSGVO-konform).
   Variable Fonts: eine Datei deckt alle Gewichte ab (font-weight-Range). */
@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 400 600; font-display: swap; src: url('/fonts/dm-sans-var.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; }
@font-face { font-family: 'Playfair Display'; font-style: normal; font-weight: 500 600; font-display: swap; src: url('/fonts/playfair-display-var.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; }
@font-face { font-family: 'Playfair Display'; font-style: italic; font-weight: 500 600; font-display: swap; src: url('/fonts/playfair-display-italic-var.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: #163022;
  --forest: #061a11;
  --forest-2: #0d2a1d;
  --olive: #708d46;
  --lime: #cce95b;
  --cream: #f4f3e9;
  --paper: #faf9f1;
  --muted: #5c675d;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", sans-serif;
  --shadow: 0 22px 55px rgba(19, 48, 32, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 100px; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--olive); outline-offset: 5px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
/* SVG-Icon-Sprite: Symbole folgen der Schriftgröße und -farbe des Containers. */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico { width: 1em; height: 1em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
button, input { font: inherit; }
.wrap { width: min(1220px, calc(100% - 64px)); margin-inline: auto; }
.section { position: relative; padding: 132px 0; }
.botanical { background-color: var(--cream); background-image: radial-gradient(circle at 8% 18%, rgba(110,141,70,.05), transparent 25%), radial-gradient(circle at 92% 70%, rgba(110,141,70,.06), transparent 25%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 25px; padding: 9px 15px; border-radius: 999px; background: rgba(112,141,70,.1); color: #647c43; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow::before { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23647c43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20C4 11 11 4 20 4c0 9-7 16-16 16Z'/%3E%3Cpath d='M5 19C9 15 13 11 17 7'/%3E%3C/svg%3E"); display: inline-block; width: 13px; height: 13px; }
.eyebrow.light::before { content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23bedb63' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20C4 11 11 4 20 4c0 9-7 16-16 16Z'/%3E%3Cpath d='M5 19C9 15 13 11 17 7'/%3E%3C/svg%3E"); }
.eyebrow.light { background: rgba(179,208,94,.14); color: #bedb63; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.05; text-wrap: balance; }
h2 { margin-bottom: 28px; font-size: clamp(46px, 5vw, 72px); letter-spacing: -.045em; }
h2 em { color: var(--olive); font-weight: inherit; }
.button { display: inline-flex; min-height: 54px; padding: 0 28px; border: 1px solid transparent; border-radius: 999px; align-items: center; justify-content: center; gap: 18px; font-size: 14px; font-weight: 600; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button.primary { background: var(--olive); color: #fff; }
.button.primary:hover, .button.olive:hover, .header-cta:hover { background: #89a858; }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(3,20,12,.18); backdrop-filter: blur(8px); }
.button.ghost:hover { background: rgba(255,255,255,.1); }
.button.olive { color: #fff; background: #5d7d39; }
.button:active { transform: translateY(0) scale(.97); }
.centered-button { margin: 56px auto 0; display: flex; width: max-content; }

.site-header { position: fixed; z-index: 30; top: 0; width: 100%; height: 88px; padding: 0 max(32px, calc((100vw - 1220px) / 2)); display: flex; align-items: center; justify-content: space-between; color: var(--lime); background: rgba(4,20,12,.93); border-bottom: 1px solid rgba(215,236,110,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--lime); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; }
.brand-mark svg { width: 100%; fill: none; stroke: currentColor; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-family: var(--serif); font-size: 27px; line-height: 1; font-weight: 600; }
.brand small { display: block; margin-top: 6px; font-size: 7px; letter-spacing: .12em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 35px 0; transition: color .2s; }
.desktop-nav a::after { content: ""; position: absolute; left: 50%; bottom: 25px; width: 0; height: 1px; background: var(--lime); transition: width .35s cubic-bezier(.2,.9,.25,1.2), left .35s cubic-bezier(.2,.9,.25,1.2); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { width: 100%; left: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 14px 28px; border-radius: 999px; color: #fff; background: var(--olive); font-size: 13px; font-weight: 600; transition: transform .16s ease-out, background .25s ease; }
.header-cta:active { transform: scale(.97); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 900px; height: 100svh; max-height: 1000px; position: relative; display: flex; align-items: center; color: white; overflow: hidden; background: var(--forest); }
.hero-bg { position: absolute; inset: 0; background: url("/assets/4fe63f765e039c0d.webp") center/cover no-repeat; transform: scale(1.03); animation: heroZoom 12s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,10,.93) 0%, rgba(3,18,10,.72) 32%, rgba(3,18,10,.16) 68%, rgba(3,18,10,.12)), linear-gradient(0deg, rgba(3,18,10,.72), transparent 45%); }
.hero-content { z-index: 2; width: min(620px, calc(100% - 40px)); margin-left: max(32px, calc((100vw - 1220px) / 2)); padding-top: 78px; }
.hero h1 { margin: 0 0 27px; font-size: clamp(62px, 6.1vw, 92px); letter-spacing: -.055em; line-height: .92; }
.hero-copy { max-width: 510px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.trust-row { display: flex; align-items: center; gap: 18px; margin-top: 50px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.35; }
.glass { background: linear-gradient(135deg, rgba(61,91,44,.55), rgba(7,28,17,.64)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 25px 80px rgba(0,0,0,.38); backdrop-filter: blur(18px); }
.hero-stats { z-index: 3; position: absolute; right: max(32px, calc((100vw - 1220px) / 2)); bottom: 88px; width: 425px; padding: 31px 32px 24px; border-radius: 28px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; text-align: center; }
.stat i { display: grid; width: 44px; height: 44px; margin: 0 auto 10px; place-items: center; border-radius: 50%; background: rgba(128,161,82,.3); color: #d8ed9a; font-style: normal; font-size: 20px; }
.stat strong { display: block; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.stat span { display: block; color: rgba(255,255,255,.88); font-size: 13px; line-height: 1.45; }
.hero-stats > p { grid-column: 1/-1; margin: 2px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); text-align: left; font-size: 13.5px; line-height: 1.5; display: flex; align-items: center; }
.hero-stats > p b { display: inline-grid; width: 32px; height: 32px; margin-right: 10px; place-items: center; border-radius: 50%; background: rgba(128,161,82,.25); color: #d8ed9a; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 22px; transform: translateX(-50%); color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue i { display: block; text-align: center; font-size: 17px; animation: bounce 1.5s infinite; }

.about { padding-bottom: 90px; }
.section-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.about-copy > p:not(.eyebrow) { max-width: 600px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.image-frame { position: relative; height: 520px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); }
.image-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); border-radius: inherit; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-tag { position: absolute; z-index: 2; right: 24px; bottom: 22px; padding: 11px 18px; border-radius: 999px; color: white; background: rgba(14,42,28,.72); font-size: 11px; backdrop-filter: blur(10px); }
.feature-cards { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 76px; }
.feature-cards a { position: relative; padding: 34px 38px 32px; text-align: center; background: rgba(250,249,241,.87); border: 1px solid rgba(75,102,62,.08); box-shadow: 0 18px 40px rgba(26,51,35,.12); backdrop-filter: blur(15px); }
.feature-cards a:first-child { border-radius: 28px 0 0 28px; }.feature-cards a:last-child { border-radius: 0 28px 28px 0; }
.feature-cards a + a { border-left: 0; }
.icon { display: grid; width: 54px; height: 54px; margin: -61px auto 18px; place-items: center; border-radius: 50%; color: white; background: #5d7d39; font-size: 25px; box-shadow: 0 8px 22px rgba(69,100,41,.24); }
.feature-cards a { transition: transform .25s ease-out, box-shadow .25s ease-out; }
.feature-cards a:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(26,51,35,.16); }
.feature-cards h3 { margin: 0 0 14px; font-size: 25px; }
.feature-cards p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.7; }

.services { color: white; overflow: hidden; background: var(--forest); }
.services-bg { position: absolute; inset: 0; background: linear-gradient(rgba(5,30,18,.88), rgba(5,30,18,.92)), url("/assets/b0f0cfb571ebb487.webp") center/cover fixed; opacity: .98; }
.service-wrap { position: relative; }
.section-heading { max-width: 630px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading > p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.section-heading.dark > p:not(.eyebrow), .faq .section-heading > p:not(.eyebrow) { color: var(--muted); }
.services h2 { margin-bottom: 20px; color: white; }
.services h2 em { color: var(--lime); }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 62px; }
.service-card { position: relative; min-height: 235px; padding: 30px; overflow: hidden; border: 1px solid rgba(203,231,128,.12); border-radius: 22px; background: linear-gradient(145deg, rgba(84,119,65,.25), rgba(7,34,21,.58)); backdrop-filter: blur(10px); transition: transform .3s, border-color .3s, background .3s; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(204,233,91,.35); background: linear-gradient(145deg, rgba(100,139,70,.4), rgba(7,34,21,.68)); }
.service-card > span { position: absolute; right: 22px; top: 18px; color: rgba(255,255,255,.22); font-family: var(--serif); font-size: 23px; }
.service-card > i { display: grid; width: 46px; height: 46px; margin-bottom: 28px; place-items: center; border-radius: 50%; background: rgba(157,190,89,.15); color: #c9e57b; font-style: normal; font-size: 21px; }
.service-card h3 { margin-bottom: 14px; font-size: 23px; }
.service-card p { margin: 0; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.7; font-weight: 500; }

.why { overflow: hidden; }
.why-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 75px; align-items: center; }
.why-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.reasons { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px 24px; margin-top: 38px; }
.reasons article { display: flex; gap: 14px; }
.reasons i { flex: 0 0 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; background: rgba(112,141,70,.1); color: var(--olive); font-style: normal; font-size: 20px; }
.reasons h3 { margin: 2px 0 7px; font-family: var(--sans); font-size: 14px; font-weight: 600; }
.reasons p { margin: 0; color: var(--muted); font-size: 12px; }
.why-collage { position: relative; min-height: 650px; }
.collage-main { position: absolute; top: 0; right: 0; width: 87%; height: 405px; object-fit: cover; border-radius: 32px; box-shadow: var(--shadow); }
.collage-small { position: absolute; bottom: 0; height: 270px; object-fit: cover; border: 9px solid var(--cream); border-radius: 28px; box-shadow: var(--shadow); }
.collage-small.one { left: 0; width: 37%; }.collage-small.two { right: 3%; width: 56%; }
.experience-seal { position: absolute; z-index: 2; left: 31%; top: 47%; width: 145px; height: 145px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: var(--olive); box-shadow: 0 14px 35px rgba(44,73,31,.3), inset 0 0 0 8px rgba(255,255,255,.1); transform: rotate(-6deg); }
.experience-seal strong { font-family: var(--serif); font-size: 35px; line-height: 1; }.experience-seal span { margin-top: 6px; font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.projects { overflow: hidden; background: var(--paper); }
.projects-bg { position: absolute; inset: 0; opacity: .2; background: linear-gradient(rgba(250,249,241,.5), rgba(250,249,241,.92)), url("/assets/c29a82d7486b1f43.webp") center/cover fixed; }
.projects .wrap { position: relative; }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 62px; }
.project-card { position: relative; height: 340px; overflow: hidden; border-radius: 24px; border: 1px solid rgba(26,55,34,.15); box-shadow: 0 15px 35px rgba(32,54,37,.13); transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s cubic-bezier(.2,.7,.2,1); }
.project-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.project-card:hover > img { transform: scale(1.07); }
@media (hover: hover) and (pointer: fine) {
  .project-card:hover { transform: translateY(-6px); box-shadow: 0 25px 50px rgba(32,54,37,.2); }
}
.project-card:active { transform: translateY(-3px) scale(.99); }
.project-info { position: absolute; left: 13px; right: 13px; bottom: 13px; min-height: 105px; padding: 18px 18px; display: flex; align-items: center; gap: 15px; border-radius: 20px; color: white; background: linear-gradient(120deg, rgba(48,78,35,.9), rgba(78,102,53,.72)); backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,.1); }
.project-info > b { flex: 0 0 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; color: #dbef8e; background: rgba(151,189,91,.22); font-size: 21px; }
.project-info h3 { margin: 0 0 4px; font-family: var(--sans); font-size: 15px; font-weight: 600; }
.project-info small { display: block; color: rgba(255,255,255,.72); font-size: 10px; }.project-info em { display: block; margin-top: 7px; color: var(--lime); font-style: normal; font-size: 10px; font-weight: 600; }

.faq { padding-bottom: 150px; overflow: hidden; background: var(--paper); }
.faq-bg { position: absolute; inset: 0; background: linear-gradient(rgba(250,249,241,.55), rgba(250,249,241,.97)), url("/assets/c29a82d7486b1f43.webp") top center/cover no-repeat; opacity: .8; }
.faq-wrap { position: relative; max-width: 920px; }
.accordion { margin-top: 55px; border-top: 1px solid rgba(45,71,47,.17); }
.faq-item { border-bottom: 1px solid rgba(45,71,47,.17); }
.faq-item button { width: 100%; padding: 27px 4px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; font-family: var(--serif); font-size: 21px; transition: transform .16s ease-out; }
.faq-item button:active { transform: scale(.98); }
.faq-item button i { width: 34px; height: 34px; display: grid; flex: 0 0 34px; place-items: center; border-radius: 50%; color: var(--olive); background: rgba(112,141,70,.1); font-style: normal; transition: transform .2s ease-out; }
.faq-item.open button i { transform: rotate(45deg); }
.answer { display: grid; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows .35s ease, visibility 0s .35s; }.answer > p { min-height: 0; overflow: hidden; margin: 0; max-width: 760px; color: var(--muted); font-size: 14px; line-height: 1.7; }.faq-item.open .answer { grid-template-rows: 1fr; visibility: visible; transition-delay: 0s; }.faq-item.open .answer > p { padding-bottom: 28px; }
.answer > p { opacity: 0; transform: translateY(4px); transition: opacity .3s ease-out .05s, transform .3s ease-out .05s; }
.faq-item.open .answer > p { opacity: 1; transform: none; }

.footer { padding: 90px 0 28px; color: #314336; border-top: 1px solid rgba(61,84,47,.09); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr 1fr; gap: 55px; }
.dark-brand { color: var(--ink); }.footer-brand > p { max-width: 270px; margin: 24px 0; color: var(--muted); font-size: 12px; }
.footer-grid h3 { margin-bottom: 23px; font-size: 20px; }.footer-grid > div:not(.footer-brand) > a, .footer-grid > div:not(.footer-brand) > p { display: block; margin-bottom: 12px; color: var(--muted); font-size: 11px; line-height: 1.55; }.footer-grid a:hover { color: var(--olive); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 14px 24px; margin-top: 45px; padding-top: 24px; border-top: 1px solid rgba(60,83,47,.12); color: #7a8178; font-size: 10px; }
.footer-bottom a { color: #527431; }.footer-bottom a:hover { color: var(--olive); }
.legal-links { display: flex; gap: 18px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .1s; }.delay-2 { transition-delay: .2s; }
/* Ohne JavaScript: Einblend-Animation überspringen und Inhalte direkt zeigen. */
html.no-js .reveal { opacity: 1; transform: none; }
.hero-content > * { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.hero-content.visible > * { opacity: 1; transform: none; }
.hero-content.visible > *:nth-child(2) { transition-delay: .06s; }
.hero-content.visible > *:nth-child(3) { transition-delay: .12s; }
.hero-content.visible > *:nth-child(4) { transition-delay: .18s; }
.hero-content.visible > *:nth-child(5) { transition-delay: .24s; }
html.no-js .hero-content > * { opacity: 1; transform: none; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.03); } }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

@media (max-width: 1050px) {
  .desktop-nav { gap: 24px; }.header-cta { padding-inline: 20px; }
  .hero-stats { width: 380px; }.service-grid { grid-template-columns: repeat(2,1fr); }.project-card { height: 300px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 1050px) {
  .wrap { width: min(100% - 38px, 680px); }.section { padding: 95px 0; }
  .site-header { height: 72px; padding-inline: 19px; }.desktop-nav, .header-cta { display: none; }.menu-toggle { width: 43px; height: 43px; display: grid; place-content: center; gap: 7px; border: 1px solid rgba(204,233,91,.18); border-radius: 50%; background: transparent; cursor: pointer; transition: transform .16s ease-out; }.menu-toggle:active { transform: scale(.94); }.menu-toggle span { width: 17px; height: 1px; background: var(--lime); transition: transform .25s; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; z-index: -1; inset: 72px 0 auto; padding: 22px 19px 30px; display: grid; gap: 1px; color: #fff; background: rgba(4,20,12,.98); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: .25s; }.mobile-nav.open { opacity: 1; pointer-events: auto; transform: none; }.mobile-nav a { padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.08); font-family: var(--serif); font-size: 22px; }
  .hero { height: auto; min-height: 920px; max-height: none; align-items: flex-start; }.hero-bg { background-position: 58% center; }.hero-shade { background: linear-gradient(90deg, rgba(3,18,10,.9), rgba(3,18,10,.24)), linear-gradient(0deg, rgba(3,18,10,.93) 0%, transparent 58%); }.hero-content { margin: 0 19px; padding-top: 155px; }.hero h1 { font-size: clamp(58px, 16vw, 78px); }.hero-copy { max-width: 460px; }.hero-stats { position: absolute; left: 19px; right: 19px; bottom: 30px; width: auto; }.scroll-cue { display: none; }
  .section-grid, .why-grid { grid-template-columns: 1fr; gap: 48px; }.about-image { height: 430px; }.feature-cards { grid-template-columns: 1fr; margin-top: 70px; gap: 42px; }.feature-cards a { border: 1px solid rgba(75,102,62,.08)!important; border-radius: 24px!important; }
  .project-grid { grid-template-columns: repeat(2,1fr); }.project-card { height: 340px; }
  .why-collage { min-height: 610px; }.footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  .brand strong { font-size: 18px; }.hero { min-height: 1040px; }.hero-content { padding-top: 145px; }.hero h1 { font-size: 60px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.trust-row { margin-top: 34px; }
  .hero-stats { padding: 24px 16px 20px; border-radius: 22px; gap: 7px; }.stat strong { font-size: 25px; }.stat span { font-size: 11px; }.hero-stats > p { text-align: center; font-size: 12px; }
  h2 { font-size: 43px; }.about-copy h2 br, .why-copy h2 br { display: none; }.image-frame { height: 340px; }
  .service-grid, .project-grid, .reasons { grid-template-columns: 1fr; }.service-card { min-height: 215px; }.project-card { height: 330px; }
  .why-collage { min-height: 510px; }.collage-main { width: 100%; height: 310px; }.collage-small { height: 220px; }.collage-small.one { width: 40%; }.collage-small.two { width: 63%; right: 0; }.experience-seal { width: 112px; height: 112px; left: 25%; top: 52%; }.experience-seal strong { font-size: 28px; }
  .faq-item button { font-size: 18px; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:not(.footer-brand) { padding-top: 15px; border-top: 1px solid rgba(60,83,47,.1); }.footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-property: opacity, color, background-color, border-color, box-shadow, visibility !important; transition-duration: .2s !important; transition-delay: 0s !important; }
}

/* Deutsche Inhalte und Kontaktdaten von Bledi. */
.hero .eyebrow { max-width: 100%; font-size: 10px; }
.hero h1 { line-height: 1; }
.hero-content, .section-grid > *, .why-grid > *, .footer-grid > *, .contact-layout > * { min-width: 0; }
.local-contact { width: fit-content; line-height: 1.7; }
.local-contact strong { color: white; font-size: 15px; font-weight: 500; }
.contact-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); color: var(--lime); font-size: 22px; }
.hero-stats > p b { flex: 0 0 32px; }
.hero-stats .stat strong { font-size: 26px; }
.hero-stats .stat span { margin-top: 6px; line-height: 1.6; }
.section-heading.dark > p.placeholder-note { font-size: 12px; color: #647258; max-width: 455px; margin: 20px auto 0; }
.process-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; margin-top: 50px; }
.process-card { padding: 34px; border: 1px solid rgba(65,86,51,.15); border-radius: 24px; background: rgba(255,255,255,.45); }
.process-card > span { display: block; margin-bottom: 34px; font-family: var(--serif); font-size: 40px; color: var(--olive); }
.process-card h3 { font-size: 26px; }
.process-card p { margin: 0; font-size: 14px; line-height: 1.8; color: var(--muted); }
.process-card a { display: inline-block; margin-top: 22px; font-size: 13px; color: #527431; font-weight: 600; }
.answer a { color: #4c6d35; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.faq-item:not(.open) .answer { pointer-events: none; }
.contact-section { background: var(--forest); color: var(--paper); }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.contact-section h2 em { color: var(--lime); }
.contact-section .button { margin-top: 16px; }
.contact-details { margin: 0; padding: 36px; border-radius: 26px; font-style: normal; }
.contact-person { padding-bottom: 24px; }
.contact-person small { display: block; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; color: #c6d2b2; }
.contact-person strong { display: block; margin: 12px 0 5px; font-family: var(--serif); font-size: 32px; font-weight: 500; }
.contact-person > span { font-size: 12px; color: #c6d2b2; }
.contact-details > a, .contact-details > p:not(.contact-person) { display: block; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.12); margin: 0; }
.contact-details > a { transition: transform .2s ease-out; }
.contact-details > a:hover { transform: translateX(3px); }
.detail-label { display: block; margin-bottom: 6px; color: #bacaad; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.detail-label + span { display: block; font-size: 14px; overflow-wrap: anywhere; }
.contact-details i { font-style: normal; color: var(--lime); }
.contact-details > a:hover .detail-label + span { color: var(--lime); }
.footer-grid { grid-template-columns: 1.3fr .65fr .95fr 1.1fr; gap: 32px; }
.footer-grid a { overflow-wrap: anywhere; }
.footer-brand > .brand { overflow-wrap: normal; }
.instagram-link { display: flex; align-items: center; gap: 9px; width: fit-content; font-size: 11px; color: #527431; }
.instagram-link span { font-size: 23px; }
.footer-bottom > a { color: #527431; }
.mobile-nav:not(.open) { visibility: hidden; }
.mobile-nav.open { visibility: visible; }

@media (min-width: 1051px) and (max-width: 1190px) {
  .hero-content { width: 520px; }
  .hero-copy { max-width: 445px; }
  .hero-stats { width: 345px; padding-inline: 22px; }
  .hero-stats .stat strong { font-size: 24px; }
  .desktop-nav { gap: 20px; }
  .header-cta { padding-inline: 20px; }
}
@media (max-width: 1050px) {
  .hero { display: flex; flex-direction: column; gap: 42px; padding: 150px 32px 42px; height: auto; min-height: 0; max-height: none; }
  .hero-content { margin: 0; padding: 0; width: 100%; max-width: 640px; }
  .hero-stats { position: relative; inset: auto; margin: 0; width: 100%; max-width: 480px; }
  .hero h1 { font-size: clamp(57px, 9vw, 84px); }
  .contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card > span { margin-bottom: 16px; }
}
@media (max-width: 560px) {
  .brand strong { font-size: 24px; }
  .brand small { font-size: 6px; letter-spacing: .09em; }
  .brand-mark { width: 32px; }
  .hero { padding: 135px 19px 36px; }
  .hero .eyebrow { font-size: 8px; letter-spacing: .1em; }
  .hero h1 { font-size: clamp(46px, 11.5vw, 62px); }
  .hero-copy { font-size: 16px; }
  .hero-stats .stat strong { font-size: 23px; }
  .hero-stats > p { text-align: left; }
  h2 { font-size: clamp(35px, 10vw, 43px); overflow-wrap: break-word; }
  .about-copy h2 br, .why-copy h2 br { display: initial; }
  .project-info { padding: 16px 12px; gap: 10px; }
  .project-info > b { flex-basis: 38px; height: 38px; }
  .project-info h3 { font-size: 14px; }
  .contact-details { padding: 24px; }
  .detail-label + span { font-size: 13px; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* Rechtsseiten (Impressum & Datenschutz). */
.legal-page { padding: 188px 0 110px; }
.legal-content { max-width: 780px; }
.legal-content h1 { margin: 0 0 36px; font-size: clamp(40px, 6vw, 58px); letter-spacing: -.04em; }
.legal-content h2 { margin: 46px 0 14px; font-size: 24px; letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 15.5px; line-height: 1.8; }
.legal-content ul { margin: 0 0 18px; padding-left: 22px; }
.legal-address { font-style: normal; }.legal-address p { margin: 0; color: var(--ink); }
.legal-link { color: #4c6d35; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.legal-stand { margin-top: 40px; }
.legal-back { margin-top: 55px; }
.legal-footer { padding: 28px 0; border-top: 1px solid rgba(61,84,47,.09); }
.legal-footer .footer-bottom { margin: 0 auto; padding: 0; border-top: 0; }
@media (max-width: 560px) { .legal-page { padding: 140px 0 80px; } .legal-content h2 { margin: 38px 0 12px; } }

/* Sprunglink (Tastaturnavigation) – sichtbar erst bei Fokus. */
.skip-link { position: fixed; z-index: 100; top: 14px; left: 14px; padding: 12px 20px; border-radius: 999px; color: var(--forest); background: var(--lime); font-size: 13px; font-weight: 600; transform: translateY(-64px); transition: transform .2s ease-out; }
.skip-link:focus-visible { transform: none; }

/* 404-Seite */
.notfound .notfound-code { margin: 0; font-family: var(--serif); font-size: clamp(90px, 16vw, 160px); line-height: .9; letter-spacing: -.04em; color: rgba(112,141,70,.16); }
.notfound .legal-content h1 { margin: -28px 0 22px; }
.notfound-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
/* 404: Footer am unteren Viewportrand halten. */
body.error-page { min-height: 100svh; display: flex; flex-direction: column; }
body.error-page > main { flex: 1; }

/* Cookie-Hinweis (vanilla-cookieconsent) in Bledi-Optik. */
#cc-main { --cc-bg: var(--forest); --cc-text: var(--cream); --cc-btn-primary-bg: var(--olive); --cc-btn-primary-text: #fff; --cc-btn-primary-hover-bg: #89a858; --cc-btn-border-radius: 999px; --cc-btn-primary-border-radius: 999px; --cc-font: var(--sans); --cc-modal-border-radius: 22px; --cc-toggle-readonly-bg: var(--olive); }
#cc-main .cm { max-width: min(440px, calc(100vw - 32px)); }
#cc-main .cm__title { font-family: var(--serif); font-weight: 500; color: #fff; }
#cc-main .cm__link { text-decoration: underline; text-underline-offset: 3px; }
#cc-main .cm__btn { min-height: 48px; font-weight: 600; }
#cc-main .cm__link { color: var(--lime); }

/* Lightbox für Projektfotos (natives <dialog>, ohne Abhängigkeiten). */
.lightbox { width: min(1080px, calc(100% - 32px)); max-height: 92vh; padding: 0; border: 0; border-radius: 22px; overflow: hidden; background: var(--forest); color: #fff; }
.lightbox::backdrop { background: rgba(3,18,10,.78); backdrop-filter: blur(6px); }
.lightbox figure { margin: 0; display: flex; flex-direction: column; }
.lightbox img { width: 100%; max-height: 72vh; object-fit: cover; }
.lightbox figcaption { display: flex; flex-wrap: wrap; gap: 8px 24px; align-items: baseline; justify-content: space-between; padding: 20px 26px; }
.lightbox figcaption strong { font-family: var(--serif); font-weight: 500; font-size: 21px; }
.lightbox figcaption a { color: var(--lime); font-size: 12px; font-weight: 600; }
