/* =============================================
   PK TRADERS - Modern Refined CSS
   Design: Luxury Dark Editorial
   ============================================= */

:root {
  --red: #C62828;
  --red-light: #ef5350;
  --navy: #0f1e3d;
  --navy-mid: #1a3360;
  --gold: #d4a853;
  --dark: #080d19;
  --dark-2: #0e1525;
  --light: #f8f5f0;
  --muted: rgba(255,255,255,0.45);
  --border: rgba(255,255,255,0.08);
  --card-bg: rgba(255,255,255,0.04);
  --ease: cubic-bezier(0.76, 0, 0.24, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

*, *::before, *::after {
  margin: 0; padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  background: var(--dark);
  color: var(--light);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  cursor: none;
}

/* ---- CUSTOM CURSOR ---- */
.cursor {
  position: fixed;
  width: 10px; height: 10px;
  background: var(--red);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s, width 0.3s var(--ease), height 0.3s var(--ease);
  mix-blend-mode: exclusion;
}
.cursor-follower {
  position: fixed;
  width: 36px; height: 36px;
  border: 1.5px solid rgba(198,40,40,0.5);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.18s var(--ease), width 0.4s var(--ease), height 0.4s var(--ease), opacity 0.3s;
}
body:hover .cursor-follower { opacity: 1; }
a:hover ~ .cursor, button:hover ~ .cursor { width: 20px; height: 20px; }

/* ---- LOADER ---- */
.loader {
  position: fixed;
  inset: 0;
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9000;
  transition: opacity 0.6s var(--ease), visibility 0.6s;
}
.loader.hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-inner { text-align: center; }
.loader-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: white;
  margin-bottom: 30px;
  animation: loaderPulse 1.5s ease infinite;
}
.loader-bar {
  width: 200px;
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin: 0 auto;
  overflow: hidden;
}
.loader-progress {
  height: 100%;
  background: var(--red);
  animation: loaderFill 2s var(--ease) forwards;
}
@keyframes loaderPulse { 0%,100%{opacity:0.4} 50%{opacity:1} }
@keyframes loaderFill { from{width:0} to{width:100%} }

/* ---- HEADER ---- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6%;
  z-index: 1000;
  transition: padding 0.4s var(--ease), background 0.4s;
}
header.scrolled {
  background: rgba(8,13,25,0.92);
  backdrop-filter: blur(20px);
  padding: 14px 6%;
  border-bottom: 1px solid var(--border);
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.logo-pk {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: -0.02em;
  line-height: 1;
}
.logo-text {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.05em;
  line-height: 1.2;
}

nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-link {
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  transition: color 0.3s;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 1.5px;
  background: var(--red);
  transition: width 0.3s var(--ease);
}
.nav-link:hover { color: white; }
.nav-link:hover::after { width: 100%; }
.cta-nav {
  padding: 9px 22px;
  border: 1.5px solid rgba(198,40,40,0.6);
  border-radius: 30px;
  color: white !important;
  transition: background 0.3s, border-color 0.3s !important;
}
.cta-nav::after { display: none !important; }
.cta-nav:hover { background: var(--red); border-color: var(--red); }

#navToggle { display: none; }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; }
.burger span { display: block; width: 24px; height: 2px; background: white; transition: 0.4s var(--ease); border-radius: 2px; }
#navToggle:checked + .burger span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
#navToggle:checked + .burger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
#navToggle:checked + .burger span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ---- HERO ---- */
.hero {
  height: 100vh;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--dark);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.7)),
    url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?w=1600') center/cover no-repeat;
  transform: scale(1.05);
  animation: heroZoom 12s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }

