/* ===== Startseite — Hero, Rooms, Feature ===== */

/* Hero */
.hero { position: relative; min-height: 92svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero-media { position: absolute; inset: -20% 0; z-index: -2; will-change: transform; }
/* Hero: object-fit cover (Maße via width/height am img, kein JS-Resize) */
.hero-media .img-slot--hero { width: 100%; height: 100%; }
.hero-media .img-slot--hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  object-fit: cover;
  object-position: 85% 14%;
  -webkit-user-drag: none;
  user-select: none;
  touch-action: none;
}
.hero-scrim { position: absolute; inset: 0; z-index: -1; pointer-events: none;
   background:
     linear-gradient(90deg, rgba(20,15,10,.72) 0%, rgba(20,15,10,.35) 45%, transparent 75%),
     radial-gradient(150% 115% at 2% 110%, rgba(20,15,10,.86) 0%, rgba(20,15,10,.46) 46%, transparent 76%),
     linear-gradient(180deg, rgba(20,15,10,.48) 0%, transparent 30%, transparent 50%, rgba(22,17,11,.58) 100%); }
.hero .wrap { width: 100%; padding-bottom: clamp(48px, 7vw, 96px); padding-top: 120px; }
.hero .kicker { display: inline-flex; align-items: center; gap: 11px; font-family: var(--mono); font-size: clamp(11px,.85vw,13px); letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 22px; text-shadow: 0 2px 10px rgba(0,0,0,0.45); }
.hero .kicker::before { content:""; width: 36px; height: 1px; background: currentColor; }
.hero h1 { color: #fff; font-size: clamp(2.9rem, 9vw, 8.5rem); max-width: 14ch; text-shadow: 0 4px 24px rgba(0,0,0,0.3), 0 2px 8px rgba(0,0,0,0.15), 0 2px 10px rgba(0,0,0,0.45); }
.hero h1 .tris span { font-style: italic; }
.hero h1 .c1 { color: var(--ki); }
.hero h1 .c2 { color: var(--org); }
.hero h1 .c3 { color: var(--web); }
.hero .lead { color: rgba(255,255,255,.92); font-family: var(--sans); font-size: clamp(1.05rem,1.5vw,1.3rem); line-height: 1.5; max-width: 50ch; margin-top: 26px; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.hero .lead strong { color: #fff; font-weight: 600; }
.hero .actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.btn-solid { background: #fff; color: #14121a; } .btn-solid:hover { transform: translateY(-2px); background: var(--org); color: #fff; }
.btn-ghost { border: 1px solid rgba(255,255,255,.65); color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,.35); } .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.15); transform: translateY(-2px); }
.hero .tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.hero .tabs span { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .05em; color: #fff; padding: 8px 13px; border-radius: 100px; background: rgba(12,10,8,.55); border: 1px solid rgba(255,255,255,.38); backdrop-filter: blur(6px); text-shadow: 0 1px 3px rgba(0,0,0,.4); }
.hero .tabs i { width: 9px; height: 9px; border-radius: 50%; }
.scroll-cue { position: absolute; right: clamp(20px,4vw,64px); bottom: clamp(48px,7vw,96px); z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 10px; font-family: var(--mono); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.95); writing-mode: vertical-rl; text-shadow: 0 1px 4px rgba(0,0,0,.45); }
.scroll-cue .icon { width: 16px; height: 16px; writing-mode: horizontal-tb; animation: bob 2s ease-in-out infinite; }
@keyframes bob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(5px);} }
@media (max-width: 700px){ .scroll-cue { display: none; } }

/* Trust */
.trust { border-bottom: 1px solid var(--hairline); }
.trust .wrap { display: grid; grid-template-columns: repeat(4,1fr); }
@media (max-width: 680px){ .trust .wrap { grid-template-columns: 1fr 1fr; } }
.trust .cell { padding: clamp(22px,3vw,34px) 0; border-left: 1px solid var(--hairline); padding-left: clamp(14px,2vw,26px); }
.trust .cell:first-child { border-left: 0; padding-left: 0; }
@media (max-width:680px){ .trust .cell:nth-child(odd){ border-left:0; padding-left:0; } .trust .cell:nth-child(n+3){ border-top: 1px solid var(--hairline); } }
.trust .n { font-family: var(--display-font); font-weight: var(--display-weight, 400); font-size: clamp(2.2rem,4.5vw,3.4rem); line-height: 1; font-variant-numeric: tabular-nums; min-width: 2.5ch; }
.trust .l { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); margin-top: 10px; }

/* Sections */
section { position: relative; }
.plain { padding: clamp(56px,9vw,128px) 0; }
.sec-intro h2 { font-family: var(--display-font); font-weight: var(--display-weight, 400); }

