/* ============================================
   UI-UX-Pro-Max — Premium Overhaul
   Glassmorphism 2.0 · 8px Spacing · Micro-Interactions
   ============================================ */

/* =========================================
   HEADER FIX #1: Logo — Match Footer Style
   "Studio" should be gold + italic everywhere
   ========================================= */
.navbar-brand,
nav.navbar .navbar-brand,
.navbar .container .navbar-brand {
  font-family: 'Playfair Display', Georgia, serif !important;
  font-size: 1.35rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  color: var(--txt) !important;
}
.navbar-brand em,
nav.navbar .navbar-brand em,
.navbar .container .navbar-brand em,
a.navbar-brand em {
  color: #c9a84c !important;
  font-style: italic !important;
  -webkit-text-fill-color: #c9a84c !important;
}

/* =========================================
   HEADER FIX #2: Active Nav Link
   Remove the gold pill/border — just use subtle gold text + bottom line
   ========================================= */
.nav-links a.active {
  color: var(--gold) !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 6px 12px !important;
}
.nav-links a.active::before {
  display: none !important;
}

/* =========================================
   HEADER FIX #3: Book Now — Refined Ghost Button
   Light outline instead of heavy gold block
   ========================================= */
.nav-book-now {
  background: transparent !important;
  color: var(--gold) !important;
  border: 1px solid rgba(201, 168, 76, 0.5) !important;
  padding: 8px 20px !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: 0.72rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
  box-shadow: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .nav-book-now:hover {
    background: var(--gold) !important;
    color: var(--bg) !important;
    border-color: var(--gold) !important;
    box-shadow: 0 4px 20px rgba(201, 168, 76, 0.25) !important;
    transform: translateY(-1px) !important;
  }
}

/* === HEADER ALIGNMENT BALANCING === */
.navbar .container {
  display: flex !important;
  align-items: center !important;
}
.navbar-brand {
  flex: 1;
}
.nav-links {
  flex: 2;
  justify-content: center;
}
.nav-socials {
  flex: 1;
  justify-content: flex-end;
}

/* === MOBILE HERO PADDING FIX === */
@media (max-width: 600px) {
  .hero-content {
    padding: 0 24px !important;
    box-sizing: border-box;
    width: 100%;
  }
}
.bento-card {
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* === GLASSMORPHISM 2.0 — PRICING CARDS === */
.pricing-card {
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 32px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* === ENHANCED HOVER STATES (Desktop Only) === */
@media (hover: hover) and (pointer: fine) {
  .bento-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(201, 168, 76, 0.08) !important;
    border-color: rgba(201, 168, 76, 0.2) !important;
  }

  .pricing-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 64px rgba(0, 0, 0, 0.5), 0 0 40px rgba(201, 168, 76, 0.1) !important;
    border-color: rgba(201, 168, 76, 0.3) !important;
  }
  .pricing-card.featured:hover {
    transform: translateY(-8px) scale(1.02) !important;
  }

  .stat-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(201, 168, 76, 0.4) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3), 0 0 20px rgba(201, 168, 76, 0.1) !important;
  }

  .video-testimonial-card:hover {
    transform: translateY(-6px) scale(1.02) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 25px rgba(201, 168, 76, 0.1) !important;
  }

  .process-step:hover {
    transform: translateY(-4px) !important;
  }

  .accordion-item:hover {
    border-color: rgba(201, 168, 76, 0.25) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3), 0 0 15px rgba(201, 168, 76, 0.05) !important;
  }

  /* Premium gold glow on CTA buttons */
  .card-cta:hover,
  .form-submit:hover {
    box-shadow: 0 8px 30px rgba(201, 168, 76, 0.35) !important;
    transform: translateY(-2px) !important;
  }

  .btn-primary:hover {
    box-shadow: 0 12px 40px rgba(201, 168, 76, 0.4) !important;
  }

  /* Footer social pills glow */
  .footer-social-pill:hover {
    box-shadow: 0 4px 16px rgba(201, 168, 76, 0.15) !important;
  }

  /* Nav links subtle underline animation */
  .nav-links a {
    position: relative !important;
  }
  .nav-links a::after {
    content: '' !important;
    position: absolute !important;
    bottom: -4px !important;
    left: 50% !important;
    width: 0 !important;
    height: 2px !important;
    background: var(--gold) !important;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
    transform: translateX(-50%) !important;
    border-radius: 2px !important;
  }
  .nav-links a:hover::after,
  .nav-links a.active::after {
    width: 100% !important;
  }
}