.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: orbFloat 8s ease-in-out infinite alternate;
}
.orb1 { width: 400px; height: 400px; background: rgba(198,40,40,0.15); top: -100px; right: -100px; animation-delay: 0s; }
.orb2 { width: 300px; height: 300px; background: rgba(30,58,138,0.2); bottom: -50px; left: -50px; animation-delay: -3s; }
.orb3 { width: 200px; height: 200px; background: rgba(212,168,83,0.1); top: 40%; left: 60%; animation-delay: -5s; }
@keyframes orbFloat { from{transform:translate(0,0)} to{transform:translate(30px,20px)} }

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 860px;
  padding: 0 20px;
}
.hero-badge {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid rgba(212,168,83,0.5);
  border-radius: 30px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 8vw, 96px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.title-line { display: block; }
.title-line.accent { color: var(--red); font-weight: 600; font-style: italic; }
.hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.9;
  margin-bottom: 44px;
  letter-spacing: 0.06em;
}
.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-block;
  padding: 14px 34px;
  background: var(--red);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: background 0.3s, transform 0.3s var(--ease-spring), box-shadow 0.3s;
  box-shadow: 0 4px 24px rgba(198,40,40,0.35);
}
.btn-primary:hover { background: var(--red-light); transform: translateY(-3px); box-shadow: 0 8px 32px rgba(198,40,40,0.5); }
.btn-ghost {
  display: inline-block;
  padding: 13px 34px;
  border: 1.5px solid rgba(255,255,255,0.25);
  color: white;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: border-color 0.3s, background 0.3s, transform 0.3s var(--ease-spring);
}
.btn-ghost:hover { border-color: white; background: rgba(255,255,255,0.08); transform: translateY(-3px); }

/* Hero scroll */
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.4);
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: fadeIn 2s 2s both;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:0.3; transform:scaleY(0.6)} 50%{opacity:1; transform:scaleY(1)} }

/* Hero stats */
.hero-stats {
  position: absolute;
  bottom: 36px;
  right: 6%;
  display: flex;
  align-items: center;
  gap: 24px;
  animation: fadeIn 2s 2.5s both;
}
.hstat { text-align: center; }
.hstat strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; color: white; }
.hstat span { font-size: 11px; color: rgba(255,255,255,0.45); letter-spacing: 0.1em; text-transform: uppercase; }
.hstat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.2); }

/* ---- MARQUEE ---- */
.marquee-wrap {
  background: var(--red);
  overflow: hidden;
  padding: 14px 0;
  white-space: nowrap;
}
.marquee-track {
  display: inline-block;
  animation: marquee 30s linear infinite;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}
.marquee-track span { margin: 0 24px; }
.marquee-track .dot { color: rgba(255,255,255,0.5); }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ---- ABOUT ---- */
.about {
  padding: 120px 6%;
  max-width: 1300px;
  margin: 0 auto;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-visual { position: relative; }
.about-img-wrap {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.about-img { width: 100%; height: 520px; object-fit: cover; display: block; transition: transform 0.8s var(--ease); }
.about-img-wrap:hover .about-img { transform: scale(1.04); }
.about-img-border {
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(198,40,40,0.25);
  border-radius: 4px;
  pointer-events: none;
  z-index: 0;
}
.about-badge-float {
  position: absolute;
  bottom: -20px; right: -20px;
  background: var(--red);
  color: white;
  padding: 20px 24px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.about-badge-float strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 26px; }
.about-badge-float span { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.8; }

.about-text { padding-left: 10px; }
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}
.about-text h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 28px;
  color: white;
}
.about-text h2 em { font-style: italic; color: var(--gold); }
.about-text p { font-size: 15px; line-height: 1.85; color: rgba(255,255,255,0.65); margin-bottom: 20px; }
.nepali { color: rgba(255,255,255,0.4) !important; font-size: 14px !important; }

/* ---- SERVICES ---- */
.services-section { padding: 120px 6%; background: var(--dark-2); }
.section-header { text-align: center; margin-bottom: 70px; }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 400;
  color: white;
  margin-top: 10px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 16px;
  max-width: 1300px;
  margin: 0 auto;
}
.service-card--wide { grid-column: span 2; }

