@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');:root{--ink:#141414;--paper:#f7f6f3;--muted:#6e6d69;--gold:#987547}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.nav{height:98px;padding:10px 5%;background:white;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.brand{display:block;width:215px;height:77px;overflow:hidden}.brand img{width:100%;height:100%;object-fit:contain}.nav nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:700}.nav nav a:hover,.underlink:hover{color:var(--gold)}.nav-cta{border:1px solid #171717;padding:15px 20px}.menu{display:none;background:none;border:0;font-size:25px}.hero{background:#171717;color:white;min-height:650px;position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.hero:after{content:'P';position:absolute;right:4%;top:-160px;font-family:Georgia,serif;font-size:min(75vw,900px);opacity:.035;pointer-events:none}.hero-inner{padding:130px 7% 70px;max-width:1100px;position:relative;z-index:1}.eyebrow{font-size:11px;letter-spacing:.24em;font-weight:800;color:#bda27f}.eyebrow.dark{color:#8b704e}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.045em;font-weight:400}h1{font-size:clamp(50px,7.8vw,113px);line-height:1.05;margin:26px 0}h1 em,h2 em{font-weight:400;color:#a58a65}h1+p{font-size:18px;line-height:1.8;max-width:670px;color:#d0d0d0}.actions{display:flex;align-items:center;gap:36px;margin-top:40px}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;border:0;padding:19px 25px;font-weight:700;font-size:13px}.btn-light{background:#fff;color:#141414}.btn-light:hover{background:#e6e0d6}.btn-dark{background:#171717;color:white}.text-link{font-size:13px;border-bottom:1px solid #999;padding-bottom:8px}.hero-bottom{padding:24px 7%;display:flex;justify-content:space-between;border-top:1px solid #444;font-size:10px;letter-spacing:.24em;color:#aaa}.section{padding:110px 7%}.section-heading{max-width:760px}.section-heading h2,.about h2,.contact h2,.statement h2{font-size:clamp(38px,5.2vw,73px);line-height:1.13;margin:23px 0}.section-heading>p{font-size:17px;line-height:1.75;color:#666;max-width:580px}.services{display:grid;grid-template-columns:repeat(2,1fr);margin-top:55px;border-top:1px solid #d8d6d0;border-left:1px solid #d8d6d0}.services article{padding:40px;border-right:1px solid #d8d6d0;border-bottom:1px solid #d8d6d0;min-height:290px;display:flex;flex-direction:column}.num{color:#987547;font-size:12px}.services h3{font-family:Georgia,serif;font-size:30px;font-weight:400;margin:35px 0 14px}.services p{color:#666;line-height:1.7;max-width:400px}.services a{font-size:13px;font-weight:700;margin-top:auto}.statement{background:#eae7e0;text-align:center;padding:115px 7%;display:flex;flex-direction:column;align-items:center}.statement h2{max-width:1000px}.statement p{max-width:680px;line-height:1.8;color:#555;font-size:17px}.statement .btn{margin:24px 0}.statement small{max-width:620px;line-height:1.6;color:#777}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:65px}.steps>div{border-top:1px solid #b9b5ac;padding-top:23px}.steps b{color:#987547;font-size:12px}.steps h3{font-family:Georgia,serif;font-weight:400;font-size:29px;margin:30px 0 13px}.steps p{line-height:1.7;color:#666}.about{display:grid;grid-template-columns:1fr 1fr;gap:8%;background:white}.about p{font-size:17px;line-height:1.9;color:#555}.underlink{display:inline-block;border-bottom:1px solid;margin-top:18px;padding-bottom:8px;font-weight:700;font-size:13px}.contact{background:#171717;color:white;display:grid;grid-template-columns:1fr 1.15fr;gap:9%}.contact-copy p{line-height:1.8;color:#d0d0d0;font-size:17px}.contact-copy .small{font-size:12px;color:#aaa}.contact form{display:flex;flex-direction:column;gap:21px}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact label{font-size:12px;display:flex;flex-direction:column;gap:9px}.contact input:not([type=checkbox]),.contact textarea,.contact select{width:100%;padding:15px;background:#262626;color:white;border:1px solid #555;border-radius:0;outline:none}.contact input:focus,.contact textarea:focus,.contact select:focus{border-color:#d8c29d}.contact .consent{flex-direction:row;line-height:1.6;align-items:flex-start;color:#ddd}.consent input{margin-top:4px}.consent a{text-decoration:underline}.form-note{color:#999;font-size:11px}.hidden{position:absolute;left:-9999px}footer{background:#0e0e0e;color:#ccc;padding:55px 7%;display:flex;flex-wrap:wrap;gap:25px;align-items:center;justify-content:space-between;font-size:12px}footer .footer-brand{font-family:Georgia,serif;font-size:23px;letter-spacing:.1em;color:white}footer .footer-brand span{color:#bda27f}footer div a{margin-left:18px}footer p{margin:0}footer small{color:#777}.legal{max-width:900px;margin:auto;padding:80px 7%;min-height:65vh}.legal h1{font-size:55px}.legal p,.legal li{line-height:1.8}.legal .alert{border-left:3px solid #987547;padding:15px 20px;background:#eee9df}.legal a{text-decoration:underline}@media(max-width:850px){.nav{height:80px}.brand{width:170px;height:60px}.menu{display:block}.nav nav{display:none;position:absolute;top:80px;left:0;right:0;background:white;flex-direction:column;align-items:stretch;padding:25px 7%;gap:20px}.nav nav.open{display:flex}.hero{min-height:600px}.hero-inner{padding:100px 7% 55px}.services,.about,.contact{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}.contact{gap:40px}.section{padding:80px 7%}}@media(max-width:520px){.hero-inner{padding-top:80px}.hero h1{font-size:49px}.actions{align-items:flex-start;flex-direction:column;gap:25px}.services article{padding:28px}.steps,.two{grid-template-columns:1fr}.statement{padding:75px 7%}footer{flex-direction:column;align-items:flex-start}footer div a{margin:0 15px 0 0}}