/* === SCROLL PROGRESS BAR GLOW === */
.scroll-progress {
  background: linear-gradient(90deg, var(--gold), var(--gold-l)) !important;
  box-shadow: 0 0 12px rgba(201, 168, 76, 0.5) !important;
}

/* === HERO EYEBROW PULSE === */
.pulse-dot {
  box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.6) !important;
  animation: pulseGlow 2s infinite !important;
}
@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.6); }
  70% { box-shadow: 0 0 0 10px rgba(201, 168, 76, 0); }
  100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0); }
}

/* === SECTION LABEL LINE ANIMATION === */
.label-line {
  background: linear-gradient(90deg, var(--gold), var(--gold-l)) !important;
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.3) !important;
}

/* === MARQUEE SEPARATOR GLOW === */
.marquee-item .sep {
  box-shadow: 0 0 6px rgba(201, 168, 76, 0.4) !important;
}

/* === BOTTOM NAV REFINEMENTS === */
.bottom-nav {
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  background: rgba(6, 6, 8, 0.85) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.4) !important;
}
.bottom-nav-item.active {
  color: var(--gold) !important;
}
.bottom-nav-item.active svg {
  filter: drop-shadow(0 0 6px rgba(201, 168, 76, 0.4)) !important;
}

/* === TYPOGRAPHY POLISH === */
.section-title {
  letter-spacing: -0.02em !important;
}
.section-title em {
  background: linear-gradient(135deg, var(--gold), var(--gold-l)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

/* === TRUST STRIP GLASS === */
.trust-strip {
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

/* === WHATSAPP FLOAT PULSE === */
.whatsapp-float {
  animation: whatsappPulse 3s infinite !important;
}
@keyframes whatsappPulse {
  0%, 100% { box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3); }
  50% { box-shadow: 0 4px 25px rgba(37, 211, 102, 0.5), 0 0 40px rgba(37, 211, 102, 0.15); }
}

/* === VIDEO TESTIMONIAL CARD GLASS === */
.video-testimonial-card {
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* === LOADER CIRCLE GOLD === */
.loader-circle {
  border-color: rgba(201, 168, 76, 0.15) !important;
  border-top-color: var(--gold) !important;
}

/* === CUSTOM GSAP CURSOR === */
@media (min-width: 993px) and (hover: hover) {
  body.has-custom-cursor {
    cursor: none !important; /* Hide default cursor ONLY when custom cursor is active */
  }
  
  .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: var(--gold);
    border-radius: 50%;
    pointer-events: none;
    z-index: 100000;
    mix-blend-mode: exclusion;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .custom-cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(201, 168, 76, 0.4);
    background-color: rgba(201, 168, 76, 0.03);
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    /* REMOVED transform from transition to avoid GSAP conflict */
    transition: 
        width 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
        height 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
        border-color 0.4s ease, 
        background-color 0.4s ease, 
        opacity 0.4s ease;
    backdrop-filter: blur(2px);
    opacity: 0;
  }

  /* Active/Visible state */
  body.has-custom-cursor .custom-cursor,
  body.has-custom-cursor .custom-cursor-follower {
    opacity: 1;
  }

  /* Magnetic hover states for cursor */
  .cursor-hover .custom-cursor {
    opacity: 0.5;
  }
  .cursor-hover .custom-cursor-follower {
    width: 64px;
    height: 64px;
    border-color: var(--gold);
    background-color: rgba(201, 168, 76, 0.12);
  }

  
  .cursor-hidden .custom-cursor,
  .cursor-hidden .custom-cursor-follower {
    opacity: 0 !important;
  }
}


/* =========================================
   M3 MOBILE ERGONOMICS (48dp Touch Targets)
   ========================================= */
.topbar-btn,
.nav-links a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-topbar .brand,
.navbar-brand {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}
.footer-social-pill,
.footer-contact-row,
.footer-nav a {
  min-height: 48px;
}
.pf-btn {
  min-height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --- OVERRIDE.CSS MERGED --- */
/*
 * override.css — Eclairs Studio
 * Applied AFTER styles.css + pf-grid.css to:
 * 1. Wrap ALL hover effects in @media (hover: hover) — touch devices unaffected
 * 2. Remove fixed heights → height: auto / min-height
 * 3. Premium footer redesign
 * 4. General layout improvements
 */

/* ============================================
   1. HOVER EFFECTS — TOUCH DEVICES SE HATAO
   Only apply hover on devices with a real mouse/pointer
   ============================================ */

/* Cards & grids — hover scale/translate ONLY on hover devices */
@media (hover: hover) {
  .bento-card:hover {
    border-color: var(--border-h);
    background: var(--glass-h);
    transform: translateY(-4px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .2);
  }
  .bento-image:hover img { transform: scale(1.04); filter: none; }
  .stat-card:hover { border-color: var(--border-g); background: var(--gold-glow); }
  .bento-mini:hover .mini-icon { transform: scale(1.05) rotate(-3deg); }
  .pricing-card:hover {
    border-color: var(--border-h);
    box-shadow: 0 24px 48px rgba(0, 0, 0, .2);
    transform: translateY(-6px);
  }
  .pricing-card.featured:hover { transform: scale(1.03) translateY(-6px); }
  .card-cta:hover { background: var(--gold); color: var(--bg); border-color: var(--gold); }
  .pricing-card:hover .card-icon { transform: scale(1.1) rotate(-5deg); }
  .h-card:hover img, .h-card:hover video { transform: scale(1.05); filter: brightness(1) saturate(1.1); }
  .contact-detail:hover { border-color: var(--border-g); background: var(--gold-glow); transform: translateX(6px); }
  .social-link:hover { border-color: var(--border-g); color: var(--gold); background: var(--gold-glow); transform: translateY(-2px); }
  .process-step:hover .process-icon-wrap { transform: rotateY(180deg) scale(1.1); background: var(--gold-glow); box-shadow: 0 15px 30px rgba(201,168,76,.2); }
  .process-step:hover .process-title { color: var(--gold); }
  .accordion-item:hover { border-color: var(--border-g); background: var(--glass-h); transform: translateZ(10px); }
  .trust-item:hover { transform: translateY(-3px) scale(1.05); color: var(--gold); }
  .filter-btn:hover { border-color: var(--border-g); color: var(--txt); }
  .btn-primary:hover { transform: translateY(-2px) scale(1.02); box-shadow: 0 12px 40px rgba(201,168,76,.3); color: var(--bg); }
  .btn-ghost:hover { background: var(--glass-h); border-color: var(--border-h); transform: translateY(-2px); }
  .back-to-top:hover { background: var(--gold); color: var(--bg); transform: translateY(-5px); }
  .whatsapp-float:hover { transform: scale(1.1) rotate(5deg); }
  .footer-links a:hover { color: var(--gold); }
  .insta-item:hover .insta-overlay { opacity: 1; }
  .insta-item:hover img, .insta-item:hover video { transform: scale(1.06); filter: brightness(1) saturate(1.1); }
  .feed-item:hover .feed-overlay { opacity: 1; }
  .feed-item:hover img, .feed-item:hover video { transform: scale(1.06); filter: brightness(1) saturate(1.1); }
  .pf-item:hover .pf-ratio img { transform: scale(1.06); filter: brightness(1) saturate(1.1); }
  .pf-item:hover .pf-overlay { opacity: 1; }
  .reel-card:hover img, .reel-card:hover video { transform: scale(1.05); }
  .landscape-card:hover img, .landscape-card:hover video { transform: scale(1.03); }
}

/* On TOUCH devices — always show subtle gradient overlay (no opacity:0 hiding) */
@media (hover: none) {
  /* Recent Work / Portfolio items — always show bottom label */
  .insta-overlay,
  .feed-overlay {
    opacity: 1 !important;
    background: linear-gradient(180deg, transparent 50%, rgba(6,6,8,.75) 100%) !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
    padding-bottom: 10px !important;
    backdrop-filter: none !important;
  }
  .pf-overlay {
    opacity: 1;
    background: linear-gradient(180deg, transparent 55%, rgba(6,6,8,0.78) 100%);
  }
  /* No transform on bento-card on touch */
  .bento-card:hover, .pricing-card:hover {
    transform: none;
  }
  /* Tilt cards — no 3d on touch */
  .tilt-card { transform: none !important; }
}

/* ============================================
   2. FIXED HEIGHTS → AUTO
   Remove any fixed pixel heights that cause overflow
   ============================================ */

/* Bento image — auto height based on ratio, not fixed 400px cap */
.bento-image {
  max-height: none !important;
  height: auto !important;
  aspect-ratio: 3/4;
}

@media (min-width: 768px) {
  .bento-image {
    aspect-ratio: auto;
    grid-column: span 5;
    grid-row: span 5;
  }
}

/* Containers — no fixed heights */
.h-card { height: auto !important; }
.reel-card { height: auto !important; }
.landscape-card { height: auto !important; }

/* Process timeline connector fix */
.process-line {
  display: none;
}
@media (min-width: 768px) {
  .process-line {
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--gold) 0%, transparent 100%);
    z-index: 1;
    opacity: 0.25;
  }
  .process-step:last-child .process-line { display: none; }
}

/* ============================================
   3. PREMIUM FOOTER REDESIGN
   Multi-column, editorial look with gradient top line,
   social icons, and a cinematic bottom bar
   ============================================ */
.footer {
  background: var(--bg2) !important;
  border-top: none !important;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
}

/* Gold gradient line at top */
.footer::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-l) 50%, var(--gold) 70%, transparent 100%);
  opacity: 0.4;
}

