:root{
  --ink:#0D0D0D; --sand:#493A29; --warm:#E8E3DA; --paper:#EEE9E0;
  --line:#D0C9BD; --muted:#686761; --cyan:#00D8F2;
  --red:#C62828; --orange:#D97706; --green:#2E7D32;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(var(--max),calc(100% - 48px));margin:auto}
.nav{position:sticky;top:0;z-index:50;background:rgba(240,236,228,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(13,13,13,.08)}
.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:170px}
.nav-links{display:flex;gap:28px;align-items:center;font-size:13px;color:#373633}
.nav-links a:hover{color:var(--ink)}
.nav-right{display:flex;align-items:center;gap:10px}
.nav-cta{border:1px solid var(--ink);padding:11px 18px;font-size:12px;letter-spacing:.04em}
.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;border-bottom:1px solid var(--line)}
.hero-grid{position:absolute;inset:0;pointer-events:none;background:
  radial-gradient(circle at 76% 38%, rgba(185,158,120,.13), transparent 24%),
  linear-gradient(90deg, transparent 0 72%, rgba(13,13,13,.035) 72% 72.1%, transparent 72.1% 100%);
}
.network{position:absolute;right:-1%;top:0%;width:60%;height:100%;opacity:1}
.network svg{width:100%;height:100%}
.hero-content{position:relative;z-index:2;width:min(var(--max),calc(100% - 48px));margin-left:auto;margin-right:auto;padding:100px 0 120px}
.eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:#8D7658;margin-bottom:22px}
h1{font-size:clamp(48px,6.6vw,82px);line-height:.98;letter-spacing:-.055em;font-weight:400;margin:0 0 30px}
h1 em{font-style:normal;color:#8D7658}
.lead{font-size:19px;line-height:1.65;max-width:720px;color:#45443f;margin:0 0 34px}
.lead-accent{display:block;color:#8D7658;white-space:nowrap}

.actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--ink);font-size:13px;letter-spacing:.02em;cursor:pointer}
.btn.primary{background:var(--ink);color:white}
.btn.secondary{background:transparent}
.hero-note{margin-top:58px;display:flex;gap:38px;font-size:12px;color:#6a6862}
.hero-note div{padding-left:15px;border-left:1px solid var(--sand)}
.section{padding:120px 0}
.section.dark{background:var(--ink);color:white}
.section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:70px;margin-bottom:55px;align-items:end}
.kicker{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:#8D7658}
h2{font-size:clamp(36px,4.6vw,58px);font-weight:400;line-height:1.04;letter-spacing:-.045em;margin:10px 0 0;max-width:980px}
.section-intro{font-size:17px;line-height:1.7;color:#56544e;max-width:680px}
.dark .section-intro{color:#bbb7ae}
.exposure-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.exposure-card{padding:32px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:190px}
.exposure-card h3{font-size:20px;font-weight:400;margin:0 0 14px}
.exposure-card p{margin:0;color:#6b6962;line-height:1.65;font-size:14px}
.exposure-card .meta{margin-top:22px;font-size:11px;color:#8D7658;letter-spacing:.06em}

.quote{font-size:clamp(34px,4.4vw,58px);line-height:1.08;letter-spacing:-.045em;font-weight:400;margin:0}
.quote span{color:#F5F3EE;position:relative;display:inline-block}.quote span:after{content:"";position:absolute;left:0;right:8%;bottom:-10px;height:2px;background:#493A29}
.perspective-copy{font-size:17px;line-height:1.78;color:#D6D2CA;max-width:610px}.perspective-copy strong{color:#fff;font-weight:500}
.network-card{margin-top:44px;border:1px solid #2d2d2d;background:#111;padding:20px;min-height:280px;position:relative;overflow:hidden}
.network-card svg{position:absolute;inset:0;width:100%;height:100%;opacity:.7}
.network-caption{position:absolute;bottom:18px;left:20px;color:#9f9b92;font-size:11px;letter-spacing:.08em;text-transform:uppercase}
.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.step{padding:30px 22px 15px 0;border-bottom:1px solid var(--line)}
.step:not(:last-child){margin-right:25px;border-right:1px solid var(--line)}
.step-num{font-size:11px;color:#D8C4A7;letter-spacing:.08em}
.step h3{font-size:22px;font-weight:400;margin:18px 0 12px}
.step p{font-size:14px;line-height:1.65;color:#696760;margin:0}
.step-note{margin-top:50px;font-size:15px;color:#55524c;max-width:650px}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service{background:white;border:1px solid var(--line);padding:34px;display:flex;flex-direction:column;min-height:430px;position:relative}
.service.featured{border-color:#D8C4A7;box-shadow:0 14px 50px rgba(13,13,13,.06)}
.service .accent{height:3px;width:42px;background:var(--sand);margin-bottom:25px}
.service h3{font-size:25px;font-weight:400;margin:0 0 14px}
.price{font-size:16px;color:#77736b;margin-bottom:24px}
.price strong{font-size:27px;color:var(--ink);font-weight:400}
.service p{font-size:14px;line-height:1.7;color:#65635d}
.service ul{padding:0;margin:18px 0 28px;list-style:none}
.service li{font-size:13px;padding:9px 0;border-bottom:1px solid #eeeae2}
.service li:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--sand);margin:0 10px 2px 0}
.service .more{margin-top:auto;font-size:12px;letter-spacing:.05em}
.pricing-note{margin:24px 0 0;font-size:12px;line-height:1.6;color:#77736b}
.service-followup{opacity:.84}
.service-followup .price strong{font-size:16px;color:#55524c}

.followup{margin-top:32px;padding:30px;border:1px solid var(--line);background:#fff}
.followup-grid{display:grid;grid-template-columns:1.1fr 1.9fr;gap:50px;align-items:center}
.followup h3{font-size:27px;font-weight:400;margin:6px 0}
.followup p{font-size:14px;line-height:1.7;color:#66635c;margin:0}
.report{background:#eeeae2}
.report-wrap{display:grid;grid-template-columns:.85fr 1.35fr;gap:60px;align-items:center}
.report-copy p{font-size:16px;line-height:1.75;color:#57554e}
.report-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:28px 0}
.report-point{background:white;border:1px solid var(--line);padding:18px;font-size:13px}
.report-frame{background:#111;padding:12px;box-shadow:0 24px 70px rgba(0,0,0,.16);overflow:hidden}.report-preview-iframe{display:block;width:100%;height:680px;border:0;background:#fff}
.report-frame-inner{background:#f8f6f1;min-height:470px;padding:28px;color:#111}
.fake-report-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #ccc;padding-bottom:15px}
.fake-report-title{font-size:25px}
.fake-report-tag{font-size:10px;letter-spacing:.12em;color:#9a8568}
.findings{margin-top:28px}
.finding{border:1px solid #d6d1c8;margin-bottom:10px;padding:14px}
.finding-top{display:flex;justify-content:space-between;gap:12px;font-size:11px}
.finding .sev{font-weight:700}
.finding .critical{color:var(--red)} .finding .high{color:var(--orange)} .finding .low{color:var(--green)}
.finding h4{font-size:14px;font-weight:400;margin:9px 0}
.finding p{font-size:11px;line-height:1.5;color:#65635d;margin:0}
.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid #2e2e2e}
.trust{padding:35px 40px 35px 0;border-bottom:1px solid #2e2e2e}
.trust:nth-child(odd){border-right:1px solid #2e2e2e;padding-right:50px}
.trust:nth-child(even){padding-left:50px}
.trust h3{font-size:21px;font-weight:400;margin:0 0 10px}
.trust p{font-size:14px;line-height:1.7;color:#b5b1a9;margin:0}
.about{display:grid;grid-template-columns:.8fr 1.5fr;gap:80px;align-items:start}
.about-name{font-size:42px;font-weight:400;letter-spacing:-.03em}
.about-role{margin-top:8px;font-size:13px;color:#9a8568;letter-spacing:.03em}
.about-bio{font-size:18px;line-height:1.8;color:#4f4d47;margin:0}
.faq{max-width:980px;margin:auto}
.faq-item{border-top:1px solid var(--line)}
.faq-q{width:100%;background:none;border:0;padding:25px 0;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:18px;color:var(--ink)}
.faq-a{display:none;padding:0 45px 28px 0;color:#65635d;line-height:1.7;font-size:14px;max-width:800px}
.faq-item.open .faq-a{display:block}
.faq-plus{font-size:24px;color:#9a8568;font-weight:300}
.cta{padding:130px 0;background:var(--warm);text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.cta h2{max-width:850px;margin:0 auto 25px}
.cta p{max-width:600px;margin:0 auto 30px;color:#66635c;line-height:1.7}
footer{background:var(--ink);color:white;padding:55px 0 28px}
.footer-top{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}
.footer-brand{font-size:25px}
.footer-logo{display:block;width:190px;height:auto;max-width:100%;transform:translateY(-8px)}
.footer-title-accent{color:#D8C4A7}
.footer-claim{color:#D8C4A7;font-size:12px;letter-spacing:.08em;margin-top:8px}
.footer-links{display:flex;gap:25px;font-size:12px;color:#bcb8b0}
.footer-mail{font-size:14px;color:white}
.footer-bottom{margin-top:50px;padding-top:20px;border-top:1px solid #2d2d2d;display:flex;justify-content:space-between;font-size:10px;color:#77736b}
.mobile-menu{display:none}
@media(max-width:980px){
 .nav-links,.nav-cta{display:none}.mobile-menu{display:block;border:0;background:none;font-size:20px}
 .hero{min-height:690px}.network{opacity:.32;width:105%;right:-42%;top:4%}
 .section{padding:85px 0}.section-head,.perspective,.report-wrap,.about,.followup-grid{grid-template-columns:1fr;gap:35px}
 .exposure-grid,.services,.trust-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}
 .step:not(:last-child){border-right:0;margin-right:0}.trust:nth-child(odd){border-right:0;padding-right:0}.trust:nth-child(even){padding-left:0}
 .footer-top{flex-direction:column}.footer-links{flex-wrap:wrap}.footer-bottom{flex-direction:column;gap:10px}
}
@media(max-width:560px){
 .brand-symbol{width:40px;height:40px;flex-basis:40px}.brand-name{font-size:24px;margin-left:9px}
  .report-preview-iframe{height:560px}
 .container{width:min(var(--max),calc(100% - 32px))}.nav-inner{height:68px} h1{font-size:48px}.lead{font-size:16px}.hero-content{padding:80px 0}.hero-note{gap:18px;flex-wrap:wrap}
 .steps{grid-template-columns:1fr}.report-points{grid-template-columns:1fr}.service{min-height:0}
}

.hero-network{width:100%;height:100%;overflow:visible}
.hero-lines line{stroke:#493A29;stroke-width:1;opacity:0}
.hero-lines line.active{opacity:.34}
.hero-lines line.strong{opacity:.52;stroke-width:1.25}
.hero-points circle{fill:#493A29;opacity:.16}
.hero-points circle.active{opacity:.46}
.hero-points circle.strong{opacity:.72}
.logo-web{min-height:300px}
.logo-web svg{position:absolute;inset:0;width:100%;height:100%;opacity:.9}
.logo-web .network-caption{z-index:2}
@media (prefers-reduced-motion: reduce){
  .hero-lines line{opacity:.42}
  .hero-points circle{opacity:.62}
}

.brand{display:flex;align-items:center;gap:0;min-width:170px;height:44px}
.brand-symbol{width:48px;height:48px;display:block;flex:0 0 48px;object-fit:contain}
.brand-name{display:block;margin-left:10px;font-family:Arial,Helvetica,sans-serif;font-size:27px;font-weight:400;letter-spacing:-.6px;color:#171715;line-height:1}
.brand-logo-header{display:block;width:154px;height:auto;max-height:44px;object-fit:contain;object-position:left center}
@media(max-width:560px){.brand-logo-header{width:136px;max-height:40px}}

\n
.hero-title{white-space:normal;max-width:760px;margin-left:0;margin-right:auto}.hero-title .hero-line-one{display:inline-block;white-space:nowrap}.hero-title .hero-accent{display:block;white-space:nowrap;color:#8D7658}

#problem .section-head h2 .section-title-line{display:block;color:inherit;white-space:nowrap}
#problem .section-head h2 .section-title-accent{display:block;color:#8D7658;white-space:nowrap}

#problem .section-head h2{display:block}
#problem .section-head h2 .section-title-line{display:block;white-space:nowrap}
#problem .section-head h2 .section-title-accent{display:block;white-space:nowrap;color:#8D7658}
#problem .section-head .section-intro{display:block}

#problem .section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:70px;align-items:end}
#problem .section-head>div:first-child{grid-column:1}
#problem .section-head>.section-intro{grid-column:2;margin:0}
#problem .section-head h2{display:block}
#problem .section-head h2 .section-title-line{display:block;white-space:nowrap}
#problem .section-head h2 .section-title-accent{display:block;white-space:nowrap;color:#8D7658}

#problem .section-head{display:block;margin-bottom:55px}
#problem .section-head>div:first-child{display:block}
#problem .section-head .section-intro{display:block;grid-column:auto;margin:28px 0 0;max-width:680px}
#problem .section-head h2 .section-title-line{display:block;white-space:nowrap;color:inherit}
#problem .section-head h2 .section-title-accent{display:block;white-space:nowrap;color:#8D7658}

/* Section 3 — animated perspective network */
.perspective-network{position:relative;overflow:visible;margin:0;background:transparent;border:0;padding:0;min-height:340px}
.perspective-network-svg{width:100%;height:auto;display:block;overflow:visible}
.perspective-lines line{stroke:#8D7658;stroke-width:1.25;opacity:0;transition:opacity 1.1s ease}
.perspective-lines line.active{opacity:.72}
.perspective-lines line.strong{opacity:.92;stroke-width:1.55}
.perspective-points circle{fill:#8D7658;opacity:0;transition:opacity .8s ease}
.perspective-points circle.active{opacity:.9}
.perspective-points circle.strong{opacity:1}
.perspective-labels text{
  fill:#E8E1D5;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  letter-spacing:.04em;
  opacity:0;
  transition:opacity 1s ease;
}
.perspective-labels text.active{opacity:.72}
.perspective-labels text.strong{opacity:.95}

.section.dark .quote span{color:#8D7658}


.perspective{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:80px;align-items:center}

.perspective-copy{margin-top:34px}


.perspective-visual .network-card{margin-top:0;border:0;background:transparent;padding:0;box-shadow:none}
.section.dark .quote span{color:#8D7658}

.perspective{display:block}




.perspective-visual{min-width:0}
.perspective-visual .network-card{margin-top:0;border:0;background:transparent;padding:0;box-shadow:none}
.perspective-copy{max-width:1180px;margin:48px 0 0;font-size:17px;line-height:1.78;color:#D6D2CA}
.perspective-copy strong{color:#fff;font-weight:500}

.perspective-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:80px;align-items:stretch}
.perspective-questions-column{display:flex;flex-direction:column;justify-content:flex-start;min-width:0}
.perspective-questions-column .quote{margin:0}
.perspective-questions{margin-top:clamp(70px,6vw,95px)}

.perspective-icons .node-icon{opacity:1;visibility:visible}
.perspective-icons .icon-stroke{fill:none;stroke:#F5F3EE;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.perspective-icons .icon-accent{fill:none;stroke:#D8C4A7;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}


.perspective-network .perspective-network-svg{width:100%;height:340px;display:block;overflow:visible;opacity:1;transform:scale(1.32);transform-origin:center right}
.network-node-label{fill:#E8E1D5;font-family:Arial,Helvetica,sans-serif;font-size:10px;letter-spacing:.02em;opacity:0;transition:opacity 1s ease}
.network-node-label.active{opacity:.78}
.network-node-label.strong{opacity:.95}

/* Section 4 — Vorgehen */
#vorgehen .vorgehen-title-main{display:block;white-space:nowrap}
#vorgehen .vorgehen-title-accent{display:block;white-space:nowrap;color:#8D7658}
#vorgehen .vorgehen-accent{color:#8D7658}
#vorgehen .step-animate{opacity:0;transform:translateY(18px)}
#vorgehen .step-animate.is-visible{opacity:1;transform:translateY(0);transition:opacity .8s ease,transform .8s ease}
#vorgehen .step-note span{color:#8D7658}
#vorgehen .section-divider{height:1px;background:var(--line);margin-top:72px;width:100vw;margin-left:calc(50% - 50vw)}
@media (prefers-reduced-motion: reduce){
 #vorgehen .step-animate{opacity:1;transform:none}
}

#vorgehen .section-head{display:block}
#vorgehen .section-head>div{display:block}
#vorgehen .section-intro{display:block;margin-top:28px;max-width:760px}

/* Section 5 — Leistungen */
#leistungen{padding-top:80px}
#leistungen .section-head{display:block;margin-bottom:58px}
#leistungen .section-head>div{display:block}
#leistungen .section-intro{display:block;margin-top:28px;max-width:760px}
#leistungen .leistungen-title-main{display:block;white-space:nowrap}
#leistungen .leistungen-title-accent{display:block;white-space:nowrap;color:#8D7658}
#leistungen .services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line)}
#leistungen .service{position:relative;background:transparent;border:0;border-bottom:1px solid var(--line);border-radius:0;box-shadow:none;margin:0;padding:28px 34px 34px 0;min-height:0;opacity:0;transform:translateY(18px)}
#leistungen .service:not(:last-child){border-right:1px solid var(--line);padding-right:34px;margin-right:34px}
#leistungen .service.is-visible{opacity:1;transform:translateY(0);transition:opacity .8s ease,transform .8s ease}
#leistungen .service-num{font-size:11px;color:#8D7658;letter-spacing:.12em;margin-bottom:22px}
#leistungen .service h3{font-size:26px;font-weight:400;margin:0 0 7px}
#leistungen .service-subtitle{font-size:14px;color:#8D7658;margin-bottom:22px}
#leistungen .price{min-height:30px;margin-bottom:20px;color:#77736b}
#leistungen .price strong{font-size:17px;font-weight:500;color:var(--ink)}
#leistungen .service p{font-size:14px;line-height:1.7;color:#65635d;margin:0 0 24px}
#leistungen .service ul{list-style:none;margin:0;padding:0}
#leistungen .service li{font-size:13px;line-height:1.5;padding:9px 0;border-top:1px solid #ded8ce}
#leistungen .service li:before{content:"";display:inline-block;width:4px;height:4px;border-radius:50%;background:#8D7658;margin:0 9px 2px 0}
#leistungen .services-cta{display:flex;justify-content:flex-start;padding:38px 0 0}
#leistungen .service-link{font-size:13px;letter-spacing:.03em;border-bottom:1px solid #8D7658;padding-bottom:5px}
#leistungen .service-link span{color:#8D7658;margin-left:8px;transition:margin-left .2s ease}
#leistungen .service-link:hover span{margin-left:13px}
#leistungen .section-divider{height:1px;background:var(--line);margin-top:72px;width:100vw;margin-left:calc(50% - 50vw)}
@media(max-width:900px){
 #leistungen .services{grid-template-columns:1fr}
 #leistungen .service,#leistungen .service:not(:last-child){margin-right:0;padding-right:0;border-right:0}
}
@media(prefers-reduced-motion:reduce){
 #leistungen .service{opacity:1;transform:none}
}

.brand-symbol{width:42px;height:42px;display:block;flex:0 0 42px;object-fit:contain}

/* Section 6 — Beispielreport */
#report{padding-top:82px;padding-bottom:0}
#report .report-heading{max-width:780px;margin-bottom:58px}
#report .report-title-main{display:block;white-space:nowrap}
#report .report-title-accent{display:block;white-space:nowrap;color:#8D7658}
#report .report-heading>p{font-size:16px;line-height:1.75;color:#56544e;max-width:760px;margin:28px 0 0}

#report .report-showcase{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:78px;align-items:start}
#report .report-outline{padding-top:4px}
#report .report-point{display:grid;grid-template-columns:34px 1fr;gap:16px;padding:0 0 31px;margin:0 0 31px;border:0;background:none;cursor:pointer}
#report .report-point:last-of-type{margin-bottom:0}
#report .report-open-item{display:grid;grid-template-columns:34px 1fr;gap:16px;padding:0 0 31px;margin:12px 0 31px;border:0;background:none;text-decoration:none;cursor:pointer;text-align:left}
#report .report-open-item>span{display:block;width:22px;height:1px;margin-top:20px;background:#D8CDBE}
#report .report-open-item strong{
 display:inline-flex;
 align-items:center;
 gap:10px;
 width:max-content;
 font-size:13px;
 font-weight:600;
 line-height:1.2;
 color:#171715;
 padding:10px 14px;
 border:1px solid #CFC6B7;
 background:rgba(255,255,255,.55);
 transition:all .2s ease;
}
#report .report-open-item:hover strong{
 border-color:#8D7658;
 background:#fff;
 transform:translateY(-1px);
}
#report .report-open-item em{
 font-style:normal;
 color:#8D7658;
 margin-left:0;
 font-size:14px;
}

#report .report-point>span{font-size:10px;line-height:1;letter-spacing:.12em;color:#8D7658;padding-top:4px}
#report .report-point strong{display:block;font-size:15px;font-weight:400;line-height:1.4}
#report .report-point strong::after{content:"";display:block;width:28px;height:1px;background:#8D7658;margin-top:14px;opacity:.75;transition:width .25s ease}
#report .report-point:hover strong::after,
#report .report-point.is-active strong::after{width:52px}
#report 
#report .report-column{min-width:0}
#report .report-excerpt-note{margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:5px}
#report .report-excerpt-note strong{font-size:12px;font-weight:400;letter-spacing:.01em;color:#4f4c46}
#report .report-excerpt-note span{font-size:12px;line-height:1.55;color:#77736b;max-width:590px}

#report .report-scroll-stage{height:650px;position:relative;overflow:hidden;margin-top:0}
#report .report-paper-stack{position:sticky;top:0;height:620px;display:flex;justify-content:flex-end;align-items:flex-start;padding:4px 10px 30px 0;perspective:1600px}
#report .report-paper-back{position:absolute;top:9px;right:2px;width:min(90%,610px);height:600px;border-radius:1px}
#report .report-paper-back-2{transform:translate(7px,7px) rotate(.35deg);background:#f5f4f1;box-shadow:0 8px 20px rgba(0,0,0,.045)}
#report .report-paper-back-1{transform:translate(3px,3px) rotate(.15deg);background:#fbfaf8;box-shadow:0 9px 22px rgba(0,0,0,.05)}
#report .report-paper{position:absolute;top:4px;right:10px;width:min(90%,610px);height:600px;background:#fff;border-radius:1px;overflow:hidden;transform:rotate(-.12deg);transform-origin:center bottom;box-shadow:0 13px 30px rgba(0,0,0,.09),0 1px 4px rgba(0,0,0,.045)}
#report .report-paper-edge{position:absolute;z-index:3;left:0;top:0;bottom:0;width:2px;background:linear-gradient(90deg,rgba(0,0,0,.075),rgba(255,255,255,.7),rgba(0,0,0,.015));pointer-events:none}
#report .report-preview-iframe{display:block;width:100%;height:600px;border:0;background:#fff}
#report .report-paper:hover{box-shadow:0 16px 34px rgba(0,0,0,.105),0 2px 5px rgba(0,0,0,.05)}

@media(max-width:900px){
 #report .report-showcase{grid-template-columns:1fr;gap:55px}
 #report .report-scroll-stage{height:650px}
 #report .report-paper-stack{top:0;justify-content:center;padding-right:0}
 #report .report-paper,
 #report .report-paper-back{right:auto;width:min(94%,610px)}
}
@media(max-width:600px){
 #report .report-heading{margin-bottom:42px}
 #report .report-point{padding-bottom:25px;margin-bottom:25px}
 #report .report-excerpt-note{margin-bottom:16px}
 #report .report-scroll-stage{height:530px}
 #report .report-paper-stack{height:510px}
 #report .report-paper,
 #report .report-paper-back{height:510px;width:94%}
 #report .report-preview-iframe{height:510px}
}
#report .report-column{min-width:0}
#report .report-excerpt-note{width:min(90%,610px);margin:0 auto 18px;padding:0;display:flex;flex-direction:column;gap:5px}
#report .report-excerpt-note strong{font-size:12px;font-weight:400;letter-spacing:.01em;color:#4f4c46}
#report .report-excerpt-note span{font-size:12px;line-height:1.55;color:#77736b;max-width:590px}
#report .report-paper-stack{padding-top:0}
#report .report-paper{top:0}
#report .report-link{margin-top:14px;font-size:13px;display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid #8D7658;padding:0 0 7px;color:#4f4c46;transition:color .2s ease}
#report .report-link span{color:#8D7658;margin-left:0;transition:transform .2s ease}
#report .report-link:hover{color:#25231f}
#report .report-link:hover span{transform:translateX(4px)}
#report .report-excerpt-note{width:min(90%,610px);margin:0 10px 18px auto;padding:0;display:flex;flex-direction:column;gap:5px}
#report .report-excerpt-note strong{font-size:12px;font-weight:400;letter-spacing:.01em;color:#4f4c46}
#report .report-excerpt-note span{font-size:12px;line-height:1.55;color:#77736b;max-width:590px}
#report .report-link{margin-top:14px;font-size:13px;display:inline-flex;align-items:center;gap:9px;border-bottom:1px solid #8D7658;padding:0 0 8px;color:#4f4c46;transition:color .2s ease}
#report .report-link::before{content:"";width:4px;height:4px;border-radius:50%;background:#8D7658;display:inline-block}
#report .report-link span{color:#8D7658;margin-left:0;transition:transform .2s ease}
#report .report-link:hover{color:#25231f}
#report .report-link:hover span{transform:translateX(4px)}
#report .report-showcase{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:78px;align-items:start}
#report .report-outline{height:650px;padding-top:0;display:flex;flex-direction:column;justify-content:center;position:relative}
#report .report-points{display:flex;flex-direction:column}
#report .report-point{display:grid;grid-template-columns:34px 1fr;gap:16px;padding:0 0 28px;margin:0 0 28px;border:0;background:none;cursor:pointer}
#report .report-point:last-of-type{margin-bottom:0}
#report .report-point>span{font-size:10px;line-height:1;letter-spacing:.12em;color:#8D7658;padding-top:4px}
#report .report-point strong{display:block;font-size:15px;font-weight:400;line-height:1.4}
#report .report-point strong::after{content:"";display:block;width:28px;height:1px;background:#8D7658;margin-top:14px;opacity:.75;transition:width .25s ease}
#report .report-point:hover strong::after,#report .report-point.is-active strong::after{width:52px}
#report .report-link{position:absolute;left:50%;bottom:0;transform:translateX(-50%);margin:0;white-space:nowrap;font-size:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(141,118,88,.55);border-radius:2px;padding:9px 14px;color:#4f4c46;background:rgba(141,118,88,.035);transition:background .2s ease,border-color .2s ease,color .2s ease}
#report .report-link::before{display:none}
#report .report-link span{color:#8D7658;margin-left:0;transition:transform .2s ease}
#report .report-link:hover{background:rgba(141,118,88,.09);border-color:#8D7658;color:#25231f}
#report .report-link:hover span{transform:translateX(4px)}

#report .report-column{min-width:0}
#report .report-excerpt-note{width:min(90%,610px);margin:0 10px 18px auto;padding:0;display:flex;flex-direction:column;gap:5px}
#report .report-excerpt-note strong{font-size:12px;font-weight:400;letter-spacing:.01em;color:#4f4c46}
#report .report-excerpt-note span{font-size:12px;line-height:1.55;color:#77736b;max-width:590px}
#report .report-scroll-stage{height:650px;position:relative;overflow:hidden;margin-top:0}
#report .report-paper-stack{position:sticky;top:0;height:620px;display:flex;justify-content:flex-end;align-items:flex-start;padding:0 10px 30px 0;perspective:1600px}

@media(max-width:900px){
 #report .report-showcase{grid-template-columns:1fr;gap:45px}
 #report .report-outline{height:auto;min-height:0;justify-content:flex-start}
 #report .report-link{position:static;transform:none;margin-top:8px;align-self:flex-start}
 #report .report-scroll-stage{height:650px}
 #report .report-paper-stack{top:0;justify-content:center;padding-right:0}
}
@media(max-width:600px){
 #report .report-point{padding-bottom:25px;margin-bottom:25px}
 #report .report-excerpt-note{margin-bottom:16px}
 #report .report-scroll-stage{height:530px}
 #report .report-paper-stack{height:510px}
}

/* Section 7 — Präzise Analyse. Klare Ergebnisse. */
#principles{padding-top:88px;padding-bottom:0}
#principles .principles-heading{max-width:780px;margin-bottom:62px}
#principles .principles-heading h2{margin:0}
#principles .principles-heading h2 span{display:block;white-space:nowrap}
#principles .principles-heading h2 .sand{color:#8D7658}
#principles .principles-heading>p{font-size:16px;line-height:1.75;color:#56544e;max-width:760px;margin:28px 0 0}

#principles .principles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:78px;row-gap:58px}
#principles .principle-item{display:grid;grid-template-columns:34px 1fr;gap:16px;min-height:145px;padding-bottom:24px;position:relative}
#principles .principle-item::after{content:"";position:absolute;left:50px;right:0;bottom:0;height:1px;background:rgba(141,118,88,.55);transform-origin:left center;transform:scaleX(0);transition:transform .7s cubic-bezier(.22,.61,.36,1)}
#principles .principle-item.is-visible::after{transform:scaleX(1)}
#principles .principle-number{font-size:10px;line-height:1;letter-spacing:.12em;color:#8D7658;padding-top:4px}
#principles .principle-content h3{font-size:17px;font-weight:400;line-height:1.35;margin:0 0 13px}
#principles .principle-content p{font-size:14px;line-height:1.7;color:#77736b;margin:0;max-width:430px}

#principles .principles-statement{max-width:760px;margin:76px auto 0;text-align:center;font-size:17px;line-height:1.7;color:#4f4c46}
#principles .principles-statement span{display:block}
#principles .principles-statement em{font-style:normal;color:#8D7658}
#principles .section-rule{height:1px;background:rgba(141,118,88,.5);width:100%;margin-top:76px}

@media(max-width:800px){
 #principles .principles-grid{grid-template-columns:1fr;row-gap:40px}
 #principles .principles-statement{margin-top:58px}
}
@media(max-width:600px){
 #principles{padding-top:68px}
 #principles .principles-heading{margin-bottom:45px}
 #principles .principles-heading h2 span{white-space:normal}
 #principles .principle-item{min-height:0}
 #principles .principles-statement{font-size:15px}
 #principles .section-rule{margin-top:55px}
}
#principles{background:#000;color:#f2f0eb}
#principles .principles-heading>p{color:#f2f0eb}
#principles .principles-intro-light{display:block;color:#f2f0eb}
#principles .principles-intro-sand{display:block;color:#8D7658}
#principles .principles-statement{color:#f2f0eb}

#about{display:block!important;grid-template-columns:none!important;gap:0!important;width:100%;}
/* Section 8 — Über mich */
#about{
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  width:100%;
  padding-top:92px;
  padding-bottom:0;
  background:#EEE9E0;
  color:#292824;
}
#about .about-inner{
  width:780px;
  max-width:100%;
  margin:0;
  padding:0;
  box-sizing:border-box;
}
#about .kicker{
  color:#77736b;
  margin:0 0 30px;
  text-align:left;
}
#about .about-heading{
  width:100%;
  padding:0 0 48px;
  text-align:left;
}
#about .about-heading h2{
  margin:0;
  font-size:30px;
  line-height:1.2;
  font-weight:400;
  color:#292824;
}
#about .about-role{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:4px;
  margin-top:13px;
}
#about .about-role strong{
  font-size:15px;
  line-height:1.4;
  font-weight:400;
  color:#3e3c37;
}
#about .about-role span{
  font-size:11px;
  line-height:1.4;
  letter-spacing:.06em;
  color:#8D7658;
}
#about .about-statements{
  width:100%;
  max-width:780px;
  margin:0;
}
#about .about-statement{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  column-gap:20px;
  padding:0 0 30px;
  margin:0 0 30px;
}
#about .about-statement:last-child{
  margin-bottom:0;
}
#about .about-number{
  font-size:10px;
  line-height:1;
  letter-spacing:.12em;
  color:#8D7658;
  padding-top:5px;
}
#about .about-statement p{
  max-width:700px;
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#5f5d57;
}
#about .about-statement::after{
  content:"";
  position:absolute;
  left:62px;
  right:0;
  bottom:0;
  height:1px;
  background:rgba(141,118,88,.52);
}
#about .section-rule{
  width:100vw;
  height:1px;
  margin-top:72px;
  margin-left:calc(50% - 50vw);
  background:rgba(141,118,88,.5);
}
@media(max-width:700px){
  #about{
    padding-top:70px;
  }
  #about .about-inner{
    width:100%;
    max-width:760px;
    padding:0;
  }
  #about .about-heading{
    padding-bottom:40px;
  }
  #about .about-statements{
    max-width:100%;
  }
  #about .about-statement{
    grid-template-columns:32px minmax(0,1fr);
    column-gap:14px;
    padding-bottom:23px;
    margin-bottom:24px;
  }
  #about .about-statement::after{
    left:46px;
  }
  #about .about-statement p{
    font-size:14px;
    line-height:1.75;
  }
  #about .section-rule{
    margin-top:55px;
  }
}
/* Section 9 — FAQ */
#faq{padding-top:92px;padding-bottom:0;max-width:none!important;margin:0!important}
#faq .container{margin-left:auto;margin-right:auto}
#faq .faq-inner{width:780px;max-width:100%;margin:0}
#faq .faq-inner .kicker{margin-bottom:24px}
#faq .faq-inner h2{margin:0;font-size:40px;line-height:1.12;font-weight:400}
#faq .faq-intro{margin:22px 0 54px;font-size:15px;line-height:1.7;color:#77736b}
#faq .faq-list{width:100%}
#faq .faq-item{border-top:1px solid rgba(141,118,88,.5)}
#faq .faq-item:last-child{border-bottom:1px solid rgba(141,118,88,.5)}
#faq .faq-question{width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 24px;column-gap:20px;align-items:center;padding:23px 0;margin:0;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}
#faq .faq-number{font-size:10px;line-height:1;letter-spacing:.12em;color:#8D7658}
#faq .faq-question-text{font-size:15px;line-height:1.5;color:inherit}
#faq .faq-icon{font-size:20px;line-height:1;font-weight:300;color:#8D7658;text-align:right;transition:transform .3s ease}
#faq .faq-question[aria-expanded="true"] .faq-icon{transform:rotate(45deg)}
#faq .faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease;padding-left:62px}
#faq .faq-answer p{overflow:hidden;margin:0;max-width:680px;font-size:14px;line-height:1.8;color:#62605a}
#faq .faq-question[aria-expanded="true"] + .faq-answer{grid-template-rows:1fr}
#faq .section-rule{width:100vw;height:1px;margin-top:72px;margin-left:calc(50% - 50vw);background:var(--line)}
@media(max-width:700px){#faq{padding-top:70px}#faq .faq-inner h2{font-size:32px}#faq .faq-intro{margin-bottom:40px}#faq .faq-question{grid-template-columns:32px minmax(0,1fr) 20px;column-gap:14px;padding:20px 0}#faq .faq-answer{padding-left:46px}#faq .faq-question-text{font-size:14px}#faq .faq-answer p{font-size:13px}#faq .section-rule{margin-top:55px}}



.report-wrap .report-open,
.report-wrap .report-cta,
.report-wrap .services-cta,
.report-wrap .report-actions{
  justify-content:flex-start!important;
  text-align:left!important;
  margin-left:0!important;
}



.legal-placeholder{
  padding-top:92px;
  padding-bottom:72px;
  background:#EEE9E0;
  border-top:1px solid rgba(13,13,13,.08);
}
.legal-placeholder + .legal-placeholder{padding-top:0}
.legal-placeholder .container{max-width:780px;margin:0}
.legal-placeholder .kicker{margin-bottom:18px;color:#77736b}
.legal-placeholder h2{margin:0 0 16px;font-size:32px;font-weight:400;color:#292824}
.legal-placeholder p{margin:0;font-size:14px;line-height:1.7;color:#65635d}
#impressum .container,#datenschutz .container{margin-left:max(24px,calc((100% - var(--max))/2));margin-right:0}



.footer-main{
  display:grid;
  grid-template-columns:minmax(220px,1fr) minmax(420px,1.35fr);
  gap:80px;
  align-items:start;
  padding-bottom:56px;
}
.footer-brand-block{
  display:flex;
  align-items:flex-start;
}
.footer-logo{
  display:block;
  width:165px!important;
  height:auto;
  max-width:100%;
  transform:none!important;
}
.footer-nav-block{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
}
.footer-nav-group{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:13px;
}
.footer-nav-group a{
  font-size:12px;
  color:#bcb8b0;
}
.footer-nav-group a:hover{color:#fff}
.footer-nav-label{
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#8d7658;
  margin-bottom:5px;
}
.footer-legal-group{
  padding-left:10px;
  border-left:1px solid #2d2d2d;
}
.footer-bottom{
  margin-top:0!important;
  padding-top:20px;
  border-top:1px solid #2d2d2d;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.footer-bottom .footer-mail{
  font-size:12px;
  color:#fff;
}
@media(max-width:980px){
  .footer-main{
    grid-template-columns:1fr;
    gap:45px;
    padding-bottom:45px;
  }
  .footer-nav-block{
    grid-template-columns:1fr 1fr;
    gap:40px;
  }
  .footer-legal-group{padding-left:25px}
}
@media(max-width:560px){
  .footer-nav-block{
    grid-template-columns:1fr;
    gap:32px;
  }
  .footer-legal-group{
    padding-left:0;
    border-left:0;
  }
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}



@media(max-width:767px){
  #report .report-column{width:100%;min-width:0;overflow:hidden}
  #report .report-scroll-stage{
    width:100%;
    height:530px;
    overflow:hidden;
  }
  #report .report-paper-stack{
    width:100%;
    height:510px;
    display:flex;
    justify-content:center;
    padding:0;
    position:relative;
    top:0;
  }
  #report .report-paper-back{display:none}
  #report .report-paper{
    position:absolute;
    top:0;
    left:0;
    right:auto;
    width:100%;
    height:510px;
    transform:none;
  }
  #report .report-preview-iframe{
    width:100%;
    height:510px;
    display:block;
  }
}
@media(max-width:380px){
  #report .report-scroll-stage{height:480px}
  #report .report-paper-stack,
  #report .report-paper,
  #report .report-preview-iframe{height:460px}
}



@media(max-width:767px){
  /* Do not let desktop line-locking push the first headings outside the viewport. */
  .hero-title .hero-line-one,
  .hero-title .hero-accent,
  #problem .section-title-line,
  #problem .section-title-accent{
    white-space:normal!important;
  }

  .hero-title{
    max-width:100%!important;
  }

  #problem .section-head h2{
    max-width:100%!important;
  }

  /* Full-screen report viewer on phones. */
  .report-mobile-viewer{
    position:fixed;
    inset:0;
    z-index:10000;
    display:flex;
    flex-direction:column;
    width:100vw;
    height:100dvh;
    background:#f9fafb;
    overflow:hidden;
  }
  .report-mobile-viewer-bar{
    height:52px;
    flex:0 0 52px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 14px 0 16px;
    background:#111;
    color:#fff;
    border-bottom:1px solid #2d2d2d;
  }
  .report-mobile-viewer-title{
    font-size:11px;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#d8c4a7;
  }
  .report-mobile-viewer-close{
    width:34px;
    height:34px;
    padding:0;
    border:1px solid #555;
    background:transparent;
    color:#fff;
    font-size:23px;
    line-height:1;
    cursor:pointer;
  }
  .report-mobile-viewer iframe{
    display:block;
    width:100%!important;
    height:calc(100dvh - 52px)!important;
    flex:1 1 auto;
    border:0;
    background:#f9fafb;
  }
  body.report-mobile-open{
    overflow:hidden;
  }
}



@media(max-width:767px){
  .lead-accent{
    display:block!important;
    white-space:normal!important;
    margin-top:2px;
  }
}



@media (max-width:767px){

  .nav{
    position:sticky!important;
    top:0!important;
    z-index:2147483000!important;
  }

  .nav-inner{
    position:relative!important;
    z-index:2147483001!important;
  }

  .nav-right{
    position:relative!important;
    z-index:2147483002!important;
  }

  .mobile-menu{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    position:relative!important;
    z-index:2147483003!important;
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:#0D0D0D!important;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:23px!important;
    line-height:1!important;
    font-weight:400!important;
    cursor:pointer!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    -webkit-user-select:none!important;
    user-select:none!important;
  }

  .mobile-menu:focus{
    outline:2px solid rgba(73,58,41,.4);
    outline-offset:2px;
  }

  body.menu-open .mobile-menu{
    font-size:0!important;
  }

  body.menu-open .mobile-menu::before,
  body.menu-open .mobile-menu::after{
    content:""!important;
    position:absolute!important;
    left:11px!important;
    width:20px!important;
    height:1.5px!important;
    background:#0D0D0D!important;
  }

  body.menu-open .mobile-menu::before{
    transform:rotate(45deg)!important;
  }

  body.menu-open .mobile-menu::after{
    transform:rotate(-45deg)!important;
  }

  body.menu-open .nav-links{
    display:flex!important;
    position:fixed!important;
    top:68px!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:2147482999!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    margin:0!important;
    padding:8px 16px 14px!important;
    background:rgba(240,236,228,.98)!important;
    border-bottom:1px solid rgba(13,13,13,.10)!important;
    box-shadow:0 14px 34px rgba(13,13,13,.12)!important;
    backdrop-filter:blur(18px)!important;
  }

  body.menu-open .nav-links a{
    display:flex!important;
    align-items:center!important;
    min-height:50px!important;
    padding:0 4px!important;
    border-bottom:1px solid rgba(13,13,13,.08)!important;
    font-size:13px!important;
    color:#373633!important;
  }

  body.menu-open .nav-links a:last-child{
    border-bottom:0!important;
  }

  body.menu-open{
    overflow:hidden!important;
  }
}



#about .about-linkedin{
  margin-top:18px;
}
#about .about-linkedin a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:40px;
  padding:10px 16px;
  font-size:12px;
  letter-spacing:.02em;
  color:#fff;
  background:#11172B;
  border:1px solid #11172B;
  border-radius:0;
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
#about .about-linkedin a span{
  color:#D8C4A7;
  transition:transform .2s ease;
}
#about .about-linkedin a:hover{
  color:#fff;
  background:#292824;
  border-color:#292824;
}
#about .about-linkedin a:hover span{
  transform:translateX(4px);
}
@media(max-width:700px){
  #about .about-linkedin{margin-top:15px}
}



@media(max-width:767px){
  .nav,
  .nav-inner,
  .nav-right,
  #mobileMenuToggle{
    position:relative;
  }
  .nav{z-index:9999!important}
  .nav-inner{z-index:10000!important}
  .nav-right{z-index:10001!important}
  #mobileMenuToggle{
    z-index:10002!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
  }
  body.menu-open .nav-links{
    z-index:9998!important;
  }
}



.report-anonymization-note{margin-top:20px;font-size:11px;line-height:1.55;color:#77736b;max-width:760px}
.report-anonymization-note strong{font-weight:500;color:#56544e}



.xsilk-legal-view{position:fixed;inset:0;z-index:9999;display:none;overflow-y:auto;background:#f7f6f2;color:#101010;-webkit-overflow-scrolling:touch}
body.xsilk-legal-open{overflow:hidden}
.xsilk-legal-view.is-open{display:block}
.xsilk-legal-shell{min-height:100%;width:100%;display:flex;flex-direction:column}
.xsilk-legal-header{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:28px 0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(16,16,16,.14)}
.xsilk-legal-brand{display:inline-flex;align-items:baseline;gap:11px;color:#101010;text-decoration:none}
.xsilk-legal-brand-mark{font-size:20px;font-weight:700;letter-spacing:-.045em}
.xsilk-legal-brand-line{font-size:10px;letter-spacing:.15em;text-transform:uppercase;opacity:.55}
.xsilk-legal-close{appearance:none;border:1px solid #101010;border-radius:8px;background:#101010;color:#fff;padding:11px 17px;font:inherit;font-size:12px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease}
.xsilk-legal-close:hover{background:transparent;color:#101010}
.xsilk-legal-main{width:min(900px,calc(100% - 48px));margin:0 auto;padding:72px 0 88px;flex:1}
.xsilk-legal-meta{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;color:#777;font-size:10px;font-weight:600;letter-spacing:.17em}
.xsilk-legal-title-row h1{margin:0;max-width:850px;font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.055em;font-weight:650}
.xsilk-legal-title-row p{margin:22px 0 0;max-width:610px;color:#666;font-size:15px;line-height:1.65}
.xsilk-legal-rule{height:1px;background:#101010;opacity:.18;margin:48px 0 58px}
.xsilk-legal-content{max-width:780px;color:#292929;font-size:15px;line-height:1.78}
.xsilk-legal-content h1{display:none}
.xsilk-legal-content h2{margin:48px 0 16px;color:#101010;font-size:21px;line-height:1.25;letter-spacing:-.025em;font-weight:650}
.xsilk-legal-content h2:first-child{margin-top:0}
.xsilk-legal-content h3{margin:34px 0 12px;color:#101010;font-size:16px;line-height:1.35;font-weight:650}
.xsilk-legal-content p{margin:0 0 18px}
.xsilk-legal-content ul,.xsilk-legal-content ol{margin:0 0 20px;padding-left:24px}
.xsilk-legal-content li{padding-left:4px;margin:4px 0}
.xsilk-legal-content a{color:#101010;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.xsilk-legal-content strong{color:#101010}
.xsilk-legal-footer{width:min(900px,calc(100% - 48px));margin:0 auto;padding:24px 0 42px;border-top:1px solid rgba(16,16,16,.14);display:flex;justify-content:space-between;gap:24px}
.xsilk-legal-footer a{color:#101010;text-decoration:none;font-size:12px;font-weight:600}
.xsilk-legal-footer a:hover{text-decoration:underline;text-underline-offset:4px}
.xsilk-legal-footer span{display:inline-block;margin-left:7px}
@media (max-width:700px){
.xsilk-legal-header{width:calc(100% - 32px);padding:20px 0 18px}
.xsilk-legal-brand-line{display:none}
.xsilk-legal-main{width:calc(100% - 32px);padding:48px 0 64px}
.xsilk-legal-meta{margin-bottom:22px}
.xsilk-legal-title-row h1{font-size:clamp(38px,12vw,58px)}
.xsilk-legal-title-row p{font-size:14px;margin-top:16px}
.xsilk-legal-rule{margin:36px 0 42px}
.xsilk-legal-content{font-size:14px;line-height:1.72}
.xsilk-legal-content h2{font-size:19px;margin-top:40px}
.xsilk-legal-footer{width:calc(100% - 32px);padding-bottom:28px;flex-direction:column-reverse;gap:15px}
}



/* Legal views inherit the visual language of the approved main page. */
.xsilk-legal-view,
.xsilk-legal-view .xsilk-legal-shell{
  background:var(--bg,#f7f6f2);
}
.xsilk-legal-native-header{
  width:100%;
  max-width:none;
  margin:0;
  padding:var(--header-pad-y,28px) max(24px,calc((100vw - 1180px)/2)) var(--header-pad-y,28px);
  box-sizing:border-box;
  border-bottom:1px solid rgba(16,16,16,.12);
  background:var(--bg,#f7f6f2);
}
.xsilk-legal-native-header nav,
.xsilk-legal-native-header .nav,
.xsilk-legal-native-header .menu,
.xsilk-legal-native-header .mobile-menu,
.xsilk-legal-native-header .menu-toggle,
.xsilk-legal-native-header [class*="menu"],
.xsilk-legal-native-header [id*="menu"]{
  display:none!important;
}
.xsilk-legal-native-close{
  margin-left:auto;
  appearance:none;
  border:1px solid #101010;
  border-radius:8px;
  background:#101010;
  color:#fff;
  padding:11px 17px;
  font:inherit;
  font-size:12px;
  line-height:1;
  cursor:pointer;
}
.xsilk-legal-native-close:hover{
  background:transparent;
  color:#101010;
}
.xsilk-legal-native-footer{
  width:100%;
  max-width:none;
  margin:0;
  padding:24px max(24px,calc((100vw - 1180px)/2)) 34px;
  box-sizing:border-box;
  background:var(--bg,#f7f6f2);
  border-top:1px solid rgba(16,16,16,.12);
}
.xsilk-legal-native-footer a[href*="impressum"],
.xsilk-legal-native-footer a[href*="datenschutz"]{
  /* keep the main footer legal links visually consistent */
}
.xsilk-legal-native-footer .footer-inner,
.xsilk-legal-native-footer .footer-content,
.xsilk-legal-native-footer .footer-grid{
  max-width:1180px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:700px){
  .xsilk-legal-native-header{
    padding:20px 16px;
  }
  .xsilk-legal-native-footer{
    padding:20px 16px 28px;
  }
}

html:has(body.xsilk-legal-open),
body.xsilk-legal-open,
body.xsilk-legal-open .xsilk-legal-view{
  background:var(--bg,#f7f6f2)!important;
}
.xsilk-legal-view{
  width:100vw;
  max-width:none;
  left:0;
  right:0;
}



/* Legal pages use the exact main-site chrome; menus are the only removed elements. */
.xsilk-legal-view .nav{position:relative;top:auto;width:100%;z-index:2}
.xsilk-legal-view .nav-links,
.xsilk-legal-view .nav-right,
.xsilk-legal-view .mobile-menu{display:none!important}
.xsilk-legal-view .nav-inner{width:min(var(--max),calc(100% - 48px));margin:auto}
.xsilk-legal-native-close{
  border:1px solid var(--ink);
  padding:11px 18px;
  font-size:12px;
  letter-spacing:.04em;
  background:var(--ink);
  color:#fff;
  cursor:pointer;
}
.xsilk-legal-native-close:hover{background:transparent;color:var(--ink)}
.xsilk-legal-view .xsilk-legal-native-footer{
  background:var(--ink);
  color:#fff;
  padding:55px 0 28px;
}
.xsilk-legal-view .xsilk-legal-native-footer .footer-main{
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:flex-start;
}
.xsilk-legal-view .xsilk-legal-native-footer .footer-logo{
  display:block;width:190px;height:auto;max-width:100%;transform:translateY(-8px);
}
.xsilk-legal-footer-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.xsilk-legal-footer-actions a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;padding:0 15px;
  border:1px solid rgba(255,255,255,.55);
  color:#fff;font-size:12px;letter-spacing:.02em;
}
.xsilk-legal-footer-actions a:hover{background:#fff;color:var(--ink)}
.xsilk-legal-view .footer-bottom{margin-top:50px;padding-top:20px;border-top:1px solid #2d2d2d}
@media(max-width:980px){
  .xsilk-legal-view .nav-inner{width:min(var(--max),calc(100% - 32px))}
  .xsilk-legal-view .xsilk-legal-native-footer .footer-main{flex-direction:column}
}
@media(max-width:560px){
  .xsilk-legal-view .nav-inner{width:min(var(--max),calc(100% - 32px))}
  .xsilk-legal-view .xsilk-legal-native-footer{padding:42px 0 24px}
}

.xsilk-legal-view{display:none!important}
.xsilk-legal-view.is-open{display:block!important}
.xsilk-legal-view[aria-hidden="true"]{display:none!important}



.xsilk-legal-view{
  display:block!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  max-width:none!important;
  overflow-y:auto!important;
  z-index:-1!important;
}
.xsilk-legal-view.is-open{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  z-index:9999!important;
}
html.xsilk-legal-open,
body.xsilk-legal-open{
  overflow:hidden!important;
}



/* Legal overlays must contribute zero visual/layout output while closed. */
html:not(.xsilk-legal-open) .xsilk-legal-view,
body:not(.xsilk-legal-open) .xsilk-legal-view{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
  position:fixed!important;
  width:0!important;
  height:0!important;
  min-height:0!important;
  overflow:hidden!important;
  clip-path:inset(100%)!important;
}
html.xsilk-legal-open .xsilk-legal-view.is-open{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  overflow-y:auto!important;
  clip-path:none!important;
}



.xsilk-legal-view[hidden]{display:none!important}



.xsilk-legal-native-footer{background:var(--ink);color:#fff;padding:55px 0 28px}
.xsilk-legal-native-footer .footer-main{display:flex;justify-content:space-between;gap:40px;align-items:flex-start}
.xsilk-legal-native-footer .footer-logo{display:block;width:190px;height:auto;max-width:100%;transform:translateY(-8px)}
.xsilk-legal-footer-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.xsilk-legal-footer-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border:1px solid rgba(255,255,255,.55);color:#fff;font-size:12px;letter-spacing:.02em}
.xsilk-legal-footer-actions a:hover{background:#fff;color:var(--ink)}
.xsilk-legal-native-footer .footer-bottom{margin-top:50px;padding-top:20px;border-top:1px solid #2d2d2d}
@media(max-width:980px){.xsilk-legal-native-footer .footer-main{flex-direction:column}}
@media(max-width:560px){.xsilk-legal-native-footer{padding:42px 0 24px}}



/* Integrated legal pages: same visual system as the approved main page. */
.legal-page{display:none;background:#EEE9E0;min-height:60vh;padding:110px 0 90px;border-top:1px solid rgba(13,13,13,.08)}
body.legal-open .main-page-section{display:none!important}
body.legal-open .legal-page{display:block}
body.legal-open .nav .nav-links{display:none!important}
body.legal-open .nav .nav-cta{display:none!important}
body.legal-open .footer-nav-block{display:none!important}
body.legal-open .footer-main{grid-template-columns:1fr!important}
.legal-page .container{max-width:780px;margin:0 auto}
.legal-page .legal-back{display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff!important;background:#0d0d0c;border:1px solid #0d0d0c;border-radius:8px;padding:13px 20px;min-height:46px;font-size:13px;font-weight:700;line-height:1;text-decoration:none!important;transition:background .18s ease,transform .18s ease;margin-bottom:44px}
.legal-page .legal-back:hover{color:#fff!important;background:#242421;border-color:#242421;transform:translateY(-1px)}
.legal-page .legal-content{border-top:1px solid rgba(13,13,13,.12);padding-top:38px}
.legal-page .legal-content h1{font-size:clamp(40px,6vw,64px);line-height:1.03;letter-spacing:-2px;font-weight:400;color:#292824;margin:0 0 48px}
.legal-page .legal-content h2{font-size:22px;line-height:1.2;letter-spacing:-.35px;font-weight:500;color:#292824;margin:42px 0 15px}
.legal-page .legal-content h3{font-size:16px;line-height:1.35;font-weight:600;color:#292824;margin:30px 0 11px}
.legal-page .legal-content h4{font-size:14px;line-height:1.4;font-weight:600;color:#292824;margin:24px 0 9px}
.legal-page .legal-content p,.legal-page .legal-content li{font-size:14px;line-height:1.8;color:#65635d}
.legal-page .legal-content p{margin:0 0 16px}
.legal-page .legal-content ul,.legal-page .legal-content ol{padding-left:24px;margin:0 0 18px}
.legal-page .legal-content a{color:#493a29;text-decoration:underline;text-underline-offset:3px}
.legal-page .legal-bottom{margin-top:56px;padding-top:28px;border-top:1px solid rgba(13,13,13,.12);margin-bottom:0}
@media(max-width:767px){
 .legal-page{padding:76px 0 70px}
 .legal-page .container{max-width:none;margin:0 24px}
 .legal-page .legal-content h1{letter-spacing:-1px}
 .legal-page .legal-content p,.legal-page .legal-content li{font-size:13px;line-height:1.72}
}



body.legal-open > nav, body.legal-open > section:not(.legal-page){display:none!important}
body.legal-open > .legal-page{display:block!important}



/* Integrated legal pages: separate full-screen views, not document-flow anchors. */
[data-legal-view]{
  box-sizing:border-box;
  width:100vw;
  height:100vh;
  min-height:100dvh;
  margin:0 !important;
  padding:0 !important;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
[data-legal-view] .legal-inner,
[data-legal-view] > div{
  box-sizing:border-box;
}
body.xsilk-legal-open{
  overflow:hidden !important;
}
.xsilk-legal-scroll{
  min-height:100%;
  box-sizing:border-box;
  padding:72px 24px 90px;
}
.xsilk-legal-back a{
  cursor:pointer;
}
@media(max-width:700px){
  .xsilk-legal-scroll{padding:56px 16px 70px}
}




html{scroll-behavior:smooth}


/* Refactor: stable anchor positioning for sticky navigation */
section[id]{scroll-margin-top:92px;}
@media (max-width:767px){section[id]{scroll-margin-top:82px;}}
