/* site.css — CRISIO Website. Zieht ALLE Werte aus brand.css-Tokens. */

html { scroll-behavior: smooth; }
body { margin: 0; background: var(--creme); color: var(--ink); font-family: var(--font-ui); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--mag); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 10px; font: 700 15px/1 var(--font-ui); padding: 14px 22px; border-radius: var(--r-pill); border: 2px solid transparent; cursor: pointer; text-decoration: none; transition: transform .12s ease, background .15s ease, color .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-mag { background: var(--mag); color: #fff; }
.btn-mag:hover { background: var(--mag-d); }
.btn-ink { background: var(--ink); color: var(--creme); }
.btn-ink:hover { background: var(--mag); color: #fff; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: var(--creme); }
.btn-lg { font-size: 17px; padding: 17px 28px; }
.btn-sm { font-size: 13px; padding: 10px 16px; }

/* ---------- Header / Nav ---------- */
.hdr { position: sticky; top: 0; z-index: 50; background: color-mix(in oklab, var(--creme) 88%, transparent); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.hdr-in { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.hdr-logo { font: 400 30px/.8 var(--font-display); color: var(--mag); text-transform: uppercase; letter-spacing: .01em; transform: rotate(-2deg); display: inline-block; text-decoration: none; -webkit-text-stroke: 1.5px var(--creme); text-shadow: 2.5px 2.5px 0 var(--mag-d); }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font: 600 14px/1 var(--font-ui); text-decoration: none; color: var(--ink); opacity: .8; }
.nav a:hover { opacity: 1; color: var(--mag-d); }
.hdr-cta { display: flex; align-items: center; gap: 12px; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; font: 700 12px/1 var(--font-ui); letter-spacing: .08em; text-transform: uppercase; padding: 8px 14px; border-radius: var(--r-pill); border: 2px solid var(--ink); }
.live-pill .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--warm); }
.live-pill.is-live { background: var(--mag); color: #fff; border-color: var(--mag); }
.live-pill.is-live .dot { background: #fff; animation: lp 1.5s infinite; }
@keyframes lp { 0%{box-shadow:0 0 0 0 rgba(255,255,255,.6);} 70%{box-shadow:0 0 0 7px rgba(255,255,255,0);} 100%{box-shadow:0 0 0 0 rgba(255,255,255,0);} }
.nav-toggle { display: none; background: none; border: 2px solid var(--ink); border-radius: var(--r-sm); padding: 8px 10px; cursor: pointer; font-size: 18px; }

/* ---------- Section scaffold ---------- */
.sec { padding: var(--sp-7) 0; }
.sec-head { display: flex; flex-direction: column; gap: 10px; margin-bottom: var(--sp-5); max-width: 60ch; }
.kicker { font: 700 12px/1 var(--font-mono); letter-spacing: .26em; text-transform: uppercase; color: var(--mag-d); }
.sec-title { font: 400 clamp(40px, 6vw, 72px)/.92 var(--font-display); text-transform: uppercase; margin: 0; letter-spacing: .01em; }
.sec-sub { font: 400 17px/1.6 var(--font-ui); color: var(--warm); margin: 0; }

/* ---------- HERO ---------- */
.hero { padding: var(--sp-7) 0 var(--sp-6); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.3fr .9fr; gap: var(--sp-5); align-items: center; }
.hero-mark { font: 400 clamp(80px, 13vw, 168px)/.78 var(--font-display); color: var(--mag); text-transform: uppercase; transform: rotate(-2.5deg); display: inline-block; -webkit-text-stroke: clamp(2.5px, .45vw, 4px) var(--creme); text-shadow: 7px 7px 0 var(--mag-d); margin-bottom: var(--sp-4); }
.hero-claim { font: 700 clamp(20px, 2.4vw, 27px)/1.35 var(--font-ui); max-width: 24ch; margin: 0 0 var(--sp-4); }
.hero-claim .hl { color: var(--mag-d); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Status-Karte */
.status { background: var(--ink); color: var(--creme); border-radius: var(--r-xl); padding: var(--sp-4); }
.status-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.status-state { display: inline-flex; align-items: center; gap: 10px; font: 700 13px/1 var(--font-mono); letter-spacing: .14em; text-transform: uppercase; color: var(--mag); }
.status-state .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--mag); box-shadow: 0 0 12px var(--mag); }
.status-label { font: 400 12px/1 var(--font-mono); letter-spacing: .12em; color: #9b9384; text-transform: uppercase; }
.status-title { font: 400 40px/.95 var(--font-display); text-transform: uppercase; margin: 18px 0 6px; }
.status-when { font: 400 16px/1.4 var(--font-mono); color: #cfc6b6; }
.status-divider { height: 1px; background: rgba(255,255,255,.12); margin: 22px 0; }
.status-platforms { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Plattform-Links ---------- */
.plat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; }
.plat { display: flex; flex-direction: column; gap: 8px; padding: 22px 24px; border-radius: var(--r-lg); background: var(--surface); border: 2px solid var(--ink); text-decoration: none; transition: transform .12s ease, background .15s ease, color .15s ease; }
.plat:hover { transform: translateY(-3px); background: var(--ink); color: var(--creme); }
.plat:hover .plat-handle { color: #b9b0a0; }
.plat.feature { background: var(--mag); color: #fff; border-color: var(--mag); grid-column: span 2; }
.plat.feature:hover { background: var(--mag-d); }
.plat.feature .plat-handle { color: rgba(255,255,255,.85); }
.plat-net { font: 400 30px/.9 var(--font-display); text-transform: uppercase; }
.plat-handle { font: 400 14px/1 var(--font-mono); color: var(--warm); }
.plat-meta { font: 600 13px/1 var(--font-ui); margin-top: 4px; }

/* ---------- Streamplan ---------- */
.plan-layout { display: grid; grid-template-columns: 1.2fr .9fr; gap: var(--sp-5); align-items: start; }
.plan-list { display: flex; flex-direction: column; gap: 14px; }
.plan-row { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; background: var(--surface); border: 2px solid var(--ink); border-radius: var(--r-lg); padding: 20px 24px; }
.plan-row.off { opacity: .5; border-style: dashed; }
.plan-day { display: flex; flex-direction: column; gap: 2px; }
.plan-day b { font: 400 30px/.9 var(--font-display); text-transform: uppercase; }
.plan-date { font: 400 12px/1 var(--font-mono); color: var(--warm); }
.plan-what { font: 600 16px/1.35 var(--font-ui); }
.plan-what small { display: block; font: 400 13px/1.3 var(--font-mono); color: var(--warm); margin-top: 4px; }
.plan-time { font: 400 26px/1 var(--font-mono); color: var(--mag-d); white-space: nowrap; }

/* Grafik-Generator */
.gfx-card { background: var(--surface); border: 2px solid var(--ink); border-radius: var(--r-xl); padding: var(--sp-4); position: sticky; top: 96px; }
.gfx-card h3 { font: 400 26px/1 var(--font-display); text-transform: uppercase; margin: 0 0 6px; }
.gfx-card p { font: 400 14px/1.5 var(--font-ui); color: var(--warm); margin: 0 0 18px; }
.gfx-preview { width: 100%; aspect-ratio: 4/5; border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); background: var(--creme-2); }
.gfx-preview canvas { width: 100%; height: 100%; display: block; }
.gfx-actions { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.gfx-formats { display: flex; gap: 8px; margin-top: 14px; }
.gfx-fmt { font: 700 12px/1 var(--font-ui); padding: 9px 14px; border-radius: var(--r-pill); border: 2px solid var(--ink); background: transparent; cursor: pointer; }
.gfx-fmt.active { background: var(--ink); color: var(--creme); }

/* ---------- Über / Press ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); align-items: start; }
.about-bio p { font: 400 17px/1.65 var(--font-ui); margin: 0 0 16px; }
.about-bio p.lead { font: 700 22px/1.45 var(--font-ui); }
.press { display: flex; flex-direction: column; gap: 16px; }
.press-shots { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ph { background: var(--creme-2); background-image: repeating-linear-gradient(45deg, rgba(20,17,24,.05) 0 12px, transparent 12px 24px); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; aspect-ratio: 4/5; }
.ph.wide { aspect-ratio: 16/9; }
.ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ph:has(img) { background: none; overflow: hidden; }
.ph-label { font: 700 12px/1.4 var(--font-mono); letter-spacing: .12em; text-transform: uppercase; color: #a89e8d; text-align: center; }
.press-dl { display: flex; flex-wrap: wrap; gap: 10px; }

/* ---------- Videos ---------- */
.vid-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.vid { display: flex; flex-direction: column; gap: 10px; text-decoration: none; }
.vid .ph { aspect-ratio: 16/9; border: 2px solid var(--ink); position: relative; }
.vid-play { width: 54px; height: 54px; border-radius: 50%; background: var(--mag); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.vid-title { font: 700 16px/1.3 var(--font-ui); }
.vid-meta { font: 400 12px/1 var(--font-mono); color: var(--warm); }

/* ---------- Sponsoren-Leiste ---------- */
.sponsors { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: var(--sp-4) 0; }
.sponsors-in { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; justify-content: center; }
.sponsors-cap { font: 700 11px/1 var(--font-mono); letter-spacing: .22em; text-transform: uppercase; color: var(--warm); }
.sponsor-slot { width: 130px; height: 44px; border-radius: var(--r-sm); background: var(--creme-2); display: flex; align-items: center; justify-content: center; font: 700 11px/1 var(--font-mono); color: #a89e8d; letter-spacing: .1em; }

/* ---------- Kontakt (segmentiert) ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cc { display: flex; flex-direction: column; gap: 12px; padding: var(--sp-4); border-radius: var(--r-lg); background: var(--surface); border: 2px solid var(--ink); }
.cc.business { background: var(--ink); color: var(--creme); }
.cc-tag { font: 700 11px/1 var(--font-mono); letter-spacing: .18em; text-transform: uppercase; color: var(--mag-d); }
.cc.business .cc-tag { color: var(--mag); }
.cc h3 { font: 400 30px/.95 var(--font-display); text-transform: uppercase; margin: 0; }
.cc p { font: 400 14px/1.5 var(--font-ui); margin: 0; flex: 1; }
.cc.business p { color: #cfc6b6; }
.cc .btn { align-self: flex-start; margin-top: 6px; }

/* ---------- Kollabo-Form ---------- */
.collab { background: var(--ink); color: var(--creme); border-radius: var(--r-xl); padding: var(--sp-6) var(--sp-5); }
.collab-grid { display: grid; grid-template-columns: .8fr 1.1fr; gap: var(--sp-5); align-items: center; }
.collab .sec-title { color: var(--creme); }
.collab .kicker { color: var(--mag); }
.collab p { font: 400 17px/1.6 var(--font-ui); color: #cfc6b6; }
.form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font: 700 12px/1 var(--font-mono); letter-spacing: .1em; text-transform: uppercase; color: #cfc6b6; }
.field input, .field textarea, .field select { font: 400 15px/1.4 var(--font-ui); padding: 13px 15px; border-radius: var(--r-md); border: 2px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: var(--creme); }
.field input::placeholder, .field textarea::placeholder { color: #8a8276; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--mag); outline: none; }
.form-note { font: 400 12px/1.4 var(--font-mono); color: #8a8276; }
.form-ok { display: none; font: 700 15px/1.4 var(--font-ui); color: var(--mag); }

/* ---------- Footer ---------- */
.ftr { background: var(--ink); color: var(--creme); padding: var(--sp-6) 0 var(--sp-4); }
.ftr-top { display: flex; justify-content: space-between; gap: var(--sp-5); flex-wrap: wrap; }
.ftr-logo { font: 400 44px/.8 var(--font-display); color: var(--mag); text-transform: uppercase; transform: rotate(-2deg); display: inline-block; -webkit-text-stroke: 2px var(--creme); text-shadow: 3px 3px 0 var(--mag-d); }
.ftr-socials { display: flex; flex-wrap: wrap; gap: 10px; }
.ftr-soc { display: inline-flex; align-items: center; gap: 9px; font: 600 13px/1 var(--font-ui); padding: 9px 16px; border: 2px solid rgba(255,255,255,.2); border-radius: var(--r-pill); text-decoration: none; color: var(--creme); }
.ftr-soc svg { width: 18px; height: 18px; fill: currentColor; flex: none; }
.ftr-soc:hover { border-color: var(--mag); color: var(--mag); }
.ftr-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; align-items: center; margin-top: var(--sp-5); padding-top: var(--sp-3); border-top: 1px solid rgba(255,255,255,.12); font: 400 13px/1.5 var(--font-mono); color: #8a8276; }
.ftr-bottom a { color: #cfc6b6; text-decoration: none; }
.ftr-bottom a:hover { color: var(--mag); }
.ftr-business { display: inline-flex; align-items: center; gap: 8px; }
.ftr-business a { color: var(--mag); font-weight: 700; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .hero-grid, .plan-layout, .about-grid, .collab-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .plat.feature { grid-column: auto; }
  .gfx-card { position: static; }
  .nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .hdr.open .nav { display: flex; position: absolute; top: 76px; left: 0; right: 0; flex-direction: column; background: var(--creme); border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 16px; }
}
@media (max-width: 560px) {
  .sec { padding: var(--sp-6) 0; }
  .form-row { grid-template-columns: 1fr; }
  .press-shots { grid-template-columns: 1fr; }
  .hdr-cta .live-pill { display: none; }
}
