    @font-face {
    font-family: "Helvetica Inserat Bold";
    src: url("../fonts/Helvetica-Inserat-Bold.woff2") format("woff2"),
         url("../fonts/Helvetica-Inserat-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body { -webkit-font-smoothing: antialiased; background-color: #FCFAF7; }
  img { max-width: 100%; display: block; }
    .brand-logo{
        font-family: "Helvetica Inserat Bold", sans-serif;
        font-size: 34px;
        font-weight: 900;
        color: #b77f33;
        text-transform: uppercase;
        letter-spacing: -1px;
        line-height: 0.9;
        display: inline-block;
        transform: skewX(-10deg);
        text-rendering: geometricPrecision;
        -webkit-font-smoothing: antialiased;
    }
  /* ===== HERO SLIDER ===== */
  .tq-slider-wrapper {
    width: 100%;
    background: #FCFAF7;
    padding: 20px 3.5% 0;
    overflow: hidden;
    position: relative;
  }
  .tq-slide {
    padding: 0 8px;
    box-sizing: border-box;
  }
  .tq-slide-inner {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 6;
    min-height: 300px;
    max-height: 560px;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }
  .tq-slide-inner img.tq-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 7s ease;
  }
  .tq-slide:hover img.tq-bg {
    transform: scale(1.04);
  }
  .tq-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(20,10,12,0) 0%, rgba(20,10,12,0.2) 45%, rgba(0,0,0,0.23) 70%, rgba(26,12,13,0.85) 100%);
    z-index: 2;
  }
  .tq-slide-content {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 340px;
    color: white;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }
  .tq-brand-name {
    font-family: 'Playfair Display', serif;
    font-size: clamp(12px, 1.6vw, 22px);
    font-weight: 700;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #E2BE6E;
    line-height: 1.2;
  }
  .tq-presents {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(8px, 0.7vw, 11px);
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.85);
    margin-top: 4px;
    margin-bottom: 12px;
  }
  .tq-collection-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-style: italic;
    font-size: 58px;      /* Fixed smaller size */
    line-height: 1.2;
    color: white;
    margin-bottom: 8px;
    width: 400px;          /* Fixed width */
    white-space: normal;   /* Allow wrapping */
}
  .tq-collection-title .tq-bold-num {
    font-style: normal;
    font-weight: 600;
    font-size: clamp(32px, 6vw, 80px);
  }
  .tq-tagline {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(10px, 1vw, 14px);
    letter-spacing: 1px;
    color: rgba(255,255,255,0.9);
    margin-top: 4px;
    margin-bottom: 24px;
    font-weight: 300;
  }
  .tq-cta-btn {
    display: inline-block;
    border: 2px solid #E2BE6E;
    color: white;
    background: rgba(131,39,44,0.2);
    padding: clamp(10px,1vw,14px) clamp(24px,3vw,48px);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(8px, 0.75vw, 12px);
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 4px;
  }
  .tq-cta-btn:hover {
    background: #83272C;
    border-color: #83272C;
    transform: translateY(-2px);
  }

  /* ===== SWIPER DIAMOND DOTS ===== */
  .swiper-pagination {
    position: static !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 20px 0 16px !important;
  }
  .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: transparent !important;
    border: 1.5px solid #C59B27 !important;
    transform: rotate(45deg) !important;
    border-radius: 0% !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
    position: relative !important;
    opacity: 1 !important;
    margin: 0 !important;
  }
  .swiper-pagination-bullet-active {
    background: #83272C !important;
    border-color: #83272C !important;
  }
  .swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    top: -6px; left: -6px; right: -6px; bottom: -6px;
    border: 1.5px solid #83272C;
  }

  @media (max-width: 768px) {
    .tq-slider-wrapper { padding: 12px 2% 0; }
    .tq-slide-inner { aspect-ratio: 4/3; min-height: 220px; }
    .tq-slide-content { right: 5%; max-width: 60%; }
.tq-collection-title {
    width: 250px;
    white-space: normal;
    font-size: clamp(24px, 7.5vw, 40px);
}
    .tq-overlay {
      background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0.65) 70%, rgba(0,0,0,0.85) 100%);
    }
  }
  @media (max-width: 480px) {
    .tq-slide-inner { aspect-ratio: 3/2; min-height: 180px; }
    .tq-slide-content { max-width: 65%; right: 4%; }
     .brand-logo{
        font-size: 16px;
        letter-spacing: -1px;
    }
  }

  /* Reel 3D cards */
  .perspective-container { perspective: 1200px; }
  .reel-card { transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); transform-style: preserve-3d; }

  /* Custom Scrollbar */
  ::-webkit-scrollbar { width: 6px; }
  ::-webkit-scrollbar-track { background: #FCFAF7; }
  ::-webkit-scrollbar-thumb { background: #83272C; border-radius: 3px; }

  /* Custom Luxury Styling & Micro-interactions */
  .font-cinzel { font-family: 'Cinzel', serif; }
  .font-playfair { font-family: 'Playfair Display', serif; }
  .font-montserrat { font-family: 'Montserrat', sans-serif; }
  
  /* Smooth golden shimmer animation */
  @keyframes goldShimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
  }
  .gold-shimmer-text {
    background: linear-gradient(90deg, #A37F33 0%, #F3E7C4 25%, #C59B27 50%, #F3E7C4 75%, #A37F33 100%);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: goldShimmer 6s linear infinite;
  }
  
  /* Subtle luxurious gold underline effect */
  .nav-luxury-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 50%;
    background: linear-gradient(90deg, transparent, #C59B27, transparent);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-50%);
  }
  .nav-luxury-link:hover::after {
    width: 80%;
  }

  /* Custom scrollbar for mobile drawer & search */
  .custom-scrollbar::-webkit-scrollbar {
    width: 3px;
  }
  .custom-scrollbar::-webkit-scrollbar-track {
    background: #FAF8F5;
  }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #C59B27;
    border-radius: 9px;
  }




    /*=====================================================*/
    /* ANIMATION STYLES (Self-contained scroll animation framework)*/
    /* ===================================================== */

  /* Scroll Reveal Base Classes */
  .reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .reveal.active {
    opacity: 1;
    transform: translateY(0);
  }

  .reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .reveal-left.active {
    opacity: 1;
    transform: translateX(0);
  }

  .reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .reveal-right.active {
    opacity: 1;
    transform: translateX(0);
  }

  .reveal-scale {
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 1.1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .reveal-scale.active {
    opacity: 1;
    transform: scale(1);
  }

  /* Progressive Staggered Delays */
  .reveal-delay-100 { transition-delay: 100ms; }
  .reveal-delay-200 { transition-delay: 200ms; }
  .reveal-delay-300 { transition-delay: 300ms; }
  .reveal-delay-400 { transition-delay: 400ms; }
  .reveal-delay-500 { transition-delay: 500ms; }

  /* Accessibility fallback: disable animations if visitor prefers reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .reveal, .reveal-left, .reveal-right, .reveal-scale {
      opacity: 1 !important;
      transform: none !important;
      transition: none !important;
    }
  }