/* Rooms */
.room { color: #fff; position: relative; overflow: hidden; }
.room.ki  { background: radial-gradient(62% 80% at 86% 6%, var(--ki) 0%, transparent 58%), var(--ki-deep); }
.room.org { background: radial-gradient(62% 80% at 10% 100%, var(--org) 0%, transparent 58%), var(--org-deep); }
.room.web { background: radial-gradient(58% 78% at 72% 0%, var(--web) 0%, transparent 58%), var(--web-deep); }
.room .wrap { position: relative; z-index: 2; padding: clamp(56px,8vw,118px) var(--gut); }
.room-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,72px); align-items: center; }
@media (max-width: 880px){ .room-grid { grid-template-columns: 1fr; gap: 36px; } }
.room.alt .copy { order: 2; } .room.alt .visual { order: 1; }
@media (max-width: 880px){ .room.alt .copy { order: 1; } .room.alt .visual { order: 2; } }
.room .bignum { position: absolute; top: clamp(10px,3vw,40px); right: clamp(16px,4vw,56px); z-index: 1; font-family: var(--display-font); font-size: clamp(8rem,26vw,24rem); line-height: .7; color: rgba(255,255,255,.08); pointer-events: none; will-change: transform; }
.room .label { font-family: var(--mono); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.85); margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
.room .label .icon { width: 22px; height: 22px; }
.room h2 { font-family: var(--display-font); font-weight: var(--display-weight, 400); font-size: clamp(2rem,4.8vw,3.7rem); line-height: 1.0; margin-bottom: 14px; text-wrap: balance; }
.room .sub { font-family: var(--serif); font-style: italic; font-size: clamp(1.05rem,1.5vw,1.3rem); color: rgba(255,255,255,.92); margin-bottom: 20px; }
.room p { color: rgba(255,255,255,.94); max-width: 46ch; }
.room ul { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 22px; }
@media (max-width: 520px){ .room ul { grid-template-columns: 1fr; } }
.room li { display: flex; gap: 11px; align-items: flex-start; font-size: .95rem; color: rgba(255,255,255,.97); }
.room li::before { content:""; width: 7px; height: 7px; border-radius: 50%; background: #fff; margin-top: 8px; flex: none; opacity: .85; }
.room .more { display: inline-flex; gap: 9px; align-items: center; font-weight: 600; padding: 12px 20px; border-radius: 100px; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.32); color: #fff; transition: background .25s, color .25s, transform .25s; }
.room .more:hover { background: #fff; color: #14121a; transform: translateY(-2px); }
.room .more .icon { width: 16px; height: 16px; transition: transform .3s; } .room .more:hover .icon { transform: translateX(3px); }
.room .visual .img-slot { width: 100%; aspect-ratio: 5/4; }

/* Partizipativ */
.feature { border: 1px solid var(--hairline); border-radius: var(--r-lg); overflow: hidden; background: var(--surf); }
.feature .head { padding: clamp(30px,4vw,52px) clamp(30px,4vw,52px) 0; max-width: 64ch; }
.feature .badge { display: inline-flex; align-items: center; gap: 8px; font-family: var(--mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--web); background: color-mix(in srgb, var(--web) 16%, var(--bg)); border: 1px solid color-mix(in srgb, var(--web) 30%, transparent); padding: 6px 12px; border-radius: 100px; margin-bottom: 18px; }
.feature h2 { font-family: var(--display-font); font-weight: var(--display-weight, 400); font-size: clamp(2rem,4vw,3.2rem); line-height: 1.0; }
.feature p.intro { color: var(--ink-2); margin-top: 14px; }
.flow { display: grid; grid-template-columns: repeat(4,1fr); margin-top: clamp(28px,4vw,44px); border-top: 1px solid var(--hairline); }
@media (max-width: 820px){ .flow { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px){ .flow { grid-template-columns: 1fr; } }
.fstep { padding: 30px clamp(20px,2vw,30px) 36px; border-left: 1px solid var(--hairline); }
.fstep:first-child { border-left: 0; }
@media (max-width: 820px){ .fstep:nth-child(odd){ border-left: 0; } .fstep:nth-child(n+3){ border-top: 1px solid var(--hairline); } }
@media (max-width: 480px){ .fstep { border-left: 0; border-top: 1px solid var(--hairline); } }
.fstep .dot { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; margin-bottom: 16px; }
.fstep:nth-child(1) .dot { background: var(--web); } .fstep:nth-child(2) .dot { background: var(--org); }
.fstep:nth-child(3) .dot { background: var(--ki); } .fstep:nth-child(4) .dot { background: var(--ink); }
.fstep .dot .icon { width: 18px; height: 18px; }
.fstep .sn { font-family: var(--mono); font-size: 12px; letter-spacing: .1em; color: var(--ink-2); display: block; margin-bottom: 6px; }
.fstep h3 { font-family: var(--sans); font-weight: 600; margin-bottom: 5px; font-size: 1rem; }
.fstep p { font-size: .9rem; color: var(--ink-2); }

/* Person intro (Startseite) */
.person-intro {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 3.5vw, 32px);
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(20px, 3vw, 36px) 0;
}
.person-intro__avatar {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
}
.person-intro__name {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.person-intro__bio {
  color: var(--ink-2);
  font-size: .98rem;
  line-height: 1.55;
  margin-bottom: 14px;
}
.person-intro__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: .95rem;
  color: var(--org);
}

/* Kontakt (Startseite) */
.contact h2 { font-family: var(--display-font); font-weight: var(--display-weight, 400); font-size: clamp(2.4rem,6vw,5rem); line-height: 1; }
.contact h2 em { font-style: normal; color: var(--org); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,64px); align-items: end; margin-top: clamp(28px,4vw,48px); }
@media (max-width: 760px){ .contact-grid { grid-template-columns: 1fr; } }

/* Blog-Teaser */
.blog-cue {
  text-align: center;
  padding: clamp(2rem, 4vw, 3rem) 0;
}
.blog-cue a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--ink-2);
  transition: color .2s;
}
.blog-cue a:hover { color: var(--ink); }
.blog-cue__label {
  font-size: .95rem;
  color: var(--ink-3);
}
.blog-cue__link {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
