:root {
    --editorial-ink: #173526;
    --editorial-paper: #eef0e8;
    --editorial-sage: #dfe8da;
    --editorial-line: rgba(23, 53, 38, 0.2);
    --editorial-bright: #b9e49d;
    --font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
}

html { scroll-padding-top: 78px; }
body { background: var(--editorial-paper); }

.skip-link {
    position: fixed; left: 1rem; top: -5rem; z-index: 10000;
    padding: .8rem 1rem; background: #fff; color: #111;
}
.skip-link:focus { top: 1rem; }
.visually-hidden {
    position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.nav {
    height: 78px; background: rgba(244, 245, 239, .96); border-bottom: 1px solid var(--editorial-line);
    backdrop-filter: blur(16px);
}
.nav-container { max-width: 1380px; height: 100%; padding-inline: clamp(1.2rem, 4vw, 4rem); }
.nav-brand-group { min-width: 0; gap: .9rem; }
.nav-logo-img { width: clamp(125px, 14vw, 178px); height: auto; }
.nav-brand { color: #526457; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; white-space: nowrap; }
.nav-links { gap: clamp(1rem, 2.2vw, 2.2rem); }
.nav-links a { font-size: .76rem; letter-spacing: .04em; color: #33483a; }
.nav-links a:hover, .nav-links a:focus-visible { color: #0b2417; }
.nav-cta { border-radius: 0; padding: .75rem 1rem; background: var(--editorial-ink); font-size: .75rem; white-space: nowrap; }
.nav-mobile { display: none; position: relative; }
.nav-mobile summary { list-style: none; cursor: pointer; padding: .65rem .75rem; border: 1px solid var(--editorial-line); font-size: .75rem; }
.nav-mobile summary::-webkit-details-marker { display: none; }
.nav-mobile-panel {
    position: absolute; right: 0; top: calc(100% + .75rem); width: min(76vw, 280px); padding: .75rem;
    display: grid; background: #f6f7f2; border: 1px solid var(--editorial-line); box-shadow: 0 20px 50px #0a1c1233;
}
.nav-mobile-panel a { padding: .75rem; border-bottom: 1px solid var(--editorial-line); font-size: .9rem; }
.page { padding-top: 78px !important; }

.editorial-home { --serif: Georgia, "Times New Roman", serif; color: var(--editorial-ink); overflow: clip; }
.editorial-home em { font-family: var(--serif); font-weight: 400; }
.editorial-shell { width: min(100% - 4rem, 1240px); margin-inline: auto; }
.editorial-index, .editorial-kicker {
    display: block; font-size: .68rem; font-weight: 650; letter-spacing: .17em; text-transform: uppercase;
}

.editorial-hero { height: calc(100svh - 78px); min-height: 660px; background: #07140f; }
.editorial-hero .zoom-stage { position: relative; height: 100%; overflow: hidden; isolation: isolate; }
.editorial-hero .zoom-stage > img {
    position: absolute; inset: -2%; z-index: -2; width: 104%; height: 104%; object-fit: cover;
    object-position: center 58%; transform: scale(var(--hero-scale, 1)); transition: transform 80ms linear;
}
.editorial-hero-shade {
    position: absolute; inset: 0; z-index: -1;
    background: linear-gradient(90deg, rgba(4, 16, 11, .94) 0%, rgba(6, 25, 17, .79) 43%, rgba(7, 20, 15, .24) 76%),
                linear-gradient(0deg, rgba(3, 12, 8, .72), transparent 43%);
}
.editorial-hero-content {
    height: 100%; padding-block: clamp(4rem, 10vh, 8rem) 2rem; color: #fff;
    display: flex; flex-direction: column; justify-content: center; transform: translateY(var(--hero-copy-shift, 0));
}
.editorial-kicker { color: #c6d6c9; margin-bottom: 2rem; }
.editorial-hero h1 {
    max-width: 920px; font-size: clamp(4rem, 8.8vw, 8.2rem); line-height: .9; letter-spacing: -.06em; font-weight: 620;
}
.editorial-hero h1 em { color: var(--editorial-bright); font-style: italic; }
.editorial-hero-content > p { max-width: 610px; margin-top: 2rem; color: #d4ddd6; font-size: clamp(1rem, 1.5vw, 1.28rem); line-height: 1.65; }
.editorial-actions { margin-top: 2.5rem; display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.editorial-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem 1.2rem; min-width: 220px; border: 1px solid; font-size: .82rem; }
.editorial-button-light { background: #f2f3ee; color: #10291d; border-color: #f2f3ee; }
.editorial-text-link { display: inline-flex; gap: 1rem; align-items: center; padding-block: .55rem; color: #fff; border-bottom: 1px solid #ffffff80; font-size: .82rem; }
.editorial-hero-meta { margin-top: auto; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid #ffffff3d; color: #c4d0c6; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }

@media (min-width: 1025px) and (min-height: 700px) {
    .editorial-hero.hero-scroll { height: 145vh; }
    .editorial-hero.is-zoom-enabled .zoom-stage { position: sticky; top: 78px; height: calc(100vh - 78px); }
}

.editorial-section { padding-block: clamp(5rem, 10vw, 9rem); background: var(--editorial-paper); }
.editorial-heading { max-width: 980px; margin-bottom: clamp(3rem, 7vw, 6rem); }
.editorial-heading .editorial-index { margin-bottom: 1.8rem; color: #5b725f; }
.editorial-heading h2, .editorial-image-copy h2, .editorial-contact h2 {
    font-size: clamp(3rem, 6.3vw, 6.2rem); line-height: 1.02; letter-spacing: -.052em; font-weight: 600;
}
.editorial-heading h2 em { color: #57745d; }
.editorial-heading > p, .editorial-heading > div + p { max-width: 600px; margin-top: 1.6rem; color: #526457; font-size: 1rem; line-height: 1.75; }
.editorial-heading-split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr); gap: 4rem; align-items: end; }

.editorial-services { background: var(--editorial-sage); }
.editorial-chapters { border-bottom: 1px solid var(--editorial-line); }
.editorial-chapter {
    display: grid; grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr); gap: clamp(3rem, 8vw, 8rem);
    padding-block: clamp(3.5rem, 7vw, 6rem); border-top: 1px solid var(--editorial-line);
}
.editorial-chapter-intro { min-width: 0; }
.editorial-letter {
    display: block; width: max-content; margin: 0 0 1.5rem -.04em; font: 400 clamp(8rem, 15vw, 14rem)/.75 var(--serif);
    color: #456149; letter-spacing: -.08em;
}
@supports (background-clip: text) {
    .editorial-letter { color: transparent; background-clip: text; background-size: 950px auto; background-position: var(--letter-position, 50%) center; }
    .letter-hamburg { background-image: url('/images/hero/hamburg.jpg'); }
    .letter-lims { background-image: url('/images/hero/lims.jpg'); }
    .letter-gerste { background-image: url('/images/hero/gerste.jpg'); }
}
.editorial-chapter h3 { font: 400 clamp(2rem, 3.5vw, 3.4rem)/1.05 var(--serif); letter-spacing: -.035em; }
.editorial-chapter-intro p { max-width: 480px; margin-top: 1.2rem; color: #536657; line-height: 1.72; }
.editorial-inline-link { display: inline-block; margin-top: 1.25rem; padding-bottom: .25rem; border-bottom: 1px solid #18352670; color: #173526; font-size: .72rem; letter-spacing: .04em; }
.editorial-lines { list-style: none; align-self: end; }
.editorial-lines li { display: grid; grid-template-columns: minmax(160px, .7fr) 1fr; gap: 1.5rem; padding: 1.35rem 0; border-bottom: 1px solid var(--editorial-line); }
.editorial-lines li:last-child { border-bottom: 0; }
.editorial-lines strong { font: 400 1.35rem/1.25 var(--serif); }
.editorial-lines span { color: #5a6a5d; font-size: .88rem; line-height: 1.55; }

.editorial-image-band { position: relative; min-height: 78svh; color: #fff; isolation: isolate; display: grid; align-items: end; padding-block: 6rem; }
.editorial-image-band > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.editorial-image-band-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #0c1711ed 0%, #111a13b8 44%, #10171122 80%); }
.editorial-image-copy { width: min(100% - 4rem, 1240px); }
.editorial-image-copy .editorial-index { color: #becbbf; margin-bottom: 1.5rem; }
.editorial-image-copy h2 { max-width: 800px; }
.editorial-image-copy p { max-width: 590px; margin-top: 1.7rem; color: #d7ded7; font-size: 1.05rem; line-height: 1.7; }

.editorial-portfolio { padding-block: clamp(4rem, 7vw, 6.5rem); background: #f4f5ef; }
.editorial-portfolio .editorial-heading { margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.editorial-portfolio .editorial-heading h2 { font-size: clamp(2.8rem, 5vw, 4.9rem); }
.editorial-filter { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin: -2rem 0 2.5rem; padding-bottom: 1rem; border-bottom: 1px solid var(--editorial-line); }
.editorial-filter .filter-btn { border: 0; border-radius: 0; padding: .45rem 0; background: transparent; color: #667368; font-size: .74rem; }
.editorial-filter .filter-btn::after { display: none; }
.editorial-filter .filter-btn.active { color: #102a1b; border-bottom: 1px solid #102a1b; }
.portfolio-editorial-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.portfolio-editorial-item {
    position: relative; grid-column: span 6; min-height: 380px; overflow: hidden; isolation: isolate; background: #193c2b;
    border-radius: 0; box-shadow: none; color: #fff;
}
.portfolio-editorial-item[data-category] { opacity: 1; transform: none; }
.portfolio-editorial-item > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.portfolio-editorial-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #07130edf 0%, #0a171071 55%, transparent 90%); }
.portfolio-editorial-copy { position: absolute; inset: auto 0 0; display: grid; gap: .7rem; padding: clamp(1.5rem, 4vw, 3rem); }
.portfolio-editorial-copy small { font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; color: #c9d5cb; }
.portfolio-editorial-copy strong { font: 400 clamp(2rem, 4vw, 3.5rem)/1.03 var(--serif); }
.portfolio-editorial-copy > span { display: none; }
.portfolio-editorial-copy em { width: max-content; margin-top: .5rem; padding-bottom: .35rem; border-bottom: 1px solid #ffffff8c; font: normal .75rem var(--font-family); }
.portfolio-editorial-item:hover > img { transform: scale(1.035); }
.portfolio-editorial-item[hidden] { display: none; }
.editorial-dark-link { color: var(--editorial-ink); border-color: #17352680; margin-top: 2.5rem; }
.editorial-empty { padding: 3rem 0; border-top: 1px solid var(--editorial-line); color: #5c6b60; }

.editorial-products { background: #13271d; color: #fff; }
.editorial-products .editorial-index { color: #a8b9aa; }
.editorial-products .editorial-heading p { color: #bdc8bf; }
.editorial-products .editorial-heading h2 em { color: var(--editorial-bright); }
.editorial-product-list { border-bottom: 1px solid #ffffff2e; }
.editorial-product {
    display: grid; grid-template-columns: 3rem minmax(280px, 1fr) minmax(220px, .8fr) auto; gap: 2rem; align-items: center;
    min-height: 150px; padding-block: 1.5rem; border-top: 1px solid #ffffff2e;
}
.editorial-product-index { color: #86988a; font: italic 1.4rem var(--serif); }
.editorial-product-logo {
    position: relative; display: block; width: min(100%, 340px); height: 108px; overflow: hidden;
}
.editorial-product-logo img {
    position: absolute; left: 0; top: 50%; width: 100%; height: auto; max-width: none; transform: translateY(-50%);
    filter: grayscale(1) invert(1); mix-blend-mode: screen; opacity: .92;
}
.editorial-product-name { color: #fff; font: 650 clamp(1.45rem, 2.5vw, 2.2rem)/1 var(--font-family); letter-spacing: .08em; }
.editorial-module { display: grid; grid-template-columns: .45fr .7fr 1.35fr auto; gap: 2rem; align-items: center; margin-top: 2.2rem; padding: 2rem 0; border-top: 1px solid #ffffff35; border-bottom: 1px solid #ffffff35; color: #fff; }
.editorial-module > span, .editorial-module > em { color: #a8b9ac; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.editorial-module > strong { color: var(--editorial-bright); font: italic 400 clamp(2rem, 3vw, 3rem)/1 var(--serif); }
.editorial-module > p { color: #c3d0c6; line-height: 1.6; }
.editorial-module > em { justify-self: end; white-space: nowrap; }

/* SEO-Landingpages */
.seo-landing, .seo-landing-not-found { --serif: Georgia, "Times New Roman", serif; color: var(--editorial-ink); }
.seo-landing em, .seo-landing-not-found em { font-family: var(--serif); font-weight: 400; }
.seo-landing-breadcrumb { display: flex; gap: .65rem; padding-top: 1.4rem; color: #657568; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.seo-landing-breadcrumb a { color: inherit; border-bottom: 1px solid #66766a70; }
.seo-landing-hero { position: relative; min-height: min(760px, 78svh); margin-top: 1.4rem; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: #0b1711; }
.seo-landing-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.seo-landing-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, #06140ff2 0%, #082018d6 48%, #091b145c 82%), linear-gradient(0deg, #06110ccc, transparent 48%); }
.seo-landing-hero-copy { padding-block: clamp(4rem, 9vw, 8rem); color: #fff; }
.seo-landing-hero-copy .editorial-index { margin-bottom: 2rem; color: #bfd0c2; }
.seo-landing-hero-copy h1 { max-width: 1050px; font-size: clamp(3.7rem, 8vw, 8rem); line-height: .91; letter-spacing: -.06em; }
.seo-landing-hero-copy h1 em { color: var(--editorial-bright); font-style: italic; }
.seo-landing-hero-copy > p { max-width: 680px; margin-top: 2rem; color: #d3ddd5; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.7; }
.seo-landing-hero-copy .editorial-button { margin-top: 2.2rem; }
.seo-landing-intro, .seo-landing-features, .seo-landing-status, .seo-landing-related { padding-block: clamp(5rem, 10vw, 9rem); }
.seo-landing-intro { background: #f3f4ee; }
.seo-landing-intro-grid, .seo-landing-status-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: clamp(3rem, 8vw, 8rem); }
.seo-landing-intro h2, .seo-landing-status h2 { font: 400 clamp(2.6rem, 5.5vw, 5.5rem)/1 var(--serif); letter-spacing: -.045em; }
.seo-landing-intro p, .seo-landing-status p { max-width: 760px; margin-top: 2rem; color: #526357; font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.8; }
.seo-landing-features { background: #dfe8da; }
.seo-landing-features > .editorial-shell > h2 { margin-top: 2rem; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.055em; }
.seo-landing-features h2 em { color: #58745e; font-style: italic; }
.seo-landing-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 4rem; border-top: 1px solid var(--editorial-line); border-bottom: 1px solid var(--editorial-line); }
.seo-landing-feature-grid article { padding: 2.5rem; border-left: 1px solid var(--editorial-line); }
.seo-landing-feature-grid article:first-child { padding-left: 0; border-left: 0; }
.seo-landing-feature-grid article:last-child { padding-right: 0; }
.seo-landing-feature-grid article > span { color: #617365; font: italic 1.4rem var(--serif); }
.seo-landing-feature-grid h3 { margin-top: 3rem; font: 400 clamp(1.7rem, 2.6vw, 2.5rem)/1.08 var(--serif); }
.seo-landing-feature-grid p { margin-top: 1.2rem; color: #526357; line-height: 1.7; }
.seo-landing-status { background: #183527; color: #fff; }
.seo-landing-status .editorial-index { color: #a7b9ab; }
.seo-landing-status h2 { color: var(--editorial-bright); }
.seo-landing-status p { color: #c4d0c7; }
.seo-landing-related { background: #f4f5ef; }
.seo-landing-related h2 { margin: 1.5rem 0 3rem; font: 400 clamp(2.6rem, 4vw, 4rem)/1 var(--serif); }
.seo-landing-related > .editorial-shell > div { border-top: 1px solid var(--editorial-line); }
.seo-landing-related a { display: grid; grid-template-columns: .45fr 1.55fr auto; gap: 2rem; align-items: center; padding: 1.7rem 0; border-bottom: 1px solid var(--editorial-line); }
.seo-landing-related a span, .seo-landing-related a em { color: #657568; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.seo-landing-related a strong { font: 400 clamp(1.25rem, 2vw, 1.8rem)/1.2 var(--serif); }
.seo-landing-cta { padding-block: clamp(6rem, 12vw, 11rem); background: #0b1410; color: #fff; }
.seo-landing-cta .editorial-index { color: #9bada0; }
.seo-landing-cta h2 { margin: 2rem 0 3rem; font-size: clamp(3rem, 7vw, 7rem); line-height: .95; letter-spacing: -.055em; }
.seo-landing-cta h2 em { color: var(--editorial-bright); font-style: italic; }
.seo-landing-cta a { display: inline-block; padding-bottom: .4rem; border-bottom: 1px solid var(--editorial-bright); color: var(--editorial-bright); }
.seo-landing-not-found { min-height: 70svh; padding-block: 10rem; background: #f4f5ef; }
.seo-landing-not-found h1 { margin: 2rem 0; font-size: clamp(3rem, 7vw, 7rem); line-height: .95; }
.editorial-product strong { font: 400 1.45rem var(--serif); }
.editorial-product em { color: #aebbb0; font: normal .68rem var(--font-family); letter-spacing: .12em; text-transform: uppercase; }

.editorial-process { background: #e5e7dc; }
.editorial-process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); }
.editorial-process .editorial-heading { position: sticky; top: 120px; align-self: start; }
.editorial-timeline { list-style: none; border-top: 1px solid var(--editorial-line); }
.editorial-timeline li { display: grid; grid-template-columns: 4rem 1fr; gap: 1.25rem; padding: 2.5rem 0; border-bottom: 1px solid var(--editorial-line); }
.editorial-timeline > li > span { color: #78907c; font: italic 2rem/1 var(--serif); }
.editorial-timeline h3 { font: 400 clamp(1.8rem, 3vw, 2.6rem)/1 var(--serif); }
.editorial-timeline p { max-width: 470px; margin-top: .9rem; color: #526457; line-height: 1.7; }

.editorial-testimonials { background: #203e2c; color: #fff; }
.editorial-testimonials .editorial-index { color: #a9baa9; margin-bottom: 3rem; }
.editorial-testimonials { padding-block: clamp(4rem, 7vw, 6rem); }
.editorial-quotes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #ffffff2b; border-bottom: 1px solid #ffffff2b; }
.editorial-quotes figure { min-width: 0; padding: 2rem clamp(1.5rem, 3vw, 2.7rem); border-left: 1px solid #ffffff2b; }
.editorial-quotes figure:first-child { padding-left: 0; border-left: 0; }
.editorial-quotes figure:last-child { padding-right: 0; }
.editorial-quote-logo { display: flex; align-items: center; width: 100%; height: 62px; margin-bottom: 1.75rem; }
.editorial-quote-logo img { max-width: 190px; max-height: 58px; object-fit: contain; object-position: left center; }
.editorial-quotes figure:nth-child(2) .editorial-quote-logo img { mix-blend-mode: screen; }
.editorial-quotes figure:nth-child(3) .editorial-quote-logo img { border-radius: 2px; }
.editorial-quotes blockquote { font: 400 clamp(1.3rem, 1.9vw, 1.8rem)/1.35 var(--serif); letter-spacing: -.018em; }
.editorial-quotes figcaption { margin-top: 2rem; color: #b8c7bb; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }

.editorial-blog { background: #f4f5ef; }
.editorial-blog .editorial-heading-split > .editorial-text-link { align-self: end; justify-self: end; margin: 0; }
.editorial-blog-list { border-top: 1px solid var(--editorial-line); }
.editorial-blog-list > a { display: grid; grid-template-columns: minmax(240px, .55fr) 1fr; min-height: 270px; border-bottom: 1px solid var(--editorial-line); }
.editorial-blog-list img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.editorial-blog-list a > span { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 5vw, 4rem); }
.editorial-blog-list small { color: #6b7a6f; font-size: .69rem; text-transform: uppercase; letter-spacing: .1em; }
.editorial-blog-list strong { max-width: 730px; margin-top: 1rem; font: 400 clamp(1.8rem, 3.8vw, 3.25rem)/1.08 var(--serif); }
.editorial-blog-list em { margin-top: 2rem; font: normal .75rem var(--font-family); }

.editorial-contact { padding-block: clamp(5rem, 10vw, 9rem); background: #0b1410; color: #fff; }
.editorial-contact .editorial-index { color: #9bada0; margin-bottom: 2rem; }
.editorial-contact h2 em { color: var(--editorial-bright); }
.editorial-location-layout { display: grid; grid-template-columns: .72fr 1.28fr; margin-top: 4rem; min-height: 500px; border-top: 1px solid #ffffff29; border-bottom: 1px solid #ffffff29; }
.editorial-address { padding: clamp(2rem, 5vw, 4.5rem) clamp(2rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem) 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.editorial-address p { max-width: 390px; color: #b7c3ba; line-height: 1.7; }
.editorial-address address { margin: 3rem 0 1.5rem; font: normal 1rem/1.8 var(--font-family); color: #d7ded8; }
.editorial-address address strong { font: 400 2rem var(--serif); color: #fff; }
.editorial-address > a { overflow-wrap: anywhere; border-bottom: 1px solid #ffffff80; padding-bottom: .3rem; }
.editorial-address .editorial-route { margin-top: 2.8rem; color: var(--editorial-bright); border-color: #b9e49d80; }
.editorial-location-map { position: relative; min-height: 500px; overflow: hidden; background: #0d1712; }
.editorial-location-map > img { width: 100%; height: 100%; object-fit: cover; opacity: 1; }
.map-attribution { position: absolute; right: .75rem; bottom: .6rem; padding: .25rem .4rem; background: #07100be6; color: #bdc8bf; font-size: .58rem; text-decoration: none; }
.map-attribution:hover { color: #fff; }
.editorial-contact-form { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); padding-top: clamp(4rem, 8vw, 7rem); }
.editorial-contact-form h3 { margin-top: 1.25rem; font: 400 clamp(2.2rem, 4vw, 3.8rem)/1.08 var(--serif); }
.editorial-contact-form > div > p { max-width: 400px; margin-top: 1.5rem; color: #aebcb1; line-height: 1.7; }
.editorial-contact .contact-form { max-width: none; }
.editorial-contact .form-group { margin-bottom: 1.3rem; }
.editorial-contact .form-group label { color: #b9c4bb; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.editorial-contact .form-input { border: 0; border-bottom: 1px solid #ffffff47; border-radius: 0; padding: .9rem 0; background: transparent; color: #fff; }
.editorial-contact .form-input::placeholder { color: #91a096; opacity: 1; }
.editorial-contact .validation-message { color: #ffd4ce; }
.editorial-contact .form-input:focus { border-color: var(--editorial-bright); box-shadow: none; }
.editorial-contact .form-submit { border-radius: 0; background: var(--editorial-bright); color: #10251a; }

/* Portfolio index */
.work-index, .case-study, .case-study-not-found { --serif: Georgia, "Times New Roman", serif; color: var(--editorial-ink); }
.work-index em, .case-study em, .case-study-not-found em { font-family: var(--serif); font-weight: 400; }
.work-index-hero {
    position: relative; min-height: min(680px, 70svh); padding-block: clamp(6rem, 12vw, 10rem) clamp(4rem, 8vw, 7rem);
    display: flex; align-items: flex-end; overflow: hidden; background: var(--editorial-sage); border-bottom: 1px solid var(--editorial-line);
}
.work-index-hero::after {
    content: "P"; position: absolute; right: -2vw; bottom: -17vw; color: #cbd9c7;
    font: italic 400 clamp(24rem, 44vw, 46rem)/1 var(--serif); pointer-events: none;
}
.work-index-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.work-index-hero .editorial-index { margin-bottom: 2rem; color: #58705d; }
.work-index-hero h1 { font-size: clamp(4.3rem, 8.7vw, 8.5rem); line-height: .9; letter-spacing: -.065em; font-weight: 620; }
.work-index-hero h1 em { color: #58745e; font-style: italic; }
.work-index-intro { padding: 1.5rem 0 0 2rem; border-left: 1px solid var(--editorial-line); }
.work-index-intro p { color: #4f6253; line-height: 1.75; }
.work-index-intro > span { display: flex; align-items: baseline; gap: .8rem; margin-top: 2.5rem; color: #657568; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.work-index-intro strong { color: var(--editorial-ink); font: italic 3.5rem/1 var(--serif); letter-spacing: -.04em; }
.work-index-content { padding-block: clamp(4rem, 8vw, 8rem); background: #f4f5ef; }
.work-index-toolbar { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: end; margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--editorial-line); }
.work-index-toolbar h2 { font: 400 clamp(1.8rem, 3vw, 2.6rem)/1.1 var(--serif); }
.work-index-filters { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: .3rem 1.3rem; }
.work-index-filters button { padding: .45rem 0; border: 0; border-bottom: 1px solid transparent; background: none; color: #667469; font: 600 .69rem var(--font-family); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.work-index-filters button:hover, .work-index-filters button:focus-visible, .work-index-filters button.active { color: #10291b; border-bottom-color: #10291b; }
.work-index-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(3rem, 6vw, 6rem) 1.2rem; }
.work-index-item { grid-column: span 6; min-width: 0; color: var(--editorial-ink); text-decoration: none; }
.work-index-item[hidden] { display: none; }
.work-index-item-featured { grid-column: span 12; }
.work-index-item:nth-child(4n + 2) { grid-column: span 7; }
.work-index-item:nth-child(4n + 3) { grid-column: span 5; }
.work-index-item:nth-child(4n + 4) { grid-column: span 5; }
.work-index-item:nth-child(4n + 5) { grid-column: span 7; }
.work-index-media { position: relative; min-height: 430px; overflow: hidden; isolation: isolate; background: #193c2b; }
.work-index-item-featured .work-index-media { min-height: min(690px, 72svh); }
.work-index-media > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.work-index-media > span { position: absolute; inset: 0; display: grid; place-items: center; color: #ffffff66; font-size: 7rem; }
.work-index-media::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #07130ee8 0%, #09160f66 54%, transparent 84%); }
.work-index-media figcaption { position: absolute; inset: auto 0 0; display: grid; gap: .8rem; padding: clamp(1.5rem, 4vw, 3.5rem); color: #fff; }
.work-index-media small { color: #c6d3c8; font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.work-index-media strong { max-width: 900px; font: 400 clamp(2.2rem, 4.6vw, 4.7rem)/.98 var(--serif); letter-spacing: -.045em; }
.work-index-copy { display: grid; grid-template-columns: minmax(120px, .45fr) 1fr auto; gap: 1.5rem; align-items: start; padding-top: 1.3rem; border-top: 1px solid var(--editorial-line); }
.work-index-copy > span { color: #536458; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.work-index-copy p { max-width: 560px; color: #536458; font-size: .88rem; line-height: 1.65; }
.work-index-copy em { align-self: end; white-space: nowrap; border-bottom: 1px solid #18352680; padding-bottom: .3rem; font: normal .72rem var(--font-family); }
.work-index-item:hover img { transform: scale(1.025); }
.work-index-item:hover .work-index-copy em { border-color: #183526; }
.work-index-cta { padding-block: clamp(6rem, 12vw, 11rem); background: #10261b; color: #fff; }
.work-index-cta .editorial-index { color: #9fb1a3; margin-bottom: 2rem; }
.work-index-cta h2 { max-width: 1100px; font-size: clamp(3rem, 7vw, 7rem); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.work-index-cta h2 em { color: var(--editorial-bright); }
.work-index-cta .editorial-button { margin-top: 3rem; }

/* Portfolio case study */
.case-study { background: var(--editorial-paper); }
.case-study-breadcrumb { display: flex; gap: .65rem; align-items: center; min-height: 86px; color: #68776c; font-size: .72rem; }
.case-study-breadcrumb a { color: inherit; border-bottom: 1px solid transparent; }
.case-study-breadcrumb a:hover { color: var(--editorial-ink); border-color: currentColor; }
.case-study-breadcrumb [aria-current="page"] { color: var(--editorial-ink); }
.case-study-hero {
    position: relative; width: min(100% - 4rem, 1380px); min-height: min(760px, 76svh); margin-inline: auto;
    display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; background: #173526; color: #fff;
}
.case-study-hero > img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.case-study-placeholder { position: absolute; inset: 0; z-index: -2; display: grid; place-items: center; font-size: 12rem; opacity: .2; }
.case-study-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, #06110ce8 0%, #07130da3 40%, #07130d19 78%); }
.case-study-hero-copy { width: 100%; padding-block: clamp(3rem, 7vw, 6rem); }
.case-study-hero-copy .editorial-index { color: #c3d1c6; margin-bottom: 1.5rem; }
.case-study-hero-copy h1 { max-width: 1100px; font-size: clamp(4rem, 8.5vw, 8.4rem); line-height: .88; letter-spacing: -.065em; font-weight: 620; }
.case-study-hero-copy > p { margin-top: 1.5rem; color: #d5ded7; font: italic 400 clamp(1.4rem, 2.4vw, 2.2rem) var(--serif); }
.case-study-facts { border-bottom: 1px solid var(--editorial-line); background: #e4e8dd; }
.case-study-facts-grid { display: grid; grid-template-columns: .7fr .6fr 1.7fr; }
.case-study-facts-grid > div { min-width: 0; padding: 2rem clamp(1rem, 3vw, 2.5rem) 2rem 0; border-right: 1px solid var(--editorial-line); }
.case-study-facts-grid > div + div { padding-left: clamp(1rem, 3vw, 2.5rem); }
.case-study-facts-grid > div:last-child { border-right: 0; }
.case-study-facts small { display: block; margin-bottom: .8rem; color: #637267; font-size: .63rem; letter-spacing: .13em; text-transform: uppercase; }
.case-study-facts strong { display: block; overflow-wrap: anywhere; font: 400 clamp(1rem, 1.5vw, 1.3rem)/1.4 var(--serif); }
.case-study-story { padding-block: clamp(6rem, 12vw, 11rem); }
.case-study-story-grid { display: grid; grid-template-columns: minmax(180px, .45fr) minmax(0, 1.55fr); gap: clamp(3rem, 10vw, 10rem); }
.case-study-story aside { align-self: start; position: sticky; top: 120px; }
.case-study-story aside .editorial-index { color: #5c7060; }
.case-study-story aside p { max-width: 230px; margin-top: 2rem; color: #657469; font-size: .68rem; line-height: 1.8; letter-spacing: .08em; text-transform: uppercase; }
.case-study-story article h2 { max-width: 900px; font-size: clamp(3rem, 6.4vw, 6.3rem); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.case-study-story article h2 em { color: #5b765f; }
.case-study-lead { max-width: 830px; margin-top: 3rem; color: #2e4636; font: 400 clamp(1.4rem, 2.5vw, 2.25rem)/1.45 var(--serif); }
.case-study-richtext { max-width: 720px; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--editorial-line); color: #526458; font-size: 1rem; line-height: 1.85; }
.case-study-richtext p, .case-study-richtext ul, .case-study-richtext ol { margin-bottom: 1.35rem; }
.case-study-richtext h2, .case-study-richtext h3 { margin: 2.5rem 0 1rem; font: 400 2rem/1.15 var(--serif); letter-spacing: -.025em; }
.case-study-story article > .editorial-button { margin-top: 3rem; }
.case-study-next > a { position: relative; min-height: min(660px, 70svh); display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; color: #fff; background: #10261b; }
.case-study-next img { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.case-study-next-copy { width: 100%; display: grid; gap: 1rem; padding-block: clamp(4rem, 8vw, 7rem); }
.case-study-next-copy small { color: #c4d1c7; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.case-study-next-copy strong { max-width: 1000px; font: 400 clamp(3.5rem, 8vw, 8rem)/.92 var(--serif); letter-spacing: -.055em; }
.case-study-next-copy em { width: max-content; margin-top: 1rem; padding-bottom: .4rem; border-bottom: 1px solid #ffffff8c; font: normal .74rem var(--font-family); }
.case-study-next > a:hover img { transform: scale(1.025); }

/* Ergänzungen für die eigenständige Cookie-Richtlinie. */
.legal-eyebrow {
    display: block; margin-bottom: .8rem; color: var(--green-accent); font-size: .7rem;
    font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
}
.legal-lead { max-width: 680px; margin-top: 1.2rem; color: #ffffffb8; font-size: 1.05rem; line-height: 1.75; }
.cookie-list { display: grid; gap: 1rem; margin-top: 1.5rem; }
.cookie-list article { padding: 1.4rem; border: 1px solid #ffffff1a; background: #ffffff06; }
.cookie-list code { display: inline-block; margin-bottom: 1rem; color: #fff; font-size: .88rem; }
.cookie-list dl, .cookie-list dl div { margin: 0; }
.cookie-list dl div { display: grid; grid-template-columns: 8rem 1fr; gap: 1rem; padding: .45rem 0; border-top: 1px solid #ffffff0f; }
.cookie-list dt { color: #ffffff73; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; }
.cookie-list dd { margin: 0; font-size: .9rem; }
.case-study-not-found { min-height: calc(100svh - 78px); display: grid; align-items: center; padding-block: 6rem; background: var(--editorial-sage); }
.case-study-not-found .editorial-index { margin-bottom: 2rem; color: #5c7060; }
.case-study-not-found h1 { font-size: clamp(3.5rem, 8vw, 7.5rem); line-height: .95; letter-spacing: -.055em; }
.case-study-not-found h1 em { color: #5b765f; }
.case-study-not-found p { margin-top: 2rem; color: #526458; }

.section-zoom { transform: scale(var(--section-scale, 1)); opacity: var(--section-opacity, 1); transform-origin: top center; }
.editorial-home a:focus-visible, .editorial-home button:focus-visible, .nav a:focus-visible, .nav summary:focus-visible { outline: 3px solid #75a965; outline-offset: 4px; }

.footer { background: #08100c; border-top: 1px solid #ffffff1c; }
.footer-container { max-width: 1380px; padding-inline: clamp(1.2rem, 4vw, 4rem); }
.footer-logo-img { max-width: 165px; }
.footer-copy { white-space: normal; text-align: right; }

@media (max-width: 1280px) {
    .nav-links { display: none; }
    .nav-mobile { display: block; }
    .nav-cta { margin-left: auto; }
}

@media (max-width: 800px) {
    html { scroll-padding-top: 68px; }
    .nav { height: 68px; }
    .page { padding-top: 68px !important; }
    .nav-brand { display: none; }
    .nav-cta { display: none; }
    .editorial-shell { width: min(100% - 2.4rem, 1240px); }
    .editorial-hero { height: auto; min-height: calc(100svh - 68px); }
    .editorial-hero .zoom-stage { min-height: calc(100svh - 68px); }
    .editorial-hero .zoom-stage > img { inset: 0; width: 100%; height: 100%; object-position: 58% center; }
    .editorial-hero-shade { background: linear-gradient(90deg, #06130deb 0%, #06130dc7 72%, #06130d7d), linear-gradient(0deg, #06130dd6, transparent 48%); }
    .editorial-hero-content { padding-block: 4rem 1.5rem; }
    .editorial-hero h1 { font-size: clamp(3.3rem, 15vw, 5rem); }
    .editorial-hero-meta { display: grid; }
    .editorial-heading-split, .editorial-chapter, .editorial-process-grid, .editorial-location-layout, .editorial-contact-form { grid-template-columns: 1fr; }
    .editorial-module, .seo-landing-intro-grid, .seo-landing-status-grid { grid-template-columns: 1fr; }
    .editorial-module { gap: 1rem; }
    .editorial-module > em { justify-self: start; margin-top: 1rem; }
    .seo-landing-hero { min-height: 680px; }
    .seo-landing-hero-copy h1 { font-size: clamp(3.2rem, 14vw, 5rem); }
    .seo-landing-feature-grid { grid-template-columns: 1fr; }
    .seo-landing-feature-grid article { padding: 2rem 0; border-left: 0; border-bottom: 1px solid var(--editorial-line); }
    .seo-landing-feature-grid article:last-child { border-bottom: 0; }
    .seo-landing-feature-grid h3 { margin-top: 1.5rem; }
    .seo-landing-related a { grid-template-columns: 1fr auto; gap: .8rem; }
    .seo-landing-related a span { grid-column: 1 / -1; }
    .editorial-heading-split { gap: 0; }
    .editorial-heading h2, .editorial-image-copy h2, .editorial-contact h2 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
    .editorial-chapter { gap: 2.5rem; }
    .editorial-lines li { grid-template-columns: 1fr; gap: .45rem; }
    .editorial-image-copy { width: min(100% - 2.4rem, 1240px); }
    .editorial-image-band { min-height: 70svh; }
    .portfolio-editorial-item { grid-column: span 12; min-height: 360px; }
    .editorial-product { grid-template-columns: 2rem 1fr auto; gap: 1rem; min-height: 120px; }
    .editorial-product-logo { height: 92px; }
    .editorial-product strong { grid-column: 2; font-size: 1.15rem; }
    .editorial-product em { grid-column: 3; grid-row: 1 / 3; }
    .editorial-process .editorial-heading { position: static; }
    .editorial-quotes { grid-template-columns: 1fr; }
    .editorial-quotes figure, .editorial-quotes figure:first-child, .editorial-quotes figure:last-child { padding: 2rem 0; border-left: 0; border-top: 1px solid #ffffff2b; }
    .editorial-quotes figure:first-child { border-top: 0; }
    .editorial-blog-list > a { grid-template-columns: 1fr; }
    .editorial-blog-list img { height: 230px; min-height: 0; }
    .editorial-blog .editorial-heading-split > .editorial-text-link { justify-self: start; margin-top: 1.5rem; }
    .editorial-location-layout { min-height: 0; }
    .editorial-address { padding-right: 0; }
    .editorial-location-map { min-height: 380px; }
    .editorial-contact-form { gap: 3rem; }
    .work-index-hero { min-height: 620px; padding-top: 5rem; }
    .work-index-hero::after { right: -18vw; bottom: -9rem; font-size: 28rem; }
    .work-index-hero-grid { grid-template-columns: 1fr; gap: 3rem; }
    .work-index-hero h1 { font-size: clamp(3.8rem, 15vw, 6rem); }
    .work-index-intro { max-width: 520px; padding: 1.5rem 0 0; border-left: 0; border-top: 1px solid var(--editorial-line); }
    .work-index-toolbar { grid-template-columns: 1fr; gap: 1.5rem; }
    .work-index-filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; }
    .work-index-filters button { flex: 0 0 auto; }
    .work-index-item, .work-index-item-featured, .work-index-item:nth-child(n) { grid-column: span 12; }
    .work-index-media, .work-index-item-featured .work-index-media { min-height: 480px; }
    .work-index-copy { grid-template-columns: 1fr auto; }
    .work-index-copy p { grid-column: 1 / -1; grid-row: 2; }
    .work-index-copy em { grid-column: 2; grid-row: 1; }
    .case-study-breadcrumb { overflow: hidden; white-space: nowrap; }
    .case-study-breadcrumb [aria-current="page"] { overflow: hidden; text-overflow: ellipsis; }
    .case-study-hero { width: 100%; min-height: calc(100svh - 68px); }
    .case-study-hero-copy { padding-block: 4rem; }
    .case-study-hero-copy h1 { font-size: clamp(3.7rem, 16vw, 6rem); }
    .case-study-facts-grid { grid-template-columns: 1fr 1fr; }
    .case-study-facts-grid .case-study-fact-wide { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid var(--editorial-line); }
    .case-study-facts-grid > div:nth-child(2) { border-right: 0; }
    .case-study-story-grid { grid-template-columns: 1fr; gap: 3rem; }
    .case-study-story aside { position: static; }
    .case-study-story article h2 { font-size: clamp(3rem, 13vw, 5rem); }
    .case-study-next > a { min-height: 560px; }
    .footer-container { flex-wrap: wrap; gap: 1.3rem 2rem; }
}

@media (max-width: 440px) {
    .editorial-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
    .editorial-button { width: 100%; }
    .editorial-hero-meta { font-size: .59rem; }
    .editorial-filter { overflow-x: auto; flex-wrap: nowrap; }
    .editorial-filter .filter-btn { flex: 0 0 auto; }
    .portfolio-editorial-copy > span { display: none; }
    .editorial-product { gap: .65rem; }
    .editorial-product-logo { width: min(100%, 230px); height: 76px; }
    .editorial-location-map { min-height: 300px; }
    .work-index-media, .work-index-item-featured .work-index-media { min-height: 390px; }
    .work-index-copy p { display: none; }
    .case-study-facts-grid { grid-template-columns: 1fr; }
    .case-study-facts-grid > div, .case-study-facts-grid > div + div { padding: 1.4rem 0; border-right: 0; border-bottom: 1px solid var(--editorial-line); }
    .case-study-facts-grid > div:last-child { border-bottom: 0; }
    .case-study-facts-grid .case-study-fact-wide { grid-column: auto; }
    .cookie-list dl div { grid-template-columns: 1fr; gap: .2rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .section-zoom, .editorial-hero .zoom-stage > img, .editorial-hero-content { transform: none !important; opacity: 1 !important; }
}

@media (forced-colors: active) {
    .editorial-letter { color: CanvasText; background: none; }
    .editorial-hero-shade, .editorial-image-band-shade, .portfolio-editorial-shade { background: transparent; }
}
