/* V26 — Über uns editorial layout correction */
.about-grid.section--first{
  max-width:1380px;
  padding-top:78px;
  padding-bottom:96px;
  grid-template-columns:minmax(360px,520px) minmax(0,1fr);
  gap:clamp(54px,6vw,104px);
  align-items:center;
}

.about-photo-panel{
  position:relative;
  width:100%;
  max-width:520px;
  justify-self:start;
  padding:0;
  overflow:hidden;
  border-radius:26px;
  background:#dfe9e2;
  box-shadow:0 18px 54px rgba(15,48,54,.10);
  border:1px solid rgba(114,158,150,.26);
}

.about-main-photo{
  position:relative;
  width:100%;
  height:auto;
  aspect-ratio:4/3;
  min-height:0;
  overflow:hidden;
  border-radius:26px;
  margin:0;
}

.about-main-photo::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(5,26,33,0) 48%,rgba(5,26,33,.34) 100%);
  z-index:1;
}

.about-main-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 48%;
  display:block;
}

.about-main-photo figcaption{
  position:absolute!important;
  top:16px;
  left:16px;
  bottom:auto!important;
  z-index:3;
  width:auto!important;
  max-width:calc(100% - 32px)!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:rgba(10,35,42,.58)!important;
  color:#f5fbf8!important;
  backdrop-filter:blur(8px);
  font-size:9px!important;
  text-align:left!important;
}

.about-photo-caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:4;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(8,38,47,.72);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 30px rgba(5,24,30,.18);
  backdrop-filter:blur(12px);
  color:#fff;
}

.about-photo-caption>img{
  width:38px;
  height:auto;
  flex:0 0 auto;
}

.about-photo-caption>p{
  margin:0;
  font-size:13px;
  line-height:1.35;
  letter-spacing:-.01em;
}

.about-photo-caption>p>span{
  display:block;
  margin-top:4px;
  color:#cae792;
  font-size:7px;
  letter-spacing:.14em;
}

.editorial-copy{
  max-width:710px;
  padding:4px 0;
}

.editorial-copy h2{
  margin:0 0 24px;
  font-size:clamp(38px,3.45vw,52px);
  line-height:1.04;
  letter-spacing:-.045em;
}

.editorial-copy h3{
  margin:34px 0 14px;
  font-size:clamp(24px,2vw,31px);
  line-height:1.12;
  letter-spacing:-.035em;
}

.editorial-copy p{
  margin:0 0 20px;
  max-width:700px;
  color:#607078;
  font-size:17px;
  line-height:1.78;
}

@media(max-width:1100px){
  .about-grid.section--first{
    grid-template-columns:minmax(320px,430px) minmax(0,1fr);
    gap:42px;
    padding-top:64px;
    padding-bottom:80px;
  }
  .editorial-copy h2{font-size:42px}
  .editorial-copy h3{font-size:26px}
  .editorial-copy p{font-size:16px}
}

@media(max-width:760px){
  .about-grid.section--first{
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
    padding-top:48px;
    padding-bottom:64px;
  }
  .about-photo-panel{
    max-width:none;
    width:100%;
    border-radius:22px;
  }
  .about-main-photo{
    aspect-ratio:16/11;
    border-radius:22px;
  }
  .about-photo-caption{
    left:12px;
    right:12px;
    bottom:12px;
    padding:11px 13px;
    border-radius:13px;
  }
  .about-photo-caption>img{width:32px}
  .about-photo-caption>p{font-size:12px}
  .editorial-copy{max-width:none;padding:0}
  .editorial-copy h2{font-size:36px;margin-bottom:18px}
  .editorial-copy h3{font-size:24px;margin-top:28px}
  .editorial-copy p{font-size:15px;line-height:1.75;margin-bottom:16px}
}
