/* ============================================================
   ADAM GROUP — Premium Custom Styles
   ============================================================ */

   @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=Cinzel:wght@400;500;600;700;800;900&family=Jost:wght@200;300;400;500;600&display=swap');

   /* ── CSS Custom Properties ── */
   :root {
     --gold: #C9A84C;
     --gold-light: #E8C97A;
     --gold-dark: #9A7A2E;
     --gold-pale: #F5E6C0;
     --maroon: #6B0F1A;
     --maroon-dark: #4A0A12;
     --black-deep: #0A0A0A;
     --black-wood: #111008;
     --charcoal: #1A1916;
     --off-white: #F8F4EC;
     --cream: #EDE8DC;
   }
   
   /* ── Base ── */
   *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
   
   html { scroll-behavior: smooth; }
   
   body {
     font-family: 'Jost', sans-serif;
     background: var(--black-deep);
     color: var(--off-white);
     overflow-x: hidden;
   }

body.loading-active {
  overflow: hidden;
}
   
   /* ── Scrollbar ── */
   ::-webkit-scrollbar { width: 6px; }
   ::-webkit-scrollbar-track { background: var(--black-deep); }
   ::-webkit-scrollbar-thumb { background: var(--gold-dark); border-radius: 3px; }
   
   /* ── Typography ── */
   .font-cinzel    { font-family: 'Cinzel', serif; }
   .font-cormorant { font-family: 'Cormorant Garamond', serif; }
   .font-jost      { font-family: 'Jost', sans-serif; }
   
   /* ── Gold Text Gradient ── */
   .text-gold-gradient {
     background: linear-gradient(135deg, #C9A84C 0%, #F5E6C0 40%, #C9A84C 70%, #9A7A2E 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     background-clip: text;
   }
   
   /* ── Section Divider ── */
   .gold-divider {
     width: 80px;
     height: 2px;
     background: linear-gradient(90deg, transparent, var(--gold), transparent);
     margin: 0 auto;
   }
   
   .gold-divider-left {
     width: 80px;
     height: 1px;
     background: linear-gradient(90deg, var(--gold), transparent);
   }
   
   /* ── Video Header ── */
   #hero {
     position: relative;
     width: 100%;
     height: 100vh;
     min-height: 600px;
     overflow: hidden;
   }
   
   #hero-video {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     z-index: 0;
   }
   
   .hero-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(
       180deg,
       rgba(10,10,10,0.55) 0%,
       rgba(10,10,10,0.30) 40%,
       rgba(10,10,10,0.70) 80%,
       rgba(10,10,10,0.92) 100%
     );
     z-index: 1;
   }
   
   .hero-content {
     position: relative;
     z-index: 2;
     height: 100%;
   }

/* ── Startup Loader ── */
#startup-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(26, 25, 22, 0.92), rgba(10, 10, 10, 0.98));
  opacity: 1;
  visibility: visible;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

#startup-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-logo {
  width: min(45vw, 280px);
  filter: drop-shadow(0 0 26px rgba(201, 168, 76, 0.45));
  animation: loaderPulse 1.8s ease-in-out infinite;
}

