/* Website developed by Syed Ahmed */
/* Custom Utilities (Tailwind JIT bypass) */
  .aspect-4-5 { aspect-ratio: 4 / 5; }
  .aspect-square { aspect-ratio: 1 / 1; }
  .aspect-16-9 { aspect-ratio: 16 / 9; }
  .aspect-video { aspect-ratio: 16 / 9; }`n  @media (min-width: 768px) { .md\:aspect-video { aspect-ratio: 16 / 9; } }
  .text-fc-offwhite { color: #F8F8F6; }
  .aspect-21-9 { aspect-ratio: 21 / 9; }
  .aspect-4-3 { aspect-ratio: 4 / 3; }`n  .aspect-3-4 { aspect-ratio: 3 / 4; }
  .h-screen-hero { height: 100vh; min-height: 700px; }
  
  /* Gallery Structural Architecture */
  .gallery-hero { height: 100vh; min-height: 700px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; background: #030303; width: 100%; }
  
  /* Upgraded Luxury Typography */
  .gallery-hero-label { font-size: 0.75rem; letter-spacing: 0.5em; font-weight: 700; margin-bottom: 2rem; color: #a1a1aa; text-transform: uppercase; display: block; }
  @media (min-width: 768px) { .gallery-hero-label { font-size: 0.875rem; letter-spacing: 0.6em; } }
  
  .gallery-hero-title { font-size: 4rem; line-height: 0.9; word-spacing: 2px; }
  @media (min-width: 768px) { .gallery-hero-title { font-size: 7rem; } }
  @media (min-width: 1024px) { .gallery-hero-title { font-size: 9rem; } }
  
  .gallery-hero-desc { font-size: 1.125rem; line-height: 1.6; max-width: 600px; margin: 0 auto; color: rgba(255,255,255,0.8); margin-bottom: 3rem; font-weight: 300; }
  @media (min-width: 768px) { .gallery-hero-desc { font-size: 1.375rem; } }
  
  /* Massive Negative Space */
  .gallery-section-spacing { padding-top: 8rem; padding-bottom: 8rem; position: relative; overflow: hidden; width: 100%; }
  @media (min-width: 768px) { .gallery-section-spacing { padding-top: 14rem; padding-bottom: 14rem; } }
  
  /* Carousel Isolation */
  .reel-showcase-heading-area { margin-bottom: 80px; position: relative; z-index: 40; }
  @media (min-width: 768px) { .reel-showcase-heading-area { margin-bottom: 120px; } }
  
  .reel-viewer-container { 
      height: 550px; /* Guarantees container is taller than mobile cards */
      display: flex; align-items: center; justify-content: center; 
      position: relative; width: 100%; max-width: 90rem; margin: 0 auto; z-index: 10; 
  }
  @media (min-width: 768px) { .reel-viewer-container { height: 700px; } }
  @media (min-width: 1024px) { .reel-viewer-container { height: 850px; } }
  
  /* Gallery Reel Card Sizing (Explicit fixed sizes to prevent 0px height collapse) */
  .reel-card-size { 
      width: 260px; 
      height: 462px; 
  }
  @media (min-width: 640px) { 
      .reel-card-size { width: 300px; height: 533px; } 
  }
  @media (min-width: 768px) { 
      .reel-card-size { width: 320px; height: 570px; } 
  }
  @media (min-width: 1024px) { 
      .reel-card-size { width: 380px; height: 675px; } 
  }

  /* FAQ Accordion */
  .peer:checked ~ .peer-checked\:block { display: block; }
  .peer:checked + label .peer-checked\:rotate-180 { transform: rotate(180deg); }

  /* Premium Glass Information Card */
  .glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem; /* 16px */
  }

  /* Custom Cursor (GPU Accelerated) */
  #cursor-wrapper { position: fixed; inset: 0; pointer-events: none; z-index: 99999; mix-blend-mode: difference; }
  #cursor-dot, #cursor-ring { position: absolute; top: 0; left: 0; transform-origin: center center; will-change: transform; pointer-events: none; }
  #cursor-dot { width: 8px; height: 8px; background: white; border-radius: 50%; margin-left: -4px; margin-top: -4px; }
  #cursor-ring { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.5); border-radius: 50%; margin-left: -20px; margin-top: -20px; display: flex; align-items: center; justify-content: center; transition: width 0.3s, height 0.3s, background 0.3s; }
  #cursor-text { font-size: 8px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; color: black; opacity: 0; transition: opacity 0.3s; }
  
  body.hovering #cursor-ring { width: 60px; height: 60px; background: rgba(255,255,255,0.1); border-color: transparent; }
  body.hovering #cursor-dot { opacity: 0; }
  body.has-text #cursor-ring { width: 80px; height: 80px; background: white; border-color: white; mix-blend-mode: normal; }
  body.has-text #cursor-text { opacity: 1; }
  body.has-text #cursor-dot { opacity: 0; }

  .chrome-text {
    background: linear-gradient(to bottom, #FFFFFF 0%, #A0A0A0 45%, #222222 50%, #888888 65%, #FFFFFF 100%);
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text;
  }
  
  .text-outline { 
    color: transparent; 
    -webkit-text-stroke: 1px rgba(255,255,255,0.3); 
  }
  
  .border-chrome { 
    border: 1px solid rgba(255,255,255,0.1); 
    border-top-color: rgba(255,255,255,0.3); 
  }

  .fluid-hero-title {
    font-size: clamp(3rem, 12vw, 10rem);
    line-height: 0.85;
    word-break: normal;
    hyphens: none;
    overflow-wrap: normal;
    white-space: nowrap;
  }

  /* Base button structural properties are shared */
  
  /* Premium Luxury Button */
  .btn-premium {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    background: #0a0a0a;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
  }
  
  .btn-premium::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
  }
  
  .btn-premium:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 10px 40px rgba(255, 255, 255, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.05);
    color: #ffffff;
    background: #111111;
  }
  
  .btn-premium:hover::before {
    transform: translateX(100%);
  }
  
  .btn-premium:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  }
  
  .btn-premium i {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .btn-premium:hover i {
    transform: translateX(4px);
  }

  /* Premium Luxury Button (Light Variant) */
  .btn-premium-light {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 40px;
    background: #ffffff;
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 10;
  }
  
  .btn-premium-light::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(120deg, transparent, rgba(0, 0, 0, 0.05), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: -1;
  }
  
  .btn-premium-light:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 40px rgba(255, 255, 255, 0.2), 0 0 20px rgba(255,255,255,0.4);
    color: #000000;
    background: #f5f5f5;
  }
  
  .btn-premium-light:hover::before {
    transform: translateX(100%);
  }
  
  .btn-premium-light:active {
    transform: translateY(1px) scale(0.98);
  }
  
  .btn-premium-light i {
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }
  
  .btn-premium-light:hover i {
    transform: translateX(4px);
  }