/* Ambient glow */
.footer::after {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,168,76,0.04), transparent);
  pointer-events: none;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: clamp(40px,6vw,80px) 0 0;
}

@media (min-width: 768px) {
  .footer-inner {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 48px;
  }
}

/* Brand column */
.footer-brand-col .footer-logo {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--txt);
  margin-bottom: 12px;
  display: block;
  text-decoration: none;
}
.footer-brand-col .footer-logo em {
  color: var(--gold);
  font-style: italic;
}
.footer-brand-col .footer-tagline {
  font-size: 0.82rem;
  color: var(--txt3);
  line-height: 1.7;
  max-width: 240px;
  margin-bottom: 24px;
}

/* Social pills row */
.footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-social-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border: 1px solid var(--border);
  border-radius: 100px;
  color: var(--txt2);
  font-size: 0.72rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s var(--ease);
  background: var(--glass);
  backdrop-filter: blur(8px);
}
.footer-social-pill svg { width: 14px; height: 14px; flex-shrink: 0; }
@media (hover: hover) {
  .footer-social-pill:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: var(--gold-glow);
    transform: translateY(-2px);
  }
}

/* Footer column headings */
.footer-col-heading {
  font-family: var(--mono);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-col-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-g);
  opacity: 0.5;
}

/* Footer nav links */
.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: var(--txt2);
  font-size: 0.84rem;
  text-decoration: none;
  transition: color 0.25s, transform 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-nav a::before {
  content: '›';
  color: var(--gold);
  font-size: 0.9rem;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.25s;
}
@media (hover: hover) {
  .footer-nav a:hover { color: var(--gold); }
  .footer-nav a:hover::before { opacity: 1; transform: translateX(0); }
}

