/* ============================================================
   JIVAN MAGAR — Portfolio CSS
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: #0A0C1A;
  color: #FFFFFF;
  font-family: 'Barlow', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }

:root {
  --blue:        #1B00FF;
  --blue-mid:    #4D5FFF;
  --blue-light:  rgba(77, 95, 255, 0.20);
  --blue-glow:   rgba(27, 0, 255, 0.25);
  --white-60:    rgba(255,255,255,0.60);
  --white-40:    rgba(255,255,255,0.40);
  --white-20:    rgba(255,255,255,0.20);
  --white-08:    rgba(255,255,255,0.08);
  --white-05:    rgba(255,255,255,0.05);
  --border:      rgba(255,255,255,0.08);
  --border-blue: rgba(77,95,255,0.25);
  --bg-main:     #0A0C1A;
  --bg-card:     #0E1024;
  --bg-alt:      #080A14;
  --nav-h:       64px;
}


/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--nav-h); z-index: 1000;
  background: rgba(10,12,26,0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.navbar__inner {
  max-width: 1280px; margin: 0 auto; height: 100%;
  padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0; transition: opacity 0.2s;
}
.nav-logo:hover { opacity: 0.75; }
.nav-mono {
  width: 36px; height: 36px; background: var(--blue);
  border-radius: 2px; display: flex; align-items: center; justify-content: center;
}
.nav-mono span {
  font-family: 'Oswald', sans-serif; font-size: 15px;
  font-weight: 700; color: #fff; line-height: 1;
}
.nav-wordmark {
  font-family: 'Oswald', sans-serif; font-size: 16px;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.20em; text-transform: uppercase;
  color: var(--white-60);
  position: relative; padding-bottom: 4px;
  transition: color 0.2s;
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--blue-mid);
  transition: width 0.25s ease;
}
.nav-links a:hover,
.nav-links a.active { color: #fff; }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.nav-cta {
  padding: 9px 22px;
  background: var(--blue); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 2px; flex-shrink: 0;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.nav-cta:hover {
  background: #2B14FF;
  transform: translateY(-1px);
  box-shadow: 0 6px 24px rgba(27,0,255,0.45);
}

/* Burger */
.nav-burger {
  display: none; flex-direction: column; justify-content: center;
  gap: 5px; width: 32px; height: 32px;
  background: none; border: none; padding: 0;
}
.nav-burger span {
  display: block; width: 100%; height: 1.5px; background: #fff;
  transform-origin: center; transition: transform 0.3s, opacity 0.3s;
}
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile menu */
.nav-mobile {
  display: none;
  position: fixed; top: var(--nav-h); left: 0; right: 0;
  background: #0A0C1A;
  border-bottom: 1px solid var(--border-blue);
  padding: 28px 32px 36px;
  z-index: 999;
  flex-direction: column; gap: 4px;
}
.nav-mobile.open { display: flex; }
.nav-mobile a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px; font-weight: 500; letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--white-60);
  padding: 10px 0; border-bottom: 1px solid var(--border);
  transition: color 0.2s, padding-left 0.2s;
}
.nav-mobile a:hover { color: #fff; padding-left: 8px; }
.nav-mobile a:last-child { border-bottom: none; }
.nav-mobile .m-cta {
  margin-top: 16px; padding: 14px 28px; width: fit-content;
  background: var(--blue); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  border-radius: 2px; border-bottom: none !important;
}


/* ============================================================
   SHARED SECTION LABELS
   ============================================================ */
.s-label {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.30em; text-transform: uppercase;
  color: var(--blue-mid); margin-bottom: 14px;
}
.s-label::before,
.s-label::after {
  content: ''; display: block;
  width: 24px; height: 1px; background: var(--blue-mid); opacity: 0.5;
}
.s-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase;
  color: #fff; line-height: 1.05;
}
.s-title em { color: var(--blue-mid); font-style: normal; }
.s-head { text-align: center; margin-bottom: 60px; }


/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 32px;
  background: var(--blue); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 2px; border: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.btn-primary:hover {
  background: #2B14FF;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(27,0,255,0.40);
}
.btn-primary.btn-large { padding: 16px 44px; font-size: 13px; }