/* Team portrait: understated editorial presentation, natural photo retained */
.team-portrait{margin:34px 0 14px;max-width:390px}
.team-portrait img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center 28%;filter:none}
.team-portrait figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:15px 0;border-bottom:1px solid #dedbd6;font-size:13px}
.team-portrait figcaption strong{font-weight:700}
.team-portrait figcaption span{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#777}
@media(max-width:520px){.team-portrait{max-width:100%}}

/* Prona Properties: Über uns nach freigegebener zweispaltiger Vorlage */
.about-premium{grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);gap:7%;align-items:start;background:#fff;padding-top:100px;padding-bottom:100px}
.about-premium .about-copy h2{font-size:clamp(36px,3.7vw,58px);line-height:1.13;letter-spacing:-.035em;margin:32px 0 26px}
.about-premium .about-copy>p{max-width:690px;font-size:18px;line-height:1.7;color:#444b54;margin-bottom:26px}
.about-benefits{display:grid;gap:23px;margin-top:48px}
.about-benefits article{display:grid;grid-template-columns:66px 1fr;gap:18px;align-items:center}
.about-benefits .benefit-icon{font-family:Georgia,serif;color:#987547;font-size:43px;line-height:1;text-align:center}
.about-benefits h3{font-family:Georgia,serif;font-weight:400;font-size:23px;margin:0 0 4px}
.about-benefits p{font-size:16px;line-height:1.5;margin:0;color:#505760}
.about-person .team-portrait{max-width:none;margin:0}
.about-person .team-portrait img{aspect-ratio:1/1.12;object-fit:cover;object-position:center 25%;border-radius:4px}
.about-person .team-portrait figcaption{display:flex;flex-direction:column;align-items:center;gap:4px;padding:15px 0 17px;border-bottom:1px solid #c9c9c9}
.about-person .team-portrait figcaption strong{font:normal 32px Georgia,serif}
.about-person .team-portrait figcaption span{font-size:13px;color:#987547;letter-spacing:.1em}
.about-person blockquote{font:italic 21px/1.55 Georgia,serif;color:#505760;text-align:center;margin:24px 0 0}
.about-person .underlink{margin-top:22px}
@media(max-width:850px){.about-premium{grid-template-columns:1fr;gap:44px;padding-top:75px;padding-bottom:75px}.about-person{max-width:650px}.about-person .team-portrait img{aspect-ratio:3/3.1}}

/* Transparent portrait, subtle neutral background matching the site */
.about-person .team-portrait img{background:#fff;object-fit:contain;object-position:center bottom;aspect-ratio:1/1.12}

/* Portrait background matches the pure white About Us section. */
.about-person .team-portrait,.about-person .team-portrait img{background-color:#fff!important}