/* Contact info rows */
.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--txt2);
  font-size: 0.82rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: color 0.25s;
}
.footer-contact-row:last-child { border-bottom: none; }
.footer-contact-row .fc-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: var(--gold-d);
  border: 1px solid var(--border-g);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}
@media (hover: hover) {
  .footer-contact-row:hover { color: var(--gold); }
}

/* Bottom bar */
.footer-bottom-bar {
  margin-top: clamp(32px, 4vw, 56px);
  padding: 20px 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom-bar .fbb-left {
  font-size: 0.72rem;
  color: var(--txt4);
}
.footer-bottom-bar .fbb-left strong {
  color: var(--gold);
  font-weight: 600;
}
.footer-bottom-bar .fbb-right {
  font-size: 0.68rem;
  color: var(--txt4);
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-bottom-bar .fbb-right::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.5;
}

/* Location badge */
.footer-location-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: var(--gold-glow);
  border: 1px solid var(--border-g);
  border-radius: 100px;
  font-size: 0.68rem;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 16px;
  font-family: var(--mono);
  letter-spacing: 0.05em;
}
.footer-location-badge svg { width: 11px; height: 11px; }

/* Mobile padding bottom for bottom-nav */
@media (max-width: 992px) {
  .footer { padding-bottom: calc(var(--bnav) + var(--safe-b) + 12px) !important; }
}