.btn-secondary {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 32px;
  background: transparent; color: var(--white-60);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid var(--border); border-radius: 2px;
  transition: border-color 0.2s, color 0.2s, transform 0.15s;
}
.btn-secondary:hover {
  border-color: var(--blue-mid); color: #fff;
  transform: translateY(-2px);
}
.btn-secondary.btn-large { padding: 16px 44px; font-size: 13px; }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 28px;
  background: rgba(27,0,255,0.06); color: var(--white-60);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  border: 1px solid var(--border-blue); border-radius: 2px;
  transition: border-color 0.25s, color 0.25s, background 0.25s, transform 0.15s;
}
.btn-outline:hover {
  border-color: var(--blue-mid); color: #fff;
  background: rgba(27,0,255,0.14);
  transform: translateY(-2px);
}


/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100vh;
  padding: calc(var(--nav-h) + 32px) 48px 48px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden; text-align: center;
}
.hero__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 65% 55% at 50% 55%, rgba(27,0,255,0.22) 0%, transparent 65%),
    radial-gradient(ellipse 45% 35% at 10% 85%, rgba(100,50,255,0.10) 0%, transparent 55%),
    radial-gradient(ellipse 35% 30% at 90% 10%, rgba(27,0,255,0.08) 0%, transparent 55%);
}
.hero__grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(77,95,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77,95,255,0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black, transparent);
}
.hero-box {
  position: relative; z-index: 2;
  display: inline-flex; flex-direction: column; align-items: center;
  padding: 32px;
}
.brk {
  position: absolute; width: 22px; height: 22px;
}
.brk-tl { top: 0; left: 0; border-top: 2px solid rgba(77,95,255,0.55); border-left: 2px solid rgba(77,95,255,0.55); }
.brk-tr { top: 0; right: 0; border-top: 2px solid rgba(77,95,255,0.55); border-right: 2px solid rgba(77,95,255,0.55); }
.brk-bl { bottom: 0; left: 0; border-bottom: 2px solid rgba(77,95,255,0.55); border-left: 2px solid rgba(77,95,255,0.55); }
.brk-br { bottom: 0; right: 0; border-bottom: 2px solid rgba(77,95,255,0.55); border-right: 2px solid rgba(77,95,255,0.55); }

.ph-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 16px;
  background: rgba(27,0,255,0.12); border: 1px solid rgba(77,95,255,0.28); border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--blue-mid); margin-bottom: 20px;
  animation: fadeUp 0.7s cubic-bezier(0.22,1,0.36,1) 0.2s both;
}
.ph-badge__dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue-mid);
  box-shadow: 0 0 8px var(--blue-mid);
  animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }

.ph-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em;
  line-height: 0.92; color: #fff; margin-bottom: 20px;
  animation: fadeUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.3s both;
}
.ph-title em { color: var(--blue-mid); font-style: normal; display: block; }
.ph-sub {
  font-family: 'Barlow', sans-serif; font-size: 15px; font-weight: 300;
  line-height: 1.75; color: var(--white-60);
  max-width: 520px; margin: 0 auto 28px;
  animation: fadeUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.4s both;
}
.ph-sub strong { color: rgba(255,255,255,0.85); font-weight: 500; }
.ph-ctas {
  display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  animation: fadeUp 0.8s cubic-bezier(0.22,1,0.36,1) 0.5s both;
}

@keyframes fadeUp { from{opacity:0;transform:translateY(28px)} to{opacity:1;transform:none} }


/* ============================================================
   QUOTE STRIP
   ============================================================ */
.quote-strip {
  padding: 22px 48px; text-align: center;
  background: rgba(27,0,255,0.04);
  border-top: 1px solid rgba(77,95,255,0.15);
  border-bottom: 1px solid rgba(77,95,255,0.15);
}
.quote-strip blockquote {
  font-family: 'Barlow', sans-serif; font-size: 13.5px; font-weight: 300;
  font-style: italic; color: var(--white-40); line-height: 1.6;
}
.quote-strip cite {
  display: block; margin-top: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--blue-mid); font-style: normal;
}


