@charset "UTF-8";
:root{--green:#123d2e;--orange:#ff9356;--paper:#f7f8f4;--ink:#172b23;--muted:#526059;--line:#d5dcd5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.65}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #d65812;outline-offset:6px}a:hover{text-decoration:underline;text-underline-offset:5px}.wrap{width:min(1220px,calc(100% - 96px));margin:auto}header{min-height:100px;padding:20px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);max-width:1440px;margin:auto}.brand{display:flex;align-items:center;gap:14px;font-size:14px;font-weight:700;line-height:1.3}.monogram{font-size:43px;font-weight:900;letter-spacing:-4px;line-height:1}.monogram span{color:#d95e21}nav{display:flex;gap:30px;font-size:14px}nav a{padding:8px 0}.small-button{background:var(--green);color:white;padding:12px 20px;border-radius:7px;font-size:14px;font-weight:700}.small-button span{margin-left:15px}.hero{display:grid;grid-template-columns:1.3fr .8fr;align-items:center;gap:70px;padding-top:72px;padding-bottom:80px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 24px;line-height:1.7}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,5.7vw,82px);line-height:1.03;letter-spacing:-4px;margin-bottom:28px;font-weight:750}h1 span{color:#2b7852}h2{font-size:clamp(35px,4vw,54px);line-height:1.12;letter-spacing:-2px;margin-bottom:24px}h3{font-size:24px;line-height:1.25;letter-spacing:-.6px}.intro{max-width:530px;font-size:20px;color:var(--muted);line-height:1.6;margin-bottom:30px}.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.button{display:inline-flex;gap:32px;align-items:center;justify-content:space-between;background:var(--orange);color:#172b23;border-radius:7px;padding:17px 24px;font-size:16px;font-weight:700;transition:transform .2s,background .2s}.button:hover{background:#ffab79;transform:translateY(-2px);text-decoration:none}.button span{font-size:24px;line-height:1}.text-link{font-size:15px;font-weight:700;text-decoration:underline;text-underline-offset:5px}.hero-note{font-size:13px;color:var(--muted);margin:24px 0 0}.portrait-block{position:relative;padding-bottom:46px}.portrait-frame{height:470px;border-radius:100px 12px 12px 12px;overflow:hidden;background:var(--green)}.portrait-frame img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;display:block}.portrait-caption{position:absolute;bottom:0;left:-25px;background:var(--green);color:white;padding:18px 26px;border-radius:8px;right:32px;box-shadow:0 12px 28px #123d2e12}.portrait-caption span{display:block;color:#c4d5c8;font-size:13px}.portrait-caption b{font-size:23px;letter-spacing:-.5px}.photo-tag{position:absolute;right:-25px;top:30px;background:var(--orange);padding:18px;border-radius:50%;height:130px;width:130px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:1.35;transform:rotate(9deg)}.statement-strip{background:var(--green);color:white;padding:26px 40px;display:flex;justify-content:center;gap:24px;align-items:center}.statement-strip p{margin:0;font-weight:700}.statement-strip span{color:#d1e2d6;font-size:16px}.section{padding-top:105px;padding-bottom:105px}.section-heading{max-width:790px;margin-bottom:48px}.section-heading>p:last-child{max-width:610px;color:var(--muted);font-size:18px}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.services article{border-top:1px solid #8b9c8e;padding-top:25px}.number{font-size:14px;color:#3c7659;display:block;margin-bottom:30px;font-weight:700}.services p{color:var(--muted);margin-bottom:26px}.service-meta{display:block;font-size:14px;font-weight:700;border-top:1px solid var(--line);padding-top:18px}.process{background:var(--green);color:white;padding:84px 0}.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.process .eyebrow{color:#b9d3c3;letter-spacing:1.3px}.process p{color:#c9dbd0}.process-grid>div>p:not(.eyebrow){max-width:450px}.light{color:white}.process ol{list-style:none;padding:0;margin:0}.process li{display:flex;gap:22px;padding:0 0 24px;margin-bottom:24px;border-bottom:1px solid #456452}.process li:last-child{margin:0;padding:0;border:0}.process li>span{color:var(--orange);font-size:14px;font-weight:700;padding-top:5px}.process h3{font-size:21px;margin-bottom:10px}.process li p{font-size:16px;margin:0}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.project{padding:36px 38px;border-radius:12px;display:flex;flex-direction:column;align-items:stretch}.project-herzraum{background:#e6ede2}.project-buttons{background:#f9e4d2}.project-top{font-size:12px;letter-spacing:.6px;display:flex;justify-content:space-between;gap:20px;margin-bottom:44px}.project-top span:last-child{letter-spacing:0}.project h3{font-size:43px;letter-spacing:-1.6px;margin-bottom:28px}.project h3 em{font-family:Georgia,serif;font-weight:400}.project p{font-size:16px}.project ul{padding-left:20px;font-size:15px;margin-top:0;margin-bottom:30px}.project a{display:flex;justify-content:space-between;font-size:15px;font-weight:700;padding-top:20px;border-top:1px solid #172b2333;margin-top:auto}.about{border-top:1px solid var(--line);background:white}.about-grid{display:grid;grid-template-columns: .8fr 1.2fr;gap:90px}.about-title h2{font-size:64px}.about-title h2 span{font-family:Georgia,serif;font-weight:400;font-style:italic;color:#2b7852}.about-title>p:not(.eyebrow){color:var(--muted);margin:30px 0}.about-text p{margin-bottom:22px;color:#415047}.about-text .lead{font-size:25px;line-height:1.45;color:var(--green);font-weight:700;letter-spacing:-.4px}blockquote{margin:32px 0 0;padding:6px 0 6px 24px;border-left:4px solid var(--orange);font-size:23px;line-height:1.45;font-weight:700;letter-spacing:-.5px}.contact{background:var(--green);color:white;text-align:center}.contact h2{font-size:clamp(42px,5.5vw,76px);letter-spacing:-3px}.contact>div>p:not(.eyebrow){color:#d2e1d8}.contact .button{margin-top:12px}.contact .contact-note{font-size:13px;margin:18px 0 0}footer{display:flex;justify-content:space-between;gap:28px;align-items:center;padding-top:35px;padding-bottom:35px}footer>span,footer>a:last-child{font-size:13px;color:var(--muted)}footer small{font-size:12px;font-weight:400;display:block;margin-top:5px}.skip{position:absolute;left:20px;top:-100px;padding:12px;background:white;z-index:100}.skip:focus{top:15px}@media(min-width:1500px){.hero{padding-top:90px;padding-bottom:100px}}@media(max-width:1000px){.wrap{width:calc(100% - 64px)}header{padding:20px 32px}nav{gap:18px}.hero{gap:35px}.portrait-frame{height:410px}.photo-tag{right:-12px;width:110px;height:110px;font-size:12px}.hero-actions{gap:18px}.hero-note{font-size:12px}.process-grid,.about-grid{gap:50px}.project{padding:28px}.project-top{flex-direction:column;gap:3px}.project h3{font-size:35px}.about-title h2{font-size:52px}footer>span{display:none}}@media(max-width:700px){html{scroll-padding-top:24px}.wrap{width:calc(100% - 40px)}header{padding:19px 20px;flex-wrap:wrap;gap:20px}.brand{font-size:12px}.monogram{font-size:37px}nav{order:3;width:100%;justify-content:space-between;border-top:1px solid var(--line);padding-top:12px;font-size:13px}.small-button{padding:11px 13px;font-size:12px}.small-button span{margin-left:5px}.hero{grid-template-columns:1fr;padding-top:42px;padding-bottom:54px;gap:38px}h1{font-size:clamp(43px,10vw,68px);letter-spacing:-2.5px}.eyebrow{font-size:11px;letter-spacing:1.3px;margin-bottom:19px}.intro{font-size:18px}.hero-actions{gap:22px}.button{padding:16px 20px;font-size:15px}.portrait-block{width:100%;max-width:480px;justify-self:center;padding-bottom:35px}.portrait-frame{height:390px;border-top-left-radius:70px}.portrait-frame img{object-position:50% 50%}.portrait-caption{left:14px;right:35px;padding:15px 22px}.portrait-caption b{font-size:22px}.photo-tag{right:-6px;top:20px;width:112px;height:112px}.statement-strip{flex-direction:column;gap:5px;text-align:center;padding:25px 20px;font-size:15px}.statement-strip span{font-size:14px}.section{padding-top:65px;padding-bottom:65px}h2{font-size:37px;letter-spacing:-1.4px}.section-heading{margin-bottom:34px}.section-heading>p:last-child{font-size:17px}.services{grid-template-columns:1fr;gap:32px}.number{margin-bottom:18px}.services p{margin-bottom:20px}.process{padding:60px 0}.process-grid,.project-grid,.about-grid{grid-template-columns:1fr;gap:40px}.process-grid{gap:45px}.process h3{font-size:20px}.project-grid{gap:20px}.project{padding:28px 25px}.project-top{margin-bottom:30px;flex-direction:row;font-size:10px}.project h3{font-size:38px}.about-title h2{font-size:54px}.about-title>p:not(.eyebrow){margin:22px 0}.about-text .lead{font-size:23px}.about-text{font-size:16px}blockquote{font-size:22px}.contact h2{font-size:45px;letter-spacing:-2px}.contact p br{display:none}footer{flex-wrap:wrap;padding-top:30px;padding-bottom:30px;gap:25px}footer>a:last-child{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}

/* Supplied brand assets, original artwork preserved. */
.brand{gap:15px;flex-shrink:0}.brand-icon{display:block;width:78px;height:auto}.brand-name{display:block;width:170px;height:auto}header{gap:24px}footer .brand-icon{width:66px}footer .brand-name{width:160px}@media(max-width:1000px) and (min-width:701px){header .brand-icon{width:58px}header .brand-name{width:155px}header nav{gap:14px}header{gap:16px}}@media(max-width:700px){header{gap:12px}.brand{gap:8px}header .brand-icon{width:44px}header .brand-name{width:145px}header .small-button{padding:11px 10px}footer .brand-icon{width:60px}footer .brand-name{width:155px}}