/* ============================================
   PHASE 2-4: PREMIUM OVERHAUL
   Glassmorphism Navbar · Portfolio Grid Fix · Card Alignment
   Footer Contrast · Float Button Separation · Micro-interactions
   ============================================ */

/* ── 4.A GLASSMORPHISM NAVBAR ── */
.navbar {
  background: rgba(6, 6, 8, 0.65) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 16px !important;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
.navbar.scrolled {
  background: rgba(6, 6, 8, 0.85) !important;
  box-shadow: 
    0 12px 48px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

/* ── 4.B PORTFOLIO FEED GRID FIX ── */
/* Eliminate black voids — full-width grid with proper span rules */
.feed-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 6px !important;
  padding: 0 clamp(12px, 3vw, 24px) !important;
}
@media (max-width: 640px) {
  .feed-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 4px !important;
  }
}
.feed-item {
  border-radius: 8px !important;
  overflow: hidden !important;
}
.feed-item.featured {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}
.feed-item img, .feed-item video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  aspect-ratio: 1/1;
}
.feed-item.featured img, .feed-item.featured video {
  aspect-ratio: auto !important;
}
.feed-item.landscape img {
  aspect-ratio: 16/9 !important;
}
.feed-item.landscape {
  grid-column: span 2 !important;
}

/* ── 4.C PACKAGE CARD ALIGNMENT ── */
.pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}
.pricing-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.pricing-card .card-features {
  flex: 1 !important;
}

/* Fix Contrast for Pricing Cards */
.pricing-card {
  background: rgba(255, 255, 255, 0.05) !important;
}
.pricing-card .card-subtitle,
.pricing-card .card-features li {
  color: rgba(255, 255, 255, 0.85) !important; /* Brighter for readability */
}

.pricing-card .card-cta {
  margin-top: auto !important;
  align-self: stretch !important;
}

/* ── 4.D FOOTER CONTRAST FIX ── */
.footer-bottom-bar .fbb-left,
.footer-bottom-bar .fbb-right,
.footer-nav a,
.footer-contact-row {
  color: rgba(255, 255, 255, 0.6) !important;
}
@media (hover: hover) {
  .footer-nav a:hover,
  .footer-contact-row:hover { color: var(--gold) !important; }
}

/* ── 4.E WHATSAPP & BACK-TO-TOP SEPARATION ── */
.whatsapp-float {
  bottom: calc(var(--bnav) + var(--safe-b) + 30px) !important;
  right: 16px !important;
  z-index: 1000 !important;
}
.back-to-top {
  bottom: calc(var(--bnav) + var(--safe-b) + 90px) !important;
  right: 16px !important;
  z-index: 999 !important;
}
@media (min-width: 993px) {
  .whatsapp-float {
    bottom: 30px !important;
    right: 24px !important;
  }
  .back-to-top {
    bottom: 100px !important;
    right: 24px !important;
  }
}

/* ── 4.F MICRO-INTERACTIONS ── */
@media (hover: hover) {
  .feed-item {
    transition: transform 0.5s var(--ease), box-shadow 0.5s var(--ease) !important;
  }
  .feed-item:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4) !important;
    z-index: 5;
  }
  .pricing-card {
    transition: all 0.4s var(--ease) !important;
  }
  .pricing-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.3), 0 0 0 1px var(--border-h) !important;
  }
  .pricing-card.featured:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 0 24px 64px rgba(201, 168, 76, 0.15), 0 0 0 1px var(--border-g) !important;
  }
}

/* ── 4.G PREMIUM SECTION SPACING ── */
.portfolio {
  padding-bottom: clamp(40px, 8vw, 80px) !important;
}