.service-card {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  background: var(--card-bg);
  border: 1px solid var(--border);
  transition: border-color 0.4s, transform 0.5s var(--ease);
  opacity: 0;
  transform: translateY(50px);
}
.service-card.visible { opacity: 1; transform: translateY(0); }
.service-card:hover { border-color: rgba(198,40,40,0.4); transform: translateY(-6px); }

.card-img-wrap { position: relative; overflow: hidden; height: 220px; }
.service-card--wide .card-img-wrap { height: 240px; }
.card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.service-card:hover .card-img-wrap img { transform: scale(1.08); }
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,13,25,0.6) 0%, transparent 60%);
}

.card-body { padding: 20px 22px 24px; }
.card-num {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--red);
  display: block;
  margin-bottom: 8px;
}
.card-body h3 { font-size: 19px; font-weight: 600; color: white; margin-bottom: 6px; }
.card-body p { font-size: 13px; color: rgba(255,255,255,0.5); }
.card-arrow {
  display: inline-block;
  margin-top: 14px;
  color: var(--red);
  font-size: 18px;
  transition: transform 0.3s var(--ease);
}
.service-card:hover .card-arrow { transform: translateX(6px); }

/* ---- COUNTER ---- */
.counter-section {
  position: relative;
  padding: 100px 6%;
  overflow: hidden;
}
.counter-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--dark) 100%);
}
.counter-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><circle cx="1" cy="1" r="1" fill="rgba(255,255,255,0.04)"/></svg>') repeat;
}
.counter-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.counter-item {
  flex: 1;
  min-width: 200px;
  text-align: center;
  padding: 20px;
}
.counter-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(56px, 8vw, 96px);
  font-weight: 600;
  color: white;
  line-height: 1;
  display: inline-block;
}
.counter-plus {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: var(--red);
  display: inline-block;
  vertical-align: super;
}
.counter-label {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 8px;
}
.counter-line {
  width: 1px;
  height: 80px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

/* ---- PROJECTS ---- */
.projects-section { padding: 120px 6%; }
.project-slideshow {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 60px;
  border-radius: 8px;
  overflow: hidden;
}
.project-slides {
  display: flex;
  transition: transform 0.7s var(--ease);
}
.project-slides img {
  width: 100%;
  flex-shrink: 0;
  height: 500px;
  object-fit: cover;
  display: block;
}
.ps-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(8,13,25,0.7);
  backdrop-filter: blur(8px);
  border: 1px solid var(--border);
  color: white;
  width: 52px; height: 52px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s var(--ease-spring);
  z-index: 2;
  display: flex; align-items: center; justify-content: center;
}
.ps-prev { left: 16px; }
.ps-next { right: 16px; }
.ps-btn:hover { background: var(--red); transform: translateY(-50%) scale(1.1); }
.ps-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.ps-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.ps-dot.active { background: white; transform: scale(1.4); }

.facebook-section { text-align: center; padding-top: 20px; }
.facebook-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  margin-bottom: 24px;
}
.facebook-section iframe { border-radius: 10px; }

/* ---- TESTIMONIAL ---- */
.testimonial-section {
  background: var(--dark-2);
  padding: 100px 6%;
  text-align: center;
}
.testimonial-inner { max-width: 700px; margin: 0 auto; }
.quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 120px;
  color: var(--red);
  line-height: 0.5;
  margin-bottom: 20px;
  opacity: 0.6;
}
.testimonial-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  margin-bottom: 32px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: rgba(255,255,255,0.4);
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.author-dot { width: 30px; height: 1px; background: var(--red); }

/* ---- MODAL ---- */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 3000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal.open { display: flex; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.88);
  backdrop-filter: blur(8px);
  animation: fadeIn 0.3s ease;
}
.modal-box {
  position: relative;
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  width: 100%;
  max-width: 780px;
  overflow: hidden;
  animation: modalSlide 0.5s var(--ease);
  z-index: 1;
}
@keyframes modalSlide { from{opacity:0; transform:translateY(40px) scale(0.97)} to{opacity:1; transform:none} }
.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: rgba(255,255,255,0.08);
  border: none;
  color: white;
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s;
  display: flex; align-items: center; justify-content: center;
}
.modal-close:hover { background: var(--red); }