/* ============================================================
   TICKER
   ============================================================ */
.ticker {
  display: flex; align-items: center;
  border-bottom: 1px solid var(--border);
  height: 52px;
}
.ticker__label {
  padding: 0 32px 0 48px; flex-shrink: 0;
  border-right: 1px solid var(--border);
  height: 100%; display: flex; align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 600; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--white-20); white-space: nowrap;
}
.ticker__strip {
  flex: 1; overflow: hidden; height: 100%;
  display: flex; align-items: center;
  position: relative;
}
.ticker__strip::before,
.ticker__strip::after {
  content: ''; position: absolute; top: 0; bottom: 0;
  width: 80px; z-index: 2; pointer-events: none;
}
.ticker__strip::before { left: 0; background: linear-gradient(to right, #0A0C1A, transparent); }
.ticker__strip::after  { right: 0; background: linear-gradient(to left,  #0A0C1A, transparent); }
.ticker__track {
  display: flex; align-items: center;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.ticker__track:hover { animation-play-state: paused; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.t-name {
  font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--white-20); padding: 0 28px;
  transition: color 0.25s; cursor: default;
}
.t-name:hover { color: var(--white-60); }
.t-dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(77,95,255,0.35); flex-shrink: 0; }


/* ============================================================
   SELECTED WORK — 3-CARD CAROUSEL
   ============================================================ */
.feat-proj {
  padding: 80px 0 80px;
  border-top: 1px solid var(--border);
  background: var(--bg-alt);
  position: relative; overflow: hidden;
}
.feat-proj::before {
  content: '';
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 900px; height: 400px;
  background: radial-gradient(ellipse at top center, rgba(27,0,255,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.feat-proj-max { max-width: 1280px; margin: 0 auto; }

.feat-header {
  text-align: center;
  padding: 0 48px;
  margin-bottom: 48px;
  position: relative; z-index: 2;
}

/* Filter tabs */
.sw-filters {
  display: flex; align-items: center; justify-content: center;
  gap: 8px; flex-wrap: wrap; margin-top: 28px;
}
.sw-filter-btn {
  padding: 7px 18px;
  background: transparent; border: 1px solid var(--border); border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--white-40); cursor: pointer; transition: all 0.2s;
}
.sw-filter-btn:hover { border-color: var(--blue-mid); color: #fff; }
.sw-filter-btn.active { background: rgba(27,0,255,0.18); border-color: var(--blue-mid); color: #fff; }

/* Carousel wrapper */
.sw-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 40px;
  min-height: 420px;
}

/* Arrow buttons */
.sw-arrow {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  z-index: 10;
  width: 44px; height: 44px;
  background: rgba(10,12,26,0.80);
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  color: var(--white-60);
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.sw-arrow:hover {
  background: rgba(27,0,255,0.25);
  border-color: var(--blue-mid);
  color: #fff;
}
.sw-arrow-left  { left: 32px; }
.sw-arrow-right { right: 32px; }
.sw-arrow svg { width: 18px; height: 18px; }

/* The visible 3-card stage */
.sw-carousel-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}

/* Individual card */
.sw-c-card {
  flex: 0 0 240px;
  height: 340px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1),
              box-shadow 0.4s ease,
              border-color 0.4s ease,
              opacity 0.4s ease;
  opacity: 0.65;
  transform: scale(0.88);
}

/* Center (active) card */
.sw-c-card.is-active {
  flex: 0 0 280px;
  height: 380px;
  opacity: 1;
  transform: scale(1) translateY(-16px);
  border-color: rgba(77,95,255,0.35);
  box-shadow: 0 32px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(77,95,255,0.2);
  z-index: 3;
}

.sw-c-card-bg {
  position: absolute; inset: 0;
}
.sw-c-card-bg-inner {
  width: 100%; height: 100%; position: relative;
  overflow: hidden;
  background: #080A14;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.sw-c-card-bg-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.sw-c-card:hover .sw-c-card-bg-inner { transform: scale(1.02); }

.sw-c-card-overlay {
  position: absolute; left: 0; right: 0; bottom: 0; height: 45%;
  background: linear-gradient(to top, rgba(5,7,18,0.95) 0%, rgba(5,7,18,0.08) 100%);
  z-index: 2;
  pointer-events: none;
}

/* CTA footer */
.sw-footer {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  padding: 8px 48px 0; position: relative; z-index: 2;
}
.sw-cta-btn {
  padding: 13px 32px; background: var(--blue); color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.20em; text-transform: uppercase;
  border-radius: 2px; border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  display: inline-flex; align-items: center; gap: 8px;
}
.sw-cta-btn:hover { background: #2B14FF; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(27,0,255,0.45); }

@media (max-width: 960px) {
  .sw-arrow-left  { left: 12px; }
  .sw-arrow-right { right: 12px; }
  .sw-c-card { flex: 0 0 180px; height: 260px; }
  .sw-c-card.is-active { flex: 0 0 220px; height: 300px; }
}
@media (max-width: 600px) {
  .sw-c-card { flex: 0 0 130px; height: 195px; }
  .sw-c-card.is-active { flex: 0 0 170px; height: 240px; }
  .sw-carousel-stage { gap: 12px; }
}

/* ============================================================
   SOCIAL PANELS
   ============================================================ */
.socials {
  padding: 90px 48px;
  background: var(--bg-main);
  border-top: 1px solid var(--border);
}
.socials-max { max-width: 1100px; margin: 0 auto; }
.socials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.sp {
  display: block;
  padding: 44px 40px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 2px;
  position: relative; overflow: hidden;
  transition: border-color 0.30s, transform 0.30s, box-shadow 0.30s;
}
.sp::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 16px; height: 16px;
  border-top: 2px solid var(--border-blue);
  border-left: 2px solid var(--border-blue);
}
.sp::after {
  content: '';
  position: absolute; bottom: 0; right: 0;
  width: 16px; height: 16px;
  border-bottom: 2px solid var(--border-blue);
  border-right: 2px solid var(--border-blue);
}
.sp:hover {
  border-color: rgba(77,95,255,0.35);
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(27,0,255,0.14);
}

.sp-top {
  display: flex; align-items: center; gap: 14px; margin-bottom: 28px;
}
.sp-ico {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--white-05); border: 1px solid var(--border);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
}
.sp-ico svg { width: 22px; height: 22px; color: var(--white-60); }
.sp-ico--behance svg { color: var(--blue-mid); }

.sp-platform {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase;
  color: #E8163A;
}
.sp--behance-label { color: var(--blue-mid); }

.sp-title {
  font-family: 'Oswald', sans-serif; font-size: 26px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.15;
  color: #fff; margin-bottom: 16px;
}
.sp-desc {
  font-family: 'Barlow', sans-serif; font-size: 13.5px; font-weight: 300;
  line-height: 1.75; color: var(--white-40); margin-bottom: 32px;
}
.sp-foot {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--border); padding-top: 20px;
}
.sp-handle {
  font-family: 'Barlow Condensed', sans-serif; font-size: 11px;
  letter-spacing: 0.14em; color: var(--white-20);
}
.sp-cta {
  font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: #E8163A;
  transition: letter-spacing 0.2s;
}
.sp--behance-cta { color: var(--blue-mid); }
.sp:hover .sp-cta { letter-spacing: 0.28em; }


/* ============================================================
   PROCESS — HOW I WORK  (elevated redesign)
   ============================================================ */
.process {
  padding: 72px 48px 80px;
  background: var(--bg-main);
  border-top: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.process::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 50% 0%, rgba(27,0,255,0.10) 0%, transparent 65%),
    radial-gradient(ellipse 40% 40% at 0% 100%, rgba(77,95,255,0.05) 0%, transparent 55%);
}
.process::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(77,95,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77,95,255,0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, black, transparent);
}

.process-max { max-width: 1240px; margin: 0 auto; position: relative; z-index: 2; }

.proc-head { text-align: center; margin-bottom: 48px; }
.proc-intro {
  font-family: 'Barlow', sans-serif; font-size: 14px; font-weight: 300;
  line-height: 1.70; color: var(--white-40);
  max-width: 420px; margin: 12px auto 0;
}

/* ── Card grid ── */
.proc-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

/* Connector line */
.proc-timeline::before {
  content: '';
  position: absolute;
  top: 44px;
  left: calc(12.5% + 22px);
  right: calc(12.5% + 22px);
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(77,95,255,0.35) 15%, rgba(77,95,255,0.35) 85%, transparent);
  z-index: 0; pointer-events: none;
}

/* ── Each step is now a card ── */
.proc-step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 22px 18px 20px;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  position: relative; overflow: hidden;
  transition: border-color 0.35s, transform 0.35s cubic-bezier(0.22,1,0.36,1), box-shadow 0.35s;
}
.proc-step::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue-mid), transparent);
  opacity: 0;
  transition: opacity 0.35s;
}
.proc-step:hover {
  border-color: rgba(77,95,255,0.40);
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(0,0,0,0.45), 0 0 40px rgba(27,0,255,0.12);
}
.proc-step:hover::before { opacity: 1; }