/* ── 4.H STATS ANIMATION REFINEMENT ── */
.stat-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  padding: 24px 16px;
}
.stat-number {
  font-family: var(--serif) !important;
  font-size: clamp(1.8rem, 4vw, 2.4rem) !important;
  font-weight: 700 !important;
  color: var(--gold) !important;
  line-height: 1 !important;
}
.stat-label {
  font-size: 0.7rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: var(--txt2) !important;
  margin-top: 6px !important;
}

/* ── 4.I HERO SUBTITLE TYPOGRAPHY ── */
.hero-subtitle {
  font-family: var(--sans) !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
  opacity: 0.7;
}

/* === MOBILE TOPBAR SAFE AREA & BUTTON REMOVAL === */
.mobile-topbar {
  padding: env(safe-area-inset-top, 20px) 20px 20px !important;
  height: auto !important;
}
.mobile-topbar .topbar-btn {
  display: none !important; /* Removed redundant mobile CTA to reduce clutter */
}

/* ── 4.K STATS GRID CENTERING ── */
.bento-stat {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px !important;
}
.stat-card {
  flex: 1 1 calc(50% - 12px) !important;
  min-width: 140px !important;
}

@media (min-width: 768px) {
  .stat-card {
    flex: 1 1 calc(25% - 12px) !important;
  }
}

/* ============================================
   PREMIUM BOOKING FORM & CONTACT
   ============================================ */
:root {
  --input-bg: rgba(255,255,255,0.03);
  --input-border: rgba(255,255,255,0.1);
  --input-focus: var(--gold);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.form-group {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gold);
  font-weight: 500;
}

.form-group input, 
.form-group select, 
.form-group textarea {
  background: var(--input-bg);
  border: 1px solid var(--input-border);
  padding: 16px;
  border-radius: 12px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  width: 100%;
}

.form-group input:focus, 
.form-group select:focus, 
.form-group textarea:focus {
  border-color: var(--gold);
  background: rgba(255,255,255,0.05);
  outline: none;
  box-shadow: 0 0 20px rgba(201,168,76,0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 991px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr; }
}

.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  background: var(--glass);
  border: 1px solid var(--gold);
  border-radius: 24px;
}

.form-success-icon {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 20px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

/* Form notice */
.booking-notice {
  margin-top: 24px;
  padding: 20px;
  background: rgba(201,168,76,0.05);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
  font-size: 0.85rem;
  color: var(--txt2);
  line-height: 1.6;
}

@media (max-width: 600px) {
  .form-row { grid-template-columns: 1fr !important; }
}


/* --- PF-GRID.CSS MERGED --- */
/* ============================================
   NEW: PORTFOLIO PAGE — ASPECT-RATIO GRID SYSTEM
   Proper grids: 16:9 films, 9:16 reels, 4:3 photos, 1:1 squares
   Instagram-style organized layout
   ============================================ */
.portfolio-page {
  padding: clamp(32px, 6vw, 80px) 0 clamp(60px, 10vw, 120px);
  background: var(--bg);
}

.pf-filters {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.pf-btn {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--txt3);
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.35s var(--ease);
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.pf-btn:hover {
  border-color: var(--border-g);
  color: var(--txt);
}
.pf-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg);
}

/* 3-column grid on all screen sizes, auto-masonry feel */
.pf-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
@media (min-width: 640px) { .pf-grid { gap: 24px; } }
@media (min-width: 993px) { .pf-grid { gap: 40px; } }

.pf-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 4px;
  background: var(--bg2);
  transition: transform 0.5s var(--ease), opacity 0.4s ease;
}
@media (min-width: 640px) { .pf-item { border-radius: 8px; } }
@media (min-width: 993px) { .pf-item { border-radius: 12px; } }

.pf-item.pf-hidden {
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

/* Landscape 16:9 spans 2 columns */
.pf-item.pf-landscape { grid-column: span 2; }

/* Reel 9:16 spans 2 rows */
.pf-item.pf-reel { grid-row: span 2; }

/* ── Aspect-Ratio containers (padding-top trick) ── */
.pf-ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pf-ratio img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease), filter 0.6s var(--ease);
  filter: brightness(0.88) saturate(0.9);
}
.pf-item:hover .pf-ratio img {
  transform: scale(1.06);
  filter: brightness(1) saturate(1.1);
}

.pf-ratio-11  { padding-top: 100%; }
.pf-ratio-169 { padding-top: 56.25%; }
.pf-ratio-916 { padding-top: 177.78%; }
.pf-ratio-43  { padding-top: 75%; }