.modal-slider { position: relative; }
#modalImage { width: 100%; height: 380px; object-fit: cover; display: block; transition: opacity 0.4s ease; }
.ms-btn {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border);
  color: white;
  width: 44px; height: 44px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.ms-btn:hover { background: var(--red); }
.ms-prev { left: 14px; }
.ms-next { right: 14px; }
.ms-dots {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  display: flex; gap: 7px;
}
.ms-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.4); cursor: pointer; transition: background 0.3s, transform 0.3s; }
.ms-dot.active { background: white; transform: scale(1.4); }

.modal-info { padding: 28px 30px; }
.modal-info h2 { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 400; color: white; margin-bottom: 10px; }
.modal-info p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; }

/* ---- FOOTER ---- */
footer {
  background: var(--dark-2);
  border-top: 1px solid var(--border);
  padding: 80px 6% 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 60px;
  margin-bottom: 60px;
}
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.45); line-height: 1.8; margin: 16px 0 24px; }
.social-links { display: flex; gap: 12px; flex-wrap: wrap; }
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border: 1px solid var(--border);
  border-radius: 30px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 13px;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
.social-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.social-btn:hover { border-color: var(--red); color: white; background: rgba(198,40,40,0.1); }
.footer-contact h4, .footer-map h4 {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 20px;
}
.footer-contact p { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 10px; }
.footer-contact a { color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.3s; }
.footer-contact a:hover { color: var(--red); }
.footer-map iframe { width: 100%; height: 180px; border-radius: 8px; border: 1px solid var(--border); }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 28px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.25);
}

/* ---- WHATSAPP ---- */
.whatsapp-btn {
  position: fixed;
  bottom: 28px; right: 28px;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  color: white;
  box-shadow: 0 6px 28px rgba(37,211,102,0.4);
  z-index: 500;
  animation: whatsappPulse 3s ease infinite;
  transition: transform 0.3s var(--ease-spring);
}
.whatsapp-btn:hover { transform: scale(1.12); animation-play-state: paused; }
.whatsapp-btn svg { width: 28px; height: 28px; }
@keyframes whatsappPulse {
  0%,100%{box-shadow:0 6px 28px rgba(37,211,102,0.4)}
  50%{box-shadow:0 6px 44px rgba(37,211,102,0.7)}
}

/* ---- SCROLL REVEAL ANIMATIONS ---- */
.reveal-up { opacity: 0; transform: translateY(40px); animation: revealUp 0.9s var(--ease) both; }
.reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal-left.visible { opacity: 1; transform: translateX(0); }
.delay-1 { animation-delay: 0.15s; transition-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; transition-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; transition-delay: 0.45s; }
@keyframes revealUp { from{opacity:0; transform:translateY(40px)} to{opacity:1; transform:none} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-visual { max-width: 560px; margin: 0 auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card--wide { grid-column: span 2; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
}

@media (max-width: 768px) {
  .burger { display: flex; }
  nav {
    position: fixed;
    top: 0; right: -100%;
    width: 75%;
    height: 100vh;
    background: var(--dark-2);
    border-left: 1px solid var(--border);
    flex-direction: column;
    justify-content: center;
    gap: 32px;
    padding: 40px;
    transition: right 0.5s var(--ease);
  }
  #navToggle:checked ~ nav { right: 0; }
  .nav-link { font-size: 22px; }
  .hero-stats { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card--wide { grid-column: span 1; }
  .counter-line { display: none; }
  .counter-inner { gap: 16px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: 1; }
  .project-slides img { height: 280px; }
  .about-img { height: 350px; }
  .cursor, .cursor-follower { display: none; }
  body { cursor: auto; }
}