/* Node */
.proc-step-node {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(27,0,255,0.10);
  border: 1px solid rgba(77,95,255,0.35);
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 1; flex-shrink: 0;
  transition: border-color 0.35s, background 0.35s, box-shadow 0.35s;
  margin-bottom: 14px;
}
.proc-step-node svg { width: 18px; height: 18px; color: var(--blue-mid); }
.proc-step:hover .proc-step-node {
  border-color: var(--blue-mid);
  background: rgba(27,0,255,0.22);
  box-shadow: 0 0 20px rgba(27,0,255,0.30);
}

/* Step number — ghost text REMOVED */
.proc-step-bg-num { display: none; }

.proc-step-num { display: none; }

.proc-step-phase {
  font-family: 'Barlow Condensed', sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase; color: var(--blue-mid); margin-bottom: 6px;
}
.proc-step-title {
  font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.04em; color: #fff;
  line-height: 1.1; margin-bottom: 8px;
}
.proc-step-desc {
  font-family: 'Barlow', sans-serif; font-size: 11.5px; font-weight: 300;
  line-height: 1.65; color: var(--white-40); margin-bottom: 14px; flex: 1;
}
.proc-step-tags {
  display: flex; flex-wrap: wrap; gap: 4px; justify-content: center;
}
.proc-step-tags span {
  padding: 2px 7px;
  background: rgba(77,95,255,0.08); border: 1px solid rgba(77,95,255,0.18);
  border-radius: 2px;
  font-family: 'Barlow Condensed', sans-serif; font-size: 8px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(77,95,255,0.65);
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.proc-step:hover .proc-step-tags span {
  background: rgba(77,95,255,0.14);
  border-color: rgba(77,95,255,0.35);
  color: rgba(100,120,255,0.90);
}

/* Bottom CTA strip */
.proc-cta-strip {
  display: flex; align-items: center; justify-content: center; gap: 24px;
  margin-top: 44px; flex-wrap: wrap;
}
.proc-stat {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 0 28px; border-right: 1px solid var(--border);
}
.proc-stat:last-of-type { border-right: none; }
.proc-stat-num {
  font-family: 'Oswald', sans-serif; font-size: 32px; font-weight: 700;
  letter-spacing: 0.01em; color: #fff;
}
.proc-stat-num em { color: var(--blue-mid); font-style: normal; }
.proc-stat-label {
  font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--white-40);
}