/* ── Overlay (shows on hover / always on touch) ── */
.pf-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(6,6,8,0.82) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(8px, 2vw, 18px);
  opacity: 0;
  transition: opacity 0.4s var(--ease);
}
.pf-item:hover .pf-overlay { opacity: 1; }
@media (hover: none) {
  .pf-overlay {
    opacity: 1;
    background: linear-gradient(180deg, transparent 55%, rgba(6,6,8,0.75) 100%);
  }
}

.pf-meta { display: flex; flex-direction: column; gap: 2px; }

.pf-tag {
  font-family: var(--mono);
  font-size: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
}

.pf-title {
  font-family: var(--serif);
  font-size: clamp(0.7rem, 1.8vw, 0.95rem);
  font-weight: 600;
  color: var(--txt);
  line-height: 1.2;
}

/* ── Play button ── */
.pf-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(32px, 5.5vw, 50px);
  height: clamp(32px, 5.5vw, 50px);
  border-radius: 50%;
  background: rgba(201,168,76,0.9);
  border: 2px solid rgba(255,255,255,0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: all 0.3s var(--bounce);
  backdrop-filter: blur(4px);
}
.pf-play::after {
  content: '';
  width: 0; height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 11px solid var(--bg);
  margin-left: 2px;
}
.pf-play:hover {
  transform: translate(-50%, -50%) scale(1.18);
  background: var(--gold);
  box-shadow: 0 8px 24px rgba(201,168,76,0.5);
}

/* ── Type badge ── */
.pf-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--txt);
  font-family: var(--mono);
  font-size: 0.45rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 6px;
  border-radius: 3px;
  z-index: 4;
  pointer-events: none;
}
.pf-badge.gold {
  background: rgba(201,168,76,0.85);
  border-color: var(--gold);
  color: var(--bg);
}

.pf-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--txt3);
  font-size: 0.9rem;
}

/* Kill sticky-cta */
.sticky-cta { display: none !important; }

/* ============================================================
   TESTIMONIALS — Shimmer Skeleton Loaders
   ============================================================ */
@keyframes shimmer {
  0%   { background-position: -600px 0; }
  100% { background-position: 600px 0; }
}
.vtc-skeleton {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--bg2) 25%, rgba(255,255,255,0.04) 50%, var(--bg2) 75%);
  background-size: 600px 100%;
  animation: shimmer 1.5s infinite linear;
}
.vtc-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.65) 100%);
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.iframe-wrapper:hover .vtc-gradient-overlay { opacity: 1; }
.iframe-wrapper:hover img { transform: scale(1.05); }

/* ============================================================
   CLIENT LOVE — Glassmorphism Text Testimonials Grid
   ============================================================ */
.cl-skeleton {
  height: 200px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--bg2) 25%, rgba(255,255,255,0.04) 50%, var(--bg2) 75%);
  background-size: 600px 100%;
  animation: shimmer 1.5s infinite linear;
}
.client-love-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.cl-card {
  position: relative;
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(201,168,76,0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.22,1,0.36,1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
  overflow: hidden;
}
.cl-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.6), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cl-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.3);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 30px rgba(201,168,76,0.08);
}
.cl-card:hover::before { opacity: 1; }
.cl-stars {
  font-size: 1.05rem;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 14px;
  filter: drop-shadow(0 0 6px rgba(201,168,76,0.4));
}
.cl-quote {
  font-size: 0.9rem;
  line-height: 1.85;
  color: var(--txt2);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 20px;
  flex-grow: 1;
}
.cl-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-top: 1px solid var(--border);
  padding-top: 14px;
  margin-bottom: 10px;
}
.cl-name { font-weight: 600; font-size: 0.88rem; color: var(--txt1); }
.cl-event { font-size: 0.76rem; color: var(--gold); opacity: 0.85; }
.cl-watch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s ease;
  margin-top: 4px;
}
.cl-watch:hover { opacity: 0.7; }

/* ============================================
   Portfolio Grid System
   ============================================ */
