/* ========= SOUL STUDIO — SITI WEB CASE STUDIES ========= */
.sw-cs { position: relative; background: #0a0a0a; padding: 120px 40px; overflow: hidden; }
.sw-cs::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(192,57,43,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(192,57,43,0.04) 1px, transparent 1px); background-size: 50px 50px; pointer-events: none; }
.sw-cs::after { content: ''; position: absolute; top: -150px; left: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(192,57,43,0.2) 0%, transparent 70%); pointer-events: none; }
.sw-cs__glow-r { position: absolute; bottom: -150px; right: -150px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(192,57,43,0.2) 0%, transparent 70%); pointer-events: none; }
.sw-cs__inner { position: relative; max-width: 1280px; margin: 0 auto; z-index: 2; }
.sw-cs__head { text-align: center; margin-bottom: 60px; }
.sw-cs__eyebrow { font-family: 'Courier New', monospace; font-size: 13px; letter-spacing: 0.25em; color: #C0392B; text-transform: uppercase; margin-bottom: 16px; }
.sw-cs__eyebrow::before { content: '• '; }
.sw-cs__title { font-size: clamp(36px, 5vw, 56px); font-weight: 800; color: #fff; line-height: 1.05; letter-spacing: -0.02em; margin: 0; }
.sw-cs__title span { color: #C0392B; text-decoration: underline; text-decoration-color: #C0392B; }

.sw-cs__stage { position: relative; min-height: 500px; }
.sw-cs__slide { position: absolute; inset: 0; display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; opacity: 0; transform: translateX(40px); transition: opacity 0.7s ease, transform 0.7s ease; pointer-events: none; }
.sw-cs__slide.is-active { opacity: 1; transform: translateX(0); pointer-events: auto; position: relative; }

.sw-cs__media { background: #141414; border: 1px solid rgba(192,57,43,0.3); border-radius: 12px; aspect-ratio: 16/10; position: relative; overflow: hidden; }
.sw-cs__media::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(192,57,43,0.15) 0%, transparent 60%); pointer-events: none; z-index: 2; }
.sw-cs__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sw-cs__media-label { position: absolute; top: 16px; left: 18px; font-family: 'Courier New', monospace; font-size: 10px; color: rgba(255,255,255,0.5); letter-spacing: 0.15em; z-index: 3; }
.sw-cs__media-live { position: absolute; top: 16px; right: 18px; font-family: 'Courier New', monospace; font-size: 10px; color: #C0392B; letter-spacing: 0.15em; z-index: 3; }
.sw-cs__media-live::before { content: '● '; animation: swCsBlink 1.8s ease-in-out infinite; }
.sw-cs__media-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.35); font-size: 13px; text-align: center; font-family: 'Courier New', monospace; letter-spacing: 0.1em; }
@keyframes swCsBlink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0.3; } }

.sw-cs__body { color: #fff; }
.sw-cs__category { font-family: 'Courier New', monospace; font-size: 11px; color: #C0392B; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 12px; }
.sw-cs__category::before { content: '• '; }
.sw-cs__name { font-size: clamp(32px, 4vw, 48px); font-weight: 800; color: #fff; line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 14px; }
.sw-cs__name-dot { color: #C0392B; }
.sw-cs__pullquote { font-size: 16px; color: rgba(255,255,255,0.8); font-style: italic; margin: 0 0 20px; line-height: 1.4; }
.sw-cs__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.sw-cs__tag { font-family: 'Courier New', monospace; font-size: 11px; color: #E85A4A; background: rgba(192,57,43,0.12); border: 0.5px solid rgba(192,57,43,0.4); padding: 5px 11px; border-radius: 100px; letter-spacing: 0.03em; }
.sw-cs__desc { color: rgba(255,255,255,0.65); font-size: 14px; line-height: 1.7; margin: 0 0 24px; }
.sw-cs__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 18px 0; border-top: 1px solid rgba(192,57,43,0.3); border-bottom: 1px solid rgba(192,57,43,0.3); margin-bottom: 24px; }
.sw-cs__stat-num { font-size: 28px; font-weight: 800; color: #fff; line-height: 1; }
.sw-cs__stat-num span { color: #C0392B; }
.sw-cs__stat-label { font-family: 'Courier New', monospace; font-size: 9px; color: rgba(255,255,255,0.5); letter-spacing: 0.12em; text-transform: uppercase; margin-top: 6px; }
.sw-cs__cta { display: inline-flex; align-items: center; gap: 8px; background: #C0392B; color: #fff; font-size: 13px; font-weight: 500; padding: 12px 26px; border-radius: 100px; text-decoration: none; transition: transform 0.2s ease, background 0.2s ease; }
.sw-cs__cta:hover { background: #D84436; transform: translateX(4px); color: #fff; }

.sw-cs__nav { display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.08); }
.sw-cs__arrows { display: flex; gap: 10px; }
.sw-cs__arrow { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); color: #fff; font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.25s ease; }
.sw-cs__arrow:hover { background: #C0392B; border-color: #C0392B; transform: scale(1.05); }
.sw-cs__dots { display: flex; gap: 8px; align-items: center; }
.sw-cs__dot { width: 14px; height: 2px; background: rgba(255,255,255,0.2); border: 0; padding: 0; cursor: pointer; transition: all 0.3s ease; }
.sw-cs__dot.is-active { width: 32px; background: #C0392B; }
.sw-cs__counter { font-family: 'Courier New', monospace; font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 0.15em; }
.sw-cs__counter span { color: #C0392B; }

@media (max-width: 900px) {
  .sw-cs { padding: 80px 24px; }
  .sw-cs__stage { min-height: auto; }
  .sw-cs__slide { grid-template-columns: 1fr; gap: 30px; }
  .sw-cs__head { margin-bottom: 40px; }
  .sw-cs__nav { flex-wrap: wrap; gap: 16px; justify-content: center; }
}