/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band {
  padding: 160px 48px;
  background: var(--bg-main);
  border-top: 1px solid var(--border);
  text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80% 100% at 50% 50%, rgba(27,0,255,0.16) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 15% 100%, rgba(77,95,255,0.08) 0%, transparent 60%),
    radial-gradient(ellipse 50% 60% at 85%   0%, rgba(27,0,255,0.08) 0%, transparent 60%);
}
.cta-band::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(77,95,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77,95,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black, transparent);
}
.cta-band__inner { position: relative; z-index: 2; }

.cta-avail {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 18px;
  background: rgba(0,200,80,0.08); border: 1px solid rgba(0,200,80,0.22);
  border-radius: 100px;
  font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase; color: rgba(0,220,90,0.85);
  margin-bottom: 28px;
}
.cta-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(0,220,90,0.85);
  box-shadow: 0 0 10px rgba(0,220,90,0.60);
  animation: pulse 2.5s ease-in-out infinite;
}
.cta-eyebrow {
  font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 0.30em; text-transform: uppercase; color: var(--blue-mid);
  margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center; gap: 12px;
}
.cta-eyebrow::before,
.cta-eyebrow::after { content: ''; display: block; width: 36px; height: 1px; background: var(--blue-mid); opacity: 0.4; }
.cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(56px, 8vw, 104px);
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em;
  line-height: 0.92; color: #fff; margin-bottom: 32px;
}
.cta-title em { color: var(--blue-mid); font-style: normal; display: block; }
.cta-sub {
  font-family: 'Barlow', sans-serif; font-size: 16px; font-weight: 300;
  color: var(--white-40); max-width: 520px; margin: 0 auto 56px; line-height: 1.78;
}
.cta-btns {
  display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap;
}