.pf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    padding-top: 40px;
    width: 100%;
}
.pf-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: var(--surface);
    cursor: pointer;
    aspect-ratio: 4/5;
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.pf-item.landscape {
    grid-column: span 2;
    aspect-ratio: 16/9;
}
@media (max-width: 600px) {
    .pf-item.landscape {
        grid-column: span 1;
    }
}
.pf-item.pf-hidden {
    display: none;
}
.pf-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-item:hover img {
    transform: scale(1.05);
}
.pf-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 40%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.pf-item:hover .pf-overlay {
    opacity: 1;
}
.pf-title {
    color: var(--txt);
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 4px;
}
.pf-category {
    color: var(--gold);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.pf-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--txt);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.pf-item[data-type="video"]:hover .pf-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/* ============================================
   Client Love Ticker Marquee
   ============================================ */
.client-ticker-wrapper {
  overflow: hidden;
  white-space: nowrap;
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.client-ticker-content {
  display: inline-block;
  animation: tickerSlide 20s linear infinite;
  color: var(--gold);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.client-ticker-content span {
  padding-right: 20px;
}
@keyframes tickerSlide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* ============================================================ */
/* CLIENT TICKER OVERRIDES (Patch 1.0.3)                        */
/* ============================================================ */
.client-love-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  gap: 20px !important;
  animation: cardMarquee 45s linear infinite; /* Slowed down slightly for elegance */
  padding: 10px 0 20px; /* shadow room */
  will-change: transform; /* hardware acceleration for smoothness */
}
.client-love-grid:hover {
  animation-play-state: paused;
}
.cl-card {
  width: clamp(300px, 80vw, 380px) !important;
  flex-shrink: 0 !important;
  border: 1px solid rgba(201,168,76,0.2) !important; /* Slightly brighter border for contrast */
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease !important;
}
.cl-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(201,168,76,0.5) !important;
  box-shadow: 0 10px 30px rgba(201,168,76,0.08) !important;
}
@keyframes cardMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-50% - 10px)); }
}

/* ============================================================ */
/* GLOBAL SCROLLBAR & PRO MAX POLISH                            */
/* ============================================================ */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-dark, #0a0a0a); 
}
::-webkit-scrollbar-thumb {
  background: #2a2a2a; 
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--gold, #C9A84C); 
}
/* ============================================================ */
/* CUSTOM CURSOR & PAGE TRANSITION ENHANCEMENTS                 */
/* ============================================================ */
.custom-cursor {
  mix-blend-mode: exclusion !important;
  background: white !important;
}
.custom-cursor-follower {
  mix-blend-mode: exclusion !important;
  background: rgba(255,255,255,0.2) !important;
  border-color: rgba(255,255,255,0.4) !important;
  backdrop-filter: blur(2px) !important;
}
.page-transition {
  backdrop-filter: blur(30px) !important;
  -webkit-backdrop-filter: blur(30px) !important;
}
/* Ensure clean ticker drag feel */
.cl-card {
  user-select: none !important;
}

/* ============================================================ */
/* BENTO GRID 2.0 FOR PORTFOLIO SECTIONS */
/* ============================================================ */

/* Photos Bento Grid */
#pf-grid-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  #pf-grid-photos { 
    grid-template-columns: repeat(3, 1fr); 
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  #pf-grid-photos { 
    grid-template-columns: repeat(4, 1fr); 
  }
}
/* Feature the first photo */
#pf-grid-photos .pf-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
#pf-grid-photos .pf-item:nth-child(1) .pf-ratio {
  padding-bottom: 100%; /* force square-ish for feature */
}

/* Films Grid */
#pf-grid-films {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  #pf-grid-films { 
    grid-template-columns: repeat(2, 1fr); 
  }
}
/* Film cards shouldn't span randomly now since they have their own grid */
#pf-grid-films .pf-landscape {
  grid-column: span 1 !important;
}
/* Feature the first film */
@media (min-width: 768px) {
  #pf-grid-films .pf-item:nth-child(1) {
    grid-column: span 2 !important;
  }
}

/* Reels Bento Grid */
#pf-grid-reels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 768px) {
  #pf-grid-reels { 
    grid-template-columns: repeat(4, 1fr); 
    gap: 16px;
  }
}
/* Reel cards stay vertical */
#pf-grid-reels .pf-reel {
  grid-row: span 1 !important;
}
