/* Über uns – Desktop. Gemeinsame Navigation und Schriften: css/home/. */
.about-page{
  color:#151715;
  overflow-x:clip
}

.story-wrap{
  width:min(1566px,calc(100% - 80px));
  margin-inline:auto
}

.about-page .footer .wrap{
  width:min(1520px,calc(100% - 80px))
}

.nav a[aria-current=page]{
  text-decoration:underline;
  text-underline-offset:5px
}

.story-hero{
  height:687px;
  background:linear-gradient(90deg,#082d20df 0%,#082d2090 27%,transparent 65%),url('../../assets/ueber-uns/hero.webp') center 52%/cover;
  color:#fff
}

.story-hero .story-wrap{
  padding:116px 25px 50px
}

.story-eyebrow{
  font-size:20px;
  font-weight:400;
  line-height:1.4;
  text-transform:uppercase;
  margin:0 0 16px
}

.story-hero .story-eyebrow{
  width:fit-content;
  border-bottom:1.5px solid #b5bdb8;
  padding-bottom:6px;
  margin-bottom:18px
}

.story-hero h1{
  font-family:'Saira Semi Condensed',sans-serif;
  font-size:100px;
  line-height:1.035;
  font-weight:400;
  text-transform:uppercase;
  margin:0
}

.story-hero h1 span{
  color:var(--sage)
}

.handwriting{
  font-family:Caveat,cursive;
  font-size:50px;
  line-height:1.2;
  font-weight:400;
  color:var(--green)
}

.story-hero .handwriting{
  color:#b5bdb8;
  margin-top:20px
}

.hero-tag{
  font-size:30px;
  line-height:1.25;
  margin-top:29px
}

.hero-tag:after{
  content:'';
  display:block;
  width:86px;
  border-bottom:1.5px solid #b5bdb8;
  margin-top:18px
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start
}

.story-intro{
  padding-block:83px 60px
}

.section-photo{
  width:100%;
  height:auto;
  object-fit:cover;
  display:block
}

.story-intro>.section-photo{
  aspect-ratio:750/543
}

.story-copy{
  position:relative;
  min-width:0;
  z-index:1
}

.about-page main h2{
  font-size:50px;
  line-height:1.2;
  font-weight:500;
  margin:0 0 25px
}

.story-copy>p:not(.story-eyebrow):not(.handwriting):not(.signature),.team-description p{
  font-size:18px;
  line-height:1.3;
  margin:0 0 18px
}

.story-copy .story-eyebrow{
  margin-bottom:13px
}

.story-copy>.handwriting{
  margin:8px 0 28px
}

.story-copy>.welcome{
  font-size:40px;
  color:var(--sage);
  display:flex;
  gap:24px;
  align-items:center;
  margin-bottom:25px
}

.welcome img{
  width:37px;
  height:51px;
  object-fit:contain
}

.signature{
  display:flex;
  gap:32px;
  align-items:center;
  font-size:20px
}

.signature img{
  width:120px;
  height:60px;
  object-fit:contain
}

.sprig{
  position:absolute;
  width:171px;
  height:108px;
  right:12%;
  top:10px;
  object-fit:contain;
  pointer-events:none;
  z-index:-1;
  transform:rotate(-8deg)
}

.paper{
  background:var(--paper)
}

.journey{
  position:relative;
  overflow:clip;
  padding:55px 0 50px
}

.journey h2,.team h2,.values h2,.coffee-story h2,.ingredients h2{
  text-transform:uppercase
}

.journey .story-copy h3{
  font-size:18px;
  color:var(--green);
  font-weight:600;
  text-transform:uppercase;
  margin:32px 0 25px
}

.journey .today{
  color:#8c9982;
  margin:30px 0 28px
}

.journey .story-copy>p:not(.handwriting){
  max-width:710px
}

.journey-photos{
  position:relative;
  padding-top:45px;
  min-width:0
}

.journey-photos>.section-photo{
  height:565px;
  object-position:54% center
}

.polaroid{
  position:absolute;
  bottom:-40px;
  left:-125px;
  width:216px;
  height:216px;
  object-fit:cover;
  border:10px solid white;
  transform:rotate(15deg);
  z-index:2
}

.journey-photos:after{
  content:'';
  position:absolute;
  width:106px;
  height:21px;
  background:#023f175e;
  bottom:169px;
  left:-66px;
  transform:rotate(15deg);
  z-index:3
}

.polaroid-leaf{
  position:absolute;
  width:100px;
  height:207px;
  object-fit:contain;
  left:-198px;
  bottom:0;
  transform:rotate(130.52deg) scaleY(-1);
  animation:leaf-scale 25.537854s linear both
}

@keyframes leaf-scale{
  0%,65.824%{
  scale:1.2
}
67.782%,100%{
  scale:1
}

}

.edge-leaf{
  position:absolute;
  left:-180px;
  top:90px;
  width:360px;
  height:228px;
  object-fit:contain;
  transform:rotate(-28deg);
  pointer-events:none;
  opacity:.8
}

.team{
  padding-block:90px 85px
}

.team-heading{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:110px;
  align-items:end;
  margin-bottom:68px
}

.team-heading .sprig{
  right:0
}

.team-description{
  max-width:584px;
  margin-left:auto
}

.team-heading .handwriting{
  margin-bottom:0
}

.team-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:64px
}