/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--bg-alt);
  border-top: 1px solid var(--border);
  padding: 64px 48px 36px;
}
.footer-max { max-width: 1200px; margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border);
}
.footer-brand { display: flex; flex-direction: column; gap: 16px; }
.f-logo { display: inline-flex; align-items: center; gap: 10px; transition: opacity 0.2s; }
.f-logo:hover { opacity: 0.75; }
.f-mono {
  width: 34px; height: 34px; background: var(--blue); border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
}
.f-mono span { font-family: 'Oswald', sans-serif; font-size: 14px; font-weight: 700; color: #fff; }
.f-name {
  font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: #fff;
}
.f-tag {
  font-family: 'Barlow', sans-serif; font-size: 13px; font-weight: 300;
  line-height: 1.70; color: var(--white-40); max-width: 240px;
}
.f-socials { display: flex; gap: 10px; }
.f-socials a {
  width: 36px; height: 36px;
  background: var(--white-05); border: 1px solid var(--border);
  border-radius: 2px; color: var(--white-40);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.f-socials a svg { width: 14px; height: 14px; }
.f-socials a:hover { border-color: var(--blue-mid); color: #fff; background: rgba(77,95,255,0.12); }

.f-col-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--white-60);
  margin-bottom: 20px;
}
.f-col ul { display: flex; flex-direction: column; gap: 12px; }
.f-col ul li a {
  font-family: 'Barlow', sans-serif; font-size: 13.5px; font-weight: 300;
  color: var(--white-40);
  position: relative; display: inline-block;
  transition: color 0.2s, padding-left 0.2s;
}
.f-col ul li a::before {
  content: '–'; position: absolute; left: 0;
  color: var(--blue-mid); opacity: 0; transition: opacity 0.2s;
}
.f-col ul li a:hover { color: #fff; padding-left: 16px; }
.f-col ul li a:hover::before { opacity: 1; }

.footer-bottom {
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-credit-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-copy {
  font-family: 'Barlow', sans-serif; font-size: 12px; font-weight: 300;
  color: var(--white-20);
}
.footer-copy span { color: rgba(77,95,255,0.70); font-style: normal; }
.footer-credit {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.footer-credit a { color: rgba(77,95,255,0.55); transition: color 0.2s; }
.footer-credit a:hover { color: var(--blue-mid); }
.footer-back-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 0;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.65);
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}
.footer-back-top:hover {
  color: #fff;
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.20);
}
.footer-back-top svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ============================================================
   SLIDER RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .sw-card { flex: 0 0 260px; height: 330px; }
  .sw-row { padding: 8px 48px 20px; }
}
@media (max-width: 600px) {
  .sw-card { flex: 0 0 230px; height: 295px; }
  .sw-row { padding: 8px 32px 20px; }
  .sw-footer { padding: 16px 24px 0; }
}


