:root{
  --bg:#090c0e;
  --bg2:#0e1214;
  --panel:#111618;
  --panel2:#151a1c;
  --line:#343a3d;
  --line-soft:#252b2e;
  --text:#f0efeb;
  --muted:#b0b2b2;
  --orange:#e76d16;
  --orange2:#ff7a19;
  --discord:#8b91ff;
  --max:1320px;
  --condensed:"Trebuchet MS","Segoe UI",Arial,sans-serif;
  --sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:#090c0e;
  font-family:var(--sans);
  font-size:14px;
  line-height:1.45;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(var(--max),calc(100% - 40px));margin-inline:auto}

/* HEADER */
.site-header{height:60px;border-bottom:1px solid #2c3133;background:#070a0b;position:sticky;top:0;z-index:30}
.header-inner{height:100%;display:flex;align-items:center;gap:28px;max-width:1360px;margin:auto;padding:0 20px}
.brand{display:flex;align-items:center;gap:9px;min-width:208px}
.brand-mark{width:37px;height:37px;color:var(--orange);flex:none}
.brand strong{display:block;font-family:var(--condensed);font-size:20px;line-height:1;letter-spacing:.2px;font-weight:700}
.brand small{display:block;color:#aaa;font-size:9px;margin-top:4px;letter-spacing:.1px}
.nav{display:flex;align-items:center;justify-content:flex-end;gap:23px;flex:1;white-space:nowrap}
.nav a{font-family:var(--condensed);font-size:11px;font-weight:600;text-transform:uppercase;color:#d4d2cf;letter-spacing:.18px;padding:22px 0 18px;border-bottom:2px solid transparent}
.nav a:hover,.nav a.active{color:var(--orange2);border-color:var(--orange2)}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:24px;cursor:pointer}

/* HERO */
.hero{min-height:360px;position:relative;overflow:hidden;border-bottom:1px solid #292e30;background:#0b0e10}
.hero-photo{position:absolute;inset:0 0 0 38%;background-image:linear-gradient(90deg,#0a0d0f 0%,rgba(10,13,15,.78) 8%,rgba(10,13,15,.10) 34%,rgba(10,13,15,0) 75%),url('../img/hero.webp');background-repeat:no-repeat;background-size:auto 100%;background-position:right center}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,12,14,.97) 0 37%,rgba(9,12,14,.65) 47%,rgba(9,12,14,0) 67%),linear-gradient(0deg,rgba(7,9,10,.22),transparent 28%);pointer-events:none}
.hero-inner{min-height:360px;position:relative;z-index:2;display:flex;align-items:center}
.hero-copy{padding-left:0;width:46%;padding-top:5px}
.hero h1{margin:0;font-family:var(--condensed);font-size:50px;line-height:1.02;text-transform:uppercase;letter-spacing:.15px;font-weight:700;text-shadow:0 2px 18px #000}
.hero h1 span{display:block;color:var(--orange);font-size:48px;margin-top:5px}
.hero-rule{width:58px;height:3px;background:var(--orange);margin:14px 0 11px}
.hero p{margin:0 0 17px;color:#dedede;font-size:15px;line-height:1.38;max-width:330px}
.hero-actions{display:flex;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:0 18px;border:1px solid #73787a;background:rgba(13,16,18,.8);color:#efefef;font-family:var(--condensed);font-weight:700;text-transform:uppercase;letter-spacing:.15px;font-size:12px;transition:background-color .15s ease,border-color .15s ease,color .15s ease}
.btn:hover{border-color:#b8b8b8;background:#171c1e}
.btn.primary{background:linear-gradient(#f27a21,#d86010);border-color:#ff8c36;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
.btn.primary:hover{background:linear-gradient(#ff862a,#e36913)}
.btn.discord svg{width:18px;height:18px;margin-right:8px}

/* PILLARS */
.pillars{margin-top:-2px;position:relative;z-index:4}
.pillar-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#111517;border:1px solid #3b4144}
.pillar{contain:paint;min-height:118px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:18px 16px;border-right:1px solid #2d3335;background:linear-gradient(135deg,#111516,#14191b 55%,#101416)}
.pillar:last-child{border-right:0}
.pillar svg{width:36px;height:36px;color:var(--orange);margin-bottom:7px}
.pillar h3{font-family:var(--condensed);font-size:16px;font-weight:700;margin:0 0 4px}
.pillar p{color:#c2c3c3;font-size:11px;line-height:1.35;margin:0;max-width:190px}

/* CONTENT */
.content{padding:13px 0 14px}
.card-grid{display:grid;gap:14px;margin-bottom:14px}
.card-grid.major{grid-template-columns:repeat(3,1fr)}
.card-grid.minor{grid-template-columns:repeat(4,1fr)}
.card{contain:paint;border:1px solid #3c4244;background:linear-gradient(135deg,#111517,#151a1c 60%,#101416);overflow:hidden;min-width:0}
.card-head{height:43px;display:flex;align-items:center;padding:0 14px;font-family:var(--condensed);font-weight:700;text-transform:uppercase;font-size:20px;letter-spacing:.15px;border-bottom:1px solid #292f31}
.card-head .chev{color:var(--orange);font-size:28px;margin-left:8px;margin-top:-2px}
.card-head .live{margin-left:auto;background:#ec3429;color:#fff;font:700 11px var(--sans);padding:4px 7px;border-radius:3px;letter-spacing:0}
.card img{width:100%;height:110px;object-fit:cover}
.card.major-card img{height:111px}
.card-body{min-height:96px;padding:10px 14px 12px}
.card.minor-card .card-body{min-height:104px;padding:9px 10px 10px}
.card p{margin:0 0 7px;color:#c8c9c9;font-size:12px;line-height:1.38}
.card-link{display:inline-block;color:var(--orange2);font-family:var(--condensed);font-weight:700;text-transform:uppercase;font-size:12px}
.card-link.discord-link{color:#aeb2ff}
.social-mini{float:right;display:inline-flex;gap:7px;margin-top:2px}
.social-mini span{width:16px;height:16px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;background:#704adf;color:white}
.social-mini span:last-child{background:#e42323}

/* HOMEPAGE FEEDS */
.home-section{margin:26px 0 30px;scroll-margin-top:78px}
.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px;padding-bottom:9px;border-bottom:1px solid #303638}
.section-title-row h2{margin:1px 0 0;font-family:var(--condensed);font-size:24px;line-height:1.1;font-weight:700;text-transform:uppercase;letter-spacing:.12px}
.section-kicker{display:block;color:var(--orange);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}
.section-more{color:var(--orange2);font-family:var(--condensed);font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap}
.entry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.entry-card{contain:paint;min-width:0;border:1px solid #353b3e;background:linear-gradient(145deg,#111618,#151a1c 62%,#0f1315);overflow:hidden;transition:border-color .15s ease}
.entry-card:hover{border-color:#5a6063}
.entry-card img{width:100%;height:118px;object-fit:cover}
.entry-content{padding:11px 12px 13px}
.entry-meta{display:block;color:var(--orange);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.35px;margin-bottom:5px}
.entry-card h3{margin:0 0 6px;font-family:var(--condensed);font-size:16px;line-height:1.18;font-weight:700;letter-spacing:0}
.entry-card p{margin:0 0 10px;color:#b8bbbc;font-size:10.5px;line-height:1.42;min-height:45px}
.entry-card a{color:var(--orange2);font-family:var(--condensed);font-size:10.5px;font-weight:700;text-transform:uppercase}
.blog-entry .entry-meta{color:#c6c8c9}
.team-showcase{contain:paint;display:grid;grid-template-columns:1.25fr 1fr;border:1px solid #353b3e;background:linear-gradient(145deg,#111618,#14191b)}
.team-photo{min-height:236px;overflow:hidden;border-right:1px solid #303638;background:#0d1113}
.team-photo img{width:100%;height:100%;min-height:236px;object-fit:cover}
.team-members{display:grid;grid-template-columns:1fr 1fr;gap:0}
.team-member{display:flex;align-items:center;gap:12px;padding:18px;border-bottom:1px solid #2e3436;border-right:1px solid #2e3436}
.team-member:nth-child(2n){border-right:0}
.team-member:nth-last-child(-n+2){border-bottom:0}
.team-avatar{width:42px;height:42px;border:1px solid #6b7072;border-radius:50%;display:grid;place-items:center;flex:none;background:#171c1e;color:var(--orange);font-family:var(--condensed);font-size:17px;font-weight:700}
.team-member h3{margin:0 0 3px;font-family:var(--condensed);font-size:14px;font-weight:700}
.team-member p{margin:0;color:#aeb1b2;font-size:10px}

/* COMMUNITY NEWS */
.community-news{contain:paint;display:grid;grid-template-columns:1fr 1.24fr;border:1px solid #373d40;background:#111517;margin-bottom:12px;min-height:168px}
.community-cta{position:relative;overflow:hidden;padding:26px 36px 22px 120px;border-right:1px solid #303638;background:linear-gradient(135deg,#121719,#171c1e)}
.community-cta:before{content:"";position:absolute;left:0;right:0;bottom:0;height:78px;background:linear-gradient(180deg,transparent,rgba(1,4,5,.85)),repeating-linear-gradient(120deg,transparent 0 42px,rgba(10,12,12,.55) 43px 46px);opacity:.75;clip-path:polygon(0 52%,8% 45%,15% 58%,22% 38%,29% 57%,36% 42%,45% 60%,52% 44%,62% 56%,70% 43%,80% 62%,89% 46%,100% 58%,100% 100%,0 100%)}
.community-icon{position:absolute;left:38px;top:34px;width:60px;height:60px;color:#9b9fff;z-index:2}
.community-cta h2,.news-panel h2{font-family:var(--condensed);font-weight:700;text-transform:uppercase;font-size:20px;margin:0 0 5px;position:relative;z-index:2}
.community-cta p{margin:0 0 13px;color:#d0d0d0;font-size:11px;position:relative;z-index:2}
.community-cta .btn{min-height:34px;padding:0 14px;color:#adb0ff;border-color:#696d9a;font-size:11px;position:relative;z-index:2}
.news-panel{padding:13px 20px 9px}
.news-top{display:flex;justify-content:space-between;align-items:center}
.news-top a{color:var(--orange);font-family:var(--condensed);font-size:11px;text-transform:uppercase;font-weight:700}
.news-list{margin-top:4px}
.news-item{display:grid;grid-template-columns:76px 1fr 18px;gap:8px;align-items:center;min-height:38px;border-top:1px solid #2a3032;padding:4px 0}
.news-item:first-child{border-top:0}
.news-date{color:var(--orange);font-family:var(--condensed);font-weight:700;font-size:11px}
.news-title{font-size:11px;font-weight:700}
.news-desc{font-size:9.5px;color:#aeb1b2;font-weight:400}
.news-arrow{font-size:20px;color:#b9bcbc;text-align:right}

/* FOOTER */
.footer{border-top:1px solid #33393b;background:linear-gradient(180deg,#0d1112,#0a0d0e)}
.footer-main{display:grid;grid-template-columns:1.2fr .9fr 1fr 1.2fr;gap:28px;padding:26px 0 20px}
.footer-col:not(:first-child){border-left:1px solid #2c3133;padding-left:28px}
.footer-brand .brand{min-width:0;margin-bottom:12px}
.footer-brand p{color:#aeb0b0;font-size:10px;max-width:220px;margin:0 0 12px}
.engine-art{height:45px;opacity:.28;position:relative;width:150px}
.engine-art:before,.engine-art:after{content:"";position:absolute;border:5px solid #7f8587;border-radius:50%;width:35px;height:35px;bottom:0}
.engine-art:before{left:30px}.engine-art:after{left:67px}
.engine-art i{position:absolute;width:70px;height:7px;background:#7f8587;left:46px;bottom:14px;transform:rotate(-24deg);display:block}
.footer h4{font-family:var(--condensed);font-weight:700;text-transform:uppercase;font-size:16px;margin:0 0 10px}
.footer a,.footer li,.footer p{color:#adb0b1;font-size:10px}
.footer ul{list-style:none;padding:0;margin:0;columns:2;column-gap:16px}
.footer li{margin-bottom:4px;break-inside:avoid}
.contact-row{display:flex;gap:9px;margin-bottom:7px;color:#b7b9ba;font-size:10px}
.contact-row b{width:15px;color:#d8d9d9}
.socials{display:flex;gap:15px;margin-bottom:17px}
.socials a{font-size:19px;color:#d8d9da}
.newsletter{display:flex}
.newsletter input{min-width:0;flex:1;background:#15191a;border:1px solid #33393b;color:#ddd;padding:9px 10px;font-size:10px;outline:none}
.newsletter button{border:0;background:var(--orange);color:#fff;padding:0 16px;text-transform:uppercase;font-family:var(--condensed);font-weight:700;font-size:11px;cursor:pointer}
.footer-bottom{border-top:1px solid #24292b;min-height:46px;display:flex;align-items:center;justify-content:space-between;color:#85898a;font-size:9px}
.footer-links{display:flex;gap:34px;text-transform:uppercase}

/* PERFORMANCE: isolate larger page panels so scrolling does not repaint unrelated areas */
.featured-story,.blog-post,.side-card,.projects-shell,.featured-project,.project-card,.article-panel,.side-panel,.panel,.side-box,.downloads-shell,.featured-download,.dl-card,.downloads-list,.author-panel,.links-list,.resource-list,.community-news,.team-showcase{contain:paint;}

/* Keep expensive off-screen sections from participating in paint until they approach the viewport. */
@supports (content-visibility:auto){
  .home-section,.community-news,.footer,.project-grid,.blog-posts,.downloads-body,.author-panel{content-visibility:auto;contain-intrinsic-size:auto 500px;}
}

/* small decorative icon shapes */
.ico{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ico-fill{fill:currentColor;stroke:none}

@media (max-width:980px){
  .entry-grid{grid-template-columns:repeat(2,1fr)}
  .nav{gap:13px}.nav a{font-size:10px}.brand{min-width:180px}.header-inner{gap:14px}
  .hero h1{font-size:46px}.hero h1 span{font-size:43px}
  .card-grid.minor{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .team-showcase{grid-template-columns:1fr}.team-photo{border-right:0;border-bottom:1px solid #303638}
  .site-header{height:58px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:58px;background:#0b0e10;border-bottom:1px solid #343a3d;padding:10px 20px;flex-wrap:wrap;justify-content:flex-start}.nav.open{display:flex}.nav a{padding:8px 0}
  .brand{min-width:0}.brand strong{font-size:18px}
  .hero{min-height:570px}.hero-inner{min-height:570px;align-items:flex-start}.hero-photo{inset:220px 0 0 0;background-size:cover;background-position:63% center}.hero:after{background:linear-gradient(180deg,#090c0e 0 34%,rgba(9,12,14,.18) 59%,rgba(9,12,14,.55) 100%)}
  .hero-copy{width:100%;padding-top:38px}.hero h1{font-size:42px}.hero h1 span{font-size:40px}.hero p{max-width:100%}
  .pillar-grid{grid-template-columns:repeat(2,1fr)}.pillar:nth-child(2){border-right:0}.pillar:nth-child(-n+2){border-bottom:1px solid #2d3335}
  .card-grid.major{grid-template-columns:1fr}.card-grid.minor{grid-template-columns:1fr 1fr}
  .community-news{grid-template-columns:1fr}.community-cta{border-right:0;border-bottom:1px solid #303638}
  .footer-main{grid-template-columns:1fr 1fr}.footer-col:nth-child(3){border-left:0;padding-left:0}.footer-bottom{gap:15px;flex-direction:column;padding:12px 0}.footer-links{gap:18px}
}
@media (max-width:520px){
  .section-title-row{align-items:flex-start;flex-direction:column;gap:6px}.entry-grid{grid-template-columns:1fr}.entry-card img{height:170px}.team-members{grid-template-columns:1fr}.team-member{border-right:0!important;border-bottom:1px solid #2e3436!important}.team-member:last-child{border-bottom:0!important}
  .wrap{width:min(100% - 24px,var(--max))}
  .hero-actions{flex-direction:column;align-items:flex-start}.btn{width:210px}
  .pillar-grid,.card-grid.minor{grid-template-columns:1fr}.pillar{border-right:0!important;border-bottom:1px solid #2d3335}.pillar:last-child{border-bottom:0}.card img,.card.major-card img{height:150px}
  .community-cta{padding:28px 22px 25px 92px}.community-icon{left:24px;width:48px}.news-panel{padding-inline:13px}.news-item{grid-template-columns:67px 1fr 15px}
  .footer-main{grid-template-columns:1fr}.footer-col:not(:first-child){border-left:0;padding-left:0;border-top:1px solid #272d2f;padding-top:18px}.footer ul{columns:1}.footer-links{flex-wrap:wrap;justify-content:center}
}

/* v13.2.52 – Startseite: Projektkarten mit einheitlicher Beschreibung und Höhe */
.project-entry-grid .entry-card{
  display:flex;
  flex-direction:column;
  min-height:286px;
}
.project-entry-grid .entry-card>img{
  flex:0 0 118px;
  height:118px;
}
.project-entry-grid .entry-content{
  display:flex;
  flex:1 1 auto;
  min-height:0;
  flex-direction:column;
  padding:11px 12px 13px;
}
.project-entry-grid .entry-meta{
  min-height:14px;
}
.project-entry-grid .entry-card h3{
  display:-webkit-box;
  min-height:38px;
  max-height:38px;
  margin-bottom:6px;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  line-clamp:2;
}
.project-entry-grid .entry-card p{
  display:-webkit-box;
  min-height:45px;
  max-height:45px;
  margin:0 0 10px;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  line-clamp:3;
}
.project-entry-grid .entry-card a{
  margin-top:auto;
}
@media(max-width:620px){
  .project-entry-grid .entry-card{min-height:338px}
  .project-entry-grid .entry-card>img{flex-basis:170px;height:170px}
}

/* v13.2.53 – großer Spenden-CTA auf der Startseite */
.home-donation-cta{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  min-height:112px;
  margin:18px 0 30px;
  padding:22px 24px;
  overflow:hidden;
  border:1px solid #3d4346;
  background:linear-gradient(120deg,#111618 0%,#151a1c 58%,#17130f 100%);
}
.home-donation-cta:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:#e76d16;
}
.home-donation-cta__copy{position:relative;z-index:1;max-width:760px}
.home-donation-cta__copy>span{
  display:block;
  margin:0 0 5px;
  color:#ff7a19;
  font-size:9px;
  font-weight:800;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.home-donation-cta__copy h2{
  margin:0 0 7px;
  color:#f1f0ec;
  font-family:var(--condensed);
  font-size:23px;
  line-height:1.08;
  font-weight:700;
  text-transform:uppercase;
}
.home-donation-cta__copy p{
  max-width:720px;
  margin:0;
  color:#afb3b4;
  font-size:11px;
  line-height:1.55;
}
.home-donation-cta__button{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-width:290px;
  min-height:68px;
  padding:10px 24px;
  border:1px solid #58636c;
  background:linear-gradient(180deg,#131a1f 0%,#0b1014 100%);
  color:#f5f2ed;
  text-decoration:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  transition:background-color .15s ease,border-color .15s ease,color .15s ease;
}
.home-donation-cta__button:hover{
  border-color:#7b8790;
  background:linear-gradient(180deg,#1a2228 0%,#10161b 100%);
  color:#fff;
}
.home-donation-cta__button>b{
  font-size:30px;
  line-height:1;
  font-family:Arial,sans-serif;
}
.home-donation-cta__button>span{
  display:block;
  font-family:var(--condensed);
  font-size:17px;
  line-height:1.05;
  font-weight:800;
  text-transform:uppercase;
  white-space:nowrap;
}
.home-donation-cta__button small{
  display:block;
  margin-top:5px;
  color:#cfd4d8;
  font-family:Arial,sans-serif;
  font-size:9px;
  line-height:1;
  font-weight:600;
  letter-spacing:.35px;
  text-transform:uppercase;
}
@media(max-width:760px){
  .home-donation-cta{grid-template-columns:1fr;gap:16px;padding:20px}
  .home-donation-cta__button{width:100%;min-width:0}
}
@media(max-width:520px){
  .home-donation-cta{margin:14px 0 24px;padding:18px 16px}
  .home-donation-cta__copy h2{font-size:20px}
  .home-donation-cta__button{min-height:62px;padding-inline:16px}
  .home-donation-cta__button>span{font-size:15px}
}

/* v13.2.54 – Startseite: Friendz unterhalb der Team-Sektion */
.friendz-subsection{margin-top:16px;padding-top:2px}
.friendz-title-row{margin-bottom:12px}
.friendz-count{color:#8f9495;font-family:var(--condensed);font-size:10px;font-weight:700;letter-spacing:.55px;text-transform:uppercase;white-space:nowrap}
.friendz-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.friendz-card{display:flex;flex-direction:column;min-width:0;min-height:330px;overflow:hidden;border:1px solid #353b3e;background:linear-gradient(145deg,#111618,#151a1c 62%,#0f1315)}
.friendz-card__media{height:178px;overflow:hidden;background:#0b0f10;border-bottom:1px solid #303638}
.friendz-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.friendz-avatar{display:grid;place-items:center;width:100%;height:100%;color:var(--orange);font:700 34px/1 var(--condensed);background:linear-gradient(145deg,#111719,#0d1113)}
.friendz-card__body{display:flex;flex:1;flex-direction:column;padding:11px 11px 12px}
.friendz-role{display:block;margin:0 0 4px;color:var(--orange);font-size:9px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}
.friendz-card h3{margin:0 0 7px;font-family:var(--condensed);font-size:15px;line-height:1.15;font-weight:700;text-transform:uppercase}
.friendz-card p{display:-webkit-box;min-height:42px;margin:0 0 10px;overflow:hidden;color:#b8bbbc;font-size:10px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3}
.friendz-links{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto;padding-top:8px;border-top:1px solid #2b3133}
.friendz-links a{display:inline-flex;align-items:center;min-height:24px;padding:0 7px;border:1px solid #3b4245;color:#c7c9c9;font-size:8.5px;font-weight:700;text-transform:uppercase}
.friendz-links a:hover{border-color:var(--orange);color:var(--orange2)}
.friendz-empty{padding:28px;border:1px solid #353b3e;background:#111618;color:#8f9495;text-align:center;font-size:11px}
@media(max-width:1250px){.friendz-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.friendz-card__media{height:185px}}
@media(max-width:900px){.friendz-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.friendz-card__media{height:195px}}
@media(max-width:680px){.friendz-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.friendz-card__media{height:210px}}
@media(max-width:430px){.friendz-title-row{align-items:flex-start}.friendz-grid{grid-template-columns:1fr}.friendz-card{min-height:0}.friendz-card__media{height:260px}}

/* v13.2.56 – Unser Team wie Friendz, aber 3 große Karten pro Reihe */
.team-title-row{margin-bottom:12px}
.team-count{color:#8f9495;font-family:var(--condensed);font-size:10px;font-weight:700;letter-spacing:.55px;text-transform:uppercase;white-space:nowrap}
.home-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.home-team-card{display:flex;flex-direction:column;min-width:0;min-height:470px;overflow:hidden;border:1px solid #353b3e;background:linear-gradient(145deg,#111618,#151a1c 62%,#0f1315)}
.home-team-card__media{height:280px;overflow:hidden;background:#0b0f10;border-bottom:1px solid #303638}
.home-team-card__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.home-team-avatar{display:grid;place-items:center;width:100%;height:100%;color:var(--orange);font:700 54px/1 var(--condensed);background:linear-gradient(145deg,#111719,#0d1113)}
.home-team-card__body{display:flex;flex:1;flex-direction:column;padding:15px 16px 16px}
.home-team-role{display:block;margin:0 0 5px;color:var(--orange);font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}
.home-team-card h3{margin:0 0 8px;font-family:var(--condensed);font-size:21px;line-height:1.12;font-weight:700;text-transform:uppercase}
.home-team-card p{display:-webkit-box;min-height:60px;margin:0 0 12px;overflow:hidden;color:#b8bbbc;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.home-team-links{display:flex;gap:7px;flex-wrap:wrap;margin-top:auto;padding-top:10px;border-top:1px solid #2b3133}
.home-team-links a{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid #3b4245;color:#c7c9c9;font-size:9px;font-weight:700;text-transform:uppercase}
.home-team-links a:hover{border-color:var(--orange);color:var(--orange2)}
@media(max-width:1050px){.home-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-team-card__media{height:300px}}
@media(max-width:680px){.home-team-grid{grid-template-columns:1fr}.home-team-card{min-height:0}.home-team-card__media{height:340px}}
@media(max-width:430px){.team-title-row{align-items:flex-start}.home-team-card__media{height:280px}}

/* v13.2.57 – Team/Friendz kompakter und harmonischer */
.home-team-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);min-height:180px;margin:0 0 12px;overflow:hidden;border:1px solid #353b3e;background:linear-gradient(145deg,#101416,#151a1c)}
.home-team-intro__media{height:190px;overflow:hidden;background:#0b0f10;border-right:1px solid #303638}
.home-team-intro__media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center 40%}
.home-team-intro__copy{display:flex;flex-direction:column;justify-content:center;padding:18px 22px}
.home-team-intro__copy>span{display:block;margin:0 0 6px;color:var(--orange);font-size:9px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}
.home-team-intro__copy h3{margin:0 0 8px;font-family:var(--condensed);font-size:21px;line-height:1.1;text-transform:uppercase}
.home-team-intro__copy p{max-width:520px;margin:0 0 10px;color:#b8bbbc;font-size:11px;line-height:1.5}
.home-team-intro__copy a{align-self:flex-start;color:var(--orange2);font-size:9px;font-weight:700;text-transform:uppercase}

.home-team-grid{gap:10px}
.home-team-card{min-height:390px}
.home-team-card__media{height:220px}
.home-team-card__media img{object-position:center 28%}
.home-team-card__body{padding:12px 13px 13px}
.home-team-role{font-size:9px;margin-bottom:4px}
.home-team-card h3{font-size:18px;margin-bottom:6px}
.home-team-card p{min-height:48px;margin-bottom:9px;font-size:11px;line-height:1.45;-webkit-line-clamp:3}
.home-team-links{gap:5px;padding-top:8px}
.home-team-links a{min-height:24px;padding:0 7px;font-size:8px}

.friendz-subsection{margin-top:14px}
.friendz-grid{gap:8px}
.friendz-card{min-height:282px}
.friendz-card__media{height:145px}
.friendz-card__media img{object-position:center 25%}
.friendz-card__body{padding:9px 9px 10px}
.friendz-role{font-size:8px;margin-bottom:3px}
.friendz-card h3{font-size:14px;margin-bottom:5px}
.friendz-card p{min-height:36px;margin-bottom:7px;font-size:9.5px;line-height:1.35;-webkit-line-clamp:3}
.friendz-links{gap:4px;padding-top:6px}
.friendz-links a{min-height:21px;padding:0 6px;font-size:7.5px}

@media(max-width:1050px){
 .home-team-card__media{height:230px}
 .friendz-card__media{height:155px}
}
@media(max-width:900px){
 .home-team-intro{grid-template-columns:1fr}.home-team-intro__media{height:220px;border-right:0;border-bottom:1px solid #303638}
 .friendz-card__media{height:170px}
}
@media(max-width:680px){
 .home-team-card__media{height:280px}
 .friendz-card__media{height:190px}
}
@media(max-width:430px){
 .home-team-intro__media{height:190px}.home-team-intro__copy{padding:14px}
 .home-team-card__media{height:250px}
 .friendz-card__media{height:230px}
}


/* v13.2.58 – Teammitglieder kompakt: Foto links, Text rechts */
.home-team-grid{
  gap:9px;
}
.home-team-card{
  display:flex;
  flex-direction:row;
  align-items:stretch;
  min-width:0;
  min-height:154px;
  height:154px;
  overflow:hidden;
}
.home-team-card__media{
  flex:0 0 128px;
  width:128px;
  height:154px;
  min-height:154px;
  border-right:1px solid #303638;
  border-bottom:0;
}
.home-team-card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 24%;
}
.home-team-avatar{
  font-size:38px;
}
.home-team-card__body{
  min-width:0;
  padding:10px 11px 10px 12px;
}
.home-team-role{
  margin-bottom:3px;
  font-size:8px;
}
.home-team-card h3{
  margin-bottom:5px;
  font-size:16px;
  line-height:1.08;
}
.home-team-card p{
  min-height:0;
  margin-bottom:6px;
  font-size:9.5px;
  line-height:1.35;
  -webkit-line-clamp:3;
}
.home-team-links{
  gap:4px;
  padding-top:6px;
}
.home-team-links a{
  min-height:20px;
  padding:0 5px;
  font-size:7px;
}
@media(max-width:1050px){
  .home-team-card{height:158px;min-height:158px}
  .home-team-card__media{flex-basis:142px;width:142px;height:158px;min-height:158px}
}
@media(max-width:680px){
  .home-team-card{height:154px;min-height:154px}
  .home-team-card__media{flex-basis:145px;width:145px;height:154px;min-height:154px}
  .home-team-card__body{padding:10px 12px}
  .home-team-card h3{font-size:17px}
  .home-team-card p{font-size:10px;-webkit-line-clamp:3}
}
@media(max-width:430px){
  .home-team-card{height:148px;min-height:148px}
  .home-team-card__media{flex-basis:118px;width:118px;height:148px;min-height:148px}
  .home-team-card__body{padding:9px 9px 9px 10px}
  .home-team-card h3{font-size:15px}
  .home-team-card p{font-size:9px;-webkit-line-clamp:3}
  .home-team-links a{font-size:6.5px;padding:0 4px}
}


/* v13.2.59 – Team-Querformat final + eindeutige Selektoren */
#team .home-team-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
#team .home-team-card{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  align-items:stretch;
  width:100%;
  height:138px;
  min-height:138px;
  overflow:hidden;
  border:1px solid #353b3e;
  background:linear-gradient(145deg,#111618,#151a1c 62%,#0f1315);
}
#team .home-team-card__media{
  width:112px;
  height:138px;
  min-height:138px;
  overflow:hidden;
  border-right:1px solid #303638;
  border-bottom:0;
  background:#0b0f10;
}
#team .home-team-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 22%;
}
#team .home-team-avatar{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  font-size:34px;
}
#team .home-team-card__body{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:9px 10px 8px 11px;
}
#team .home-team-role{
  display:block;
  margin:0 0 2px;
  color:var(--orange);
  font-size:7.5px;
  font-weight:700;
  letter-spacing:.45px;
  text-transform:uppercase;
}
#team .home-team-card h3{
  margin:0 0 4px;
  font-family:var(--condensed);
  font-size:15px;
  line-height:1.05;
  font-weight:700;
  text-transform:uppercase;
}
#team .home-team-card p{
  display:-webkit-box;
  min-height:0;
  margin:0 0 5px;
  overflow:hidden;
  color:#b8bbbc;
  font-size:9px;
  line-height:1.28;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
#team .home-team-links{
  display:flex;
  gap:3px;
  flex-wrap:wrap;
  margin-top:auto;
  padding-top:4px;
  border-top:1px solid #2b3133;
}
#team .home-team-links a{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  padding:0 4px;
  border:1px solid #3b4245;
  color:#c7c9c9;
  font-size:6.5px;
  font-weight:700;
  text-transform:uppercase;
}
#team .home-team-links a:hover{
  border-color:var(--orange);
  color:var(--orange2);
}
@media(max-width:1050px){
  #team .home-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #team .home-team-card{grid-template-columns:125px minmax(0,1fr);height:144px;min-height:144px}
  #team .home-team-card__media{width:125px;height:144px;min-height:144px}
}
@media(max-width:680px){
  #team .home-team-grid{grid-template-columns:1fr}
  #team .home-team-card{grid-template-columns:132px minmax(0,1fr);height:148px;min-height:148px}
  #team .home-team-card__media{width:132px;height:148px;min-height:148px}
  #team .home-team-card__body{padding:9px 11px}
  #team .home-team-card h3{font-size:16px}
  #team .home-team-card p{font-size:9.5px}
}
@media(max-width:430px){
  #team .home-team-card{grid-template-columns:105px minmax(0,1fr);height:142px;min-height:142px}
  #team .home-team-card__media{width:105px;height:142px;min-height:142px}
  #team .home-team-card__body{padding:8px}
  #team .home-team-card h3{font-size:14px}
  #team .home-team-card p{font-size:8.5px;-webkit-line-clamp:3}
  #team .home-team-links a{font-size:6px;padding:0 3px}
}

/* v13.2.60 – Unser Team: Beschreibung immer vollständig anzeigen */
#team .home-team-card{
  height:auto;
  min-height:138px;
  overflow:visible;
}
#team .home-team-card__media{
  height:100%;
  min-height:138px;
}
#team .home-team-card p{
  display:block;
  min-height:0;
  margin:0 0 7px;
  overflow:visible;
  white-space:normal;
  text-overflow:clip;
  -webkit-box-orient:initial;
  -webkit-line-clamp:unset;
  line-clamp:unset;
}
@media(max-width:1050px){
  #team .home-team-card{height:auto;min-height:144px}
  #team .home-team-card__media{height:100%;min-height:144px}
}
@media(max-width:680px){
  #team .home-team-card{height:auto;min-height:148px}
  #team .home-team-card__media{height:100%;min-height:148px}
}
@media(max-width:430px){
  #team .home-team-card{height:auto;min-height:142px}
  #team .home-team-card__media{height:100%;min-height:142px}
  #team .home-team-card p{-webkit-line-clamp:unset;line-clamp:unset}
}

/* v13.2.61 – Friendz wie Team im Querformat, 4 pro Reihe, Text vollständig */
#team #friendz .friendz-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
#team #friendz .friendz-card{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  align-items:stretch;
  width:100%;
  height:auto;
  min-height:132px;
  overflow:visible;
  border:1px solid #353b3e;
  background:linear-gradient(145deg,#111618,#151a1c 62%,#0f1315);
}
#team #friendz .friendz-card__media{
  width:96px;
  height:100%;
  min-height:132px;
  overflow:hidden;
  border-right:1px solid #303638;
  border-bottom:0;
  background:#0b0f10;
}
#team #friendz .friendz-card__media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 22%;
}
#team #friendz .friendz-avatar{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  font-size:30px;
}
#team #friendz .friendz-card__body{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:8px 9px 8px 10px;
}
#team #friendz .friendz-role{
  display:block;
  margin:0 0 2px;
  color:var(--orange);
  font-size:7.5px;
  font-weight:700;
  letter-spacing:.45px;
  text-transform:uppercase;
}
#team #friendz .friendz-card h3{
  margin:0 0 4px;
  font-family:var(--condensed);
  font-size:14px;
  line-height:1.08;
  font-weight:700;
  text-transform:uppercase;
}
#team #friendz .friendz-card p{
  display:block;
  min-height:0;
  margin:0 0 7px;
  overflow:visible;
  color:#b8bbbc;
  font-size:8.75px;
  line-height:1.32;
  white-space:normal;
  text-overflow:clip;
  -webkit-box-orient:initial;
  -webkit-line-clamp:unset;
  line-clamp:unset;
}
#team #friendz .friendz-links{
  display:flex;
  gap:3px;
  flex-wrap:wrap;
  margin-top:auto;
  padding-top:4px;
  border-top:1px solid #2b3133;
}
#team #friendz .friendz-links a{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  padding:0 4px;
  border:1px solid #3b4245;
  color:#c7c9c9;
  font-size:6.5px;
  font-weight:700;
  text-transform:uppercase;
}
#team #friendz .friendz-links a:hover{
  border-color:var(--orange);
  color:var(--orange2);
}
@media(max-width:1120px){
  #team #friendz .friendz-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  #team #friendz .friendz-card{grid-template-columns:102px minmax(0,1fr);min-height:136px}
  #team #friendz .friendz-card__media{width:102px;min-height:136px}
}
@media(max-width:860px){
  #team #friendz .friendz-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  #team #friendz .friendz-card{grid-template-columns:112px minmax(0,1fr);min-height:142px}
  #team #friendz .friendz-card__media{width:112px;min-height:142px}
  #team #friendz .friendz-card__body{padding:9px 10px}
  #team #friendz .friendz-card h3{font-size:15px}
  #team #friendz .friendz-card p{font-size:9.25px}
}
@media(max-width:560px){
  #team #friendz .friendz-grid{grid-template-columns:1fr}
  #team #friendz .friendz-card{grid-template-columns:118px minmax(0,1fr);min-height:146px}
  #team #friendz .friendz-card__media{width:118px;min-height:146px}
  #team #friendz .friendz-card h3{font-size:15px}
  #team #friendz .friendz-card p{font-size:9.5px}
}
@media(max-width:390px){
  #team #friendz .friendz-card{grid-template-columns:98px minmax(0,1fr);min-height:142px}
  #team #friendz .friendz-card__media{width:98px;min-height:142px}
  #team #friendz .friendz-card__body{padding:8px}
  #team #friendz .friendz-card h3{font-size:14px}
  #team #friendz .friendz-card p{font-size:8.75px}
  #team #friendz .friendz-links a{font-size:6px;padding:0 3px}
}

/* v13.2.86 – Friendz auf eigener Unterseite + Link aus dem Crew-Bereich */
.home-team-intro__actions{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:2px;
}
.home-team-intro__copy .home-team-intro__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:auto;
  min-height:29px;
  padding:0 10px;
  border:1px solid #3b4245;
  color:#c7c9c9;
  font-size:8px;
  font-weight:700;
  line-height:1;
  text-decoration:none;
  text-transform:uppercase;
}
.home-team-intro__copy .home-team-intro__actions a.is-primary{
  border-color:var(--orange);
  color:var(--orange2);
}
.home-team-intro__copy .home-team-intro__actions a:hover{
  border-color:var(--orange);
  color:#fff;
  background:rgba(231,109,22,.08);
}
.friendz-page-main{background:#0b0f10}
.friendz-page-hero{
  position:relative;
  min-height:370px;
  overflow:hidden;
  border-bottom:1px solid #343a3d;
  background:#0b0f10;
}
.friendz-page-hero__media{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 44%;
}
.friendz-page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(5,8,9,.97) 0%,rgba(5,8,9,.89) 40%,rgba(5,8,9,.47) 72%,rgba(5,8,9,.62) 100%),linear-gradient(0deg,rgba(5,8,9,.84),transparent 52%);
}
.friendz-page-hero__inner{
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  min-height:370px;
  padding-block:44px;
}
.friendz-page-hero__copy{max-width:650px}
.friendz-page-hero__copy>span{
  display:block;
  margin:0 0 9px;
  color:var(--orange2);
  font-size:9px;
  font-weight:800;
  letter-spacing:.85px;
  text-transform:uppercase;
}
.friendz-page-hero h1{
  margin:0;
  color:#f1f0ed;
  font-family:var(--condensed);
  font-size:clamp(48px,7vw,76px);
  font-weight:700;
  line-height:.92;
  text-transform:uppercase;
}
.friendz-page-hero h1 em{
  color:var(--orange2);
  font-style:normal;
}
.friendz-page-hero p{
  max-width:610px;
  margin:17px 0 0;
  color:#c1c4c4;
  font-size:12px;
  line-height:1.6;
}
.friendz-page-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:21px;
}
.friendz-page-hero__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 16px;
  border:1px solid #596168;
  color:#e7e7e4;
  font-size:9px;
  font-weight:800;
  text-decoration:none;
  text-transform:uppercase;
}
.friendz-page-hero__actions a.primary{
  border-color:var(--orange);
  background:linear-gradient(180deg,#f47b20,#d85d0d);
  color:#fff;
}
.friendz-page-hero__actions a.ghost{background:rgba(10,14,16,.74)}
.friendz-page-hero__actions a:hover{border-color:var(--orange2);color:#fff}
.friendz-page-content{padding:30px 0 54px}
.friendz-page-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:15px;
  padding-bottom:13px;
  border-bottom:1px solid #343a3d;
}
.friendz-page-heading>div{max-width:790px}
.friendz-page-heading span{
  display:block;
  margin-bottom:5px;
  color:var(--orange);
  font-size:9px;
  font-weight:800;
  letter-spacing:.7px;
  text-transform:uppercase;
}
.friendz-page-heading h2{
  margin:0;
  color:#f0efeb;
  font-family:var(--condensed);
  font-size:28px;
  line-height:1.05;
  text-transform:uppercase;
}
.friendz-page-heading p{
  margin:7px 0 0;
  color:#aeb2b3;
  font-size:10.5px;
  line-height:1.5;
}
.friendz-page-heading>strong{
  flex:0 0 auto;
  color:#8f9495;
  font-family:var(--condensed);
  font-size:10px;
  letter-spacing:.55px;
  text-transform:uppercase;
}
.friendz-directory-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.friendz-directory-card{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  align-items:stretch;
  width:100%;
  min-height:132px;
  overflow:visible;
  border:1px solid #353b3e;
  background:linear-gradient(145deg,#111618,#151a1c 62%,#0f1315);
}
.friendz-directory-card__media{
  width:96px;
  min-height:132px;
  overflow:hidden;
  border-right:1px solid #303638;
  background:#0b0f10;
}
.friendz-directory-card__media img{
  display:block;
  width:100%;
  height:100%;
  min-height:132px;
  object-fit:cover;
  object-position:center 22%;
}
.friendz-directory-avatar{
  display:flex;
  width:100%;
  height:100%;
  min-height:132px;
  align-items:center;
  justify-content:center;
  color:var(--orange);
  font:700 30px/1 var(--condensed);
  background:linear-gradient(145deg,#111719,#0d1113);
}
.friendz-directory-card__body{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:8px 9px 8px 10px;
}
.friendz-directory-role{
  display:block;
  margin:0 0 2px;
  color:var(--orange);
  font-size:7.5px;
  font-weight:700;
  letter-spacing:.45px;
  text-transform:uppercase;
}
.friendz-directory-card h3{
  margin:0 0 4px;
  color:#f0efeb;
  font-family:var(--condensed);
  font-size:14px;
  line-height:1.08;
  text-transform:uppercase;
}
.friendz-directory-card p{
  display:block;
  min-height:0;
  margin:0 0 7px;
  overflow:visible;
  color:#b8bbbc;
  font-size:8.75px;
  line-height:1.32;
  white-space:normal;
  text-overflow:clip;
  -webkit-line-clamp:unset;
  line-clamp:unset;
}
.friendz-directory-links{
  display:flex;
  flex-wrap:wrap;
  gap:3px;
  margin-top:auto;
  padding-top:4px;
  border-top:1px solid #2b3133;
}
.friendz-directory-links a{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  padding:0 4px;
  border:1px solid #3b4245;
  color:#c7c9c9;
  font-size:6.5px;
  font-weight:700;
  text-decoration:none;
  text-transform:uppercase;
}
.friendz-directory-links a:hover{border-color:var(--orange);color:var(--orange2)}
.friendz-page-empty{
  padding:34px;
  border:1px solid #353b3e;
  background:linear-gradient(145deg,#111618,#151a1c);
  text-align:center;
}
.friendz-page-empty>span{
  color:var(--orange);
  font-size:9px;
  font-weight:800;
  letter-spacing:.65px;
}
.friendz-page-empty h3{
  margin:7px 0;
  font-family:var(--condensed);
  font-size:25px;
  text-transform:uppercase;
}
.friendz-page-empty p{margin:0 auto 13px;max-width:620px;color:#aeb2b3;font-size:11px;line-height:1.5}
.friendz-page-empty a{color:var(--orange2);font-size:9px;font-weight:800;text-decoration:none;text-transform:uppercase}
.friendz-page-cta{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  min-height:112px;
  margin-top:24px;
  padding:22px 24px;
  overflow:hidden;
  border:1px solid #3d4346;
  background:linear-gradient(120deg,#111618 0%,#151a1c 58%,#17130f 100%);
}
.friendz-page-cta:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:var(--orange);
}
.friendz-page-cta>div{position:relative;z-index:1}
.friendz-page-cta>div>span{display:block;margin-bottom:5px;color:var(--orange2);font-size:9px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}
.friendz-page-cta h2{margin:0 0 7px;color:#f1f0ec;font-family:var(--condensed);font-size:23px;line-height:1.08;text-transform:uppercase}
.friendz-page-cta p{max-width:720px;margin:0;color:#afb3b4;font-size:11px;line-height:1.55}
.friendz-page-cta>a{
  position:relative;
  z-index:1;
  display:flex;
  min-width:250px;
  min-height:62px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  padding:10px 20px;
  border:1px solid #58636c;
  background:linear-gradient(180deg,#131a1f,#0b1014);
  color:#f5f2ed;
  font-family:var(--condensed);
  font-size:16px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  text-transform:uppercase;
}
.friendz-page-cta>a small{display:block;margin-top:5px;color:#cfd4d8;font-family:Arial,sans-serif;font-size:8px;letter-spacing:.3px;text-transform:uppercase}
.friendz-page-cta>a:hover{border-color:#7b8790;background:linear-gradient(180deg,#1a2228,#10161b);color:#fff}
@media(max-width:1120px){
  .friendz-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .friendz-directory-card{grid-template-columns:102px minmax(0,1fr);min-height:136px}
  .friendz-directory-card__media{width:102px;min-height:136px}
  .friendz-directory-card__media img,.friendz-directory-avatar{min-height:136px}
}
@media(max-width:860px){
  .friendz-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .friendz-directory-card{grid-template-columns:112px minmax(0,1fr);min-height:142px}
  .friendz-directory-card__media{width:112px;min-height:142px}
  .friendz-directory-card__media img,.friendz-directory-avatar{min-height:142px}
  .friendz-directory-card__body{padding:9px 10px}
  .friendz-directory-card h3{font-size:15px}
  .friendz-directory-card p{font-size:9.25px}
}
@media(max-width:760px){
  .friendz-page-hero,.friendz-page-hero__inner{min-height:330px}
  .friendz-page-hero__inner{padding-block:34px}
  .friendz-page-heading{align-items:flex-start;flex-direction:column;gap:8px}
  .friendz-page-cta{grid-template-columns:1fr;gap:16px;padding:20px}
  .friendz-page-cta>a{width:100%;min-width:0}
}
@media(max-width:560px){
  .friendz-page-hero:before{background:linear-gradient(90deg,rgba(5,8,9,.96),rgba(5,8,9,.72)),linear-gradient(0deg,rgba(5,8,9,.55),transparent 44%)}
  .friendz-page-hero h1{font-size:50px}
  .friendz-directory-grid{grid-template-columns:1fr}
  .friendz-directory-card{grid-template-columns:118px minmax(0,1fr);min-height:146px}
  .friendz-directory-card__media{width:118px;min-height:146px}
  .friendz-directory-card__media img,.friendz-directory-avatar{min-height:146px}
  .friendz-directory-card h3{font-size:15px}
  .friendz-directory-card p{font-size:9.5px}
}
@media(max-width:390px){
  .home-team-intro__actions{flex-direction:column}
  .home-team-intro__copy .home-team-intro__actions a{width:100%}
  .friendz-page-hero h1{font-size:42px}
  .friendz-directory-card{grid-template-columns:98px minmax(0,1fr);min-height:142px}
  .friendz-directory-card__media{width:98px;min-height:142px}
  .friendz-directory-card__media img,.friendz-directory-avatar{min-height:142px}
  .friendz-directory-card__body{padding:8px}
  .friendz-directory-card h3{font-size:14px}
  .friendz-directory-card p{font-size:8.75px}
  .friendz-directory-links a{font-size:6px;padding:0 3px}
}

/* v13.2.89 – Startseite: letzte Forum-Beiträge und Downloads */
.home-latest-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 30px;
}
.home-latest-panel{
  display:flex;
  min-width:0;
  min-height:390px;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #373d40;
  background:linear-gradient(145deg,#111618,#151a1c 62%,#0f1315);
  contain:paint;
}
.home-latest-panel__head{
  display:flex;
  min-height:72px;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  padding:14px 16px 12px;
  border-bottom:1px solid #303638;
  background:linear-gradient(135deg,#151a1c,#111618);
}
.home-latest-panel__head>div{min-width:0}
.home-latest-panel__head>div>span{
  display:block;
  margin-bottom:4px;
  color:var(--orange);
  font-size:9px;
  font-weight:800;
  letter-spacing:.75px;
  text-transform:uppercase;
}
.home-latest-panel__head h2{
  margin:0;
  color:#f1f0ec;
  font-family:var(--condensed);
  font-size:20px;
  line-height:1.08;
  font-weight:700;
  text-transform:uppercase;
}
.home-latest-panel__head>a{
  flex:none;
  color:var(--orange2);
  font-family:var(--condensed);
  font-size:10px;
  line-height:1;
  font-weight:700;
  text-transform:uppercase;
  white-space:nowrap;
}
.home-latest-panel__head>a:hover{color:#fff}
.home-latest-list{display:flex;flex:1;flex-direction:column}
.home-latest-item{
  display:grid;
  min-width:0;
  min-height:63px;
  grid-template-columns:34px minmax(0,1fr) 18px;
  align-items:center;
  gap:10px;
  padding:8px 12px;
  border-top:1px solid #2b3133;
  color:#e9e9e7;
  text-decoration:none;
  transition:background-color .15s ease,border-color .15s ease;
}
.home-latest-item:first-child{border-top:0}
.home-latest-item:hover{background:#171d20;color:#fff}
.home-latest-item__icon{
  display:grid;
  width:32px;
  height:32px;
  place-items:center;
  border:1px solid #4a5256;
  background:#0d1214;
  color:var(--orange2);
  font-family:var(--condensed);
  font-size:14px;
  line-height:1;
  font-weight:700;
}
.home-latest-item:hover .home-latest-item__icon{border-color:var(--orange)}
.home-latest-item__copy{display:block;min-width:0}
.home-latest-item__copy small{
  display:block;
  margin-bottom:3px;
  overflow:hidden;
  color:var(--orange);
  font-size:8px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:.45px;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.home-latest-item__copy strong{
  display:block;
  overflow:hidden;
  color:#f0efec;
  font-family:var(--condensed);
  font-size:13px;
  line-height:1.2;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.home-latest-item__copy em{
  display:block;
  margin-top:3px;
  overflow:hidden;
  color:#9fa4a6;
  font-size:8.5px;
  line-height:1.2;
  font-style:normal;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.home-latest-item__arrow{color:#b9bcbc;font-size:21px;line-height:1;text-align:right}
.home-latest-item:hover .home-latest-item__arrow{color:var(--orange2)}
.home-latest-empty{
  display:flex;
  min-height:315px;
  flex:1;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
  padding:28px;
  color:#939899;
  text-align:center;
}
.home-latest-empty b{color:#d8d9d7;font-family:var(--condensed);font-size:14px;text-transform:uppercase}
.home-latest-empty span{max-width:310px;font-size:9.5px;line-height:1.45}
@media(max-width:760px){
  .home-latest-grid{grid-template-columns:1fr}
  .home-latest-panel{min-height:0}
}
@media(max-width:520px){
  .home-latest-panel__head{align-items:flex-start;flex-direction:column;gap:7px;padding:13px}
  .home-latest-panel__head h2{font-size:18px}
  .home-latest-item{grid-template-columns:31px minmax(0,1fr) 15px;gap:8px;padding-inline:10px}
  .home-latest-item__icon{width:29px;height:29px;font-size:13px}
  .home-latest-item__copy strong{font-size:12.5px}
}


/* v13.2.89 – Startseite: letzte Forum-Beiträge und Downloads */
.home-community-feeds{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 12px;
}
.home-community-feed{
  contain:paint;
  min-width:0;
  overflow:hidden;
  border:1px solid #373d40;
  background:linear-gradient(145deg,#111618 0%,#151a1c 58%,#0f1315 100%);
}
.home-community-feed__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  min-height:72px;
  padding:14px 16px 13px;
  border-bottom:1px solid #303638;
  background:linear-gradient(180deg,#151a1c 0%,#111618 100%);
}
.home-community-feed__head>div{min-width:0}
.home-community-feed__head span{
  display:block;
  margin:0 0 3px;
  color:var(--orange);
  font-size:9px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.7px;
  text-transform:uppercase;
}
.home-community-feed__head h2{
  margin:0;
  color:#f0efeb;
  font-family:var(--condensed);
  font-size:20px;
  font-weight:700;
  line-height:1.08;
  text-transform:uppercase;
}
.home-community-feed__head>a{
  flex:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 10px;
  border:1px solid #4a5154;
  background:#121719;
  color:#d7d9d8;
  font-family:var(--condensed);
  font-size:9px;
  font-weight:700;
  line-height:1;
  text-transform:uppercase;
  transition:border-color .15s ease,color .15s ease,background-color .15s ease;
}
.home-community-feed__head>a:hover{
  border-color:var(--orange);
  background:#171d1f;
  color:var(--orange2);
}
.home-community-feed__list{min-height:335px}
.home-community-feed__item{
  display:grid;
  grid-template-columns:34px minmax(0,1fr) 16px;
  align-items:center;
  gap:10px;
  min-height:67px;
  padding:8px 13px;
  border-top:1px solid #2b3133;
  background:rgba(14,19,21,.36);
  transition:background-color .15s ease,border-color .15s ease;
}
.home-community-feed__item:first-child{border-top:0}
.home-community-feed__item:hover{
  background:#171d1f;
  border-color:#3d4548;
}
.home-community-feed__item:focus-visible{
  outline:1px solid var(--orange);
  outline-offset:-2px;
}
.home-community-feed__icon{
  display:grid;
  place-items:center;
  width:32px;
  height:32px;
  border:1px solid #454d50;
  background:#101517;
  color:var(--orange2);
  font-family:var(--condensed);
  font-size:18px;
  font-weight:700;
  line-height:1;
}
.home-community-feed__icon--download{font-size:20px}
.home-community-feed__copy{
  display:block;
  min-width:0;
}
.home-community-feed__copy small{
  display:block;
  margin:0 0 3px;
  overflow:hidden;
  color:#969b9d;
  font-size:8.5px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.25px;
  text-overflow:ellipsis;
  text-transform:uppercase;
  white-space:nowrap;
}
.home-community-feed__copy strong{
  display:block;
  margin:0 0 3px;
  overflow:hidden;
  color:#e6e5e1;
  font-family:var(--condensed);
  font-size:12.5px;
  font-weight:700;
  line-height:1.22;
  text-overflow:ellipsis;
  text-transform:none;
  white-space:nowrap;
}
.home-community-feed__copy>span{
  display:block;
  overflow:hidden;
  color:#aeb2b3;
  font-size:9.5px;
  line-height:1.25;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.home-community-feed__arrow{
  color:#c6c9c9;
  font-size:22px;
  line-height:1;
  text-align:right;
  transition:color .15s ease,transform .15s ease;
}
.home-community-feed__item:hover .home-community-feed__arrow{
  color:var(--orange2);
  transform:translateX(2px);
}
.home-community-feed__empty{
  display:flex;
  min-height:335px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:5px;
  padding:28px;
  color:#8f9495;
  text-align:center;
}
.home-community-feed__empty b{
  color:#d8d9d7;
  font-family:var(--condensed);
  font-size:13px;
  text-transform:uppercase;
}
.home-community-feed__empty span{font-size:10px}
@media(max-width:760px){
  .home-community-feeds{grid-template-columns:1fr}
  .home-community-feed__list{min-height:0}
  .home-community-feed__empty{min-height:180px}
}
@media(max-width:520px){
  .home-community-feed__head{align-items:flex-start;flex-direction:column;gap:9px;padding:13px}
  .home-community-feed__head>a{min-height:28px}
  .home-community-feed__item{grid-template-columns:30px minmax(0,1fr) 14px;gap:8px;padding-inline:10px}
  .home-community-feed__icon{width:30px;height:30px}
  .home-community-feed__copy strong{font-size:12px}
}

/* v13.2.92 – Community-Dashboard nach Referenzbild */
.home-community-dashboard{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 30px;
}
.home-dashboard-panel{
  min-width:0;
  overflow:hidden;
  border:1px solid #363d40;
  background:linear-gradient(145deg,#111618 0%,#151a1c 58%,#0e1315 100%);
}
.home-dashboard-head{
  display:flex;
  min-height:68px;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  padding:13px 14px 11px;
  border-bottom:1px solid #303638;
  background:linear-gradient(180deg,#151a1c,#111618);
}
.home-dashboard-head>div{min-width:0}
.home-dashboard-head span{
  display:block;
  margin-bottom:4px;
  color:var(--orange);
  font-size:8px;
  font-weight:800;
  letter-spacing:.7px;
  line-height:1;
  text-transform:uppercase;
}
.home-dashboard-head h2{
  margin:0;
  color:#f1f0ed;
  font-family:var(--condensed);
  font-size:20px;
  font-weight:700;
  line-height:1.05;
  text-transform:uppercase;
}
.home-dashboard-head>a{
  flex:none;
  display:inline-flex;
  min-height:29px;
  align-items:center;
  justify-content:center;
  padding:0 11px;
  border:1px solid #4b5357;
  background:#111719;
  color:#e0e2e1;
  font-family:var(--condensed);
  font-size:8px;
  font-weight:700;
  text-transform:uppercase;
}
.home-dashboard-head>a:hover{border-color:var(--orange);color:var(--orange2)}
.home-dashboard-list{display:flex;min-height:252px;flex-direction:column}
.home-dashboard-row{
  display:grid;
  min-height:63px;
  grid-template-columns:34px minmax(0,1fr) auto 14px;
  align-items:center;
  gap:10px;
  padding:8px 11px;
  border-top:1px solid #2b3133;
  color:#e9e9e7;
  text-decoration:none;
}
.home-dashboard-row:first-child{border-top:0}
.home-dashboard-row:hover{background:#171d20}
.home-dashboard-icon{
  display:grid;
  width:31px;
  height:31px;
  place-items:center;
  border:1px solid #464f52;
  background:#0c1113;
  color:var(--orange2);
  font-family:var(--condensed);
  font-size:16px;
  font-weight:700;
  line-height:1;
}
.home-dashboard-icon--hash{font-size:19px}
.home-dashboard-icon--download{font-size:21px}
.home-dashboard-icon--news{font-size:18px}
.home-dashboard-copy{display:block;min-width:0}
.home-dashboard-copy strong{
  display:block;
  overflow:hidden;
  color:#f0efec;
  font-family:var(--condensed);
  font-size:12px;
  font-weight:700;
  line-height:1.18;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.home-dashboard-copy small{
  display:block;
  margin-top:4px;
  overflow:hidden;
  color:#a5aaab;
  font-size:8.5px;
  line-height:1.2;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.home-dashboard-date{
  color:#909697;
  font-size:8px;
  line-height:1;
  white-space:nowrap;
}
.home-dashboard-arrow{color:#aeb2b3;font-size:20px;line-height:1;text-align:right}
.home-dashboard-row:hover .home-dashboard-arrow{color:var(--orange2)}
.home-dashboard-empty{display:grid;min-height:252px;place-items:center;padding:20px;color:#8f9495;font-size:10px;text-align:center}
.home-dashboard-discord{display:flex;flex-direction:column}
.home-dashboard-discord__body{display:flex;min-height:252px;flex:1;flex-direction:column;padding:13px}
.home-dashboard-discord__intro{display:grid;grid-template-columns:minmax(0,1fr) 92px;align-items:center;gap:15px}
.home-dashboard-discord__intro h3{margin:0 0 6px;color:#f1f0ed;font-family:var(--condensed);font-size:17px;line-height:1.08}
.home-dashboard-discord__intro p{max-width:330px;margin:0;color:#b1b5b6;font-size:9.5px;line-height:1.5}
.home-dashboard-discord__intro img{display:block;width:86px;height:70px;object-fit:cover;object-position:center;border:0;filter:saturate(.85) brightness(.92)}
.home-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:13px}
.home-dashboard-stats>div{display:flex;min-height:76px;align-items:center;justify-content:center;flex-direction:column;border:1px solid #22292c;background:#0d1214;text-align:center}
.home-dashboard-stats span{color:var(--orange2);font-size:19px;line-height:1}
.home-dashboard-stats strong{display:block;margin-top:5px;color:#f1f0ed;font-family:var(--condensed);font-size:17px;line-height:1}
.home-dashboard-stats small{display:block;margin-top:5px;color:#929798;font-size:7px;line-height:1;text-transform:uppercase}
.home-dashboard-discord__button{display:flex;min-height:33px;align-items:center;justify-content:center;margin-top:11px;border:1px solid #ff8a32;background:linear-gradient(180deg,#f47b20,#d85d0d);color:#fff;font-family:var(--condensed);font-size:9px;font-weight:800;text-transform:uppercase}
.home-dashboard-discord__button:hover{background:linear-gradient(180deg,#ff882c,#e86612);color:#fff}
@media(max-width:900px){
  .home-community-dashboard{grid-template-columns:1fr}
}
@media(max-width:560px){
  .home-dashboard-head{align-items:flex-start;flex-direction:column;gap:8px}
  .home-dashboard-head h2{font-size:18px}
  .home-dashboard-row{grid-template-columns:31px minmax(0,1fr) 13px}
  .home-dashboard-date{display:none}
  .home-dashboard-icon{width:29px;height:29px}
  .home-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-dashboard-discord__intro{grid-template-columns:minmax(0,1fr) 72px}
  .home-dashboard-discord__intro img{width:70px;height:58px}
}

/* v13.2.93 – Startseiten-Content nach kompakter Referenz aufgebaut */
.home-ref-shortcuts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  margin:0 0 26px;
  border:1px solid #343b3e;
  background:#101517;
}
.home-ref-shortcut{
  display:flex;
  min-height:158px;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:7px;
  padding:19px 18px;
  border-right:1px solid #303638;
  background:linear-gradient(145deg,#101517,#151a1c 60%,#0e1315);
  text-align:center;
  transition:background-color .15s ease,border-color .15s ease;
}
.home-ref-shortcut:last-child{border-right:0}
.home-ref-shortcut:hover{background:#171d20}
.home-ref-shortcut svg{width:38px;height:38px;margin-bottom:2px;fill:none;stroke:var(--orange2);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.home-ref-shortcut strong{color:#f1f0ed;font-family:var(--condensed);font-size:15px;line-height:1.1}
.home-ref-shortcut span{max-width:210px;color:#c0c3c3;font-size:10px;line-height:1.5}

.home-ref-servers{margin:0 0 28px}
.home-ref-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 12px}
.home-ref-section-head h2{margin:0;color:#f1f0ed;font-family:var(--condensed);font-size:20px;line-height:1;text-transform:uppercase}
.home-ref-section-head a{color:var(--orange2);font-family:var(--condensed);font-size:9px;font-weight:800;text-transform:uppercase}
.home-ref-section-head a:hover{color:#ff9b51}
.home-ref-server-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}
.home-ref-server{display:flex;min-width:0;min-height:145px;flex-direction:column;border:1px solid #3a4245;background:linear-gradient(145deg,#111618,#151a1c 60%,#0e1315)}
.home-ref-server:hover{border-color:#596266;background:#171d20}
.home-ref-server__top{display:grid;grid-template-columns:46px minmax(0,1fr);gap:11px;align-items:center;flex:1;padding:14px 13px 10px}
.home-ref-server__icon{display:grid;width:42px;height:42px;place-items:center;color:var(--orange2);font-family:var(--condensed);font-size:27px;line-height:1}
.home-ref-server__copy{min-width:0}
.home-ref-server__copy small{display:block;margin-bottom:4px;color:var(--orange);font-size:8px;line-height:1;text-transform:uppercase}
.home-ref-server__copy strong{display:block;overflow:hidden;color:#f1f0ed;font-family:var(--condensed);font-size:13px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
.home-ref-server__copy p{margin:7px 0 0;overflow:hidden;color:#aeb2b3;font-size:8.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.home-ref-server__bottom{display:flex;min-height:36px;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border-top:1px solid #2d3436;color:#a4aaab;font-size:8px;text-transform:uppercase}
.home-ref-server__bottom b{color:var(--orange2);font-size:8px}
.home-ref-server__bottom span{white-space:nowrap}

/* Dashboard soll wie in der Referenz direkt unter den Serverkarten sitzen. */
.home-ref-servers + .home-community-dashboard{margin-top:0}
.home-community-dashboard{margin-bottom:20px}
.home-donation-cta + .home-donation-cta{margin-top:-12px}
.team-section{margin-top:30px}

@media(max-width:980px){
  .home-ref-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-ref-shortcut:nth-child(2){border-right:0}
  .home-ref-shortcut:nth-child(-n+2){border-bottom:1px solid #303638}
  .home-ref-server-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .home-ref-shortcuts{grid-template-columns:1fr}
  .home-ref-shortcut{min-height:132px;border-right:0;border-bottom:1px solid #303638}
  .home-ref-shortcut:last-child{border-bottom:0}
  .home-ref-server-grid{grid-template-columns:1fr}
  .home-ref-section-head{align-items:flex-start;flex-direction:column;gap:7px}
  .home-ref-server{min-height:130px}
}
/* v13.2.94 – Startseite: große CTA-Blöcke zwischen den Dashboard-Reihen */
.home-community-dashboard > .home-donation-cta{
  grid-column:1 / -1;
  width:100%;
  margin:4px 0 8px;
}
@media(max-width:900px){
  .home-community-dashboard > .home-donation-cta{grid-column:1;margin:2px 0 6px}
}


/* v13.3.11 – Startseite: Spenden- und Forum-CTA wie Crew/Moonshine */
.home-community-dashboard > .home-dashboard-feature{
  grid-column:1 / -1;
  width:100%;
  min-width:0;
  margin:4px 0 8px;
}
.home-dashboard-feature .section-title-row{margin:0 0 10px}
.home-dashboard-feature .home-team-intro{margin-bottom:0}
.home-dashboard-feature--donation .home-team-intro__media img{object-position:center 54%}
.home-dashboard-feature--forum .home-team-intro__media img{object-position:center 48%}
@media(max-width:900px){
  .home-community-dashboard > .home-dashboard-feature{grid-column:1;margin:2px 0 6px}
}
