.cms-portfolio {
  background: #EEEDE7;
  border-top: 1px solid rgba(27,58,52,.12);
  color: #1B3A34;
}
.cms-portfolio__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 88px 20px 104px;
}
.cms-portfolio__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 600 10px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #6B0F1A;
}
.cms-portfolio__eyebrow::before { content: ""; width: 28px; height: 1px; background: #6B0F1A; }
.cms-portfolio__title {
  max-width: 820px;
  margin: 26px 0 0;
  font: 500 clamp(2.8rem, 6vw, 5.5rem)/.95 Georgia, 'Times New Roman', serif;
  letter-spacing: -.055em;
}
.cms-portfolio__intro { max-width: 680px; margin-top: 24px; color: #66716D; line-height: 1.7; }
.cms-portfolio__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: 48px; }
.cms-portfolio__card { background: #F8F7F3; border-top: 2px solid #1B3A34; overflow: hidden; }
.cms-portfolio__card img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.cms-portfolio__card-body { padding: 24px; }
.cms-portfolio__card h3 { margin: 0; font-size: 1.2rem; }
.cms-portfolio__card p { margin: 12px 0 0; color: #66716D; line-height: 1.65; }
@media (max-width: 850px) { .cms-portfolio__grid { grid-template-columns: 1fr; } .cms-portfolio__inner { padding: 68px 20px 76px; } }

/* CMS-gesteuerte Bilder für bestehende Seiten */
.cms-page-gallery{background:#F8F7F3;border-top:1px solid rgba(27,58,52,.12);color:#1B3A34}.cms-page-gallery__inner{max-width:1320px;margin:0 auto;padding:72px 20px 90px}.cms-page-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.cms-page-gallery__item{margin:0;background:#EEEDE7;border-top:2px solid #1B3A34;overflow:hidden}.cms-page-gallery__item img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.cms-page-gallery__item figcaption{padding:14px 16px;color:#66716D;font:500 13px/1.5 Inter,system-ui,sans-serif}

/* Dynamische CMS-Seiten */
.cms-custom-root{min-height:100vh;background:#F8F7F3;color:#1B3A34;font-family:Inter,system-ui,sans-serif}.cms-custom-header{border-bottom:1px solid rgba(27,58,52,.14);background:rgba(248,247,243,.96)}.cms-custom-nav{max-width:1320px;margin:auto;min-height:82px;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cms-custom-logo img{width:190px;max-height:52px;object-fit:contain}.cms-custom-nav__links{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.cms-custom-nav__links a{color:#1B3A34;text-decoration:none;font-size:13px;font-weight:600}.cms-custom-nav__links a:hover{color:#6B0F1A}.cms-custom-main{display:block}.cms-custom-inner{max-width:1320px;margin:0 auto;padding-left:24px;padding-right:24px}.cms-custom-hero{background:#EEEDE7;border-bottom:1px solid rgba(27,58,52,.12)}.cms-custom-hero .cms-custom-inner{padding-top:92px;padding-bottom:94px}.cms-custom-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.2em;color:#6B0F1A;font-weight:700}.cms-custom-hero h1{max-width:940px;margin:24px 0 0;font:500 clamp(3.2rem,7vw,7rem)/.92 Georgia,'Times New Roman',serif;letter-spacing:-.065em}.cms-custom-intro{max-width:760px;margin:30px 0 0;color:#66716D;font-size:18px;line-height:1.75}.cms-custom-cta{display:inline-flex;margin-top:30px;padding:14px 20px;background:#1B3A34;color:#fff;text-decoration:none;font-weight:700}.cms-custom-cta:hover{background:#6B0F1A}.cms-custom-body .cms-custom-inner{padding-top:72px;padding-bottom:72px}.cms-custom-prose{max-width:900px}.cms-custom-prose p{font:400 18px/1.85 Inter,system-ui,sans-serif;color:#354A45;margin:0 0 24px}.cms-custom-gallery{background:#EEEDE7;border-top:1px solid rgba(27,58,52,.12)}.cms-custom-gallery__inner{max-width:1320px;margin:auto;padding:70px 24px 96px}.cms-custom-gallery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.cms-custom-gallery__item{margin:0;background:#F8F7F3;border-top:2px solid #1B3A34;overflow:hidden}.cms-custom-gallery__item img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.cms-custom-gallery__item figcaption{padding:15px 17px;color:#66716D;font-size:13px;line-height:1.5}.cms-custom-footer{background:#1B3A34;color:#F8F7F3;padding:38px 24px;text-align:center;font-size:13px}.cms-custom-missing{max-width:800px;margin:80px auto;padding:40px 24px;color:#1B3A34}.cms-custom-missing h1{font:500 48px/1 Georgia,serif}.cms-custom-missing a{color:#6B0F1A}
@media(max-width:850px){.cms-page-gallery__grid,.cms-custom-gallery__grid{grid-template-columns:1fr}.cms-custom-nav{align-items:flex-start;flex-direction:column}.cms-custom-nav__links{gap:14px 20px}.cms-custom-hero .cms-custom-inner{padding-top:68px;padding-bottom:70px}.cms-custom-body .cms-custom-inner{padding-top:52px;padding-bottom:52px}}