/* Quick Help Widget */
#help-widget { position: fixed; bottom: 30px; right: 30px; z-index: 90000; display: flex; flex-direction: column; align-items: flex-end; transition: opacity 0.3s var(--ease-out); }
body.menu-open #help-widget { opacity: 0; pointer-events: none; }

#help-bubble { width: 65px; height: 65px; border-radius: 50%; background: linear-gradient(135deg, #111 0%, #030303 100%); border: 1px solid rgba(255,255,255,0.2); box-shadow: 0 10px 40px rgba(0,0,0,0.8); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.4s var(--ease-out); position: relative; }
#help-bubble:hover { transform: scale(1.05); border-color: rgba(255,255,255,0.4); }

#help-panel { width: 320px; background: rgba(10,10,12,0.85); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; margin-bottom: 20px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transform: translateY(30px) scale(0.95); transform-origin: bottom right; transition: all 0.4s var(--ease-out); overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.9); }
#help-panel.active { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }

.help-header { padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); background: linear-gradient(to right, rgba(255,255,255,0.05), transparent); display: flex; justify-content: space-between; align-items: center; }
.help-content { padding: 15px 20px 20px 20px; display: flex; flex-direction: column; gap: 8px; }

.help-choice-btn { width: 100%; text-align: left; padding: 14px 16px; background: transparent; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; color: #fff; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transition: all 0.3s; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.help-choice-btn:hover { background: rgba(255,255,255,0.1); border-color: #fff; padding-left: 20px; }
.help-choice-btn.primary { background: #fff; color: #000; border-color: #fff; } .help-choice-btn.primary:hover { background: #e5e5e5; padding-left: 16px; }

/* Mobile Menu */
#mobile-menu { position: fixed; inset: 0; background: rgba(5,5,5,0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); z-index: 80000; display: flex; flex-direction: column; justify-content: center; padding: 40px; visibility: hidden; opacity: 0; -webkit-overflow-scrolling: touch; }
.mobile-link { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 5vw, 2.5rem); text-transform: uppercase; color: #555; transition: color 0.3s; line-height: 1.2; text-decoration: none; display: block; overflow: hidden; }
.mobile-link span { display: block; transform: translateY(100%); transition: transform 0.6s var(--ease-out); }
.mobile-link:hover, .mobile-link.active { color: #fff; }
#mobile-menu.open { visibility: visible; opacity: 1; transition: opacity 0.4s; }
#mobile-menu.open .mobile-link span { transform: translateY(0); }

/* Hamburger Menu Icon */
.hamburger { width: 30px; height: 20px; position: relative; cursor: pointer; z-index: 85000; }
.hamburger::before { content: ''; position: absolute; top: -15px; left: -15px; right: -15px; bottom: -15px; } 
.hamburger span { display: block; position: absolute; height: 2px; width: 100%; background: #fff; border-radius: 2px; opacity: 1; left: 0; transform: rotate(0deg); transition: .25s ease-in-out; }
.hamburger span:nth-child(1) { top: 0px; } .hamburger span:nth-child(2) { top: 9px; } .hamburger span:nth-child(3) { top: 18px; }
.hamburger.open span:nth-child(1) { top: 9px; transform: rotate(135deg); }
.hamburger.open span:nth-child(2) { opacity: 0; left: -60px; }
.hamburger.open span:nth-child(3) { top: 9px; transform: rotate(-135deg); }

/* Premium Concierge Widget */
#ai-widget { position: fixed; bottom: 30px; right: 30px; z-index: 90000; display: flex; flex-direction: column; align-items: flex-end; transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1); }
body.menu-open #ai-widget { opacity: 0; pointer-events: none; }

#ai-bubble { width: 65px; height: 65px; border-radius: 50%; background: linear-gradient(135deg, #111 0%, #030303 100%); border: 1px solid rgba(255,255,255,0.2); box-shadow: 0 10px 40px rgba(0,0,0,0.8); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); position: relative; }
#ai-bubble:hover { transform: scale(1.05); border-color: rgba(255,255,255,0.4); }
.ai-avatar-img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; opacity: 0.8; mix-blend-mode: luminosity; }
.ai-online-dot { position: absolute; bottom: 4px; right: 4px; width: 12px; height: 12px; background: #22c55e; border-radius: 50%; border: 2px solid #030303; }
/* Custom Scrollbars */
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Netflix Style Sliders */
.netflix-slider {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.netflix-item {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.netflix-slider:hover .netflix-item {
    transform: translateX(-2%);
}
.netflix-slider .netflix-item:hover {
    transform: scale(1.05) !important;
    z-index: 10;
}
.netflix-slider .netflix-item:hover ~ .netflix-item {
    transform: translateX(2%);
}

/* Vertical Reel Cards */
.reel-card {
    transition: transform 0.3s cubic-bezier(0.21, 0.85, 0.32, 1.15);
}
.reel-card:hover {
    transform: translateY(-10px) scale(1.02);
    z-index: 10;
}

/* Magnetic Hover Cards */
.magnetic-card {
    position: relative;
    overflow: hidden;
    background: rgba(20, 20, 20, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: transform 0.4s ease, border-color 0.4s ease;
}
.magnetic-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(
        800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), 
        rgba(255, 255, 255, 0.08),
        transparent 40%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
    z-index: 1;
}
.magnetic-card:hover::before {
    opacity: 1;
}
.magnetic-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

#ai-panel { width: 360px; height: auto; max-height: 70vh; background: rgba(10,10,12,0.85); backdrop-filter: blur(25px); -webkit-backdrop-filter: blur(25px); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; margin-bottom: 20px; display: flex; flex-direction: column; opacity: 0; pointer-events: none; transform: translateY(30px) scale(0.95); transform-origin: bottom right; transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1); overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.9); }
#ai-panel.active { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }

.ai-header { padding: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); background: linear-gradient(to right, rgba(255,255,255,0.05), transparent); display: flex; justify-content: space-between; align-items: center; }

.ai-choices-container { padding: 15px 20px 20px 20px; background: rgba(0,0,0,0.5); display: flex; flex-direction: column; gap: 8px; }
.ai-choice-btn { width: 100%; text-align: left; padding: 14px 16px; background: transparent; border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; color: #fff; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transition: all 0.3s; display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-decoration: none;}
.ai-choice-btn:hover { background: rgba(255,255,255,0.1); border-color: #fff; padding-left: 20px; }
.ai-choice-btn.primary { background: #fff; color: #000; border-color: #fff; } .ai-choice-btn.primary:hover { background: #e5e5e5; padding-left: 16px; }

@media (max-width: 768px) {
    #ai-widget { bottom: 0; right: 0; left: 0; z-index: 90000; align-items: center; pointer-events: none; }
    #ai-bubble { position: absolute; bottom: 20px; right: 20px; pointer-events: auto; }
    
    #ai-panel { 
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw; 
        height: auto;
        padding-bottom: 20px;
        max-height: none; 
        margin-bottom: 0;
        border-radius: 24px 24px 0 0;
        border: none;
        border-top: 1px solid rgba(255,255,255,0.15);
        transform: translateY(100%);
        transform-origin: bottom center;
        pointer-events: none;
    }
    #ai-panel.active { 
        transform: translateY(0); 
        pointer-events: auto; 
    }
    
    #ai-widget.panel-open #ai-bubble { 
        transform: scale(0); 
        opacity: 0;
        pointer-events: none; 
    }
}

.parallax-img { will-change: transform; transform: translateZ(0); }

@media (min-width: 768px) { #viewer-prev, #viewer-next { display: flex !important; } }
@media (max-width: 767px) { #viewer-prev, #viewer-next { display: none !important; } }

/* Form Field Text Visibility */
input, textarea, select { color: #111; }
input::placeholder, textarea::placeholder { color: #777; }
option { color: #111; }


/* Blog Article Typography */
.blog-article-content {
    font-family: 'Inter', sans-serif;
}
.blog-article-content p {
    color: #c4c4c4;
    line-height: 2;
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    .blog-article-content p {
        font-size: 1.25rem;
    }
}
.blog-article-content h2, .blog-article-content h3 {
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
}
.blog-article-content h2 { font-size: 2rem; }
.blog-article-content h3 { font-size: 1.5rem; }
@media (min-width: 768px) {
    .blog-article-content h2 { font-size: 2.5rem; }
    .blog-article-content h3 { font-size: 1.875rem; }
}
.blog-article-content a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}
.blog-article-content a:hover {
    color: #9ca3af;
}
.blog-article-content ul, .blog-article-content ol {
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
    color: #c4c4c4;
    list-style-type: disc;
}
.blog-article-content li {
    line-height: 2;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}
@media (min-width: 768px) {
    .blog-article-content li {
        font-size: 1.25rem;
    }
}