.team-grid article img{
  width:100%;
  height:auto;
  aspect-ratio:261/287;
  object-fit:cover
}

.team-grid h3{
  font-size:18px;
  font-weight:700;
  margin:14px 0 9px;
  text-transform:uppercase
}

.team-grid article p{
  font-size:16px
}

.team-grid-desktop article:nth-child(4) img{
  object-position:left center
}

@media(min-width:1501px){
  .journey .today~p{
  max-width:591px!important
}

}

.team-cta{
  text-align:center;
  margin-top:70px;
  animation:team-appear 3s both
}

@keyframes team-appear{
  0%,81%{
  opacity:0
}
100%{
  opacity:1
}

}

.team-cta .outline-link{
  font-size:20px;
  gap:24px;
  padding:13px 20px
}

.team-grid-mobile{
  display:none
}

.values{
  padding-bottom:100px
}

.values .handwriting{
  margin-top:-8px;
  margin-bottom:55px
}

.values-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:64px;
  text-align:center
}

.value-icon{
  width:94px;
  height:94px;
  object-fit:contain;
  margin:0 auto 25px
}

.values-grid h3{
  font-size:22px;
  line-height:1.2;
  font-weight:600;
  color:var(--green);
  text-transform:uppercase;
  margin:0 0 22px
}

.values-grid p{
  font-size:18px;
  line-height:1.3;
  max-width:358px;
  margin:auto
}

.coffee-symbol{
  position:relative;
  width:94px;
  height:94px;
  margin:0 auto 25px
}

.cup-symbol{
  position:absolute;
  top:12px;
  left:23px;
  width:53px;
  height:61px;
  object-fit:contain
}

.coffee-story{
  position:relative;
  overflow:clip;
  padding:67px 0 65px
}

.coffee-story .section-photo{
  aspect-ratio:750/435
}

.coffee-story .edge-leaf{
  left:auto;
  right:-150px;
  width:528px;
  height:312px;
  transform:rotate(-151deg) scaleY(-1)
}

.coffee-story .story-copy>p:not(.handwriting):not(.story-eyebrow){
  max-width:583px
}

.coffee-story .handwriting{
  white-space:nowrap;
  margin-top:-12px
}

.ingredients{
  padding-block:61px 65px
}

.ingredients .section-photo{
  aspect-ratio:750/428
}

.ingredients .sprig{
  top:65px;
  right:10%
}

.ingredients .handwriting{
  margin-top:-12px
}

.philosophy{
  position:relative;
  overflow:clip;
  text-align:center;
  padding:42px 30px 85px
}

.philosophy blockquote{
  font-family:Caveat,cursive;
  font-size:50px;
  line-height:1.25;
  max-width:1137px;
  margin:0 auto 20px
}

.philosophy>p{
  font-size:30px;
  text-transform:uppercase
}

.quote-sign{
  display:flex;
  align-items:center;
  gap:40px;
  max-width:720px;
  margin:27px auto 0
}

.quote-sign:before,.quote-sign:after{
  content:'';
  height:1px;
  flex:1;
  background:var(--sage)
}

.quote-sign img{
  width:33px;
  height:46px;
  object-fit:contain
}

.quote-leaf{
  position:absolute;
  width:360px;
  height:230px;
  object-fit:contain;
  z-index:0;
  pointer-events:none
}

.quote-leaf.left{
  left:-150px;
  bottom:60px
}
.quote-leaf.right{
  right:-160px;
  top:20px;
  transform:rotate(150deg)
}

