:root{
  --black:#202020;
  --navy:#26303e;
  --gold:#b9aa91;
  --sand:#d9cdba;
  --paper:#f7f5f1;
  --line:#d8d2c9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;min-height:100%;background:var(--black)}
body{color:var(--navy);font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif}
a{text-decoration:none}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif}

.topbar{height:64px;background:var(--black);color:#525965}
.nav-inner{height:64px;max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 3px}
.main-nav{height:100%;display:flex;align-items:center;gap:39px}
.main-nav a{height:100%;display:flex;align-items:center;position:relative;color:#c4c1bb;font-size:16px;font-weight:300;white-space:nowrap}
.main-nav a.active{color:#d2bea0}
.main-nav a.active::after{content:"";position:absolute;left:0;bottom:13px;width:53px;height:2px;background:#d2bea0}
.top-contact{display:flex;align-items:center;gap:18px;font-size:15px;font-weight:300;color:#989b9f}
.top-contact b{width:1px;height:19px;background:#424242}
.site-shell{width:calc(100% - 30px);max-width:1643px;margin:0 auto;background:#fff}
.eyebrow{display:block;margin-bottom:18px;color:#a99473;font-size:13px;font-weight:600;letter-spacing:3.1px}
.eyebrow.light{color:#cbb99a}
.gold-line{width:136px;height:3px;background:#b9aa91;margin:29px 0 25px}

.projects-hero{
  min-height:610px;
  background:#f7f5f1;
  padding:103px 8.5% 108px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:105px;
  align-items:center;
}
.hero-kicker{
  display:block;
  color:#a68f6e;
  font-family:Georgia,"Times New Roman",serif;
  font-size:29px;
  font-weight:700;
  letter-spacing:-.7px;
  margin-bottom:22px;
}
.projects-hero h1{
  margin:0;
  color:#26303e;
  font-size:64px;
  line-height:1.1;
  letter-spacing:-2.3px;
}
.hero-copy p{
  max-width:680px;
  margin:0 0 14px;
  color:#596068;
  font-size:19px;
  line-height:1.62;
  font-weight:300;
}
.hero-facts{border-top:1px solid #ccc5bb}
.hero-facts article{
  display:grid;
  grid-template-columns:145px 1fr;
  gap:28px;
  align-items:center;
  padding:25px 0;
  border-bottom:1px solid #ccc5bb;
}
.hero-facts strong{
  color:#9f8a6a;
  font-family:Georgia,"Times New Roman",serif;
  font-size:34px;
  white-space:nowrap;
}
.hero-facts span{
  color:#686e73;
  font-size:16px;
  line-height:1.45;
  font-weight:300;
}

.project-overview{
  background:#fff;
  padding:98px 8.5% 112px;
}
.section-heading{
  max-width:1360px;
  margin:0 auto 46px;
}
.section-heading h2{
  margin:0;
  color:#26303e;
  font-size:46px;
  line-height:1.18;
  letter-spacing:-1.6px;
}
.section-heading>p{
  max-width:790px;
  margin:19px 0 0;
  color:#666c71;
  font-size:17px;
  line-height:1.55;
  font-weight:300;
}

.project-grid{
  max-width:1360px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:34px;
}
.project-card{
  background:#f7f5f1;
  border:1px solid #e0dbd3;
  display:grid;
  grid-template-rows:290px 1fr;
}
.project-card.large{
  grid-column:1 / -1;
  grid-template-columns:1.15fr .85fr;
  grid-template-rows:1fr;
  min-height:440px;
}
.project-card.wide{
  grid-column:1 / -1;
  grid-template-columns:.9fr 1.1fr;
  grid-template-rows:1fr;
  min-height:400px;
}
.project-placeholder{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(135deg,rgba(38,48,62,.04),rgba(38,48,62,.12)),
    repeating-linear-gradient(135deg,#ddd9d2 0,#ddd9d2 10px,#e5e1db 10px,#e5e1db 20px);
  overflow:hidden;
}
.project-placeholder::before,
.project-placeholder::after{
  content:"";
  position:absolute;
  background:#b5aa99;
  opacity:.55;
}
.project-placeholder::before{
  width:140%;
  height:1px;
  transform:rotate(24deg);
}
.project-placeholder::after{
  width:140%;
  height:1px;
  transform:rotate(-24deg);
}
.project-placeholder span{
  position:relative;
  z-index:1;
  padding:8px 12px;
  background:rgba(247,245,241,.88);
  color:#8f816d;
  font-size:11px;
  font-weight:600;
  letter-spacing:2px;
}
.project-copy{padding:31px 32px 34px}
.project-type{
  display:block;
  color:#9b8564;
  font-size:10px;
  font-weight:600;
  letter-spacing:1.8px;
  margin-bottom:12px;
}
.project-copy h3{
  margin:0 0 10px;
  color:#2a3541;
  font-size:24px;
  line-height:1.3;
}
.project-copy .meta{
  margin:0 0 14px;
  color:#8a8f93;
  font-size:13px;
  font-weight:300;
}
.project-copy>p:not(.meta){
  margin:0;
  color:#676d72;
  font-size:15px;
  line-height:1.52;
  font-weight:300;
}
.project-copy>a{
  margin-top:22px;
  display:inline-flex;
  align-items:center;
  gap:15px;
  color:#39434e;
  font-size:14px;
}
.project-copy>a span{font-size:20px;color:#9e8868}

.clients{
  background:#d9cdba;
  padding:92px 8.5% 100px;
}
.client-grid{
  max-width:1360px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #ad9e86;
  border-bottom:1px solid #ad9e86;
}
.client-grid span{
  min-height:105px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#6d655c;
  font-size:12px;
  font-weight:500;
  letter-spacing:1.3px;
  border-left:1px solid #ad9e86;
  border-top:1px solid #ad9e86;
}
.client-grid span:nth-child(-n+4){border-top:0}
.client-grid span:nth-child(4n+1){border-left:0}

.offer-cta{
  background:#202020;
  color:#eee9e1;
  padding:82px 8.5%;
  display:grid;
  grid-template-columns:1fr .9fr;
  gap:100px;
  align-items:center;
}
.offer-cta h2{
  margin:0;
  color:#f2eee8;
  font-size:42px;
  line-height:1.2;
  letter-spacing:-1.4px;
}
.offer-cta p{
  margin:0 0 25px;
  color:#aeb2b6;
  font-size:17px;
  line-height:1.55;
  font-weight:300;
}
.offer-cta a{
  min-width:180px;
  min-height:50px;
  padding:0 18px;
  background:#d9cdba;
  color:#26303e;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  font-size:15px;
}
.offer-cta a span{font-size:22px}

.contact-close{
  background:#f7f5f1;
  padding:72px 8.5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}
.contact-close h2{
  margin:0;
  color:#26303e;
  font-size:41px;
  line-height:1.2;
  letter-spacing:-1.3px;
}
.close-contact{
  display:flex;
  flex-direction:column;
  gap:7px;
  align-items:flex-end;
}
.close-contact a{color:#2f3945;font-size:18px}

.footer{
  background:#202020;
  color:#777d84;
  padding:34px 8.5%;
  display:grid;
  grid-template-columns:150px 1fr 1fr auto;
  gap:32px;
  align-items:center;
  font-size:14px;
}
.footer>img{width:108px;height:auto}
.footer nav{display:flex;gap:24px}
.footer nav a{color:#777d84}

@media(max-width:1180px){
  .nav-inner{padding:0 24px}
  .top-contact{display:none}
  .main-nav{gap:27px;overflow:auto}
  .site-shell{width:calc(100% - 20px)}
  .projects-hero,.offer-cta{gap:55px}
  .projects-hero,.project-overview,.clients,.offer-cta,.contact-close,.footer{padding-left:6%;padding-right:6%}
}
@media(max-width:900px){
  .projects-hero,.offer-cta{grid-template-columns:1fr}
  .project-grid{grid-template-columns:1fr}
  .project-card.large,.project-card.wide{
    grid-column:auto;
    grid-template-columns:1fr;
    grid-template-rows:300px 1fr;
    min-height:0;
  }
  .client-grid{grid-template-columns:repeat(2,1fr)}
  .client-grid span:nth-child(-n+4){border-top:1px solid #ad9e86}
  .client-grid span:nth-child(-n+2){border-top:0}
  .client-grid span:nth-child(4n+1){border-left:1px solid #ad9e86}
  .client-grid span:nth-child(2n+1){border-left:0}
  .footer{grid-template-columns:1fr}
}
@media(max-width:640px){
  .site-shell{width:calc(100% - 12px)}
  .projects-hero,.project-overview,.clients,.offer-cta,.contact-close,.footer{padding-left:24px;padding-right:24px}
  .projects-hero h1{font-size:44px}
  .hero-kicker{font-size:24px}
  .section-heading h2,.offer-cta h2,.contact-close h2{font-size:32px}
  .hero-facts article{grid-template-columns:110px 1fr}
  .hero-facts strong{font-size:27px}
  .client-grid{grid-template-columns:1fr}
  .client-grid span{border-left:0!important;border-top:1px solid #ad9e86!important}
  .client-grid span:first-child{border-top:0!important}
  .contact-close{align-items:flex-start;flex-direction:column}
  .close-contact{align-items:flex-start}
}


/* v2 – echte ausgewählte Auftraggeber */
.client-featured{
  max-width:1360px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #ad9e86;
  border-bottom:1px solid #ad9e86;
}
.client-featured article{
  min-height:165px;
  padding:29px 27px 31px;
  border-left:1px solid #ad9e86;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.client-featured article:first-child{
  border-left:0;
  padding-left:0;
}
.client-featured article>span{
  color:#826e52;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
}
.client-featured article>strong{
  color:#283341;
  font-family:Georgia,"Times New Roman",serif;
  font-size:21px;
  line-height:1.35;
  font-weight:700;
}

.client-secondary{
  max-width:1360px;
  margin:28px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(126,108,82,.45);
}
.client-secondary span{
  min-height:74px;
  display:flex;
  align-items:center;
  color:#645e56;
  font-size:15px;
  font-weight:300;
  border-bottom:1px solid rgba(126,108,82,.45);
  padding:0 24px 0 0;
}
.client-secondary span:nth-child(4n+2),
.client-secondary span:nth-child(4n+3),
.client-secondary span:nth-child(4n+4){
  padding-left:24px;
  border-left:1px solid rgba(126,108,82,.45);
}

@media(max-width:900px){
  .client-featured{grid-template-columns:1fr 1fr}
  .client-featured article:nth-child(3){
    border-left:0;
    border-top:1px solid #ad9e86;
    padding-left:0;
  }
  .client-featured article:nth-child(4){
    border-top:1px solid #ad9e86;
  }
  .client-secondary{grid-template-columns:1fr 1fr}
  .client-secondary span{
    border-left:0!important;
    padding-left:0!important;
  }
  .client-secondary span:nth-child(even){
    border-left:1px solid rgba(126,108,82,.45)!important;
    padding-left:24px!important;
  }
}
@media(max-width:640px){
  .client-featured{grid-template-columns:1fr}
  .client-featured article{
    border-left:0!important;
    border-top:1px solid #ad9e86;
    padding-left:0!important;
    min-height:120px;
  }
  .client-featured article:first-child{border-top:0}
  .client-secondary{grid-template-columns:1fr}
  .client-secondary span{
    border-left:0!important;
    padding-left:0!important;
  }
}


/* V1.7 – erstes echtes Musterprojekt BAB 4 */
.project-real-photo{
  padding:0;
  background:#d9d5ce;
}
.project-real-photo::before,
.project-real-photo::after{
  display:none;
}
.project-real-photo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}


/* V1.7.1 – Auftraggeber einheitlich ausrichten */
.client-featured{
  align-items:stretch;
}
.client-featured article{
  min-height:165px;
  height:100%;
  padding:29px 27px 31px;
  text-align:left;
  justify-content:space-between;
}
.client-featured article:first-child{
  padding-left:27px;
}
.client-featured article>span,
.client-featured article>strong{
  width:100%;
  text-align:left;
}

.client-secondary{
  align-items:stretch;
}
.client-secondary span{
  min-height:74px;
  height:74px;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  text-align:left;
}
.client-secondary span:nth-child(4n+1),
.client-secondary span:nth-child(4n+2),
.client-secondary span:nth-child(4n+3),
.client-secondary span:nth-child(4n+4){
  padding-left:24px;
}

@media(max-width:900px){
  .client-featured article,
  .client-featured article:first-child,
  .client-featured article:nth-child(3){
    padding-left:27px;
  }
  .client-secondary span,
  .client-secondary span:nth-child(even){
    padding-left:24px!important;
  }
}
@media(max-width:640px){
  .client-featured article,
  .client-featured article:first-child{
    min-height:120px;
    padding-left:0;
    padding-right:0;
  }
  .client-secondary span{
    height:auto;
    min-height:64px;
    padding-left:0!important;
    padding-right:0!important;
  }
}
