/* ============================================================
   Spotkania w Słusznej Sprawie – SWSS
   Dark tech / premium
   ============================================================ */

:root {
  --bg:        #0A0A0F;
  --bg-alt:    #0F0F17;
  --ink:       #F5F4F8;
  --ink-soft:  #9A99A8;
  --violet:    #7C5CFF;
  --violet-soft:#A78BFF;
  --cyan:      #33D6C4;
  --card:      rgba(255,255,255,.04);
  --card-hover:rgba(255,255,255,.06);
  --line:      rgba(255,255,255,.10);
  --line-soft: rgba(255,255,255,.06);
  --gradient: linear-gradient(135deg, var(--violet) 0%, var(--cyan) 100%);

  --display: "Clash Display", "Inter", system-ui, sans-serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --maxw: 1180px;
  --radius-btn: 6px;
  --radius: 14px;
  --radius-lg: 20px;
  --ease: cubic-bezier(.16,.84,.32,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
/* film-free grain, very subtle */
body::after {
  content:""; position:fixed; inset:0; z-index:2; pointer-events:none;
  opacity:.03; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 600; line-height: 1.1; letter-spacing: -.01em; color: #fff; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; position: relative; z-index: 1; }
.section { padding: 72px 0; position: relative; }
.section::before {
  content:""; position:absolute; inset:0; z-index:0; pointer-events:none;
  background:
    radial-gradient(600px 320px at 12% 0%, rgba(124,92,255,.06), transparent 60%),
    radial-gradient(520px 320px at 88% 100%, rgba(51,214,196,.05), transparent 60%);
}
.section--tight { padding: 48px 0; }
.bg-alt { background: var(--bg-alt); }

.section-head { max-width: 640px; margin-bottom: 56px; }
.section-head.center { max-width: 720px; margin-left: auto; margin-right: auto; text-align: center; }

.eyebrow {
  font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--cyan);
  margin: 0 0 20px; display: flex; align-items: center; gap: 12px;
}
.eyebrow::before { content:""; width:26px; height:1.5px; background: var(--gradient); display:inline-block; }
.hero .eyebrow-mobile { align-items: flex-start; display: none; }
.hero .eyebrow-mobile::before { flex-shrink: 0; margin-top: 9px; }
.eyebrow--center { justify-content: center; }
.section-head.center .eyebrow { justify-content: center; }

.lead { font-size: 20px; color: var(--ink-soft); line-height: 1.65; }
.muted { color: var(--ink-soft); }

h1.display { font-size: clamp(2.3rem, 5.4vw, 4.3rem); }
h2.title   { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
h3.subhead { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }

.grad-text {
  background: var(--gradient);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}

/* ---------- Scroll progress ---------- */
.scroll-progress { position: fixed; top:0; left:0; height:3px; width:0%; background: var(--gradient); z-index: 300; transition: width .1s linear; }

/* ---------- Background blobs ---------- */
.blob-field { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.blob { position:absolute; border-radius:50%; filter: blur(90px); opacity:.35; }
.blob--violet { background: var(--violet); }
.blob--cyan { background: var(--cyan); }
.hero .blob-field .blob--violet { width:520px; height:520px; top:-140px; left:8%; animation: drift1 22s ease-in-out infinite alternate; }
.hero .blob-field .blob--cyan { width:460px; height:460px; top:60px; right:2%; animation: drift2 26s ease-in-out infinite alternate; }
@keyframes drift1 { 0%{ transform:translate(0,0) scale(1);} 100%{ transform:translate(60px,50px) scale(1.15);} }
@keyframes drift2 { 0%{ transform:translate(0,0) scale(1);} 100%{ transform:translate(-50px,40px) scale(1.1);} }

/* ---------- Buttons (prostokątne) ---------- */
.btn {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: 15px;
  padding: 15px 28px; border-radius: var(--radius-btn); cursor: pointer;
  border: 1.5px solid transparent; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s, background .3s;
  letter-spacing: .01em; will-change: transform; overflow: hidden;
}
.btn::before {
  content:""; position:absolute; top:0; bottom:0; left:-60%; width:40%;
  background: linear-gradient(115deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg) translateX(0); transition: transform .6s var(--ease);
  pointer-events: none;
}
.btn:hover::before { transform: skewX(-20deg) translateX(340%); }
.btn .arr { transition: transform .35s var(--ease); }
.btn:hover .arr { transform: translateX(4px); }
.btn--primary { background: var(--gradient); color: #08080C; }
.btn--primary:hover { box-shadow: 0 0 0 1px rgba(124,92,255,.4), 0 16px 40px rgba(124,92,255,.35); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--violet-soft); box-shadow: 0 0 0 1px rgba(124,92,255,.25), 0 0 24px rgba(124,92,255,.18); color:#fff; }
.btn--ghost::before { background: linear-gradient(115deg, transparent, rgba(124,92,255,.3), transparent); }

/* ---------- Tags ---------- */
.tag {
  font-family: var(--sans); font-size: 13px; font-weight: 500;
  padding: 8px 14px; border: 1px solid var(--line); border-radius: var(--radius-btn);
  color: var(--ink-soft); background: var(--card);
  display: inline-flex; align-items: center; gap: 9px;
}
.tag .dot { width: 6px; height: 6px; background: var(--gradient); flex: 0 0 auto; border-radius: 1px; transform: rotate(45deg); }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease), backdrop-filter .4s var(--ease);
  padding: 24px 0;
}
.site-header.scrolled {
  background: rgba(10,10,15,.72);
  backdrop-filter: saturate(160%) blur(16px);
  -webkit-backdrop-filter: saturate(160%) blur(16px);
  box-shadow: 0 1px 0 var(--line);
  padding: 16px 0;
}
.nav { display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo { height: 24px; width: auto; display: block; flex-shrink: 0; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a:not(.btn) { font-size: 15px; font-weight: 500; color: var(--ink-soft); position: relative; padding: 4px 0; transition: color .25s; }
.nav-links a:not(.btn)::after { content:""; position:absolute; left:0; bottom:-2px; width:0; height:1.5px; background: var(--gradient); transition: width .3s var(--ease); }
.nav-links a:not(.btn):hover { color: #fff; }
.nav-links a:not(.btn):hover::after { width: 100%; }
.nav-cta { padding: 11px 22px; font-size: 14px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display:block; width:24px; height:2px; background: linear-gradient(90deg, var(--violet), var(--cyan)); margin:5px 0; transition: .3s var(--ease); border-radius: 2px; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 150px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: center; }
.hero .spotlight {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0;
  transition: opacity .4s ease;
  background: radial-gradient(360px circle at var(--sx,50%) var(--sy,50%), rgba(124,92,255,.16), transparent 70%);
}
.hero:hover .spotlight { opacity: 1; }
.hero h1 { margin-bottom: 26px; }
.hero .lead { max-width: 520px; }
.hero-facts { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-cta { margin-top: 38px; display: flex; gap: 16px; flex-wrap: wrap; }

.photo-frame {
  position: relative; border-radius: var(--radius-lg);
  background: var(--card); border: 1px solid var(--line);
  overflow: hidden; display: flex; align-items: flex-end; padding: 26px;
}
.photo-frame::after {
  content:""; position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 34px 34px; opacity:.4;
}
.photo-frame .ph-note { position: relative; z-index:1; color: var(--ink-soft); font-size:13px; font-family: var(--sans); line-height: 1.5; }
.photo-frame.has-img { padding: 0; align-items: stretch; }
.photo-frame.has-img::after { display: none; }
.photo-frame.has-img img,
.photo-frame.has-img video { width: 100%; height: 100%; object-fit: cover; display: block; }

.photo-frame.has-video { position: relative; }
.sound-toggle {
  position: absolute; z-index: 2; right: 12px; bottom: 12px;
  width: 38px; height: 38px; border-radius: var(--radius-btn);
  background: rgba(10,10,15,.55); border: 1px solid var(--line);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  color: #fff; cursor: pointer; transition: border-color .3s, background .3s, transform .3s;
}
.sound-toggle:hover { border-color: var(--violet-soft); background: rgba(10,10,15,.75); transform: translateY(-2px); }
.sound-toggle .ic-unmuted { display: none; }
.sound-toggle.is-unmuted .ic-muted { display: none; }
.sound-toggle.is-unmuted .ic-unmuted { display: block; }

.video-controls { position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 12px; display: flex; flex-direction: column; gap: 10px; }
.video-controls-buttons { display: flex; gap: 8px; }
.video-controls button {
  width: 38px; height: 38px; border-radius: var(--radius-btn); flex-shrink: 0;
  background: rgba(10,10,15,.55); border: 1px solid var(--line);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  color: #fff; cursor: pointer; transition: border-color .3s, background .3s, transform .3s;
}
.video-controls button:hover { border-color: var(--violet-soft); background: rgba(10,10,15,.75); transform: translateY(-2px); }

.vid-seek {
  -webkit-appearance: none; appearance: none; width: 100%; height: 4px;
  border-radius: 2px; background: rgba(255,255,255,.28); outline: none; cursor: pointer;
}
.vid-seek::-webkit-slider-thumb {
  -webkit-appearance: none; width: 13px; height: 13px; border-radius: 50%;
  background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.2); cursor: pointer;
}
.vid-seek::-moz-range-thumb {
  width: 13px; height: 13px; border-radius: 50%; background: #fff; border: none; cursor: pointer;
}
.vid-seek::-moz-range-track { background: rgba(255,255,255,.28); height: 4px; border-radius: 2px; }
.vid-playpause .ic-pause { display: none; }
.vid-playpause.is-playing .ic-play { display: none; }
.vid-playpause.is-playing .ic-pause { display: block; }
.photo-frame.video::before {
  content:""; position:absolute; z-index:1; left:50%; top:50%; transform: translate(-50%,-50%);
  width:0; height:0; border-style:solid; border-width:16px 0 16px 26px; border-color:transparent transparent transparent rgba(255,255,255,.5);
}

.hero-visual { position: relative; }
.hero-visual .photo-frame { aspect-ratio: 9/16; max-width: 360px; margin: 0 auto; }
.hero-badge {
  position: absolute; left: -22px; bottom: 40px; z-index:2;
  background: #101018; box-shadow: 0 20px 50px rgba(0,0,0,.5); border-radius: var(--radius-btn);
  padding: 16px 20px; display:flex; align-items:center; gap:14px; border:1px solid var(--line);
}
.hero-badge .big { font-family: var(--display); font-size: 24px; color: #fff; line-height:1; }
.hero-badge .lbl { font-size: 12px; color: var(--ink-soft); line-height:1.3; max-width:130px; }

/* ---------- Trust strip ---------- */
.trust { border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding: 34px 0; position: relative; z-index: 1; }
.trust .wrap { display:grid; grid-template-columns: 1fr 1fr 1.7fr 1fr; gap:30px; }
.trust .t-item { display:flex; flex-direction:column; border-left: 1px solid var(--line); padding-left: 22px; min-width: 0; }
.trust .t-item:first-child { border-left: 0; padding-left: 0; }
.trust .t-num { font-family: var(--display); font-size: clamp(1.6rem,2.6vw,2.2rem); color: #fff; white-space: nowrap; }
.trust .t-num--date { font-size: clamp(1.3rem,2vw,1.9rem); }
.trust .t-lbl { font-size: 13.5px; color: var(--ink-soft); letter-spacing:.02em; margin-top: 6px; }

/* ---------- Idea (split) ---------- */
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 64px; align-items: center; }
.idea-graphic { max-width: 100%; height: auto; }
.idea-video-frame { aspect-ratio: 9/16; max-width: 360px; margin: 0 auto; }

/* ---------- Cause grid ---------- */
.cause-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 22px; margin-top: 50px; }
.cause-card {
  position: relative; background: var(--card); border:1px solid var(--line);
  border-radius: var(--radius-lg); padding: 36px 34px;
  transition: transform .4s var(--ease), border-color .4s, background .4s;
  overflow: hidden;
}
.cause-card:hover { transform: translateY(-6px); border-color: rgba(124,92,255,.4); background: var(--card-hover); }
.cause-card .c-num { font-family: var(--display); font-size: 15px; margin-bottom: 14px; }
.cause-card .c-num { color: var(--cyan); }
.cause-card h3 { font-size: 1.5rem; margin-bottom: 18px; }
.cause-card p { font-size: 15.5px; color: var(--ink-soft); margin: 0; }

/* ---------- Miejsce (venue) ---------- */
.mod-tag { display:inline-flex; align-items:center; gap:10px; font-size:12.5px; font-weight:600; letter-spacing:.2em; text-transform:uppercase; color:var(--cyan); margin-bottom:22px; }
.mod-tag::before { content:""; width:30px; height:1.5px; background: var(--gradient); }
.venue-grid {
  display:grid; grid-template-columns: .75fr 1.25fr; gap: 60px; align-items: start;
  grid-template-areas: "video title" "video body";
}
.venue-title-block { grid-area: title; }
.venue-video-block { grid-area: video; align-self: center; }
.venue-body { grid-area: body; }
.venue-photo { aspect-ratio: 9/16; max-width: 360px; margin: 0 auto; }
.venue-title { font-size: clamp(0.5rem, 0.75vw, 0.63rem); margin-bottom: 0; max-width: 40ch; }
.venue-body p { margin: 0 0 18px; color: var(--ink-soft); }
.venue-body p.first { font-size: 19px; color: #fff; }
.venue-chips { display: none; }
.venue-chips .tag { border: none; background: transparent; padding: 0; color: var(--ink-soft); }

/* ---------- Program (timeline) ---------- */
.steps { display:flex; flex-direction:column; gap: 4px; margin-top: 46px; position: relative; }
.steps::before { content:""; position:absolute; left:23px; top:8px; bottom:8px; width:1px; background: var(--line); }
.step { display:flex; gap: 26px; padding: 24px 0; align-items: flex-start; position: relative; }
.step .n {
  flex:0 0 46px; width:46px; height:46px; border-radius: var(--radius-btn);
  border:1.5px solid var(--line); background: var(--bg); color: var(--cyan);
  font-family: var(--display); font-size:17px; display:flex; align-items:center; justify-content:center;
  position: relative; z-index: 1; counter-increment: step;
}
.step .n::before { content: counter(step,decimal-leading-zero); }
.steps { counter-reset: step; }
.step .time { flex: 0 0 74px; font-family: var(--sans); font-weight: 600; font-size: 15px; color: #fff; padding-top: 12px; }
.step .what { flex: 1; }
.step h4 { font-family: var(--display); font-weight: 500; font-size:1.2rem; color: #fff; margin-bottom:5px; }
.step p { margin:0; font-size:15px; color: var(--ink-soft); }
.step .dur { flex: 0 0 auto; font-size:12.5px; letter-spacing:.06em; color: var(--ink-soft); padding-top: 14px; white-space: nowrap; }
.step--feature .n { background: var(--gradient); color:#08080C; border-color: transparent; }
.step--feature { background: linear-gradient(90deg, rgba(124,92,255,.08), transparent); border-radius: var(--radius-lg); padding-left: 14px; padding-right: 14px; }

/* ---------- Ludzie ---------- */
.people-grid { display:grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 52px; }
.people-grid--pair { grid-template-columns: repeat(2,1fr); max-width: 720px; }
.person-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px; transition: transform .4s var(--ease), border-color .4s;
}
.person-card:hover { transform: translateY(-6px); border-color: rgba(51,214,196,.35); }
.person-card .photo-frame {
  aspect-ratio: 3/4; margin: 0 0 20px; padding: 0;
  border: 0; background: transparent; border-radius: 10px; overflow: hidden;
}
.person-card .role { font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color: var(--cyan); font-weight: 600; }
.person-card h3 { font-size: 1.4rem; margin: 8px 0 10px; color:#fff; }
.person-card p { margin:0; color: var(--ink-soft); font-size: 15px; }
.person-card p a { color: var(--cyan); font-weight: 700; border-bottom: 1px solid rgba(51,214,196,.6); transition: color .25s, border-color .25s; }
.person-card p a:hover { color: #fff; border-color: #fff; }

.read-more {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 14px; background: none; border: 0; padding: 0; cursor: pointer;
  font-family: var(--sans); font-size: 13.5px; font-weight: 700;
  color: var(--cyan); transition: color .25s, gap .25s;
}
.read-more svg { transition: transform .25s var(--ease); }
.read-more:hover { color: #fff; gap: 9px; }

.card-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 14px; }
.card-actions .read-more { margin-top: 0; }
.watch-trailer {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; border: 0; padding: 0; cursor: pointer;
  font-family: var(--sans); font-size: 13.5px; font-weight: 700;
  color: var(--cyan); transition: color .25s, gap .25s;
}
.watch-trailer:hover { color: #fff; gap: 9px; }

/* ---------- Video modal (zwiastun) ---------- */
.video-modal {
  position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center;
  padding: 28px; visibility: hidden; opacity: 0; transition: opacity .3s var(--ease), visibility .3s;
}
.video-modal.open { visibility: visible; opacity: 1; }
.video-modal-backdrop { position: absolute; inset: 0; background: rgba(5,5,9,.85); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.video-modal-panel { position: relative; z-index: 1; width: 100%; max-width: 900px; }
.video-modal-close {
  position: absolute; top: -46px; right: 0; z-index: 2;
  width: 38px; height: 38px; border-radius: var(--radius-btn);
  background: rgba(15,15,23,.7); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  color: #fff; cursor: pointer; transition: border-color .3s, transform .3s;
}
.video-modal-close:hover { border-color: var(--violet-soft); transform: rotate(90deg); }
.video-modal-frame { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.video-modal-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Bio modal ---------- */
.bio-modal { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 28px; visibility: hidden; opacity: 0; transition: opacity .3s var(--ease), visibility .3s; }
.bio-modal.open { visibility: visible; opacity: 1; }
.bio-modal-backdrop { position: absolute; inset: 0; background: rgba(5,5,9,.75); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.bio-modal-panel {
  position: relative; z-index: 1; width: 100%; max-width: 560px; max-height: 86vh;
  background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 40px; display: flex; flex-direction: column;
  transform: translateY(18px) scale(.98); opacity: 0; transition: transform .35s var(--ease), opacity .35s var(--ease);
}
.bio-modal.open .bio-modal-panel { transform: translateY(0) scale(1); opacity: 1; }
.bio-modal-scroll { overflow-y: auto; min-height: 0; overflow-anchor: none; }
.bio-modal-close {
  position: absolute; top: 18px; right: 18px; width: 36px; height: 36px; border-radius: var(--radius-btn);
  background: var(--card); border: 1px solid var(--line); color: var(--ink-soft);
  display: flex; align-items: center; justify-content: center; cursor: pointer; transition: color .25s, border-color .25s;
  z-index: 2;
}
.bio-modal-close:hover { color: #fff; border-color: var(--violet-soft); }
.bio-modal-photo { width: 92px; height: 92px; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 20px; flex-shrink: 0; }
.bio-modal-photo img { width: 100%; height: 100%; object-fit: cover; }
.bio-modal-body .role { font-size:11.5px; letter-spacing:.16em; text-transform:uppercase; color: var(--cyan); font-weight: 600; }
.bio-modal-body h3 { font-size: 1.6rem; margin: 10px 0 14px; color:#fff; }
.bio-modal-body p { margin:0; color: var(--ink-soft); font-size: 15.5px; line-height: 1.7; }
.bio-modal-text { color: var(--ink-soft); font-size: 15.5px; line-height: 1.7; }
.bio-modal-text p { margin: 0 0 14px; }
.bio-modal-text p:last-child { margin-bottom: 0; }
.bio-modal-text .awards-label { display:block; color:#fff; font-weight:600; font-size:13.5px; letter-spacing:.04em; margin: 18px 0 10px; }
.bio-modal-text ul { margin:0; padding:0; list-style:none; display:flex; flex-direction:column; gap:8px; }
.bio-modal-text li { position:relative; padding-left:18px; }
.bio-modal-text li::before { content:""; position:absolute; left:0; top:9px; width:6px; height:6px; border-radius:1px; background: var(--gradient); transform: rotate(45deg); }
.bio-modal-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.bio-modal-tags:empty { display: none; }
.bio-modal-tags .tag { font-size: 12.5px; padding: 6px 12px; }

@media (min-width: 761px) {
  .bio-modal-panel { max-width: 920px; }
  .bio-modal-scroll { display: flex; flex-direction: row; gap: 40px; align-items: flex-start; }
  .bio-modal-photo { width: 360px; height: auto; aspect-ratio: 3/4; margin-bottom: 0; position: sticky; top: 0; }
  .bio-modal-body { flex: 1; padding-top: 2px; }
  body { padding-bottom: 68px; }
}
.person-links { display: flex; flex-wrap: wrap; gap: 10px 16px; margin-top: 16px; }
.person-links a {
  font-size: 13px; font-weight: 600; color: var(--cyan);
  border-bottom: 1px solid rgba(51,214,196,.35); padding-bottom: 1px;
  transition: color .25s, border-color .25s;
}
.person-links a:hover { color: #fff; border-color: #fff; }

.guests-note { margin-top: 60px; padding-top: 44px; border-top: 1px solid var(--line); }
.guests-note .gn-head { max-width: 620px; }

.pull-quote {
  position: relative; margin-top: 48px; padding: 34px 38px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
}
.pull-quote::before { content:""; position:absolute; inset:0; background: var(--gradient); opacity:.08; }
.pull-quote p { position: relative; margin:0; font-family: var(--display); font-weight: 500; font-size: 20px; line-height:1.5; color:#fff; }
.pull-quote .who { position: relative; margin-top: 14px; font-family: var(--sans); font-size: 12px; letter-spacing:.14em; text-transform:uppercase; color: var(--cyan); }

/* ---------- Zaproszenie wideo (rolki) ---------- */
.reels-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 48px; max-width: 720px; }
.reels-grid .photo-frame { aspect-ratio: 9/16; }
.reels-grid .photo-frame:hover { border-color: rgba(124,92,255,.4); }

/* ---------- Logotypy (partnerzy) ---------- */
.logos-section { border-top: 1px solid var(--line); padding-top: 14px; padding-bottom: 0; margin-top: -32px; position: relative; z-index: 1; }

/* Desktop: wspólny biały pasek na całą szerokość ekranu */
.logos-panel {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 64px;
  background: #fff;
  width: 100vw; margin-left: calc(50% - 50vw); margin-top: 14px;
  padding: 48px 40px;
}
.logos-panel img { max-height: 76px; width: auto; object-fit: contain; }
.logos-panel img.lp-lg { max-height: 100px; }
.logos-panel img.lp-md { max-height: 88px; }
.logos-panel a, .logos-panel span { display: flex; align-items: center; transition: opacity .25s; }
.logos-panel a:hover { opacity: .75; }

/* Mobile: pojedyncze kafelki (ukryte na desktopie) */
.logos-grid { display: none; }
.logo-slot {
  width: 210px; height: 110px; border: 1px solid var(--line); border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  background: var(--card); transition: border-color .3s, transform .3s; padding: 16px;
}
.logo-slot img { max-width: 100%; max-height: 100%; object-fit: contain; }
.logo-slot:hover { border-color: var(--violet-soft); transform: translateY(-3px); }
.logo-slot--light { background: #fff; }
.logo-slot--minsi { padding: 8px; }

/* ---------- Baner ciasteczek ---------- */
.cookie-banner {
  display: none; align-items: center; gap: 16px;
  position: fixed; left: 20px; bottom: 20px; z-index: 210;
  max-width: 380px; background: rgba(15,15,23,.96); backdrop-filter: blur(10px);
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 16px 18px; box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.cookie-banner.show { display: flex; }
.cookie-banner p { margin: 0; font-size: 12.5px; line-height: 1.55; color: var(--ink-soft); }
.cookie-banner a { color: var(--cyan); border-bottom: 1px solid rgba(51,214,196,.4); }
.cookie-banner a:hover { color: #fff; border-color: #fff; }
.cookie-accept {
  flex-shrink: 0; font-family: var(--sans); font-size: 12.5px; font-weight: 600;
  color: #08080C; background: var(--gradient); border: none; border-radius: var(--radius-btn);
  padding: 9px 16px; cursor: pointer; transition: opacity .2s;
}
.cookie-accept:hover { opacity: .88; }

/* ---------- Mobilna belka CTA + ticker sprzedaży ---------- */
.mobile-bottom-fixed { display: none; }
.mobile-cta-bar { display: none; }
.sold-bar--fixed { display: none; }

/* ---------- Pasek dostępnych biletów (wspólne style) ---------- */
.sold-bar-line { margin: 0 0 8px; font-family: var(--sans); font-size: 12.5px; color: var(--ink-soft); }
.sold-bar-line strong { color: var(--cyan); font-weight: 700; }
.sold-bar-line--inline { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sold-bar-sep { color: var(--line); margin: 0 2px; }
.sold-bar-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.sold-bar-label { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .12em; color: var(--ink-soft); }
.sold-bar-pct { font-family: var(--display); font-size: 13px; font-weight: 600; color: var(--cyan); }
.sold-bar-track { height: 6px; border-radius: 3px; background: rgba(255,255,255,.12); overflow: hidden; }
.sold-bar-fill { height: 100%; border-radius: 3px; background: var(--gradient); }
.logo-slot--pending {
  background: var(--card); border-style: dashed;
  font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: .08em;
  color: var(--ink-soft); text-align: center; padding: 8px;
}
.logo-slot--pending:hover { color: #fff; transform: none; }

/* ---------- Impact panel ---------- */
.impact-panel { display:grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; margin-top: 56px; }
.impact-item { background: rgba(255,255,255,.02); padding: 30px 28px; text-align: center; }
.impact-item .i-num { font-family: var(--display); font-size: clamp(1.8rem,3vw,2.4rem); color: #fff; }
.impact-item .i-lbl { font-size: 13.5px; color: var(--ink-soft); margin-top: 6px; }

/* ---------- CTA band ---------- */
.cta-band { position:relative; overflow:hidden; }
.cta-band .wrap { position:relative; z-index:1; text-align:center; }
.cta-band h2 { max-width: 22ch; margin: 0 auto 20px; }
.cta-band .lead { max-width: 560px; margin: 0 auto 12px; }
.cta-band .details { font-family: var(--sans); font-size: 14px; letter-spacing: .08em; color: var(--cyan); margin: 24px auto 0; }
.cta-band .details a { border-bottom: 1px solid rgba(51,214,196,.4); transition: color .25s, border-color .25s; }
.cta-band .details a:hover { color: #fff; border-color: #fff; }
.cta-band .details .map-hint { color: var(--ink-soft); letter-spacing: .02em; font-weight: 400; }
.cta-actions { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-top: 36px; }
.cta-band .fine { color: var(--ink-soft); font-size: 13.5px; max-width: 48ch; margin: 26px auto 0; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 60px 0 34px; position: relative; z-index: 1; }
.footer-top { display:grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items:start; padding-bottom: 34px; border-bottom:1px solid var(--line); }
.footer-brand .footer-logo { height: 130px; width: auto; }
.footer-about { align-self: center; }
.footer-col p { margin:0; font-size:14.5px; max-width: 340px; color: var(--ink-soft); line-height: 1.65; }
.footer-col h4 { font-family: var(--sans); font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:#fff; margin-bottom:16px; }
.footer-col a { display:flex; align-items:center; gap:10px; font-size:15px; color: var(--ink-soft); padding:0; line-height: 1.65; transition: color .25s; }
.footer-col a:hover { color: var(--cyan); }
.footer-col a .f-ic { flex-shrink:0; color: var(--cyan); transition: color .25s; }
.footer-col a:hover .f-ic { color: #fff; }

/* ---------- Boczny pływający pasek social ---------- */
.social-rail { position: fixed; right: 24px; top: 110px; z-index: 150; display: flex; flex-direction: column; gap: 12px; }
.social-rail a {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(15,15,23,.7); border: 1px solid var(--line);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  color: var(--ink-soft); transition: color .25s, border-color .25s, transform .25s, background .25s;
}
.social-rail a:hover { color: #fff; border-color: var(--violet-soft); background: rgba(15,15,23,.9); transform: translateX(-4px); }

/* ---------- Dolna belka desktop: postęp + odliczanie ---------- */
.desktop-bottom-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 220;
  background: var(--gradient);
}
.desktop-bottom-bar .sold-bar-label { color: rgba(8,8,12,.7); }
.desktop-bottom-bar .sold-bar-pct { color: #08080C; }
.desktop-bottom-bar .sold-bar-track { background: rgba(8,8,12,.16); }
.desktop-bottom-bar .sold-bar-fill { background: #08080C; }
.dbb-inner { display: flex; align-items: center; justify-content: space-between; padding: 12px 28px; }
.dbb-col { flex: 0 0 auto; border-left: 1px solid rgba(8,8,12,.2); padding-left: 24px; }
.dbb-col:first-child { border-left: 0; padding-left: 0; }
.dbb-col--progress { width: 220px; }
.dbb-col--countdown, .dbb-col--progress { border-left: 0; padding-left: 0; }
.dbb-progress-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.dbb-remaining, .dbb-meta { margin: 0; font-family: var(--sans); font-size: 13.5px; font-weight: 600; color: #08080C; white-space: nowrap; }
.dbb-remaining strong { font-weight: 800; }
.dbb-meta-place { margin: 2px 0 0; font-family: var(--sans); font-size: 11.5px; color: rgba(8,8,12,.7); white-space: nowrap; }
.dbb-countdown {
  display: flex; align-items: center; gap: 12px;
  background: rgba(8,8,12,.14); border: 1px solid rgba(8,8,12,.22); border-radius: var(--radius-btn);
  padding: 7px 16px;
}
.dbb-cd-unit { display: flex; flex-direction: column; align-items: center; min-width: 34px; }
.dbb-cd-unit span { font-family: var(--display); font-size: 18px; font-weight: 700; color: #08080C; line-height: 1; font-variant-numeric: tabular-nums; }
.dbb-cd-unit small { font-family: var(--sans); font-size: 8px; letter-spacing: .03em; color: rgba(8,8,12,.65); margin-top: 0; line-height: 1; }
.dbb-cta {
  flex-shrink: 0; display: inline-flex; align-items: center; gap: 6px;
  background: #08080C; color: #fff; font-family: var(--sans); font-size: 13.5px; font-weight: 700;
  padding: 10px 18px; border-radius: var(--radius-btn); transition: opacity .25s;
}
.dbb-cta:hover { opacity: .82; }
.dbb-cta .arr { transition: transform .3s var(--ease); }
.dbb-cta:hover .arr { transform: translateX(3px); }

.footer-bottom { display:flex; justify-content:space-between; align-items:center; padding-top: 22px; font-size:13.5px; color: #63626F; flex-wrap:wrap; gap:12px; }
.footer-bottom a { color: #63626F; transition: color .25s; }
.footer-bottom a:hover { color: var(--cyan); }
.footer-credit-logo { display:inline-flex; align-items:center; vertical-align:middle; margin-left:6px; }
.footer-credit-logo img { height:15px; width:auto; opacity:.85; transition:opacity .25s; }
.footer-credit-logo:hover img { opacity:1; }

/* ---------- Reveal animation ---------- */
.reveal { opacity:0; transform: translateY(28px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in { opacity:1; transform: none; }
.reveal.d1 { transition-delay:.08s; } .reveal.d2 { transition-delay:.16s; }
.reveal.d3 { transition-delay:.24s; } .reveal.d4 { transition-delay:.32s; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .brand-logo { height: auto; width: 200px; max-width: 46vw; }
  .hero-grid, .split, .venue-grid, .footer-top { grid-template-columns: 1fr; }
  .venue-grid { grid-template-areas: "title" "video" "body" "chips"; }
  .venue-chips { display: flex; flex-direction: column; gap: 10px; max-width: none; }
  .venue-title { margin-bottom: 22px; }
  .hero-grid { gap: 50px; }
  .venue-grid { gap: 36px; }
  .cause-grid, .people-grid, .impact-panel { grid-template-columns: 1fr; }
  .logos-panel { flex-wrap: wrap; row-gap: 28px; padding: 32px; }
  .trust .wrap { grid-template-columns: 1fr; gap: 0; }
  .trust .t-item {
    border-left: 0; padding-left: 0; align-items: center; text-align: center;
    border-top: 1px solid var(--line); padding: 16px 0;
  }
  .trust .t-item:first-child { border-top: 0; padding-top: 0; }
  .trust .t-num, .trust .t-num--date { font-size: 1.6rem; }
  .footer-top { gap: 28px; }
}
@media (max-width: 760px) {
  .desktop-bottom-bar { display: none; }
  .social-rail { right: 12px; top: 78px; gap: 8px; }
  .social-rail a { width: 36px; height: 36px; }
  .social-rail a svg { width: 15px; height: 15px; }
  .section { padding: 48px 0; }
  .section--tight { padding: 36px 0; }
  .split > div:first-child { order: 2; }
  .split > div:last-child { order: 1; }
  body { font-size: 16px; }
  .hero .eyebrow-desktop { display: none; }
  .hero .eyebrow-mobile { display: flex; }
  .bio-modal-panel { padding: 22px; }
  .bio-modal-photo { width: 100%; height: auto; aspect-ratio: 3/4; border-radius: 10px; }
  .site-header .wrap { padding: 0 16px; }
  .nav { gap: 12px; }
  .brand { min-width: 0; flex: 1 1 auto; }
  .brand-logo { height: auto; width: 100%; max-width: 100%; }
  .nav-links {
    position: fixed; top: var(--header-h, 72px); left: 0; right: 0; width: 100%;
    max-height: calc(100vh - var(--header-h, 72px)); overflow-y: auto;
    background: var(--bg-alt); border-top: 1px solid var(--line); border-left: none;
    flex-direction: column; align-items:flex-start; justify-content:flex-start;
    padding: 0 28px; gap: 22px;
    transform: translateY(-10px); opacity: 0; visibility: hidden;
    transition: transform .35s var(--ease), opacity .3s var(--ease), visibility .35s, padding .35s var(--ease);
    z-index: 150;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; visibility: visible; padding: 28px 28px 40px; }
  .nav-toggle { display:block; z-index:201; position: relative; }
  body.nav-open { overflow: hidden; }
  .nav-toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .nav-toggle.open span:nth-child(2){ opacity:0; }
  .nav-toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
  .hero { padding: 120px 0 60px; }
  .hero-badge { left: 10px; }
  .step { gap:6px 16px; flex-wrap: wrap; }
  .step .time { flex: 0 0 100%; padding-top: 0; padding-left: 62px; }
  .step .what { flex: 0 0 100%; padding-left: 62px; }
  .step .dur { flex: 0 0 100%; padding-top: 0; padding-left: 62px; }
  .steps::before { left: 23px; }
  .reels-grid { grid-template-columns: repeat(2,1fr); max-width: none; }
  .logos-panel { display: none; }
  .logos-grid { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 36px; }
  .logo-slot { width: 100%; max-width: 380px; height: 150px; padding: 12px; }
  .logo-slot--minsi { padding: 8px; }
  body { padding-bottom: 112px; }
  .mobile-bottom-fixed {
    display: flex; flex-direction: column;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 220;
  }
  .sold-bar--fixed {
    display: block; background: rgba(10,10,15,.96); border-top: 1px solid var(--line);
    padding: 10px 20px 8px;
  }
  .mobile-cta-bar {
    display: flex; align-items: center; justify-content: space-between; gap: 10px 14px; flex-wrap: wrap;
    background: var(--gradient);
    padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
  }
  .mobile-cta-date { font-family: var(--sans); font-size: 13px; font-weight: 600; color: #08080C; white-space: nowrap; }
  .mobile-cta-link {
    display: inline-flex; align-items: center; gap: 6px;
    font-family: var(--sans); font-size: 14px; font-weight: 700; color: #08080C; white-space: nowrap;
  }
  .mobile-cta-link .arr { transition: transform .3s var(--ease); }
  .mobile-cta-link:active .arr { transform: translateX(3px); }
  .cookie-banner {
    left: 12px; right: 12px; bottom: 122px; max-width: none;
    flex-direction: column; align-items: stretch; gap: 12px; text-align: left;
  }
  .cookie-accept { width: 100%; padding: 11px 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto; }
  .reveal { opacity:1; transform:none; }
  .blob { display: none; }
}