@keyframes loaderPulse {
  0%, 100% {
    transform: scale(0.94);
    opacity: 0.88;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
   
   /* ── Logo Circles ── */
   .logo-circle {
     width: 72px;
     height: 72px;
     border-radius: 50%;
     border: 1.5px solid rgba(201,168,76,0.6);
     display: flex;
     align-items: center;
     justify-content: center;
     background: rgba(0,0,0,0.45);
     backdrop-filter: blur(8px);
     transition: border-color 0.3s, transform 0.3s;
   }
   .logo-circle:hover {
     border-color: var(--gold);
     transform: scale(1.05);
   }
   .logo-circle span {
     font-family: 'Cinzel', serif;
     font-size: 0.65rem;
     color: var(--gold-light);
     text-align: center;
     line-height: 1.2;
     letter-spacing: 0.05em;
   }

  .hero-topbar {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    align-items: start;
    gap: 0.75rem;
  }

  .hero-main-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }

  .hero-est {
    font-size: 0.62rem;
    letter-spacing: 0.42em;
    color: rgba(245, 230, 192, 0.9);
  }

  .hero-main-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.7rem, 3.5vw, 2.9rem);
    font-weight: 700;
    letter-spacing: 0.35em;
    color: var(--gold-pale);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
  }

  .hero-main-divider {
    width: 130px !important;
  }

  .hero-main-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.15rem, 2.7vw, 1.85rem);
    letter-spacing: 0.14em;
    color: rgba(248, 244, 236, 0.92);
    font-style: italic;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
  }

  .hero-main-logo-text {
    font-family: 'Cinzel', serif;
    font-size: clamp(0.88rem, 1.7vw, 1.2rem);
    letter-spacing: 0.16em;
    color: rgba(245, 230, 192, 0.98);
    text-transform: uppercase;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.42);
  }

  .hero-tagline {
    font-size: clamp(0.95rem, 2vw, 1.2rem);
    letter-spacing: 0.26em;
    color: rgba(245, 230, 192, 0.98);
    font-weight: 500;
  }

  .hero-description {
    font-size: clamp(1.2rem, 2.4vw, 1.8rem) !important;
    opacity: 0.9 !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
  }
   
   /* ── Sticky Navbar ── */
   #navbar {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 100;
     transform: translateY(-100%);
     transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s;
     background: rgba(10,10,8,0.92);
     backdrop-filter: blur(16px);
     border-bottom: 1px solid rgba(201,168,76,0.15);
   }
   #navbar.visible { transform: translateY(0); }
   
   /* ── Explore CTA Button ── */
   .btn-explore {
     font-family: 'Cinzel', serif;
     font-size: 0.75rem;
     letter-spacing: 0.25em;
     text-transform: uppercase;
     color: var(--gold);
     border: 1px solid rgba(201,168,76,0.5);
     padding: 14px 40px;
     background: transparent;
     cursor: pointer;
     transition: all 0.35s ease;
     position: relative;
     overflow: hidden;
   }
   .btn-explore::before {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(135deg, rgba(201,168,76,0.12), rgba(201,168,76,0.04));
     opacity: 0;
     transition: opacity 0.35s;
   }
   .btn-explore:hover {
     border-color: var(--gold);
     color: var(--gold-light);
     box-shadow: 0 0 30px rgba(201,168,76,0.18), inset 0 0 30px rgba(201,168,76,0.05);
     letter-spacing: 0.3em;
   }
   .btn-explore:hover::before { opacity: 1; }
   
   /* ── Gateway Cards ── */
   .gateway-card {
     position: relative;
     overflow: hidden;
     cursor: pointer;
     min-height: 460px;
   }
   
   .gateway-card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
     filter: brightness(0.65) saturate(0.85);
   }
   
   .gateway-card:hover img {
     transform: scale(1.06);
     filter: brightness(0.75) saturate(1.05);
   }
   
   .gateway-card-overlay {
     position: absolute;
     inset: 0;
     background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.1) 60%);
     transition: background 0.4s;
   }
   .gateway-card:hover .gateway-card-overlay {
     background: linear-gradient(0deg, rgba(107,15,26,0.65) 0%, rgba(0,0,0,0.25) 60%);
   }
   
   .gateway-card-content {
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     padding: 2.5rem;
     transition: transform 0.4s ease;
   }
   .gateway-card:hover .gateway-card-content { transform: translateY(-8px); }
   
   .gateway-divider {
     width: 40px;
     height: 1px;
     background: var(--gold);
     margin-bottom: 1rem;
     transition: width 0.4s ease;
   }
   .gateway-card:hover .gateway-divider { width: 70px; }
   
   /* ── Section: Catering ── */
   #catering {
     background:
       radial-gradient(ellipse at 20% 50%, rgba(107,15,26,0.12) 0%, transparent 55%),
       radial-gradient(ellipse at 80% 20%, rgba(201,168,76,0.06) 0%, transparent 45%),
       linear-gradient(180deg, #0D0B09 0%, #111008 50%, #0D0B09 100%);
   }

  .catering-showcase {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }

  .catering-showcase-frame {
    position: relative;
    padding: 10px;
    border: 1px solid rgba(201,168,76,0.26);
    background: linear-gradient(135deg, rgba(201,168,76,0.07), rgba(10,10,10,0.35));
    box-shadow: 0 14px 36px rgba(0,0,0,0.35);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .catering-showcase-frame::before {
    content: '';
    position: absolute;
    inset: -10px;
    border: 1px solid rgba(201,168,76,0.14);
    pointer-events: none;
  }

  .catering-showcase-frame::after {
    content: '';
    position: absolute;
    inset: 10px;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 35%, rgba(0,0,0,0.72) 100%);
    pointer-events: none;
  }

  .catering-showcase-frame img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    filter: brightness(0.9) saturate(1.04);
    display: block;
  }

  .catering-showcase-featured img {
    aspect-ratio: 5 / 4;
  }

  .catering-showcase-secondary img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center 40%;
  }

  .catering-showcase-secondary::after {
    background: linear-gradient(180deg, rgba(0,0,0,0.01) 60%, rgba(0,0,0,0.55) 100%);
  }

  .catering-showcase-frame figcaption {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 20px;
    z-index: 2;
  }

  .showcase-tag {
    display: inline-block;
    font-family: 'Cinzel', serif;
    font-size: 0.56rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--gold-pale);
    border: 1px solid rgba(201,168,76,0.48);
    background: rgba(10,10,10,0.45);
    padding: 0.32rem 0.55rem;
    margin-bottom: 0.5rem;
  }

  .showcase-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 2.2vw, 1.55rem);
    color: rgba(248,244,236,0.96);
    line-height: 1.12;
    text-shadow: 0 2px 14px rgba(0,0,0,0.45);
  }
   
   /* ── Biryani Cards ── */
   .biryani-card {
     position: relative;
     overflow: hidden;
     border: 1px solid rgba(201,168,76,0.15);
     transition: border-color 0.4s, transform 0.4s;
     background: rgba(255,255,255,0.02);
   }
   .biryani-card:hover {
     border-color: rgba(201,168,76,0.45);
     transform: translateY(-6px);
   }
   .biryani-card::after {
     content: '';
     position: absolute;
     bottom: 0; left: 0; right: 0;
     height: 2px;
     background: linear-gradient(90deg, transparent, var(--gold), transparent);
     opacity: 0;
     transition: opacity 0.4s;
   }
   .biryani-card:hover::after { opacity: 1; }
   
   .biryani-card img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     filter: saturate(0.9) brightness(0.9);
     transition: filter 0.4s, transform 0.4s;
   }
   .biryani-card:hover img {
     filter: saturate(1.1) brightness(1.0);
     transform: scale(1.03);
   }
   
   /* ── Service Icons Grid ── */
   .service-icon-item {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 0.75rem;
     padding: 1.5rem 1rem;
     border: 1px solid rgba(201,168,76,0.1);
     background: rgba(255,255,255,0.02);
     transition: border-color 0.3s, background 0.3s, transform 0.3s;
   }
   .service-icon-item:hover {
     border-color: rgba(201,168,76,0.35);
     background: rgba(201,168,76,0.06);
     transform: translateY(-4px);
   }
   .service-icon-item i {
     font-size: 1.75rem;
     color: var(--gold);
   }
   .service-icon-item span {
     font-family: 'Cinzel', serif;
     font-size: 0.65rem;
     letter-spacing: 0.12em;
     color: var(--gold-pale);
     text-align: center;
   }
   
   /* ── Section: Kitchen ── */
   #kitchen {
     background:
       radial-gradient(ellipse at 80% 30%, rgba(201,168,76,0.07) 0%, transparent 50%),
       radial-gradient(ellipse at 20% 70%, rgba(107,15,26,0.1) 0%, transparent 50%),
       #0A0A09;
   }
   
   /* ── Kitchen Hero Image ── */
   .kitchen-hero-frame {
     position: relative;
   }
   .kitchen-hero-frame::before {
     content: '';
     position: absolute;
     inset: -12px;
     border: 1px solid rgba(201,168,76,0.2);
     z-index: 0;
     pointer-events: none;
   }
   .kitchen-hero-frame img {
     position: relative;
     z-index: 1;
     width: 100%;
     height: 420px;
     object-fit: cover;
     filter: brightness(0.9) saturate(0.95);
   }
   
   /* ── Facility Icons ── */
   .facility-item {
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 0.85rem;
     padding: 1.75rem 1rem;
     border: 1px solid rgba(201,168,76,0.12);
     background: rgba(201,168,76,0.03);
     transition: all 0.35s ease;
     position: relative;
     overflow: hidden;
   }
   .facility-item::before {
     content: '';
     position: absolute;
     top: 0; left: 0; right: 0;
     height: 2px;
     background: linear-gradient(90deg, transparent, var(--gold), transparent);
     transform: scaleX(0);
     transition: transform 0.4s ease;
   }
   .facility-item:hover::before { transform: scaleX(1); }
   .facility-item:hover {
     background: rgba(201,168,76,0.07);
     border-color: rgba(201,168,76,0.35);
     transform: translateY(-5px);
   }
   .facility-item i {
     font-size: 2rem;
     color: var(--gold);
     filter: drop-shadow(0 0 8px rgba(201,168,76,0.4));
     transition: filter 0.3s;
   }
   .facility-item:hover i {
     filter: drop-shadow(0 0 14px rgba(201,168,76,0.65));
   }
   .facility-item span {
     font-family: 'Cinzel', serif;
     font-size: 0.65rem;
     letter-spacing: 0.15em;
     color: var(--gold-pale);
     text-align: center;
   }
   
   /* ── Primary Buttons ── */
   .btn-primary-gold {
     font-family: 'Cinzel', serif;
     font-size: 0.7rem;
     letter-spacing: 0.2em;
     text-transform: uppercase;
     color: var(--black-deep);
     background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 50%, var(--gold-dark) 100%);
     border: none;
     padding: 16px 44px;
     cursor: pointer;
     transition: all 0.35s ease;
     position: relative;
     overflow: hidden;
   }
   .btn-primary-gold::before {
     content: '';
     position: absolute;
     inset: 0;
     background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
     opacity: 0;
     transition: opacity 0.35s;
   }
   .btn-primary-gold:hover {
     transform: translateY(-2px);
     box-shadow: 0 8px 30px rgba(201,168,76,0.35);
   }
   .btn-primary-gold:hover::before { opacity: 1; }
   .btn-primary-gold span { position: relative; z-index: 1; }
   
   /* ── Contact Section ── */
   #contact {
     background:
       linear-gradient(180deg, rgba(107,15,26,0.15) 0%, rgba(10,10,10,0.98) 100%),
       #0A0A0A;
   }
   
   .contact-input {
     width: 100%;
     background: rgba(255,255,255,0.04);
     border: 1px solid rgba(201,168,76,0.2);
     color: var(--off-white);
     padding: 14px 18px;
     font-family: 'Jost', sans-serif;
     font-size: 0.9rem;
     font-weight: 300;
     letter-spacing: 0.05em;
     outline: none;
     transition: border-color 0.3s, background 0.3s;
    appearance: none;
     -webkit-appearance: none;
   }
   .contact-input:focus {
     border-color: rgba(201,168,76,0.55);
     background: rgba(255,255,255,0.07);
   }
   .contact-input::placeholder {
     color: rgba(248,244,236,0.35);
     font-weight: 300;
   }
   .contact-input option {
     background: #1A1916;
     color: var(--off-white);
   }
   
   textarea.contact-input { resize: vertical; min-height: 130px; }
   
   .contact-label {
     font-family: 'Cinzel', serif;
     font-size: 0.6rem;
     letter-spacing: 0.18em;
     color: var(--gold);
     text-transform: uppercase;
     display: block;
     margin-bottom: 0.5rem;
   }
   
   /* ── Footer ── */
   footer {
     background: linear-gradient(135deg, var(--maroon-dark) 0%, var(--maroon) 50%, var(--maroon-dark) 100%);
     border-top: 1px solid rgba(201,168,76,0.25);
   }

  footer .font-jost {
    font-size: 0.92rem;
  }

  footer .font-cormorant {
    font-size: 1rem;
  }

  footer .font-cinzel {
    font-size: 0.8rem;
  }

  footer p,
  footer a,
  footer li,
  footer span {
    color: #ffffff !important;
    opacity: 0.95 !important;
  }

  .footer-spacious p,
  .footer-spacious a,
  .footer-spacious li {
    line-height: 1.8;
  }

  .footer-spacious .font-cinzel {
    letter-spacing: 0.08em;
  }
   
   /* ── Scroll Reveal ── */
   .reveal {
     opacity: 0;
     transform: translateY(32px);
     transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
   }
   .reveal.visible {
     opacity: 1;
     transform: translateY(0);
   }
   .reveal-delay-1 { transition-delay: 0.1s; }
   .reveal-delay-2 { transition-delay: 0.2s; }
   .reveal-delay-3 { transition-delay: 0.3s; }
   .reveal-delay-4 { transition-delay: 0.4s; }
   .reveal-delay-5 { transition-delay: 0.5s; }
   
   /* ── Section Label ── */
   .section-label {
     font-family: 'Jost', sans-serif;
     font-size: 0.65rem;
     letter-spacing: 0.35em;
     color: var(--gold);
     text-transform: uppercase;
   }
   
   /* ── Noise Texture Overlay ── */
   body::after {
     content: '';
     position: fixed;
     inset: 0;
     background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
     opacity: 0.018;
     pointer-events: none;
     z-index: 9999;
   }
   
   /* ── Nav Links ── */
   .nav-link {
     font-family: 'Cinzel', serif;
     font-size: 0.65rem;
     letter-spacing: 0.2em;
     color: rgba(248,244,236,0.65);
     text-transform: uppercase;
     text-decoration: none;
     transition: color 0.3s;
     position: relative;
   }
   .nav-link::after {
     content: '';
     position: absolute;
     bottom: -4px;
     left: 0;
     width: 0;
     height: 1px;
     background: var(--gold);
     transition: width 0.3s;
   }
   .nav-link:hover { color: var(--gold); }
   .nav-link:hover::after { width: 100%; }
   
   /* ── Mobile Menu ── */
   #mobile-menu {
     display: none;
     background: rgba(10,10,8,0.97);
     border-top: 1px solid rgba(201,168,76,0.15);
   }
   #mobile-menu.open { display: block; }
   
   /* ── Floating Scroll Indicator ── */
   .scroll-indicator {
     position: absolute;
     bottom: 2rem;
     left: 50%;
     transform: translateX(-50%);
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 0.5rem;
     z-index: 2;
     animation: float 2.5s ease-in-out infinite;
   }
   .scroll-indicator span {
     font-family: 'Cinzel', serif;
     font-size: 0.55rem;
     letter-spacing: 0.3em;
     color: rgba(201,168,76,0.7);
   }
   .scroll-indicator-line {
     width: 1px;
     height: 40px;
     background: linear-gradient(180deg, rgba(201,168,76,0.7), transparent);
     animation: scroll-line 2.5s ease-in-out infinite;
   }
   
   @keyframes float {
     0%, 100% { transform: translateX(-50%) translateY(0); }
     50% { transform: translateX(-50%) translateY(-6px); }
   }
   @keyframes scroll-line {
     0%, 100% { opacity: 0.7; }
     50% { opacity: 0.2; }
   }
   
   /* ── Toast Notification ── */
   #toast {
     position: fixed;
     bottom: 2rem;
     right: 2rem;
     background: linear-gradient(135deg, #1A1916, #111);
     border: 1px solid rgba(201,168,76,0.35);
     color: var(--gold-pale);
     padding: 1rem 1.5rem;
     font-family: 'Jost', sans-serif;
     font-size: 0.85rem;
     z-index: 9999;
     transform: translateY(120%);
     opacity: 0;
     transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     max-width: 320px;
   }
   #toast.show {
     transform: translateY(0);
     opacity: 1;
   }
   
   /* ── Section Numbers ── */
   .section-number {
     font-family: 'Cinzel', serif;
     font-size: 6rem;
     font-weight: 800;
     color: rgba(201,168,76,0.04);
     line-height: 1;
     position: absolute;
     top: -1rem;
     right: 2rem;
     user-select: none;
     pointer-events: none;
   }
   
   /* ── Responsive Adjustments ── */
   @media (max-width: 768px) {
     .gateway-card { min-height: 300px; }
     .kitchen-hero-frame img { height: 260px; }
    .catering-showcase-frame { width: 100%; }
    .catering-showcase-frame img,
    .catering-showcase-featured img,
    .catering-showcase-secondary img { aspect-ratio: 4 / 3; }
    .catering-showcase-frame figcaption {
      left: 18px;
      right: 18px;
      bottom: 16px;
    }
    .showcase-title { font-size: 1.08rem; }
     .section-number { font-size: 4rem; }
     .logo-circle { width: 58px; height: 58px; }
    .hero-topbar {
      grid-template-columns: 1fr;
      justify-items: center;
      gap: 1rem;
    }
    .hero-main-title { letter-spacing: 0.2em; }
    .hero-main-subtitle { font-size: 1rem; }
    .hero-main-logo-text { font-size: 0.68rem; letter-spacing: 0.12em; }
   }