.about-page .footer{
  font-size:12px
}

@media(min-width:761px) and (max-width:1500px){
  .story-wrap{
  width:calc(100% - 100px)
}
.split{
  gap:45px
}
.about-page main h2{
  font-size:36px
}
.handwriting{
  font-size:36px
}
.story-copy>p:not(.story-eyebrow):not(.handwriting):not(.signature),.team-description p{
  font-size:16px
}
.story-intro>.section-photo{
  min-height:490px
}
.journey-photos>.section-photo{
  height:540px
}
.team-heading{
  gap:50px
}
.team-grid{
  gap:25px
}
.team-grid h3{
  font-size:14px
}
.team-grid p{
  font-size:14px
}
.values-grid{
  gap:30px
}
.values-grid h3{
  font-size:18px
}
.values-grid p{
  font-size:16px
}
.coffee-story .handwriting{
  white-space:normal
}
.sprig{
  right:0;
  width:120px
}
.story-hero{
  height:650px
}
.story-hero .story-wrap{
  padding-top:90px
}
.story-hero h1{
  font-size:90px
}
.philosophy blockquote{
  font-size:42px;
  max-width:850px
}

}

@media(prefers-reduced-motion:reduce){
  .polaroid-leaf,.team-cta{
  animation:none
}

}


@media (min-width: 761px) {
  .about-page .story-hero .story-wrap {
    width: var(--header-content-width, min(1480px, calc(100% - 64px)));
    margin-inline: auto;
    padding-inline: 0;
  }
}
/* Tablet: weniger Spalten und Dekoration innerhalb der Bildfläche. */
@media (min-width: 761px) and (max-width: 1100px) {
  .about-page .story-wrap { width: calc(100% - 64px); }
  .about-page .split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
  .about-page .team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
  .about-page .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 32px; }
  .about-page .team-heading { grid-template-columns: 1fr; gap: 24px; }
  .about-page .team-description { max-width: none; margin-left: 0; }
  .about-page main h2 { font-size: clamp(28px, 3.3vw, 36px); }
  .about-page .handwriting { font-size: 30px; white-space: normal; }
  .about-page .welcome { font-size: 30px; gap: 12px; }
  .about-page .welcome img { flex-shrink: 0; }
  .about-page .polaroid { width: 150px; height: 150px; left: 20px; bottom: -20px; }
  .about-page .journey-photos::after { left: 50px; bottom: 125px; width: 75px; }
  .about-page .polaroid-leaf { left: 0; }
  .about-page .team-grid p, .about-page .values-grid p { overflow-wrap: anywhere; }
}
@media (min-width: 761px) and (max-width: 900px) {
  .about-page .split { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .about-page .story-intro > .section-photo { min-height: 0; max-height: 520px; }
  .about-page .journey-photos { padding-top: 0; }
  .about-page .journey-photos > .section-photo { height: 420px; }
  .about-page .story-hero h1 { font-size: 72px; }
}

@media (min-width: 761px) {
  .about-page .story-wrap,
  .about-page .footer .wrap {
    width: var(--header-content-width, min(1480px, calc(100% - 64px)));
    margin-inline: auto;
  }
}

/* Das gedrehte Polaroid bleibt vollständig auf der Bildseite. */
@media (min-width: 1101px) {
  .about-page .journey-photos .polaroid { left: -30px; }
  .about-page .journey-photos::after { left: 29px; }
  .about-page .journey-photos .polaroid-leaf { left: 0; }
}

/* Ein gemeinsames Teamfoto für Desktop und Mobil. */
.about-page .team-group { width: 100%; margin: 0; }
.about-page .team-group > img { display: block; width: 100%; height: auto; }

@media (min-width: 761px) {
  .coffee-story .edge-leaf {
    left: auto;
    right: -178px;
    width: 499px;
    height: 229px;
    transform: rotate(-144deg) scaleY(-1);
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .coffee-story .edge-leaf { top: 635px; }
}

@media (min-width: 761px) {
  .about-page .journey-photos::after {
    content: '';
    position: absolute;
    width: 106px;
    height: 21px;
    background: #023f175e;
    bottom: 160px;
    left: -66px;
    transform: rotate(15deg);
    z-index: 3;
  }
}
@media (min-width: 1101px) {
  .about-page .journey-photos::after { left: 54px; }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .about-page .journey-photos::after {
    bottom: 110px;
    left: 60px;
  }
}
