:root{--navy:#091522;--navy2:#102333;--ink:#132331;--muted:#677783;--paper:#f5f7f8;--white:#fff;--cyan:#31b7c8;--green:#79b96b;--violet:#8c78d8;--orange:#e89b55;--line:#dce3e7;--radius:18px;--shadow:0 24px 70px rgba(12,34,48,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}
.site-header{position:sticky;z-index:50;top:0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 max(24px,calc((100vw - 1180px)/2));border-bottom:1px solid rgba(255,255,255,.1);background:rgba(9,21,34,.94);color:#fff;backdrop-filter:blur(16px)}
.brand{display:flex;align-items:center;gap:11px;font-size:.82rem;font-weight:850;letter-spacing:.2em}.brand span{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(49,183,200,.65);border-radius:9px;color:#61d0dd;font-size:.8rem;letter-spacing:0}.site-header nav{display:flex;gap:34px;color:#a8b6c0;font-size:.8rem;font-weight:650}.site-header nav a:hover{color:#fff}.header-cta{justify-self:end;padding:9px 16px;border:1px solid #385063;border-radius:8px;font-size:.76rem;font-weight:750}.header-cta:hover{border-color:var(--cyan);color:#74d9e4}
.hero{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:70px;width:min(1180px,calc(100% - 48px));min-height:660px;margin:auto;padding:78px 0 86px}.hero:before{content:"";position:absolute;z-index:-1;inset:72px 0 auto;height:660px;background:radial-gradient(circle at 75% 20%,#17384c 0,transparent 34%),var(--navy)}body:has(.hero) main{background:linear-gradient(var(--navy) 0 660px,var(--paper) 660px)}
.kicker{margin:0 0 22px;color:var(--cyan);font-size:.69rem;font-weight:850;letter-spacing:.18em;text-transform:uppercase}.hero h1{margin:0;color:#f7fafc;font-size:clamp(3.45rem,5.5vw,5.7rem);font-weight:720;letter-spacing:-.062em;line-height:.96}.hero h1 em{color:#54c6d4;font-style:normal}.intro{max-width:650px;margin:28px 0 0;color:#aebcc6;font-size:1.05rem;line-height:1.72}.hero-actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;min-height:48px;padding:0 19px;border-radius:8px;font-size:.79rem;font-weight:800}.button.primary{background:#42bdcd;color:#07151f}.button.primary:hover{background:#65d0dc}.button.ghost{border:1px solid #344b5d;color:#dce5ea}.button.ghost:hover{border-color:#647d8e}
.hero-console{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);background:rgba(15,35,51,.84);color:#fff;box-shadow:0 35px 90px rgba(0,0,0,.24);backdrop-filter:blur(14px)}.console-head,.console-foot{display:flex;align-items:center;padding:16px 20px;color:#8196a5;font-size:.6rem;font-weight:800;letter-spacing:.12em}.console-head{justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.09)}.console-head i{color:#81d69a;font-style:normal;letter-spacing:0}.console-head i:before{content:"";display:inline-block;width:6px;height:6px;margin-right:7px;border-radius:50%;background:#65cf85;box-shadow:0 0 10px #65cf85}.console-main{padding:32px 28px}.console-main strong{font-size:1.55rem;letter-spacing:-.025em;line-height:1.25}.console-main p{margin:14px 0 0;color:#8fa1ae;font-size:.8rem;line-height:1.6}.console-list span{display:flex;align-items:center;gap:12px;padding:14px 20px;border-top:1px solid rgba(255,255,255,.08);font-size:.75rem;font-weight:750}.console-list span>i{width:7px;height:7px;border-radius:2px}.console-list b{margin-left:auto;color:#8495a1;font-size:.65rem;font-weight:500}.cyan{background:var(--cyan)}.green{background:var(--green)}.violet{background:var(--violet)}.orange{background:var(--orange)}.console-foot{gap:7px;border-top:1px solid rgba(255,255,255,.08)}.console-foot span{padding:6px 8px;border:1px solid rgba(255,255,255,.1);border-radius:5px}
.project-section{padding:105px 0 118px}.section-heading{display:grid;grid-template-columns:1.4fr .6fr;align-items:end;gap:80px;width:min(1180px,calc(100% - 48px));margin:0 auto 52px}.section-heading h2,.principles h2{max-width:760px;margin:0;font-size:clamp(2.6rem,4.4vw,4.55rem);font-weight:700;letter-spacing:-.055em;line-height:1.02}.section-heading>p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.7}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;width:min(1180px,calc(100% - 48px));margin:auto}.project-card{position:relative;display:flex;min-height:560px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 35px rgba(19,35,49,.04);transition:transform .25s,box-shadow .25s,border-color .25s}.project-card:hover{z-index:2;transform:translateY(-5px);border-color:#bdcbd2;box-shadow:var(--shadow)}.project-card.wide{grid-column:span 2;min-height:500px}.card-content{position:relative;z-index:3;align-self:flex-end;width:100%;padding:36px}.project-card.wide .card-content{max-width:51%;align-self:center;padding:52px}.project-number{position:absolute;right:34px;top:34px;color:#a5b0b7;font-size:.69rem;font-weight:800}.project-card.wide .project-number{top:-1px;right:0}.tag{margin:0 0 13px;color:#49818a;font-size:.65rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.card-content h3{margin:0;font-size:2.25rem;letter-spacing:-.045em}.card-content>p:not(.tag){max-width:520px;margin:13px 0 26px;color:var(--muted);font-size:.88rem;line-height:1.65}.card-link{font-size:.75rem;font-weight:850}.card-link b{margin-left:7px;color:#2da9b8}.weather-card{background:#e8f2f5}.weather-screen{position:absolute;right:4%;top:50%;width:43%;padding:9px 9px 22px;border-radius:13px;background:#0c1c28;box-shadow:0 25px 55px rgba(6,29,41,.25);transform:translateY(-50%) rotate(1deg)}.weather-screen img{display:block;width:100%;border-radius:6px}.weather-screen span{display:block;margin:11px 4px -7px;color:#82a2b1;font-size:.56rem;font-weight:800;letter-spacing:.12em}.court{position:absolute;inset:0 0 45%;overflow:hidden;background:#56865f}.court:after{content:"";position:absolute;inset:12% 12%;border:2px solid rgba(255,255,255,.75);background:linear-gradient(90deg,transparent 49.7%,#ffffffaa 50%,transparent 50.3%)}.court i{position:absolute;z-index:2;left:12%;right:12%;top:50%;border-top:2px solid #fff}.court b{position:absolute;z-index:2;inset:12% 35%;border-inline:2px solid #ffffffba}.court small{position:absolute;z-index:3;left:22px;top:20px;padding:7px 9px;border-radius:5px;background:#173d26cc;color:#d4f2da;font-size:.57rem;letter-spacing:.09em}.todo-card{background:#f3f0fb}.todo-visual{position:absolute;inset:0 0 47%;display:grid;align-content:center;gap:9px;padding:30px;background:linear-gradient(135deg,#6656be,#8979dd);color:#fff}.todo-visual small{margin-bottom:7px;font-size:.58rem;font-weight:850;letter-spacing:.15em}.todo-visual span{display:flex;align-items:center;gap:10px;padding:11px 13px;border-radius:8px;background:rgba(255,255,255,.13);font-size:.72rem}.todo-visual span i{width:7px;height:7px;border:2px solid #fff;border-radius:50%}.todo-visual span b{margin-left:auto}.rolls-card{background:#fbf0e6}.order-preview{position:absolute;right:6%;top:50%;width:38%;padding:23px;border:1px solid #ead5c1;border-radius:15px;background:#fffaf4;box-shadow:0 25px 60px rgba(97,58,31,.16);transform:translateY(-50%) rotate(-1deg)}.order-title{display:flex;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #eadfd5;font-size:.65rem}.order-title span{color:#9a7d69}.order-person{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid #eee2d7}.order-person>i{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:#d77a53;color:#fff;font-size:.65rem;font-style:normal;font-weight:850}.order-person>span{display:grid;gap:3px;flex:1;font-size:.71rem}.order-person small{color:#9c8372}.order-person strong{font-size:1rem}.order-total{display:flex;justify-content:space-between;padding-top:15px;font-size:.7rem}.order-total b{color:#b85f38}
.principles{display:grid;grid-template-columns:.68fr 1.32fr;gap:70px;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:0 0 115px}.principles h2{font-size:2.9rem}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.principle-grid article{padding:27px 24px;border-right:1px solid var(--line)}.principle-grid article:last-child{border:0}.principle-grid span{color:#3194a0;font-size:.66rem;font-weight:850}.principle-grid h3{margin:28px 0 9px;font-size:1rem}.principle-grid p{margin:0;color:var(--muted);font-size:.77rem;line-height:1.65}
footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px;min-height:105px;padding:0 max(24px,calc((100vw - 1180px)/2));background:var(--navy);color:#8799a5;font-size:.72rem}footer .brand{color:#fff}footer p:last-child{justify-self:end}
@media(max-width:900px){.site-header{grid-template-columns:1fr auto;padding:0 18px}.site-header nav{display:none}.hero{grid-template-columns:1fr;min-height:auto;gap:45px;width:min(100% - 32px);padding:65px 0 75px}.hero:before{height:930px}body:has(.hero) main{background:linear-gradient(var(--navy) 0 930px,var(--paper) 930px)}.hero-console{max-width:640px}.section-heading{grid-template-columns:1fr;gap:20px;width:min(100% - 32px)}.project-grid{grid-template-columns:1fr;width:min(100% - 32px)}.project-card,.project-card.wide{grid-column:auto;min-height:500px}.project-card.wide{padding-bottom:220px}.project-card.wide .card-content{max-width:none;align-self:flex-start;padding:34px}.project-card.wide .project-number{top:0}.weather-screen,.order-preview{top:auto;right:5%;bottom:24px;width:90%;transform:none}.principles{grid-template-columns:1fr;gap:35px;width:min(100% - 32px)}.principle-grid{grid-template-columns:1fr}.principle-grid article{border-right:0;border-bottom:1px solid var(--line)}footer{grid-template-columns:1fr auto}footer>p:first-of-type{display:none}}
@media(max-width:560px){.site-header{height:64px}.hero h1{font-size:3.15rem}.hero{padding-top:54px}.hero:before{inset-top:64px}.hero-actions{flex-direction:column}.button{justify-content:center}.project-section{padding:78px 0 90px}.section-heading h2{font-size:2.65rem}.project-card,.project-card.wide{min-height:480px}.card-content,.project-card.wide .card-content{padding:26px}.project-number{right:26px;top:26px}.project-card.wide{padding-bottom:205px}.weather-screen{bottom:20px}.rolls-card{padding-bottom:245px}.order-preview{bottom:20px;padding:16px}.principles{padding-bottom:80px}.principles h2{font-size:2.4rem}footer{padding:24px 16px}footer p:last-child{font-size:.65rem}}
.radar-dot{background:#45ee85}.radar-card{background:linear-gradient(135deg,#071a16,#0a2c23);color:#e9fff2}.radar-card .tag,.radar-card .card-link b{color:#55ee91}.radar-card .card-content>p:not(.tag){color:#9bbcaf}.radar-card .project-number{color:#67877a}.radar-preview{position:absolute;right:5%;top:50%;width:40%;transform:translateY(-50%)}.radar-preview img{display:block;width:100%;border-radius:50%;box-shadow:0 0 55px #39e87c35}.radar-preview span{display:block;margin-top:12px;color:#6ca586;font-size:.56rem;font-weight:850;letter-spacing:.14em;text-align:center}@media(max-width:900px){.radar-preview{top:auto;right:calc(50% - 102px);bottom:20px;width:205px;transform:none}}

/* Feste Navigation und natürliches Einrasten für alle Bildschirmgrößen. */
html{scroll-padding-top:88px;scroll-snap-type:y proximity}
body{padding-top:72px}
.site-header{position:fixed;left:0;right:0}
.hero,.project-section,.principles,footer{scroll-snap-align:start;scroll-margin-top:72px}
.project-card{scroll-snap-align:start;scroll-margin-top:88px}
@media(max-width:900px){.site-header{grid-template-columns:auto 1fr}.site-header nav{display:flex;justify-self:end;gap:20px}.header-cta{display:none}}
@media(max-width:560px){html{scroll-padding-top:76px;scroll-snap-type:y mandatory}body{padding-top:64px}.site-header nav{gap:13px;font-size:.68rem}.site-header .brand{font-size:.72rem;letter-spacing:.12em}.site-header .brand span{width:30px;height:30px}.hero,.project-section,.principles,footer{scroll-margin-top:64px}.project-card{scroll-margin-top:76px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto;scroll-snap-type:none}}

/* Interaktive Projekt-Navigation im Hero. */
.console-list>a{display:flex;align-items:center;gap:12px;min-height:54px;padding:10px 20px;border-top:1px solid rgba(255,255,255,.08);font-weight:750;transition:background .2s,padding-left .2s,color .2s}
.console-list>a>i{flex:0 0 auto;width:7px;height:7px;border-radius:2px}
.console-list>a>span{display:grid;gap:3px;min-width:0;padding:0;border:0}
.console-list>a strong{font-size:.75rem}
.console-list>a small{overflow:hidden;color:#7f929f;font-size:.62rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}
.console-list>a>b{margin-left:auto;color:#5e7482;font-size:.85rem;transition:color .2s,transform .2s}
.console-list>a:hover,.console-list>a:focus-visible{padding-left:25px;background:rgba(49,183,200,.11);color:#fff;outline:0}
.console-list>a:hover small,.console-list>a:focus-visible small{color:#b8c8d1}
.console-list>a:hover>b,.console-list>a:focus-visible>b{color:#61d0dd;transform:translateX(3px)}
.broker-dot{background:#5ce7a5}.broker-card{background:linear-gradient(135deg,#061b16,#0b3026);color:#effff7}.broker-card .tag,.broker-card .card-link b{color:#5ce7a5}.broker-card .card-content>p:not(.tag){color:#9cbcaf}.broker-preview{position:absolute;right:4%;top:50%;width:44%;padding:9px 9px 20px;border:1px solid #285344;border-radius:14px;background:#071611;box-shadow:0 26px 65px #001b1255;transform:translateY(-50%) rotate(1deg)}.broker-preview img{display:block;width:100%;border-radius:8px}.broker-preview span{display:block;margin:10px 4px -7px;color:#5f9b82;font-size:.56rem;font-weight:850;letter-spacing:.12em}@media(max-width:900px){.broker-preview{top:auto;right:5%;bottom:24px;width:90%;transform:none}}

/* Projekt-Cockpit statt Tabellenliste. */
.hero-console{overflow:visible;background:rgba(12,31,45,.92)}
.console-main{padding:25px 24px 18px}.console-main strong{font-size:1.35rem}.console-main p{margin-top:9px}
.console-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:10px 12px 14px}
.console-list>a{position:relative;align-items:flex-start;min-height:82px;padding:14px 34px 13px 14px;border:1px solid rgba(255,255,255,.09);border-radius:11px;background:rgba(255,255,255,.025)}
.console-list>a:nth-child(7){grid-column:1/-1;min-height:70px}
.console-list>a>i{margin-top:4px;box-shadow:0 0 12px currentColor}
.console-list>a>span{gap:5px}.console-list>a strong{font-size:.73rem}.console-list>a small{overflow:visible;color:#8398a5;font-size:.59rem;line-height:1.35;text-overflow:clip;white-space:normal}
.console-list>a>b{position:absolute;right:13px;top:13px;margin:0}
.console-list>a:hover,.console-list>a:focus-visible{padding:14px 34px 13px 14px;border-color:rgba(97,208,221,.5);background:rgba(49,183,200,.12);box-shadow:0 10px 25px rgba(0,0,0,.16);transform:translateY(-2px)}
.console-list>a:hover>b,.console-list>a:focus-visible>b{transform:translateX(3px)}
.console-foot{padding-top:12px;padding-bottom:13px}
@media(max-width:900px){.hero-console{max-width:680px}.console-list>a{min-height:78px}}
@media(max-width:420px){.console-list{gap:6px;padding-inline:8px}.console-list>a{min-height:88px;padding:12px 28px 11px 11px}.console-list>a:hover,.console-list>a:focus-visible{padding:12px 28px 11px 11px}.console-list>a>b{right:10px;top:11px}.console-list>a strong{font-size:.69rem}.console-list>a small{font-size:.56rem}}

/* Ruhigere, persönliche Portfolio-Gestaltung. */
:root{--navy:#18221f;--ink:#202723;--muted:#657069;--paper:#f3f0e8;--cyan:#287f73;--line:#d2d0c7;--radius:5px;--shadow:none}
body{background:var(--paper);font-family:"Segoe UI",Arial,sans-serif}
.site-header{height:68px;border-bottom:1px solid #d8d4c9;background:#f3f0e8;color:#202723;backdrop-filter:none}.brand{letter-spacing:.12em}.brand span{border:0;border-radius:2px;background:#1f554e;color:#fff}.site-header nav{color:#59635d}.site-header nav a:hover{color:#1f554e}.header-cta{border-color:#b8b8ae}.header-cta:hover{border-color:#1f554e;color:#1f554e}
body{padding-top:68px}.hero{align-items:start;min-height:auto;padding:105px 0 110px}.hero:before{display:none}body:has(.hero) main{background:none}.hero-copy{padding-top:12px}.kicker{margin-bottom:18px;color:#52645b;font-size:.72rem;letter-spacing:.08em;text-transform:none}.hero h1{max-width:760px;color:#202723;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.4rem,6vw,6.35rem);font-weight:400;letter-spacing:-.055em;line-height:.94}.hero h1 em{color:#287f73}.intro{max-width:590px;color:#56615a;font-size:1.08rem;line-height:1.75}.button{border-radius:2px}.button.primary{background:#1f554e;color:#fff}.button.primary:hover{background:#173f3a}.button.ghost{border-color:#aaa99f;color:#303934}.button.ghost:hover{border-color:#505b55}
.hero-console{overflow:hidden;border:0;border-left:1px solid #a9aaa1;border-radius:0;background:transparent;color:#202723;box-shadow:none;backdrop-filter:none}.console-head{padding:0 0 18px 28px;border-bottom:1px solid #cbc9c0;color:#667169;font-size:.7rem;letter-spacing:0;text-transform:none}.console-head i{color:#667169}.console-head i:before{display:none}.console-main{padding:25px 28px 17px}.console-main strong{font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;font-weight:400}.console-main p{color:#68736c}.console-list{grid-template-columns:1fr;padding:0}.console-list>a,.console-list>a:nth-child(7){min-height:0;padding:13px 28px;border:0;border-top:1px solid #d5d2c9;border-radius:0;background:transparent;color:#28312c}.console-list>a>i{border-radius:50%;box-shadow:none}.console-list>a strong{font-size:.82rem}.console-list>a small{color:#78817b;font-size:.66rem}.console-list>a:hover,.console-list>a:focus-visible{padding:13px 28px;background:#e7e3d9;box-shadow:none;transform:none}.console-list>a:hover small{color:#58635c}.console-list>a>b{right:28px;color:#7f8782}.console-foot{padding:16px 28px;border-top:1px solid #cbc9c0;color:#6c756f;letter-spacing:0}.console-foot span{padding:0;border:0}
.project-section{padding-top:95px;border-top:1px solid #d2d0c7}.section-heading h2,.principles h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.045em}.project-card{border-radius:5px;box-shadow:none}.project-card:hover{transform:translateY(-2px);border-color:#8f9892;box-shadow:none}.project-number{font-family:Georgia,"Times New Roman",serif;font-size:.8rem;font-weight:400}.tag{letter-spacing:.06em;text-transform:none}.card-content h3{font-family:Georgia,"Times New Roman",serif;font-weight:400}.weather-screen,.order-preview,.broker-preview{border-radius:3px;box-shadow:0 18px 35px rgba(20,30,25,.12)}.weather-screen img,.broker-preview img{border-radius:1px}.radar-card,.broker-card{background:#16342d}.todo-visual{background:#685e9a}.principle-grid article{padding-top:32px}.principle-grid h3{margin-top:18px}footer{background:#18221f}
@media(max-width:900px){.hero{padding-top:75px}.hero-console{border-left:0;border-top:1px solid #a9aaa1}.console-head{padding-top:20px}.project-card.wide .card-content{padding:34px}}
@media(max-width:560px){body{padding-top:64px}.hero{padding-top:55px}.hero h1{font-size:3.25rem}.console-list{gap:0;padding:0}.console-list>a,.console-list>a:hover,.console-list>a:focus-visible{min-height:0;padding:12px 18px}.console-list>a>b{right:18px}.console-head,.console-main,.console-foot{padding-left:18px;padding-right:18px}.section-heading h2{font-size:2.5rem}.project-card{border-radius:3px}}