/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .navbar__inner { padding: 0 28px; }

  .hero { padding: calc(var(--nav-h) + 32px) 24px 48px; }

  .quote-strip { padding: 18px 24px; }
  .ticker__label { padding: 0 20px 0 28px; }

  .socials { padding: 60px 24px; }
  .socials-grid { grid-template-columns: 1fr; }

  .process { padding: 72px 24px 80px; }
  .proc-timeline { grid-template-columns: 1fr 1fr; gap: 16px; }
  .proc-timeline::before { display: none; }
  .proc-cta-strip { gap: 0; }
  .proc-stat { padding: 0 20px; }

  .cta-band { padding: 100px 24px; }
  .footer { padding: 52px 24px 28px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 600px) {
  .ticker { height: auto; flex-direction: column; }
  .ticker__label { border-right: none; border-bottom: 1px solid var(--border); width: 100%; padding: 12px 24px; justify-content: center; }
  .ticker__strip { width: 100%; height: 48px; }

  .feat-proj { padding: 60px 0 60px; }

  .sp { padding: 32px 24px; }

  .proc-timeline { grid-template-columns: 1fr; gap: 12px; }
  .proc-cta-strip { flex-direction: column; gap: 0; }
  .proc-stat { border-right: none; border-bottom: 1px solid var(--border); padding: 16px 0; width: 100%; align-items: center; }
  .proc-stat:last-of-type { border-bottom: none; }

  .cta-band { padding: 80px 20px; }
  .cta-title { font-size: clamp(44px, 12vw, 72px); }

  .footer-top { grid-template-columns: 1fr; }

}

/* Logo styles */
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.logo-img { height: 36px; width: auto; flex-shrink: 0; mix-blend-mode: screen; display: block; }

.logo-text {
  font-family: 'Oswald', sans-serif;
  font-size: 20px; font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff; text-transform: uppercase;
  display: block;
}

.footer-logo { height: 40px; width: 40px; display: block; object-fit: contain; }

.footer-logo-wrapper { display: flex; align-items: center; gap: 12px; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.08em; color: #fff; text-transform: uppercase; }

/* ============================================================
   LIGHTBOX
   ============================================================ */
#lb-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5, 6, 15, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
#lb-overlay.lb-active {
  opacity: 1;
  pointer-events: all;
}

.lb-panel {
  position: relative;
  width: 100%;
  max-width: 1100px;
  max-height: 92vh;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(12, 14, 28, 0.94);
  box-shadow:
    0 48px 120px rgba(0,0,0,0.72),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.lb-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px;
  color: rgba(255,255,255,0.75);
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.lb-close:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.28);
  color: #fff;
}
.lb-close svg { width: 18px; height: 18px; }

.lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10,12,26,0.80);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 50%;
  color: rgba(255,255,255,0.75);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.lb-nav:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.lb-nav-prev { left: 14px; }
.lb-nav-next { right: 14px; }
.lb-nav svg { width: 18px; height: 18px; }

.lb-img-wrap {
  overflow: hidden;
  position: relative;
  background: #06081a;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}
#lbImg {
  display: block;
  max-width: 100%;
  max-height: 84vh;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: opacity 0.25s ease;
}
.lb-img-loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: #06081a;
}
.lb-img-loader::after {
  content: '';
  width: 32px; height: 32px;
  border: 2px solid rgba(77,95,255,0.18);
  border-top-color: #4D5FFF;
  border-radius: 50%;
  animation: lb-spin 0.7s linear infinite;
}
@keyframes lb-spin { to { transform: rotate(360deg); } }

.lb-nav {
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,12,26,0.80);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 50%;
  color: rgba(255,255,255,0.75);
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}
.lb-nav:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.lb-nav svg { width: 18px; height: 18px; }

/* ── Card hover preview button ─────────────────────────────── */
.sw-c-preview-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -44%);
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(8, 10, 22, 0.88);
  border: 1px solid rgba(77, 95, 255, 0.50);
  border-radius: 3px;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.20em; text-transform: uppercase;
  padding: 9px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  white-space: nowrap;
  z-index: 10;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.60);
}
.sw-c-card:hover .sw-c-preview-btn {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

/* ── Responsive lightbox ───────────────────────────────────── */
@media (max-width: 600px) {
  .lb-close { top: 14px; right: 14px; width: 36px; height: 36px; }
  .lb-nav { width: 40px; height: 40px; }
  .lb-panel { max-width: 100%; }
  .lb-img-wrap { min-height: 220px; }
}