@font-face{font-family:Manrope;src:url('/assets/manrope-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url('/assets/manrope-bold.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
:root{--paper:#f5f5f4;--ink:#222220;--muted:#62625c;--line:#d8d8d2;--accent:#a84b08;--surface:#eaeae5;--max:1200px;font-family:Manrope,system-ui,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;color-scheme:light}
*{box-sizing:border-box}
html{scroll-padding-top:24px}
body{margin:0;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none;transition:color .15s ease,background-color .15s ease,border-color .15s ease}
a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
::selection{background:#f0d2b9;color:#222220}
h1,h2,h3,h4,p{margin:0}
h1,h2,h3,h4{font-weight:700}
.container{width:calc(100% - 96px);max-width:var(--max);margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-100px;z-index:10;padding:12px 20px;background:var(--ink);color:var(--paper)}
.skip-link:focus{top:16px}
.site-header{min-height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}
.wordmark{font-size:30px;line-height:1;font-weight:700;letter-spacing:-1.5px;min-height:44px;display:inline-flex;align-items:center}
.wordmark span{color:var(--accent)}
.site-header nav{display:flex;align-items:center;gap:32px}
.site-header nav a,.site-footer nav a{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:14px}
.site-header nav a:hover,.plain-link:hover,.site-footer nav a:hover{color:var(--accent)}
.site-header .nav-directory{border-left:1px solid var(--line);padding-left:32px}
.hero{padding-block:88px 80px;display:grid;grid-template-columns:1.55fr 1fr;gap:64px;align-items:center}
h1{font-size:clamp(44px,5.1vw,72px);line-height:1.12;letter-spacing:-3.5px}
h1 span{color:var(--accent)}
.hero-intro p{font-size:17px;color:var(--muted);max-width:410px;line-height:1.8;text-wrap:pretty}
.button{margin-top:28px;display:inline-flex;align-items:center;justify-content:space-between;gap:32px;min-height:52px;background:var(--ink);color:white;padding:12px 20px;border:1px solid var(--ink);border-radius:5px;font-size:14px;font-weight:700}
.button:hover{background:var(--accent);border-color:var(--accent)}
.button span{font-size:20px;line-height:1}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}
.section-heading h2{font-size:26px;line-height:1.3;letter-spacing:-.7px}
.section-heading p{color:var(--muted);font-size:14px}
.featured{scroll-margin-top:24px}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}
.project-feature{display:flex;flex-direction:column;min-width:0}
.preview{aspect-ratio:1.7;overflow:hidden;padding:24px 24px 0;border-radius:6px;border:1px solid var(--line);transition:border-color .15s ease}
.preview-minden{background:#e5e8df}
.preview-homepool{background:#dcdfe1}
.preview img{display:block;width:100%;height:auto;border-radius:4px 4px 0 0;border:1px solid #00000015}
.feature-details{padding:24px 0 0;display:flex;flex-direction:column;flex:1}
.project-category{font-size:13px;color:var(--muted);margin-bottom:8px}
.project-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.project-title h3{font-size:24px;line-height:1.35;letter-spacing:-.6px}
.project-arrow{font-size:26px;line-height:1.25}
.feature-details p{color:var(--muted);font-size:15px;margin-top:12px;max-width:490px;text-wrap:pretty}
.text-action{display:inline-flex;gap:12px;align-items:center;margin-top:18px;font-size:14px;font-weight:700}
.project-feature:hover .project-title,.project-feature:hover .text-action{color:var(--accent)}
.project-feature:hover .preview{border-color:var(--accent)}
.more-projects{padding-top:72px;padding-bottom:72px}
.more-projects>.section-heading{padding-top:32px;border-top:1px solid var(--line)}
.plain-link{display:inline-flex;align-items:center;min-height:44px;gap:16px;font-size:14px;font-weight:700}
.project-groups{display:grid;grid-template-columns:1fr 1fr;gap:64px}
.project-group>h3{font-size:14px;color:var(--muted);padding:12px 0 20px;font-weight:400}
.project-list{list-style:none;padding:0;margin:0}
.project-list li{border-top:1px solid var(--line)}
.project-list li:last-child{border-bottom:1px solid var(--line)}
.project-list a{display:flex;gap:24px;align-items:center;justify-content:space-between;padding:19px 0;min-height:96px}
.project-list a>span{font-size:22px;flex-shrink:0}
.project-list a:hover{color:var(--accent);background:#ebebe5}
.project-list h4{font-size:17px;letter-spacing:-.2px;line-height:1.4}
.project-list p{color:var(--muted);font-size:14px;margin-top:6px;text-wrap:pretty}
.about{background:var(--surface);border-block:1px solid var(--line)}
.about-content{padding-block:56px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.about h2{font-size:34px;line-height:1.25;letter-spacing:-1.1px}
.about p{font-size:15px;color:var(--muted);max-width:500px;text-wrap:pretty}
.about p+p{margin-top:16px}
.about .plain-link{margin-top:16px}
.site-footer{display:flex;justify-content:space-between;align-items:center;padding-block:32px;gap:32px}
.site-footer .wordmark{font-size:24px}
.site-footer p{font-size:13px;color:var(--muted);margin-top:2px}
.site-footer nav{display:flex;gap:28px;flex-wrap:wrap}
@media(min-width:1600px){.hero{padding-block:104px 96px}}
@media(max-width:1100px){.hero{gap:32px;grid-template-columns:1.4fr 1fr}h1{letter-spacing:-2.5px}.project-title h3{font-size:21px}.project-groups{gap:40px}.about-content{gap:40px}}
@media(max-width:800px){.container{width:calc(100% - 48px)}.site-header{min-height:88px}.site-header nav{gap:24px}.site-header .nav-directory{display:none}.hero{grid-template-columns:1fr;gap:24px;padding-block:56px}h1{font-size:clamp(42px,7.5vw,60px);letter-spacing:-2.3px}.hero-intro p{max-width:570px}.button{margin-top:24px}.feature-grid{gap:24px}.preview{padding:16px 16px 0}.feature-details{padding-top:20px}.project-title h3{font-size:20px}.section-heading h2{font-size:24px}.project-groups{gap:32px}.about h2{font-size:28px}.more-projects{padding-block:56px}.site-footer nav{gap:20px}}
@media(max-width:580px){.container{width:calc(100% - 40px)}.site-header{gap:16px;min-height:80px}.wordmark{font-size:25px;white-space:nowrap}.site-header nav{gap:18px}.site-header nav a{font-size:13px}.hero{padding-block:44px 48px;gap:24px}h1{font-size:clamp(35px,9.5vw,52px);letter-spacing:-1.8px}.hero-intro p{font-size:16px;line-height:1.75}.section-heading{display:block;margin-bottom:24px}.section-heading h2{font-size:23px}.section-heading p{margin-top:8px}.feature-grid{grid-template-columns:1fr;gap:36px}.preview{aspect-ratio:1.65;padding:18px 18px 0}.project-title h3{font-size:23px}.project-category{font-size:12px}.feature-details p{font-size:15px}.text-action{margin-top:14px}.more-projects{padding-block:44px}.more-projects>.section-heading{padding-top:28px}.more-projects .plain-link{margin-top:8px}.project-groups{grid-template-columns:1fr;gap:28px}.project-list a{padding-block:17px;min-height:90px}.project-group>h3{padding-top:0;padding-bottom:16px}.about-content{grid-template-columns:1fr;gap:24px;padding-block:40px}.about h2{font-size:30px}.site-footer{align-items:flex-start;gap:20px;padding-block:24px}.site-footer nav{flex-direction:column;gap:0;align-items:flex-end}.site-footer nav a{font-size:13px}.site-footer p{max-width:110px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;scroll-behavior:auto!important}}
