/* Statische Sites — mituns.net / nichtmituns.net. Reproduziert das Original-Design ohne Framework. */
:root {
  --bg: #0f0f1e;
  --card: rgba(255,255,255,0.05);
  --card-border: rgba(255,255,255,0.10);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: #fff;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  padding: 40px 16px;
}
img { max-width: 100%; display: block; }
p { margin: 0; }
a { color: inherit; }
.wrap { max-width: 896px; margin: 0 auto; }
.wrap-wide { max-width: 1024px; margin: 0 auto; }
.center { text-align: center; }

/* Gradient-Text */
.grad { -webkit-background-clip: text; background-clip: text; color: transparent; }
.grad-viridis { background-image: linear-gradient(to right, #39568c, #1f968b, #55c667); }
.grad-plasma  { background-image: linear-gradient(to right, #A92395, #CC4678, #E56B5D); }
.grad-red     { background-image: linear-gradient(to right, #a44031, #D8998A, #e8b8ac); }

h1.title { font-size: 2.25rem; font-weight: 900; margin: 0; }
.subtitle { font-size: 1.125rem; font-weight: 600; color: #D8998A; margin: 0 0 24px; line-height: 1.3; }

/* Buttons */
.btnrow { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px; margin-bottom: 24px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border-radius: 12px;
  font-size: 0.875rem; font-weight: 700; color: #fff; text-decoration: none;
  transition: filter .2s; box-shadow: 0 10px 15px -3px rgba(0,0,0,.3);
}
.btn:hover { filter: brightness(1.08); }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-viridis { background-image: linear-gradient(to right, #39568c, #1f968b, #55c667); }
.btn-plasma  { background-image: linear-gradient(to right, #4C02A1, #A92395, #F89441); }
.btn-red     { background-image: linear-gradient(to right, #a44031, #D8998A, #e8b8ac); }

/* Karten / Statement-Box */
.box { position: relative; border-radius: 16px; overflow: hidden; text-align: left; margin-bottom: 24px; }
.box-inner { padding: 20px 24px; color: rgba(255,255,255,0.72); font-size: 0.875rem; line-height: 1.65; }
.box-border { position: absolute; inset: 0; border-radius: 16px; pointer-events: none; padding: 1px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; }
.box.viridis { background: linear-gradient(135deg, rgba(39,127,142,.15), rgba(31,150,139,.10) 50%, rgba(74,193,109,.12)); }
.box.viridis .box-border { background: linear-gradient(135deg, rgba(39,127,142,.6), rgba(31,150,139,.4), rgba(74,193,109,.5)); }
.box.plasma { background: linear-gradient(135deg, rgba(169,35,149,.15), rgba(204,70,120,.10) 50%, rgba(229,107,93,.12)); }
.box.plasma .box-border { background: linear-gradient(135deg, rgba(169,35,149,.6), rgba(204,70,120,.4), rgba(229,107,93,.5)); }
.box.red { background: linear-gradient(135deg, rgba(164,64,49,.15), rgba(164,64,49,.10) 50%, rgba(201,107,90,.12)); }
.box.red .box-border { background: linear-gradient(135deg, rgba(164,64,49,.6), rgba(164,64,49,.4), rgba(201,107,90,.5)); }
.box.red-soft { background: linear-gradient(135deg, rgba(164,64,49,.10), rgba(164,64,49,.07) 50%, rgba(201,107,90,.08)); }
.box.red-soft .box-border { background: linear-gradient(135deg, rgba(164,64,49,.4), rgba(164,64,49,.3), rgba(201,107,90,.35)); }
.box p { margin: 0; }
.box p + p { margin-top: 16px; }

.count { font-size: 1.5rem; font-weight: 900; margin: 0; }

/* Galerie */
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 0 auto; }
@media (min-width: 640px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 768px) { .gallery { grid-template-columns: repeat(4, 1fr); } }
.gitem { display: flex; flex-direction: column; border-radius: 12px; overflow: hidden; background: #1a1a2e; box-shadow: 0 10px 15px -3px rgba(0,0,0,.4); }
.gitem .imgwrap { position: relative; aspect-ratio: 1080/1350; }
.gitem img { width: 100%; height: 100%; object-fit: cover; }
.gitem .meta { padding: 6px 8px; display: flex; flex-direction: column; gap: 2px; }
.gitem .gname { font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,.9); line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gitem .gdept { font-size: 0.625rem; color: #1f968b; line-height: 1.2; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* Presse-Artikel */
article.press h1 { font-size: 1.875rem; font-weight: 800; margin: 0 0 8px; line-height: 1.25; }
article.press .body { display: flex; flex-direction: column; gap: 16px; color: rgba(255,255,255,.75); font-size: 1rem; line-height: 1.65; }
article.press .body p { margin: 0; }
.inline-link { color: #D8998A; text-decoration: underline; text-underline-offset: 2px; }
.inline-link:hover { color: #fff; }
.ris-link { color: #a44031; text-decoration: underline; text-underline-offset: 2px; }
.ris-link:hover { color: #D8998A; }
figure { margin: 0; border-radius: 16px; overflow: hidden; border: 1px solid var(--card-border); }
.rueckfrage { margin-top: 32px; padding-top: 24px; border-top: 1px solid var(--card-border); }
.rueckfrage p { color: rgba(255,255,255,.5); font-size: 1rem; margin: 0; }

.section { max-width: 896px; margin: 0 auto; }
.divider { padding-top: 40px; border-top: 1px solid var(--card-border); margin-top: 0; }
h2.head { font-size: 1.5rem; font-weight: 800; margin: 0 0 24px; line-height: 1.3; }
.letter p { margin: 0; } .letter p + p { margin-top: 16px; }

/* Foto-Downloads */
.pfgrid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 640px) { .pfgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .pfgrid { grid-template-columns: repeat(3, 1fr); } }
.pcard { display: flex; flex-direction: column; border-radius: 16px; overflow: hidden; border: 1px solid var(--card-border); background: var(--card); }
.pcard .pimg { aspect-ratio: 4/3; overflow: hidden; background: rgba(255,255,255,.05); }
.pcard .pimg img { width: 100%; height: 100%; object-fit: cover; }
.pcard .pinfo { display: flex; flex-direction: column; gap: 4px; padding: 16px; flex: 1; }
.pcard .pname { font-weight: 700; font-size: 0.875rem; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; word-break: break-all; }
.pcard .pmeta { color: rgba(255,255,255,.3); font-size: 0.75rem; }
.pcard .pcredit { color: rgba(255,255,255,.4); font-size: 0.75rem; }
.pcard .pcredit span { color: rgba(255,255,255,.6); }
.dl { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 16px; border-radius: 12px; font-size: 0.875rem; font-weight: 700; color: #fff; text-decoration: none;
  background-image: linear-gradient(to right, #a44031, #D8998A, #e8b8ac); transition: filter .2s; }
.dl:hover { filter: brightness(1.08); }
.dl svg { width: 16px; height: 16px; }

/* Forderungen-Accordion (nativ) */
.acc { display: flex; flex-direction: column; gap: 12px; }
.acc details { background: var(--card); border: 1px solid var(--card-border); border-left-width: 3px; border-radius: 16px; overflow: hidden; }
.acc summary { list-style: none; cursor: pointer; padding: 16px 20px 8px; }
.acc summary::-webkit-details-marker { display: none; }
.acc .slg { font-weight: 700; font-size: 1rem; line-height: 1.3; display: block; }
.acc .exp { color: rgba(255,255,255,.5); font-size: 0.875rem; }
.acc .exp .hash { color: rgba(255,255,255,.3); }
.acc .chapter { padding: 12px 20px 16px; color: rgba(255,255,255,.65); font-size: 0.875rem; line-height: 1.65; white-space: pre-line; border-top: 1px solid var(--card-border); margin-top: 4px; }
.acc .hint { padding: 0 20px 12px; font-size: 0.75rem; color: rgba(255,255,255,.35); }
.acc .chapter strong { font-weight: 700; }

/* Footer */
footer { max-width: 896px; margin: 64px auto 0; padding-top: 40px; border-top: 1px solid var(--card-border); text-align: center; }
.disclaimer-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; margin-bottom: 12px; }
footer .txt { color: rgba(255,255,255,.6); font-size: 0.875rem; line-height: 1.65; margin: 0; }
details.impressum { margin-top: 32px; color: rgba(255,255,255,.3); font-size: 0.75rem; }
details.impressum summary { cursor: pointer; display: inline-block; }
details.impressum > div { margin-top: 12px; line-height: 1.65; }
details.impressum p { margin: 0; }
.mt1 { margin-top: 8px; } .mt2 { margin-top: 16px; } .mb6 { margin-bottom: 24px; }
