
:root{
  --ink:#0b0b0b;--paper:#fff;--soft:#f5f6f2;--line:#dedfd9;
  --green:#627842;--green-dark:#43552f;--green-pale:#eef1e9;
  --max:1440px;--pad:clamp(22px,5vw,72px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:12px;left:12px;padding:10px 14px;background:#fff;z-index:9999}
.container{width:min(var(--max),calc(100% - 2*var(--pad)));margin-inline:auto}
.eyebrow{margin:0 0 18px;color:var(--green-dark);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:800;line-height:.98;letter-spacing:-.035em}
h1{font-size:clamp(3rem,6vw,6.75rem)}
h2{font-size:clamp(2rem,3.4vw,4.4rem)}
h3{font-size:1.15rem;letter-spacing:-.01em}
.button,.nav-cta{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:14px 24px;border:1px solid transparent;font-size:.78rem;font-weight:800;letter-spacing:.035em;text-transform:uppercase;transition:.2s ease}
.button-green,.nav-cta{background:var(--green);color:#fff}
.button-green:hover,.nav-cta:hover{background:var(--green-dark);transform:translateY(-1px)}
.button-outline{border-color:var(--ink);background:#fff}
.button-outline:hover{background:var(--ink);color:#fff}
.section,.section-rule{padding:clamp(70px,8vw,130px) var(--pad)}
.section-rule{border-top:1px solid var(--line)}
.section-soft{background:var(--soft)}
.section-heading{margin-bottom:50px}
.section-heading.centered{text-align:center}
.center{text-align:center}.section-gap{margin-top:48px}

/* Header */
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.header-inner{width:min(var(--max),calc(100% - 2*var(--pad)));height:88px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px}
.brand{width:190px;display:block;overflow:hidden}
.brand img{width:100%;height:56px;object-fit:contain;object-position:left center}
.primary-navigation{display:flex;align-items:center;gap:28px}
.site-menu{display:flex;align-items:center;gap:32px;margin:0;padding:0;list-style:none}
.site-menu a{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em;position:relative}
.site-menu a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--green);transition:.2s}
.site-menu a:hover:after,.current-menu-item>a:after{width:100%}
.nav-cta{min-height:46px;padding:12px 20px}
.menu-toggle{display:none;background:none;border:0;padding:10px}
.menu-toggle span{display:block;width:25px;height:2px;margin:5px;background:#000}.menu-toggle b{display:none}

/* Home */
.hero{min-height:720px;display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line)}
.hero-copy{padding:clamp(70px,7vw,120px) var(--pad) 48px;display:flex;flex-direction:column;justify-content:center}
.hero h1{margin-bottom:28px;max-width:760px}
.hero-lead{max-width:650px;font-size:clamp(1rem,1.4vw,1.3rem);margin-bottom:34px}
.hero-copy>.button{align-self:flex-start}
.hero-media{margin:0;min-height:720px;overflow:hidden}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:56px;max-width:720px}
.trust-strip>div{padding:0 18px;border-right:1px solid var(--line);display:grid;gap:3px;text-align:center}
.trust-strip>div:first-child{padding-left:0}
.trust-strip>div:last-child{border-right:0}
.line-icon{font-size:1.6rem;color:var(--green)}
.trust-strip strong{font-size:.8rem;text-transform:uppercase}.trust-strip small{font-size:.7rem;text-transform:uppercase;font-weight:700}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);padding-inline:var(--pad)}
.feature-card{text-align:center;padding:16px clamp(22px,3vw,56px);border-right:1px solid var(--line)}
.feature-card:last-child{border-right:0}
.feature-icon{display:grid;place-items:center;width:68px;height:68px;margin:0 auto 26px;border:1px solid var(--green);border-radius:50%;color:var(--green);font-size:2rem}
.feature-card h2{font-size:1.35rem;line-height:1.2;text-transform:uppercase;letter-spacing:-.02em}
.feature-card p{max-width:240px;margin-inline:auto}
.about{display:grid;grid-template-columns:minmax(250px,.72fr) 2fr;gap:80px;align-items:center}
.section-intro{max-width:460px}.section-intro h2{font-size:clamp(2.4rem,4vw,5rem)}
.section-intro p:not(.eyebrow){margin-bottom:30px}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.person{text-align:center;padding:0 clamp(20px,3vw,52px);border-left:1px solid var(--line)}
.person img{width:clamp(160px,15vw,230px);aspect-ratio:1;border-radius:50%;object-fit:cover;filter:grayscale(1);border:2px solid var(--green);margin:0 auto 22px}
.person h3{text-transform:uppercase}
.person p{font-size:.93rem}
.studio{display:grid;grid-template-columns:minmax(250px,.62fr) 2fr;gap:54px;align-items:center;background:var(--soft)}
.studio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}
.studio-grid figure{margin:0;aspect-ratio:3/4;overflow:hidden}
.studio-grid img{width:100%;height:100%;object-fit:cover;transition:.4s}
.studio-grid figure:hover img{transform:scale(1.025)}
.references{padding-bottom:90px}
.references h2{text-transform:uppercase;font-size:clamp(1.9rem,3vw,3.4rem)}
.references h2:after{content:"";display:block;width:44px;height:2px;background:var(--green);margin:20px auto}
.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.quote-grid blockquote{margin:0;padding:34px;border:1px solid var(--line);background:#fff}
.stars{color:var(--green);letter-spacing:.15em;margin-bottom:20px}
.quote-grid cite{font-style:normal;font-size:.75rem;font-weight:800;text-transform:uppercase}
.faq{display:grid;grid-template-columns:.5fr 2fr;gap:54px;align-items:start;background:#fafafa}
.faq-list{border-top:1px solid var(--line)}
.faq-list details{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;cursor:pointer;padding:19px 44px 19px 0;font-weight:700;position:relative}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:8px;font-size:1.3rem}
.faq-list details[open] summary:after{content:"–"}
.faq-list details p{padding:0 44px 20px 0;max-width:760px}
.contact-band{display:grid;grid-template-columns:1.15fr repeat(4,1fr);gap:0;padding:44px var(--pad);border-top:1px solid var(--line);background:var(--soft);align-items:center}
.contact-title{padding-right:30px}
.contact-title h2{font-size:1.4rem;text-transform:uppercase;margin:0}
.contact-band>a{display:flex;align-items:center;gap:14px;padding:12px 24px;border-left:1px solid var(--line);min-height:70px}
.contact-band>a>span{font-size:1.8rem;color:var(--green)}
.contact-band small,.contact-band strong{display:block}.contact-band small{text-transform:uppercase;font-size:.65rem}.contact-band strong{font-size:.72rem;overflow-wrap:anywhere}

/* Footer */
.site-footer{background:linear-gradient(90deg,#344027,#4d5e38);color:#fff;padding:48px var(--pad) 20px}
.footer-top{width:min(var(--max),100%);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:40px}
.footer-brand{width:190px}.footer-brand img{width:100%;max-height:52px;object-fit:contain;object-position:left}
.footer-navigation{display:flex;flex-wrap:wrap;gap:26px}.footer-navigation a{font-size:.72rem;text-transform:uppercase;font-weight:700}
.footer-bottom{width:min(var(--max),100%);margin:36px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.22);display:flex;justify-content:space-between;font-size:.7rem;opacity:.8}

/* Subpages */
.subpage-hero{padding:clamp(80px,9vw,145px) var(--pad);background:linear-gradient(90deg,#f5f5f2,#fff);border-bottom:1px solid var(--line)}
.subpage-hero .container{width:min(var(--max),calc(100% - 2*var(--pad)))}
.subpage-hero h1{margin-bottom:25px;font-size:clamp(3rem,6vw,6.8rem)}
.breadcrumb{display:flex;gap:14px;align-items:center;font-size:.8rem}
.breadcrumb a{color:var(--green-dark);font-weight:700}
.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,8vw,140px);align-items:start}
.mission-grid h2{font-size:clamp(2.6rem,5vw,6rem);text-transform:uppercase}
.prose{font-size:1.08rem;max-width:680px}.prose p{margin-bottom:24px}
.subpage-team{display:grid;gap:0;border-top:1px solid var(--line)}
.subpage-team article{display:grid;grid-template-columns:130px 1fr;gap:30px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}
.subpage-team img{width:120px;aspect-ratio:1;border-radius:50%;filter:grayscale(1);object-fit:cover;border:2px solid var(--green)}
.subpage-team h3{text-transform:uppercase;margin-bottom:8px}.subpage-team p{margin:0;max-width:650px}
.why{background:var(--green-pale)}
.why-list{margin-top:30px;border-top:1px solid #cdd4c4}
.why-list div{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #cdd4c4}
.why-list span{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--green);border-radius:50%;color:var(--green)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.gallery-item{padding:0;border:0;background:none;cursor:pointer;overflow:hidden;aspect-ratio:4/5}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.35s}
.gallery-item:hover img{transform:scale(1.03)}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.value-grid article{padding:34px;border:1px solid var(--line)}
.value-grid span{color:var(--green);font-weight:800}.value-grid h3{font-size:1.6rem;margin-top:26px}
.quote-grid-large{grid-template-columns:repeat(2,1fr)}
.quote-grid-large blockquote{min-height:260px;display:flex;flex-direction:column;justify-content:space-between}
.quote-grid-large p{font-size:1.15rem}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.contact-cards>a{display:flex;flex-direction:column;align-items:flex-start;padding:34px;border:1px solid var(--line);transition:.2s}
.contact-cards>a:hover{border-color:var(--green);transform:translateY(-3px)}
.contact-cards span{font-size:2rem;color:var(--green)}.contact-cards small{text-transform:uppercase;font-weight:800;margin:18px 0 8px}.contact-cards strong{font-size:1.25rem;overflow-wrap:anywhere}
.location-box{margin-top:34px;padding:42px;background:var(--green-pale);display:flex;align-items:center;justify-content:space-between;gap:30px}
.location-box h2{font-size:clamp(1.6rem,3vw,3rem);line-height:1.1}
.narrow{max-width:850px}.legal-copy h2{font-size:1.7rem;line-height:1.2;margin-top:45px}.entry-content{font-size:1.05rem}
.post-card{padding:30px 0;border-bottom:1px solid var(--line)}

/* Responsive */
@media(max-width:1050px){
  .primary-navigation{position:fixed;inset:88px 0 0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:34px var(--pad);overflow:auto}
  .menu-open .primary-navigation{display:flex}
  .site-menu{flex-direction:column;align-items:stretch;gap:0}
  .site-menu li{border-bottom:1px solid var(--line)}
  .site-menu a{display:block;padding:20px 0;font-size:1rem}
  .site-menu a:after{display:none}
  .nav-cta{margin-top:20px}
  .menu-toggle{display:block}
  .hero{grid-template-columns:1fr;min-height:auto}.hero-media{min-height:520px}.hero-copy{padding-top:70px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card:nth-child(2){border-right:0}.feature-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .about,.studio{grid-template-columns:1fr}.section-intro{max-width:650px}.team-grid{margin-top:20px}
  .contact-band{grid-template-columns:1fr 1fr}.contact-title{grid-column:1/-1;margin-bottom:18px}.contact-band>a:nth-child(even){border-left:0}
}
@media(max-width:720px){
  :root{--pad:20px}
  body{font-size:15px}
  .header-inner{height:74px}.brand{width:155px}.brand img{height:44px}
  .primary-navigation{inset:74px 0 0}
  .hero-copy{padding:58px var(--pad) 40px}.hero h1{font-size:clamp(2.65rem,13vw,4.4rem)}
  .hero-media{min-height:420px}
  .trust-strip{grid-template-columns:repeat(2,1fr);gap:22px 0}.trust-strip>div:nth-child(2){border-right:0}
  .feature-grid{grid-template-columns:1fr;padding-block:60px}.feature-card{border-right:0!important;border-bottom:1px solid var(--line);padding:34px 10px}.feature-card:last-child{border-bottom:0}
  .about,.studio{gap:48px}.team-grid{grid-template-columns:1fr;gap:40px}.person{border-left:0;border-top:1px solid var(--line);padding:38px 0 0}
  .studio-grid{grid-template-columns:repeat(2,1fr)}
  .quote-grid,.quote-grid-large{grid-template-columns:1fr}
  .faq{grid-template-columns:1fr;gap:20px}
  .contact-band{grid-template-columns:1fr;padding-block:30px}.contact-band>a{border-left:0;border-top:1px solid var(--line);padding-inline:0}
  .footer-top,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-navigation{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .mission-grid{grid-template-columns:1fr;gap:32px}.mission-grid h2{font-size:clamp(2.4rem,12vw,4rem)}
  .subpage-team article{grid-template-columns:88px 1fr;gap:18px}.subpage-team img{width:84px}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .value-grid,.contact-cards{grid-template-columns:1fr}
  .location-box{flex-direction:column;align-items:flex-start;padding:28px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.cso-lightbox{max-width:min(92vw,1200px);max-height:92vh;border:0;padding:0;background:#111}
.cso-lightbox::backdrop{background:rgba(0,0,0,.85)}
.cso-lightbox img{max-width:92vw;max-height:88vh;object-fit:contain}
.cso-lightbox button{position:absolute;right:10px;top:8px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;font-size:1.8rem;cursor:pointer}

.reference-links{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px}
.external-note,.whatsapp-privacy-note{font-size:.75rem;color:#5e6259;text-align:center;margin:18px auto 0;max-width:850px}
.whatsapp-privacy-note{padding:0 var(--pad) 24px;background:var(--soft);margin:0;max-width:none}
.video-section{background:#fff}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:1180px;margin:0 auto}
.privacy-video{position:relative;aspect-ratio:16/9;background:#151713;color:#fff;overflow:hidden}
.video-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:34px;background:radial-gradient(circle at 50% 40%,#36402d,#171a15)}
.video-play{display:grid;place-items:center;width:68px;height:68px;border:1px solid rgba(255,255,255,.6);border-radius:50%;margin-bottom:18px;font-size:1.6rem;padding-left:4px}
.video-placeholder h3{font-size:1.5rem;text-transform:uppercase;margin-bottom:10px}.video-placeholder p{max-width:540px;margin-bottom:20px}.video-placeholder small{display:block;max-width:600px;margin-top:16px;opacity:.8}.video-placeholder small a{text-decoration:underline}
.privacy-video iframe{width:100%;height:100%;border:0;display:block}
.source-panel{margin-top:44px;padding:42px;background:var(--green-pale);display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.source-panel h2{font-size:clamp(1.8rem,3vw,3rem)}.source-actions{display:flex;flex-direction:column;align-items:stretch;gap:12px}.source-actions .button{justify-content:space-between}
.whatsapp-disclosure{margin-top:24px;padding:24px 28px;border-left:4px solid var(--green);background:var(--green-pale)}.whatsapp-disclosure p{margin:6px 0 0}
.legal-warning{padding:22px 24px;border-left:4px solid var(--green);background:var(--green-pale)}
@media(max-width:720px){.video-grid,.source-panel{grid-template-columns:1fr}.video-placeholder{padding:22px}.reference-links{align-items:stretch;flex-direction:column}.reference-links .button{width:100%}.source-panel{padding:28px;gap:22px}}


/* v3.2 – hero image, editorial subpages, photo ribbon and contact pictograms */
.hero-media img{object-position:center 42%}
.photo-ribbon{display:grid;grid-template-columns:1.5fr repeat(5,1fr);height:clamp(190px,22vw,340px);background:#111;overflow:hidden}
.photo-ribbon figure{margin:0;min-width:0;overflow:hidden;border-right:3px solid #fff}
.photo-ribbon figure:last-child{border-right:0}
.photo-ribbon img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.photo-ribbon figure:hover img{transform:scale(1.035)}
.photo-ribbon-wide img{object-position:42% center}
.contact-icon{width:29px;height:29px;flex:0 0 29px;fill:none;stroke:var(--green);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.contact-band>a:hover .contact-icon,.contact-cards>a:hover .contact-icon{stroke:var(--green-dark)}
.contact-cards .contact-icon{width:36px;height:36px}
.location-box .contact-icon{width:42px;height:42px;margin-bottom:18px}
.subpage-hero-image{position:relative;display:grid;grid-template-columns:1fr minmax(340px,43vw);padding:0;min-height:500px;overflow:hidden}
.subpage-hero-image .container{align-self:center;padding:clamp(70px,8vw,130px) 0;margin-left:var(--pad);width:min(700px,calc(100% - 2*var(--pad)));z-index:1}
.subpage-hero-image>img{width:100%;height:100%;min-height:500px;object-fit:cover}
.editorial-image-section{display:grid;grid-template-columns:1.15fr .85fr;min-height:620px;background:var(--green-pale)}
.editorial-image-section>img{width:100%;height:100%;min-height:620px;object-fit:cover}
.editorial-image-section>div{padding:clamp(55px,8vw,125px);display:flex;flex-direction:column;justify-content:center}
.editorial-image-section h2{font-size:clamp(2.2rem,4vw,4.6rem)}
.editorial-reverse>img{order:2}.editorial-reverse>div{order:1;background:#fff}
.subpage-feature-image{position:relative;min-height:480px;overflow:hidden;color:#fff}
.subpage-feature-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.08))}
.subpage-feature-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.subpage-feature-image>div{position:relative;z-index:1;padding:clamp(70px,9vw,140px) var(--pad);max-width:850px}
.subpage-feature-image h2{font-size:clamp(2.4rem,5vw,5.5rem)}
.subpage-feature-image .eyebrow{color:#c8d5b5}
.contact-intro{margin-bottom:70px}
.contact-cards>a{background:#fff}
@media(max-width:1050px){
  .photo-ribbon{grid-template-columns:repeat(3,1fr);height:auto}
  .photo-ribbon figure{aspect-ratio:4/3;border-bottom:3px solid #fff}
  .subpage-hero-image{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .photo-ribbon{grid-template-columns:repeat(2,1fr)}
  .photo-ribbon figure{aspect-ratio:1/1}
  .subpage-hero-image{display:block;min-height:auto}
  .subpage-hero-image .container{margin:0;width:auto;padding:58px var(--pad)}
  .subpage-hero-image>img{min-height:320px;max-height:420px}
  .editorial-image-section{grid-template-columns:1fr;min-height:auto}
  .editorial-image-section>img{min-height:360px}
  .editorial-image-section>div{padding:58px var(--pad)}
  .editorial-reverse>img,.editorial-reverse>div{order:initial}
  .subpage-feature-image{min-height:430px}
}


/* v3.3 – finale WordPress-Navigation */
.footer-menu{display:flex;flex-wrap:wrap;gap:26px;margin:0;padding:0;list-style:none}
.footer-menu a{font-size:.72rem;text-transform:uppercase;font-weight:700}
.site-menu .current-menu-item>a,
.site-menu .current_page_item>a{color:var(--green-dark)}
@media(max-width:720px){
  .footer-menu{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:18px 26px}
}


/* v3.3.1 – mobile Feinabstimmung der Unterseiten */
@media(max-width:720px){
  .subpage-hero,
  .subpage-hero-image{
    text-align:center;
  }

  .subpage-hero .container,
  .subpage-hero-image .container{
    margin-inline:auto;
    width:min(100%, 560px);
    padding-left:24px;
    padding-right:24px;
  }

  .subpage-hero h1,
  .subpage-hero-image h1{
    max-width:12ch;
    margin-left:auto;
    margin-right:auto;
    font-size:clamp(2.35rem,11vw,3.8rem);
    line-height:1.02;
    overflow-wrap:anywhere;
  }

  .breadcrumb{
    justify-content:center;
    flex-wrap:wrap;
  }

  .section,
  .section-rule{
    padding-left:24px;
    padding-right:24px;
  }

  .section .container,
  .section-rule .container,
  .mission-grid,
  .contact-intro,
  .narrow{
    width:100%;
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
  }

  .mission-grid,
  .section-heading,
  .prose,
  .why,
  .why-list,
  .legal-copy,
  .entry-content{
    text-align:center;
  }

  .mission-grid h2,
  .section-heading h2,
  .editorial-image-section h2,
  .subpage-feature-image h2{
    max-width:14ch;
    margin-left:auto;
    margin-right:auto;
  }

  .prose{
    max-width:560px;
    margin-inline:auto;
    font-size:1rem;
    line-height:1.7;
  }

  .prose p,
  .entry-content p,
  .legal-copy p{
    max-width:58ch;
    margin-left:auto;
    margin-right:auto;
  }

  .editorial-image-section>div{
    text-align:center;
    align-items:center;
  }

  .editorial-image-section>div p{
    max-width:58ch;
  }

  .subpage-feature-image>div{
    max-width:620px;
    margin-inline:auto;
    text-align:center;
  }

  .subpage-team{
    max-width:560px;
    margin-inline:auto;
  }

  .subpage-team article{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
    padding:34px 0;
  }

  .subpage-team img{
    width:118px;
  }

  .subpage-team article>div{
    max-width:460px;
  }

  .why-list{
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
  }

  .why-list div{
    flex-direction:column;
    justify-content:center;
    text-align:center;
    gap:12px;
  }

  .value-grid,
  .contact-cards,
  .quote-grid,
  .quote-grid-large{
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
  }

  .value-grid article,
  .contact-cards>a,
  .quote-grid blockquote{
    text-align:center;
    align-items:center;
  }

  .contact-cards>a{
    padding:30px 24px;
  }

  .contact-cards strong{
    word-break:break-word;
  }

  .location-box{
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
    align-items:center;
    text-align:center;
  }

  .location-box>div{
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .gallery-grid{
    max-width:620px;
    margin-inline:auto;
  }

  .gallery-item{
    min-height:0;
  }

  .faq-label{
    text-align:center;
  }

  .faq-list{
    max-width:620px;
    margin-inline:auto;
    text-align:left;
  }

  .footer-brand{
    margin-inline:auto;
  }

  .footer-top,
  .footer-bottom{
    align-items:center;
    text-align:center;
  }

  .footer-menu{
    justify-items:center;
  }
}

@media(max-width:420px){
  .section,
  .section-rule{
    padding-left:18px;
    padding-right:18px;
  }

  .subpage-hero .container,
  .subpage-hero-image .container{
    padding-left:18px;
    padding-right:18px;
  }

  .subpage-hero h1,
  .subpage-hero-image h1{
    font-size:clamp(2.05rem,12vw,3.1rem);
  }

  .gallery-grid{
    grid-template-columns:1fr;
  }

  .photo-ribbon{
    grid-template-columns:1fr;
  }

  .photo-ribbon figure{
    aspect-ratio:16/10;
  }

  .footer-menu{
    grid-template-columns:1fr;
  }
}


/* v3.3.2 – mobile Texte linksbündig und gut lesbar */
@media(max-width:720px){
  .subpage-hero,
  .subpage-hero-image,
  .mission-grid,
  .section-heading,
  .prose,
  .why,
  .why-list,
  .legal-copy,
  .entry-content,
  .editorial-image-section>div,
  .subpage-feature-image>div,
  .faq-label,
  .location-box,
  .contact-cards>a,
  .value-grid article,
  .quote-grid blockquote{
    text-align:left;
  }

  .subpage-hero .container,
  .subpage-hero-image .container,
  .section .container,
  .section-rule .container,
  .mission-grid,
  .contact-intro,
  .narrow,
  .prose,
  .why-list,
  .value-grid,
  .contact-cards,
  .quote-grid,
  .quote-grid-large,
  .faq-list,
  .gallery-grid,
  .location-box{
    width:100%;
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
  }

  .subpage-hero .container,
  .subpage-hero-image .container{
    padding-left:24px;
    padding-right:24px;
  }

  .subpage-hero h1,
  .subpage-hero-image h1,
  .mission-grid h2,
  .section-heading h2,
  .editorial-image-section h2,
  .subpage-feature-image h2{
    max-width:none;
    margin-left:0;
    margin-right:0;
    overflow-wrap:break-word;
  }

  .breadcrumb{
    justify-content:flex-start;
  }

  .prose{
    font-size:1rem;
    line-height:1.72;
  }

  .prose p,
  .entry-content p,
  .legal-copy p,
  .editorial-image-section>div p{
    max-width:60ch;
    margin-left:0;
    margin-right:0;
  }

  .editorial-image-section>div{
    align-items:flex-start;
  }

  .subpage-team{
    max-width:620px;
    margin-inline:auto;
  }

  .subpage-team article{
    grid-template-columns:92px 1fr;
    justify-items:stretch;
    text-align:left;
    gap:20px;
    padding:30px 0;
  }

  .subpage-team img{
    width:92px;
  }

  .subpage-team article>div{
    max-width:none;
  }

  .why-list div{
    flex-direction:row;
    justify-content:flex-start;
    text-align:left;
    gap:16px;
  }

  .contact-cards>a{
    align-items:flex-start;
  }

  .location-box{
    align-items:flex-start;
  }

  .location-box>div{
    align-items:flex-start;
  }

  .footer-top,
  .footer-bottom{
    align-items:flex-start;
    text-align:left;
  }

  .footer-brand{
    margin-inline:0;
  }

  .footer-menu{
    justify-items:start;
  }
}

@media(max-width:420px){
  .subpage-team article{
    grid-template-columns:1fr;
  }

  .subpage-team img{
    width:104px;
  }

  .why-list div{
    align-items:flex-start;
  }
}


/* v3.4.0 – finale Korrekturen ohne Änderung des Grundlayouts */
.reference-card-grid{
  display:grid;
  gap:26px;
  margin-top:44px;
}
.reference-green-card{
  display:grid;
  grid-template-columns:minmax(230px,34%) minmax(0,1fr);
  background:var(--green);
  color:#fff;
  overflow:hidden;
}
.reference-green-card__image{
  min-height:330px;
  background:#dfe4d7;
}
.reference-green-card__image img{
  width:100%;
  height:100%;
  min-height:330px;
  object-fit:cover;
  object-position:center;
}
.reference-green-card__content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:clamp(34px,5vw,64px);
}
.reference-label{
  margin:0 0 14px;
  color:rgba(255,255,255,.76);
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.13em;
  line-height:1.35;
  text-transform:uppercase;
}
.reference-stars{
  margin-bottom:17px;
  color:#fff;
  font-size:1rem;
  letter-spacing:.16em;
}
.reference-green-card h3{
  max-width:20ch;
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(1.7rem,3vw,2.75rem);
  line-height:1.1;
}
.reference-green-card__content>p:not(.reference-label){
  max-width:60ch;
  margin:0 0 25px;
  color:rgba(255,255,255,.91);
  font-size:1.02rem;
  line-height:1.7;
}
.reference-card-link{
  display:inline-flex;
  gap:9px;
  align-items:center;
  padding-bottom:6px;
  border-bottom:1px solid rgba(255,255,255,.72);
  color:#fff;
  font-weight:800;
  text-decoration:none;
}
.reference-card-link:hover,
.reference-card-link:focus-visible{
  color:#fff;
  border-bottom-color:#fff;
}
.reference-privacy-note{
  max-width:76ch;
  margin-top:24px;
}

@media(max-width:720px){
  .subpage-hero,
  .subpage-hero-image,
  .subpage-hero h1,
  .subpage-hero-image h1,
  .breadcrumb,
  .section-heading,
  .mission-grid,
  .prose,
  .entry-content,
  .legal-copy,
  .why,
  .why-list,
  .editorial-image-section>div,
  .subpage-feature-image>div,
  .subpage-team article,
  .value-grid article,
  .contact-cards>a,
  .location-box,
  .faq-label{
    text-align:left;
  }

  .breadcrumb{justify-content:flex-start}

  .section>.container,
  .section-rule>.container,
  .subpage-hero .container,
  .subpage-hero-image .container{
    width:100%;
    padding-left:24px;
    padding-right:24px;
  }

  .prose,
  .entry-content,
  .legal-copy,
  .mission-grid,
  .contact-intro,
  .narrow,
  .section-heading{
    width:100%;
    max-width:640px;
    margin-left:auto;
    margin-right:auto;
  }

  .prose,
  .entry-content,
  .legal-copy{
    font-size:1rem;
    line-height:1.72;
  }

  .prose p,
  .entry-content p,
  .legal-copy p{
    max-width:62ch;
    margin-left:0;
    margin-right:0;
    margin-bottom:1.25em;
  }

  .editorial-image-section>div{align-items:flex-start}

  .reference-green-card{grid-template-columns:1fr}
  .reference-green-card__image,
  .reference-green-card__image img{min-height:0}
  .reference-green-card__image{aspect-ratio:16/10}
  .reference-green-card__content{padding:34px 25px 38px}
  .reference-green-card h3{
    max-width:none;
    font-size:clamp(1.7rem,8vw,2.45rem);
  }
  .reference-green-card__content>p:not(.reference-label){
    font-size:1rem;
    line-height:1.68;
  }
}

@media(max-width:420px){
  .section>.container,
  .section-rule>.container,
  .subpage-hero .container,
  .subpage-hero-image .container{
    padding-left:20px;
    padding-right:20px;
  }
}

/* v3.4.1 mobile fixes */
html,body{overflow-x:hidden;}
body{max-width:100vw;}
img,iframe,video,svg{max-width:100%;height:auto;}
.container,.section,.section>.container,.subpage-hero,.subpage-hero-image,.reference-card-grid,.reference-green-card{max-width:100%;box-sizing:border-box;}
@media (max-width:768px){
body,.site,.site-main{overflow-x:hidden;}
.primary-navigation{max-width:100vw;overflow-y:auto;}
.reference-green-card{display:block;}
.reference-green-card__image{aspect-ratio:16/10;overflow:hidden}
.reference-green-card__content{text-align:left;padding:32px 24px}
.entry-content,.prose,.legal-copy,.section-heading,p,li{word-break:normal;overflow-wrap:anywhere;}
}


/* v3.4.2 – technische Mobile-Korrekturen ohne Layoutänderung */
html{
  width:100%;
  max-width:100%;
  overflow-x:clip;
}
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
body.menu-open{
  overflow:hidden;
}
*,*::before,*::after{
  min-width:0;
}
img,svg,video,iframe{
  max-width:100%;
}
.site-header{
  z-index:1000;
  isolation:isolate;
}
.header-inner{
  max-width:100%;
}
.primary-navigation{
  z-index:1010;
}
.menu-toggle{
  position:relative;
  z-index:1020;
  cursor:pointer;
  touch-action:manipulation;
}

/* Kundenstimmen innerhalb der bestehenden grünen Referenzkarten */
.reference-quotes{
  display:grid;
  gap:16px;
  width:100%;
}
.reference-quotes blockquote{
  width:100%;
  margin:0;
  padding:18px 20px;
  border-left:2px solid rgba(255,255,255,.72);
  background:rgba(255,255,255,.08);
}
.reference-quotes blockquote p{
  margin:0 0 10px;
  color:#fff;
  font-size:.98rem;
  line-height:1.65;
}
.reference-quotes cite{
  color:rgba(255,255,255,.72);
  font-size:.78rem;
  font-style:normal;
  letter-spacing:.02em;
}
.reference-highlights{
  display:grid;
  gap:12px;
  width:100%;
}
.reference-highlights p{
  position:relative;
  margin:0;
  padding:14px 16px 14px 42px;
  background:rgba(255,255,255,.08);
  color:#fff;
  line-height:1.5;
}
.reference-highlights p::before{
  content:"✓";
  position:absolute;
  left:16px;
  top:14px;
  font-weight:800;
}

/* Studio: oberer Text bleibt auf Smartphones klar lesbar */
@media(max-width:720px){
  .subpage-hero-image{
    display:flex;
    flex-direction:column;
    background:#fff;
  }
  .subpage-hero-image .container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:none;
    margin:0;
    padding:42px 24px 36px;
    background:#fff;
    color:#111;
  }
  .subpage-hero-image .eyebrow,
  .subpage-hero-image h1,
  .subpage-hero-image .breadcrumb,
  .subpage-hero-image .breadcrumb a{
    color:#111;
    opacity:1;
    text-shadow:none;
  }
  .subpage-hero-image h1{
    max-width:100%;
    margin-left:0;
    margin-right:0;
    overflow-wrap:anywhere;
  }
  .subpage-hero-image>img{
    position:relative;
    width:100%;
    height:auto;
    min-height:0;
    max-height:420px;
    object-fit:cover;
  }

  /* Mobile Navigation technisch stabil und vollständig im Viewport */
  .primary-navigation{
    position:fixed;
    inset:74px 0 0;
    width:100%;
    max-width:100vw;
    height:calc(100dvh - 74px);
    margin:0;
    padding:24px 22px 34px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#fff;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translateY(-8px);
    transition:opacity .2s ease,transform .2s ease,visibility .2s;
  }
  .menu-open .primary-navigation{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
  .primary-navigation .site-menu{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    width:100%;
    margin:0;
    padding:0;
    gap:0;
  }
  .primary-navigation .site-menu li{
    width:100%;
    margin:0;
    border-bottom:1px solid #e8e8e3;
  }
  .primary-navigation .site-menu a{
    display:flex;
    align-items:center;
    width:100%;
    min-height:52px;
    padding:13px 2px;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .primary-navigation .nav-cta{
    width:100%;
    margin-top:22px;
    justify-content:center;
    flex:0 0 auto;
  }
  .menu-toggle{
    display:block;
    flex:0 0 auto;
  }
  .menu-toggle span{
    transition:transform .2s ease,opacity .2s ease;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(2){
    opacity:0;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .reference-green-card__content{
    overflow-wrap:anywhere;
  }
  .reference-quotes blockquote{
    padding:16px 17px;
  }
}

@media(min-width:721px) and (max-width:1050px){
  .primary-navigation{
    position:fixed;
    inset:88px 0 0;
    width:100%;
    max-width:100vw;
    height:calc(100dvh - 88px);
    display:flex;
    flex-direction:column;
    align-items:stretch;
    padding:30px var(--pad);
    background:#fff;
    overflow-y:auto;
    visibility:hidden;
    opacity:0;
    pointer-events:none;
    transform:translateY(-8px);
    transition:opacity .2s ease,transform .2s ease,visibility .2s;
  }
  .menu-open .primary-navigation{
    visibility:visible;
    opacity:1;
    pointer-events:auto;
    transform:none;
  }
}


/* v3.5.0 – Inhalte werden über den WordPress-Editor gepflegt */
.cso-editor-content{
  width:100%;
}
.cso-editor-content > * + *{
  margin-top:clamp(20px,3vw,42px);
}
.cso-editor-content .editor-section{
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:clamp(48px,7vw,96px) max(var(--pad),calc((100vw - var(--container))/2));
}
.cso-editor-content .editorial-image-section{
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.cso-editor-content .gallery-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:4/3;
}
.cso-editor-content .legal-copy{
  max-width:760px;
}
.cso-editor-content a{
  overflow-wrap:anywhere;
}
@media(max-width:720px){
  .editable-page-section{
    padding-top:38px;
  }
  .cso-editor-content{
    text-align:left;
  }
  .cso-editor-content .mission-grid,
  .cso-editor-content .contact-intro{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
  }
}


/* v3.5.2 – editorfähige Unterseiten im ursprünglichen Layout */
.cso-editor-layout{
  width:100%;
  max-width:100%;
  overflow:hidden;
}
.cso-editor-layout > .mission-grid,
.cso-editor-layout > .section-heading,
.cso-editor-layout > .contact-cards,
.cso-editor-layout > .whatsapp-disclosure,
.cso-editor-layout > .location-box,
.cso-editor-layout > .reference-card-grid,
.cso-editor-layout > .external-note,
.cso-editor-layout > .legal-copy{
  width:min(var(--container),calc(100% - 2 * var(--pad)));
  margin-left:auto;
  margin-right:auto;
}
.cso-editor-layout > .mission-grid{
  padding-top:clamp(65px,8vw,120px);
  padding-bottom:clamp(65px,8vw,120px);
}
.cso-editor-layout > .editorial-image-section{
  margin:0;
  width:100%;
}
.cso-editor-layout > .section-soft,
.cso-editor-layout > .editor-section{
  width:100%;
  margin:0;
  padding:clamp(65px,8vw,120px) var(--pad);
}
.cso-editor-layout > .section-soft > *,
.cso-editor-layout > .editor-section > *{
  width:min(var(--container),100%);
  margin-left:auto;
  margin-right:auto;
}
.cso-editor-layout > .section-heading{
  padding-top:clamp(65px,8vw,110px);
}
.cso-editor-layout > .reference-card-grid{
  margin-top:42px;
}
.cso-editor-layout > .external-note{
  margin-top:20px;
  margin-bottom:clamp(65px,8vw,110px);
}
.cso-editor-layout > .contact-cards{
  margin-top:0;
  margin-bottom:30px;
}
.cso-editor-layout > .whatsapp-disclosure{
  margin-bottom:30px;
}
.cso-editor-layout > .location-box{
  margin-top:0;
  margin-bottom:clamp(65px,8vw,110px);
}
.cso-editor-layout .contact-cards > a{
  min-height:220px;
  justify-content:flex-start;
  text-decoration:none;
  color:inherit;
}
.cso-editor-layout .contact-cards > a strong{
  display:block;
  margin-bottom:8px;
}
.cso-editor-layout .contact-cards > a p{
  margin-top:auto;
  margin-bottom:0;
}
.contact-route-section{
  padding-top:0;
}
.route-button{
  flex:0 0 auto;
  white-space:nowrap;
}
.button:focus-visible,
.contact-cards a:focus-visible,
.site-menu a:focus-visible,
.footer-navigation a:focus-visible{
  outline:3px solid var(--green);
  outline-offset:4px;
}
.button[aria-disabled="true"],
.button:disabled{
  opacity:.55;
  pointer-events:none;
}
@media(max-width:720px){
  .cso-editor-layout > .mission-grid,
  .cso-editor-layout > .section-heading,
  .cso-editor-layout > .contact-cards,
  .cso-editor-layout > .whatsapp-disclosure,
  .cso-editor-layout > .location-box,
  .cso-editor-layout > .reference-card-grid,
  .cso-editor-layout > .external-note{
    width:calc(100% - 2 * var(--pad));
  }
  .cso-editor-layout > .mission-grid{
    padding-top:48px;
    padding-bottom:48px;
  }
  .cso-editor-layout .contact-cards > a{
    min-height:0;
  }
  .contact-route-section .location-box{
    width:100%;
    margin:0;
  }
  .route-button{
    width:100%;
    justify-content:space-between;
  }
}


/* v3.5.3 – Premium-Finishing ausschließlich für Über uns und Studio */
.page-template-page-ueber-uns .about-brand-story{
  width:min(var(--container),calc(100% - 2 * var(--pad)));
  margin:0 auto;
  padding:clamp(70px,8vw,120px) 0;
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(520px,1.45fr);
  gap:clamp(50px,7vw,110px);
  align-items:center;
}
.page-template-page-ueber-uns .about-brand-copy{max-width:540px}
.page-template-page-ueber-uns .about-brand-copy h2{max-width:520px}
.page-template-page-ueber-uns .about-brand-copy p{max-width:58ch}
.page-template-page-ueber-uns .about-brand-images{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:16px;
  align-items:end;
}
.page-template-page-ueber-uns .about-brand-images figure{margin:0;overflow:hidden}
.page-template-page-ueber-uns .about-brand-images figure:first-child{transform:translateY(-28px)}
.page-template-page-ueber-uns .about-brand-images img{
  width:100%;
  height:clamp(360px,38vw,560px);
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.page-template-page-ueber-uns .about-brand-images figure:last-child img{height:clamp(310px,32vw,470px)}
.page-template-page-ueber-uns .about-brand-images figure:hover img{transform:scale(1.018)}
.page-template-page-ueber-uns .about-brand-images figcaption{
  padding-top:10px;
  font-size:.72rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
@media(min-width:901px){
  .page-template-page-ueber-uns .subpage-team article{
    grid-template-columns:210px 1fr;
    gap:46px;
    min-height:245px;
    padding:34px 0;
  }
  .page-template-page-ueber-uns .subpage-team img{
    width:190px;
    height:190px;
  }
}

@media(min-width:901px){
  .page-template-page-studio .mission-grid{
    grid-template-columns:minmax(360px,.9fr) minmax(420px,1fr);
    gap:clamp(70px,9vw,145px);
    align-items:start;
  }
  .page-template-page-studio .mission-grid .prose{
    max-width:610px;
    padding-top:10px;
  }
  .page-template-page-studio .editorial-image-section{
    grid-template-columns:minmax(520px,1.35fr) minmax(320px,.65fr);
    gap:clamp(55px,8vw,125px);
    align-items:center;
    min-height:680px;
  }
  .page-template-page-studio .editorial-image-section.editorial-reverse img{
    min-height:610px;
    height:68vh;
    max-height:780px;
    object-fit:cover;
  }
  .page-template-page-studio .editorial-image-section>div{max-width:470px}
  .page-template-page-studio .gallery-grid{
    grid-template-columns:repeat(12,1fr);
    grid-auto-rows:190px;
    gap:12px;
  }
  .page-template-page-studio .gallery-grid img{
    width:100%;
    height:100%;
    object-fit:cover;
  }
  .page-template-page-studio .gallery-grid img:nth-child(1){grid-column:span 7;grid-row:span 3}
  .page-template-page-studio .gallery-grid img:nth-child(2){grid-column:span 5;grid-row:span 2}
  .page-template-page-studio .gallery-grid img:nth-child(3){grid-column:span 5;grid-row:span 2}
  .page-template-page-studio .gallery-grid img:nth-child(4){grid-column:span 7;grid-row:span 3}
}
@media(max-width:900px){
  .page-template-page-ueber-uns .about-brand-story{
    grid-template-columns:1fr;
    gap:42px;
    padding:58px 0;
  }
  .page-template-page-ueber-uns .about-brand-images{gap:10px}
  .page-template-page-ueber-uns .about-brand-images figure:first-child{transform:none}
  .page-template-page-ueber-uns .about-brand-images img,
  .page-template-page-ueber-uns .about-brand-images figure:last-child img{height:clamp(270px,55vw,430px)}
}
@media(max-width:620px){
  .page-template-page-ueber-uns .about-brand-images{grid-template-columns:1fr}
  .page-template-page-ueber-uns .about-brand-images img,
  .page-template-page-ueber-uns .about-brand-images figure:last-child img{height:auto;aspect-ratio:4/3}
  .page-template-page-ueber-uns .about-brand-images figcaption{margin-bottom:16px}
}
@media(prefers-reduced-motion:reduce){
  .page-template-page-ueber-uns .about-brand-images img{transition:none}
}


/* v3.5.3.1 – Feinschliff Über uns: ruhiger Textblock und größere Teamfotos */
.page-template-page-ueber-uns .about-brand-copy{
  width:100%;
  max-width:760px;
  margin-inline:auto;
  padding-inline:clamp(24px,3.25vw,52px);
  box-sizing:border-box;
}
.page-template-page-ueber-uns .about-brand-copy h2,
.page-template-page-ueber-uns .about-brand-copy p{
  max-width:100%;
}
@media(min-width:901px){
  .page-template-page-ueber-uns .subpage-team article{
    grid-template-columns:250px minmax(0,1fr);
    gap:52px;
    min-height:285px;
    padding:38px 0;
  }
  .page-template-page-ueber-uns .subpage-team img{
    width:230px;
    height:230px;
    flex:0 0 230px;
  }
}
@media(min-width:721px) and (max-width:900px){
  .page-template-page-ueber-uns .about-brand-copy{
    max-width:760px;
    padding-inline:clamp(22px,5vw,44px);
  }
  .page-template-page-ueber-uns .subpage-team article{
    grid-template-columns:190px minmax(0,1fr);
    gap:34px;
  }
  .page-template-page-ueber-uns .subpage-team img{
    width:170px;
    height:170px;
  }
}
@media(max-width:720px){
  .page-template-page-ueber-uns .about-brand-copy{
    padding-inline:var(--pad);
  }
}


/* v3.5.3.2 – definitive Korrektur Über uns (unabhängig von WordPress body classes) */
.cso-editor-layout > .about-brand-story{
  width:min(var(--container),calc(100% - 2 * var(--pad)));
  margin-left:auto;
  margin-right:auto;
}
.cso-editor-layout > .about-brand-story .about-brand-copy{
  width:100%;
  max-width:760px;
  margin-left:0;
  margin-right:auto;
  padding-left:clamp(24px,3.5vw,52px);
  padding-right:clamp(24px,3.5vw,52px);
  box-sizing:border-box;
  text-align:left;
}
.cso-editor-layout > .about-brand-story .about-brand-copy h2,
.cso-editor-layout > .about-brand-story .about-brand-copy p{
  width:100%;
  max-width:none;
  text-align:left;
}
@media (min-width:901px){
  .cso-editor-layout .subpage-team article{
    grid-template-columns:270px minmax(0,1fr) !important;
    gap:56px !important;
    min-height:305px !important;
    padding:38px 0 !important;
    align-items:center;
  }
  .cso-editor-layout .subpage-team article > img,
  .cso-editor-layout .subpage-team img{
    display:block;
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
    height:250px !important;
    min-height:250px !important;
    aspect-ratio:1 / 1 !important;
    border-radius:50% !important;
    object-fit:cover !important;
  }
}
@media (min-width:721px) and (max-width:900px){
  .cso-editor-layout .subpage-team article{
    grid-template-columns:200px minmax(0,1fr) !important;
    gap:36px !important;
  }
  .cso-editor-layout .subpage-team article > img,
  .cso-editor-layout .subpage-team img{
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
    height:180px !important;
  }
}
@media (max-width:720px){
  .cso-editor-layout > .about-brand-story{
    width:calc(100% - 2 * var(--pad));
  }
  .cso-editor-layout > .about-brand-story .about-brand-copy{
    padding-left:clamp(18px,5vw,28px);
    padding-right:clamp(18px,5vw,28px);
  }
}


/* v3.5.3.3 – moderner Team-Bereich auf „Über uns“ */
@media (min-width:901px){
  .cso-editor-layout .section-soft.editor-section .subpage-team{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:clamp(22px,2.5vw,34px) !important;
    border-top:0 !important;
    margin-top:44px !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-width:0 !important;
    min-height:100% !important;
    padding:clamp(34px,3vw,46px) clamp(24px,2.5vw,36px) !important;
    gap:24px !important;
    text-align:center !important;
    border:0 !important;
    border-radius:28px !important;
    background:color-mix(in srgb,var(--green) 13%,white) !important;
    box-shadow:0 14px 40px rgba(27,45,24,.07) !important;
    transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article:hover{
    transform:translateY(-5px) !important;
    background:color-mix(in srgb,var(--green) 17%,white) !important;
    box-shadow:0 20px 48px rgba(27,45,24,.11) !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article > img,
  .cso-editor-layout .section-soft.editor-section .subpage-team img{
    width:250px !important;
    min-width:250px !important;
    max-width:250px !important;
    height:250px !important;
    min-height:250px !important;
    margin:0 auto !important;
    border:7px solid rgba(255,255,255,.94) !important;
    box-shadow:0 12px 28px rgba(27,45,24,.14) !important;
    filter:grayscale(.12) !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article > div{
    width:100% !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team h3{
    margin:0 0 10px !important;
    font-size:clamp(1.35rem,1.7vw,1.7rem) !important;
    letter-spacing:.025em !important;
    text-align:center !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team p{
    max-width:28ch !important;
    margin:0 auto !important;
    line-height:1.65 !important;
    text-align:center !important;
  }
}
@media (min-width:721px) and (max-width:900px){
  .cso-editor-layout .section-soft.editor-section .subpage-team{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px !important;
    border-top:0 !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    padding:32px 24px !important;
    gap:20px !important;
    border:0 !important;
    border-radius:24px !important;
    background:color-mix(in srgb,var(--green) 13%,white) !important;
    text-align:center !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article:last-child{
    grid-column:1 / -1 !important;
    width:min(100%,420px) !important;
    justify-self:center !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team p{
    text-align:center !important;
    margin-inline:auto !important;
  }
}
@media (max-width:720px){
  .cso-editor-layout .section-soft.editor-section .subpage-team{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:20px !important;
    border-top:0 !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    padding:30px 22px !important;
    gap:18px !important;
    border:0 !important;
    border-radius:22px !important;
    background:color-mix(in srgb,var(--green) 13%,white) !important;
    text-align:center !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article > img,
  .cso-editor-layout .section-soft.editor-section .subpage-team img{
    width:180px !important;
    min-width:180px !important;
    max-width:180px !important;
    height:180px !important;
    margin:0 auto !important;
    border:6px solid rgba(255,255,255,.94) !important;
    box-shadow:0 10px 24px rgba(27,45,24,.13) !important;
    filter:grayscale(.12) !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article > div{
    width:100% !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team h3,
  .cso-editor-layout .section-soft.editor-section .subpage-team p{
    text-align:center !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team p{
    max-width:30ch !important;
    margin-inline:auto !important;
  }
}
@media (prefers-reduced-motion:reduce){
  .cso-editor-layout .section-soft.editor-section .subpage-team article{
    transition:none !important;
  }
  .cso-editor-layout .section-soft.editor-section .subpage-team article:hover{
    transform:none !important;
  }
}
