/* =============================================================
   ROOT — ULTRA LUXE
   ============================================================= */
   :root {
    --pearl: #f5f0ea;
    --pearl-dark: #e8dfd4;
    --platinum: #d4c9bc;
    --gold-platinum: #c9a87c;
    --gold-bright: #e8c98a;
    --gold-dark: #a8895e;
    --gold-gradient: linear-gradient(135deg, #c9a87c 0%, #e8c98a 25%, #f0d7a8 50%, #d4af7a 75%, #b8945a 100%);
    --gold-gradient-soft: linear-gradient(135deg, rgba(201, 168, 124, 0.08) 0%, rgba(232, 201, 138, 0.18) 100%);
    --velvet-black: #140f0c;
    --charcoal-soft: #3d3530;
    --line-gold: rgba(201, 168, 124, 0.15);
    --line-gold-strong: rgba(201, 168, 124, 0.35);
    --shadow-gold-lux: 0 20px 60px -12px rgba(184, 148, 90, 0.25);
    --shadow-velvet: 0 30px 80px -20px rgba(20, 15, 12, 0.08);
    --maxw: 1440px;
    --ease-lux: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-smooth: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --ease-spring: cubic-bezier(0.34, 1.4, 0.64, 1);
    --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
    /* --font-display: 'Noto Nastaliq Urdu', 'Cormorant Garamond', serif;
    --font-body: 'Vazirmatn', 'Hanken Grotesk', sans-serif; */
    --ivory: #F8F5F0;
    --ivory-dark: #EDE8DF;
      --line: rgba(241, 233, 218, .12);
    --charcoal: #1F1F1F;
    --charcoal-mid: #2E2E2E;
    --charcoal-light: #4A4A4A;
  
    --walnut: #5A3E2B;
    --walnut-light: #7A5A42;
  
    --gold-pale: #F0E4CA;
  
    --white: #FFFFFF;
  
    --border-gold: rgba(201,168,106,0.3);
  
    --shadow-soft: 0 4px 40px rgba(31,31,31,0.06);
    --shadow-mid: 0 8px 60px rgba(31,31,31,0.1);
    --shadow-strong: 0 20px 80px rgba(31,31,31,0.15);
  
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
  
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-fast: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --bg: #090909;
    --bg-secondary: #141414;
  
    --surface: rgba(255,255,255,0.05);
    --glass: rgba(255,255,255,0.08);
  
    --gold: #C9A86A;
    --gold-light: #E6C78A;
    --champagne: #F2DFC2;
  
    --cream: #F5F1EB;
    --text: #F8F8F8;
    --text-muted: #B6B6B6;
  
    --border: rgba(201,168,106,.25);
  
    --shadow: rgba(0,0,0,.45);
}
@font-face {
    font-family: "Diba";
    src:
        url("../fonts/Diba.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Chakme";
    src:
        url("../fonts/CHAKMEH2RectangleDots-CHAKMEH2RectangleDots.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    /* font-family: var(--font-body); */
    
    font-family: "Diba", sans-serif !important;
    background: var(--pearl);
    color: var(--velvet-black);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: var(--pearl);
}
::-webkit-scrollbar-thumb {
    background: var(--gold-gradient);
    border-radius: 10px;
}

/* =============================================================
   UTILITY — Advanced Reveal 3D
   ============================================================= */
.reveal {
    opacity: 0;
    transform: translateY(50px) scale(0.95) rotateX(4deg);
    transition: opacity 1s var(--ease-out-expo), transform 1s var(--ease-out-expo);
    will-change: transform, opacity;
}
.reveal.in {
    opacity: 1;
    transform: translateY(0) scale(1) rotateX(0deg);
}
.d1 {
    transition-delay: 0.06s;
}
.d2 {
    transition-delay: 0.14s;
}
.d3 {
    transition-delay: 0.24s;
}
.d4 {
    transition-delay: 0.36s;
}
.d5 {
    transition-delay: 0.50s;
}

/* =============================================================
   PERSIAN FRAME
   ============================================================= */
.persian-frame {
    display: none;
    position: fixed !important;
    top: -15% !important;
    left: 0 !important;
    width: 115vw !important;
    overflow: hidden !important;
    z-index: 500 !important;
    pointer-events: none;
    transition: transform .35s ease !important;
    will-change: transform !important;
}
.persian-frame img {
    display: block !important;
    z-index: 500 !important;
    width: 100% !important;
    margin-left: -7.5vw;
}
.persian-frameMobile{
    display: none;
    position: fixed !important;
    top: -1% !important;
    left: 0 !important;
    width: 130vw !important;
    overflow: hidden !important;
    z-index: 500 !important;
    pointer-events: none;
    /* height: 100%; */

}
.persian-frameMobile img{
    display: block !important;
    z-index: 500 !important;
    width: 100% !important;
    height: auto;
    margin-left: -14vw !important;

}

.persian-frame.frame-hide{
    transform: translateY(-80px);
}


.site-content {
    width: 100% !important;
    margin: 0 auto !important;
}
.logo-img{
    border-radius: 10% !important;
}
.logo-icon-C{
    border-radius: 100% !important;
}





header{
  height: 0 !important;
}
/* ─── Navigation ─── */
nav {
    font-family: "Chakme", sans-serif !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 48px;
    backdrop-filter: blur(20px);
    transition: var(--transition);
  }
  
  nav.scrolled {
    background: rgba(248,245,240,0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-soft);
    padding: 0 48px;
  }
  
  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    transition: var(--transition);
  }
  
  nav.scrolled .nav-inner {
    border-bottom-color: var(--border);
  }
  
  .nav-logo {
    font-size: 30px;
    letter-spacing: 0.05em;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
    margin-right: 20px;
  }
  
  nav.scrolled .nav-logo {
    color: var(--charcoal);
  }
  
  .nav-logo span {
    color: var(--gold);
  }
  
  .nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
  }
  
  .nav-links a {
    font-size: 21px;
    letter-spacing: 0.02em;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    transition: var(--transition-fast);
    position: relative;
  }
  
  nav.scrolled .nav-links a {
    color: var(--charcoal-light);
  }
  nav.scrolled .lang-switcher select{
    color: var(--charcoal-light) !important;
  
  }
  .nav-links a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 100%;
    height: 1px;
    background: var(--gold);
    transition: left 0.3s ease;
  }
  
  .nav-links a:hover::after,
  .nav-links a.active::after {
    left: 0;
  }
  
  .nav-links a:hover {
    color: var(--gold);
  }
  
  nav.scrolled .nav-links a:hover {
    color: var(--walnut);
  }
  
  .nav-cta {
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: var(--charcoal);
    background: var(--gold);
    padding: 10px 24px;
    border-radius: 2px;
    text-decoration: none;
    transition: var(--transition-fast);
  }
  
  .nav-cta:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(201,168,106,0.4);
  }
  
  .nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  header.nav .hamb {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 6px;
}
header.nav .hamb span {
    width: 24px;
    height: 2px;
    background: var(--gold-bright);
    transition: all .4s var(--ease-smooth);
}
header.nav .hamb:hover span {
    background: var(--gold-platinum);
}



  
  /* Responsive */
  @media (max-width: 900px) {
    .nav-links,
    .nav-cta {
      display: none;
    }
  
 
  
    nav {
      padding: 0 24px;
    }
  }
  



/* =============================================================
   HERO SLIDER — FULLSCREEN CINEMATIC
   ============================================================= */
.home-hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background: var(--velvet-black);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.8s var(--ease-out-expo);
    will-change: transform;
}

.swiper-slide-active .slide-bg {
    transform: scale(1.08);
}

.slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(20, 15, 12, 0.5) 0%, rgba(20, 15, 12, 0.1) 50%, rgba(20, 15, 12, 0.4) 100%);
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 3rem) clamp(14px, 2vw, 32px);
    width: 100%;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
    height: 100%;
}

.slide-text .persian-ornament {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
    letter-spacing: 1.5rem;
    opacity: 0.2;
    transition: all 0.8s var(--ease-lux);
}
.swiper-slide-active .slide-text .persian-ornament {
    opacity: 0.4;
    letter-spacing: 2rem;
}

.slide-eyebrow {
    font-family: var(--font-body);
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold-bright);
    display: block;
    margin-bottom: 0.4rem;
    padding-left: 32px;
    position: relative;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.slide-eyebrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 1.5px;
    background: var(--gold-gradient);
    border-radius: 2px;
}
.slide-text-im1{
text-align: center;
}
.slide-title {
    text-align: center !important;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.2rem, 5.2vw, 4.2rem);
    line-height: 1.02;
    color: #fff;
    margin: 0.2rem 0 0.6rem;
    letter-spacing: -0.03em;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);

}
.slide-title_im1{
    margin-bottom: 500px;
}
.slide-title .gold {
    color: var(--gold-bright);
    font-weight: 700;
    font-style: italic;
    /* background: var(--gold-gradient); */
     /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent;  */
    /* background-clip: text; */
    text-shadow: none;
}
.slide-title .persian {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 700;
    color: var(--gold-bright);
    font-size: 0.7em;
    -webkit-text-fill-color: var(--gold-bright);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.slide-sub {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.85rem, 1.1vw, 1.05rem);
    line-height: 1.7;
    max-width: 38ch;
    margin-bottom: 1.4rem;
    font-weight: 400;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.slide-ctas {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    align-items: center;

}

/* Slide Visual */
.slide-visual {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.6s var(--ease-spring);
    will-change: transform;
    background: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    perspective: 800px;
    border-radius: 30px;
}
.slide-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(20, 15, 12, 0.3) 100%);
    pointer-events: none;
    z-index: 1;
}
.slide-visual:hover {
    transform: scale(1.02) translateY(-6px) rotateY(2deg);
    box-shadow: var(--shadow-gold-lux);
    border-color: rgba(201, 168, 124, 0.2);
}
.slide-visual img,
.slide-visual video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out-expo);
}
.slide-visual:hover img,
.slide-visual:hover video {
    transform: scale(1.08);
}
.slide-badge {
    position: absolute;
    left: -0px;
    bottom: 0px;
    background: rgba( #c9a87c,0.90);
    backdrop-filter: blur(1px);
    border: 1.5px solid var(--line-gold-strong);
    border-radius: 10px;
    padding: 0.4rem 1rem;
    box-shadow: var(--shadow-velvet);
    z-index: 2 ;
    transition: all 0.4s var(--ease-spring);
}
.slide-visual:hover .slide-badge {
    transform: translateY(-4px);
    box-shadow: var(--shadow-gold-lux);
}
.slide-badge b {
    display: block;
    font-family: var(--font-display);
    color:#c9a87c;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 700;
}
.slide-badge span {
    font-size: 0.4rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-bright);
    font-weight: 500;
    opacity: 0.6;
}

/* Swiper Navigation — Premium */
.swiper-button-next,
.swiper-button-prev {
    top: 88%;
    color: var(--gold-bright) !important;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    width: 54px !important;
    height: 54px !important;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.5s var(--ease-spring);
}
.swiper-button-next{
right: 30%;
}
.swiper-button-prev {
    left: 30% !important;

}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(201, 168, 124, 0.15);
    transform: scale(1.1);
    border-color: var(--gold-platinum);
    box-shadow: 0 0 30px rgba(201, 168, 124, 0.1);
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.2rem !important;
    font-weight: 700;
}
.swiper-pagination {
    bottom: 30px !important;
}
.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.2) !important;
    opacity: 1 !important;
    width: 10px !important;
    height: 10px !important;
    transition: all 0.5s var(--ease-spring);
    backdrop-filter: blur(4px);
}
.swiper-pagination-bullet-active {
    background: var(--gold-gradient) !important;
    width: 34px !important;
    border-radius: 10px !important;
    box-shadow: 0 0 25px rgba(201, 168, 124, 0.3);
}

/* =============================================================
   BUTTONS — Refined with 3D Hover
   ============================================================= */
.btn-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    padding: 0.7rem 1.8rem;
    border-radius: 50px;
    transition: all 0.6s var(--ease-spring);
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.btn-gold {
    background: var(--gold-gradient);
    color: #fff;
    box-shadow: 0 4px 20px rgba(201, 168, 124, 0.2);
    background-size: 200% 200%;
    animation: goldShimmer 4s ease-in-out infinite;
}
@keyframes goldShimmer {
    0%,
    100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
.btn-gold::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 50%);
    opacity: 0;
    transition: opacity 0.5s;
}
.btn-gold:hover::before {
    opacity: 1;
}
.btn-gold:hover {
    transform: translateY(-5px) scale(1.04) rotateX(2deg);
    box-shadow: 0 12px 40px rgba(201, 168, 124, 0.35);
}
.btn-outline {
    background: transparent;
    color: var(--velvet-black);
    border: 1.5px solid var(--gold-platinum);
    position: relative;
}
.btn-outline::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 52px;
    background: var(--gold-gradient);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s var(--ease-lux);
}
.btn-outline:hover {
    color: #fff;
    border-color: transparent;
    transform: translateY(-5px) scale(1.04) rotateX(2deg);
    box-shadow: 0 12px 40px rgba(201, 168, 124, 0.15);
}
.btn-outline:hover::after {
    opacity: 1;
}

.btn-white {
    background: rgba(255, 255, 255, 0.92);
    color: var(--velvet-black);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}
.btn-white:hover {
    background: #fff;
    transform: translateY(-5px) scale(1.04) rotateX(2deg);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* =============================================================
   TRUST — Glassmorphism Stats
   ============================================================= */

.home-trust {
    width: 65%;
    margin: 0 auto;
    box-shadow: 0 12px 40px rgba(201, 168, 124, 0.35);
    backdrop-filter: blur(20px);


}
.trust-back{
    background: var(--gold-platinum);

}
.trust-row {
    padding: 20px;
    max-width: var(--maxw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background:rgba(241, 233, 218, .50);
    backdrop-filter: blur(20px);

}
.trust-cell {
    padding: 20px ;
    background-color:var(--gold-platinum);
    text-align: center;
    border-right: 1px solid white;
    transition: all 0.5s var(--ease-spring);
    cursor: default;
    position: relative;
    perspective: 600px;
}
.trust-cell:last-child {
    border-right: none;
}
.trust-cell::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gold-gradient-soft);
    opacity: 0;
    transition: opacity 0.5s;
    border-radius: 12px;
}
.trust-cell:hover::before {
    opacity: 1;
}
.trust-cell:hover {
    transform: translateY(-6px) scale(1.03) rotateX(3deg);
}
.trust-cell .num {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    color: white;
    font-weight: 700;
    line-height: 1;
    transition: all 0.5s var(--ease-spring);
    position: relative;
    z-index: 1;
}
.trust-cell:hover .num {
    color: var(--gold-pale);
    transform: scale(1.08);
}
.trust-cell .num span {
    color: var(--gold-pale);
    font-size: 0.4em;
}
.trust-cell .lbl {
    font-size: 0.5rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: white;
    margin-top: 0.3rem;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
/* =============================================================
   SECTION HEADER
   ============================================================= */
.home-sec {
    max-width: var(--maxw);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(14px, 2vw, 32px);
}
.home-shead {
    margin-bottom: clamp(1.6rem, 3vw, 2.8rem);
}
.home-shead.center {
    text-align: center;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}
.home-shead .eyebrow {
    font-family: var(--font-body);
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold-platinum);
    display: block;
    margin-bottom: 0.3rem;
}
.home-shead .eyebrow .icon {
    margin: 0 6px;
    opacity: 0.3;
}
.home-shead h2 {
    font-family: var(--font-display);
    color: var(--velvet-black);
    font-weight: 700;
    line-height: 1.06;
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    margin: 0.1rem 0 0.2rem;
}
.home-shead h2 .gold {
    color: var(--gold-platinum);
    font-style: italic;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.home-shead p {
    color: var(--charcoal-soft);
    font-size: 0.85rem;
    font-weight: 400;
    opacity: 0.5;
}
/* =============================================================
   CATEGORIES — Luxury Modern Gradient
   ============================================================= */

   .hero {
    position: relative;
    padding: 5rem 0;
    /* background:
        radial-gradient(circle at top right, rgba(201, 168, 124, 0.18), transparent 30%),
        radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.05), transparent 35%),
        linear-gradient(135deg, #0f0c0a 0%, #171311 35%, #211a17 70%, #120f0d 100%); */
        background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.7)),url(../Image/DesineImg/headerimg2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255,255,255,0.03), transparent 40%),
        radial-gradient(circle at 20% 30%, rgba(212, 175, 122, 0.10), transparent 25%);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -120px;
    right: -100px;
    background: radial-gradient(circle, rgba(201, 168, 124, 0.16), transparent 70%);
    filter: blur(30px);
    pointer-events: none;
}

.Categories-content {
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(201, 168, 124, 0.18);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset;
    backdrop-filter: blur(14px);
    border-radius: 24px;
    padding: 2rem;
}

.hero-hed {
    font-size: 22px !important;
    color: #d6b98a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-text {
    color: #fff !important;
    font-size: 50px !important;
    line-height: 1.4;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
}

.cat-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.cat-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 3/4;
    display: block;
    transition: all 0.7s var(--ease-spring);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
    border: 1px solid rgba(201, 168, 124, 0.22);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255,255,255,0.03) inset;
    will-change: transform;
    cursor: pointer;
    perspective: 900px;
    transform-style: preserve-3d;
    backdrop-filter: blur(8px);
}

.cat-card:first-child {
    grid-column: span 2;
    aspect-ratio: 6/4;
}

.cat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 20%, rgba(10, 8, 7, 0.78) 100%);
    z-index: 1;
    transition: opacity 0.6s var(--ease-lux);
}

.cat-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 40%, rgba(201, 168, 124, 0.18), transparent 70%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s;
}

.cat-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out-expo), filter 0.8s ease;
    filter: saturate(1.05) contrast(1.05) brightness(0.92);
}

.cat-card:hover {
    transform: translateY(-12px) scale(1.02) rotateX(5deg) rotateY(-2deg);
    border-color: rgba(230, 196, 145, 0.55);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.28),
        0 0 30px rgba(201, 168, 124, 0.12);
}

.cat-card:hover img {
    transform: scale(1.08);
    filter: saturate(1.12) contrast(1.08) brightness(0.98);
}

.cat-card:hover::before {
    opacity: 0.92;
}

.cat-card:hover::after {
    opacity: 1;
}

.cat-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.cat-meta h3 {
    font-family: var(--font-display);
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
    letter-spacing: 0.02em;
    transition: transform 0.5s var(--ease-spring);
}

.cat-card:hover .cat-meta h3 {
    transform: translateX(8px);
}

.cat-meta .cnt {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    color: #f3d7a8;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 14px;
    border-radius: 999px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    white-space: nowrap;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.4s var(--ease-spring);
}

.cat-card:hover .cnt {
    background: rgba(201, 168, 124, 0.22);
    border-color: rgba(255, 255, 255, 0.16);
    transform: scale(1.08);
}



/* =============================================================
   FEATURED — Premium Minimal with Pattern
   ============================================================= */

   .featured-premium {
    
    position: relative;
    padding: 0rem 0 0rem;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    /* background: #080605; */
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.7)),url(../Image/DesineImg/Special.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;   
}

/* =============================================================
   BACKGROUND WITH PATTERN
   ============================================================= */

/* Base Background */
.featured-premium::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: 
        radial-gradient(ellipse at 30% 40%, rgba(212, 175, 55, 0.06) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgba(180, 150, 80, 0.04) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 100%, rgba(212, 175, 55, 0.03) 0%, transparent 40%),
        linear-gradient(180deg, #080605 0%, #0d0a08 40%, #110d0a 70%, #080605 100%); */
    z-index: 0;
           

    pointer-events: none;
}

/* Modern Geometric Pattern */
.bg-pattern {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.3;
    background-image: 
        /* Diagonal lines */
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 40px,
            rgba(212, 175, 55, 0.015) 40px,
            rgba(212, 175, 55, 0.015) 41px
        ),
        repeating-linear-gradient(
            -45deg,
            transparent,
            transparent 40px,
            rgba(212, 175, 55, 0.015) 40px,
            rgba(212, 175, 55, 0.015) 41px
        ),
        /* Horizontal lines */
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 80px,
            rgba(212, 175, 55, 0.008) 80px,
            rgba(212, 175, 55, 0.008) 81px
        ),
        /* Vertical lines */
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 80px,
            rgba(212, 175, 55, 0.008) 80px,
            rgba(212, 175, 55, 0.008) 81px
        );
    mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 80%);
}

/* Gradient Overlay for Depth */
.bg-gradient-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: 
        radial-gradient(ellipse at 20% 50%, rgba(212, 175, 55, 0.03) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 50%, rgba(212, 175, 55, 0.02) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.01) 0%, transparent 70%);
}

/* Glow Orbs - Smaller & More Refined */
.bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}

.orb-1 {
    width: 500px;
    height: 500px;
    top: -200px;
    right: -100px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1), transparent 70%);
    animation: orbFloat 20s ease-in-out infinite alternate;
}

.orb-2 {
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -80px;
    background: radial-gradient(circle, rgba(180, 150, 80, 0.06), transparent 70%);
    animation: orbFloat 25s ease-in-out infinite alternate-reverse;
}

@keyframes orbFloat {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, -20px) scale(1.05); }
}

/* Decorative Lines */
.line-top {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0.25), rgba(212, 175, 55, 0.12), transparent);
    z-index: 1;
}

.line-bottom {
    position: absolute;
    /* top: 1%; */
    bottom: -10%;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.15), rgba(212, 175, 55, 0.08), transparent);
    z-index: 1;
}

/* =============================================================
   CONTAINER
   ============================================================= */

.featured-container {
    position: relative;
    /* max-width: 1500px; */
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
    z-index: 2;
}

/* =============================================================
   CARDS GRID - LARGER
   ============================================================= */

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin: 0 auto;
    margin-top: 100px;
    max-width: 100%;
}

/* =============================================================
   LUXURY CARDS - BIGGER SIZE
   ============================================================= */

.lux-card {
    position: relative;
    cursor: pointer;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 24px;
    overflow: hidden;
  height: 450px;
}

.lux-card.featured-center {
    transform: translateY(-2.5rem);
}

.card-inner {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid rgba(212, 175, 55, 0.06);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    padding: 10px;
    display: flex ;
    justify-content: center ;
    align-items: center ;
}

/* Card Media - Bigger */
.card-media {
  height: 100%;

    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #0a0808;
    border-radius: 15px !important;

}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

/* Shimmer Effect */
.card-shimmer {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.02) 45%,
        rgba(255, 255, 255, 0.03) 50%,
        rgba(255, 255, 255, 0.02) 55%,
        transparent 70%
    );
    background-size: 200% 100%;
    animation: shimmer 6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* Gold Glow on Hover */
.card-media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.04), transparent 70%);
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
}

/* Hover Effects */
.lux-card:hover .card-inner {
    border-color: rgba(212, 175, 55, 0.15);
    transform: translateY(-12px);
    box-shadow: 
        0 40px 100px rgba(0, 0, 0, 0.8),
        0 0 80px rgba(212, 175, 55, 0.04),
        inset 0 0 100px rgba(212, 175, 55, 0.02);
}

.lux-card.featured-center:hover .card-inner {
    transform: translateY(-14px);
    box-shadow: 
        0 50px 120px rgba(0, 0, 0, 0.9),
        0 0 100px rgba(212, 175, 55, 0.05),
        inset 0 0 120px rgba(212, 175, 55, 0.03);
}

.lux-card:hover .card-media img {
    transform: scale(1.07);
}

.lux-card:hover .card-media::before {
    opacity: 1;
}

/* Featured Center Premium Effect */
.featured-center .card-inner {
    border-color: rgba(212, 175, 55, 0.1);
    background: rgba(212, 175, 55, 0.02);
}

.featured-center .card-media::before {
    background: radial-gradient(circle at center, rgba(212, 175, 55, 0.06), transparent 70%);
}





/* =============================================================
   CRAFT — Immersive
   ============================================================= */
.home-craft {

    background: var(--pearl);
    border-top: 1px solid var(--line-gold);
    border-bottom: 1px solid var(--line-gold); 
}
.craft-grid {

    max-width: var(--maxw);
    margin: 0 auto;
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(14px, 2vw, 32px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: center;
}
.craft-figure {
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: var(--shadow-velvet);
    border: 1px solid rgba(201, 168, 124, 0.06);
    position: relative;
    transition: all 0.7s var(--ease-spring);
    will-change: transform;
    perspective: 800px;
}
.craft-figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201, 168, 124, 0.05), transparent);
    pointer-events: none;
}
.craft-figure:hover {
    transform: scale(1.02) translateY(-6px) rotateX(3deg);
    box-shadow: var(--shadow-gold-lux);
    border-color: rgba(201, 168, 124, 0.12);
}
.craft-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s var(--ease-out-expo);
}
.craft-figure:hover img {
    transform: scale(1.06);
}
.craft-copy .eyebrow {
    font-family: var(--font-body);
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold-platinum);
    display: block;
    margin-bottom: 0.3rem;
}
.craft-copy h2 {
    font-family: var(--font-display);
    color: var(--velvet-black);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    margin: 0.1rem 0 0.6rem;
    font-weight: 700;
}
.craft-copy h2 .gold {
    color: var(--gold-platinum);
    font-style: italic;
    background-clip: text;
}
.craft-copy>p {
    color: var(--charcoal-soft);
    font-size: 0.85rem;
    line-height: 1.7;
    margin-bottom: 1.4rem;
    max-width: 42ch;
    opacity: 0.6;
}
.craft-list {
    display: grid;
    gap: 0.6rem;
}
.craft-item {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    padding: 0.7rem 1rem;
    background: var(--gold-gradient-soft);
    border-radius: 10px;
    border-left: 3px solid var(--gold-platinum);
    transition: all 0.6s var(--ease-spring);
    cursor: default;
    position: relative;
    overflow: hidden;
    perspective: 600px;
}
.craft-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--gold-gradient);
    opacity: 0;
    transition: opacity 0.6s;
    z-index: 0;
}
.craft-item:hover::before {
    opacity: 0.05;
}
.craft-item:hover {
    transform: translateX(8px) scale(1.02) rotateY(2deg);
    background: rgba(201, 168, 124, 0.1);
}
.craft-item .n {
    font-family: var(--font-display);
    font-size: 1.3rem;
    color: var(--gold-platinum);
    line-height: 1;
    flex: none;
    width: 2rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
    transition: transform 0.4s var(--ease-spring);
}
.craft-item:hover .n {
    transform: scale(1.15) rotate(-4deg);
}
.craft-item h4 {
    font-size: 0.85rem;
    color: var(--velvet-black);
    margin-bottom: 0.05rem;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.craft-item p {
    font-size: 0.7rem;
    color: var(--charcoal-soft);
    line-height: 1.4;
    opacity: 0.6;
    position: relative;
    z-index: 1;
}

/* =============================================================
   VIP — Premium Steps
   ============================================================= */
.vip-sec {
    background: linear-gradient(160deg, var(--pearl) 0%, var(--pearl-dark) 100%);
    border-top: 1px solid var(--line-gold);
    border-bottom: 1px solid var(--line-gold);
    padding: clamp(2.5rem, 5vw, 4.5rem) clamp(14px, 2vw, 32px);
}
.vip-in {
    max-width: var(--maxw);
    margin: 0 auto;
    text-align: center;
}
.vip-eyebrow {
    font-family: var(--font-body);
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold-platinum);
    display: block;
    margin-bottom: 0.3rem;
}
.vip-in h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.2vw, 2.6rem);
    font-weight: 700;
    color: var(--velvet-black);
    margin-bottom: clamp(1.6rem, 3vw, 2.5rem);
    line-height: 1.06;
}
.vip-in h2 .gold {
    color: var(--gold-platinum);
    font-style: italic;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.vip-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    text-align: left;
    margin-bottom: 2.2rem;
}
.vip-step {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid var(--line-gold-strong);
    border-radius: 14px;
    padding: 1.4rem 1.2rem;
    transition: all 0.7s var(--ease-spring);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.02);
    will-change: transform;
    position: relative;
    overflow: hidden;
    perspective: 700px;
    transform-style: preserve-3d;
}
.vip-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold-gradient);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.7s var(--ease-out-expo);
}
.vip-step:hover::before {
    transform: scaleX(1);
}
.vip-step:hover {
    transform: translateY(-10px) scale(1.03) rotateX(4deg);
    border-color: var(--gold-platinum);
    box-shadow: var(--shadow-gold-lux);
}
.vip-step .n {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--gold-platinum);
    line-height: 1;
    margin-bottom: 0.4rem;
    display: block;
    transition: all 0.5s var(--ease-spring);
}
.vip-step:hover .n {
    transform: scale(1.15) rotate(-4deg);
    color: var(--gold-bright);
}
.vip-step h3 {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--velvet-black);
    margin-bottom: 0.15rem;
}
.vip-step p {
    font-size: 0.7rem;
    color: var(--charcoal-soft);
    line-height: 1.5;
    margin: 0;
    opacity: 0.6;
}
.vip-ctas {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
}
.vip-ctas .b1,
.vip-ctas .b2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    padding: 0.6rem 1.6rem;
    border-radius: 50px;
    transition: all 0.6s var(--ease-spring);
    text-transform: uppercase;
}
.vip-ctas .b1 {
    background: var(--gold-gradient);
    color: #fff;
    box-shadow: 0 4px 20px rgba(201, 168, 124, 0.2);
    background-size: 200% 200%;
    animation: goldShimmer 4s ease-in-out infinite;
}
.vip-ctas .b1:hover {
    transform: translateY(-5px) scale(1.04) rotateX(2deg);
    box-shadow: 0 12px 40px rgba(201, 168, 124, 0.3);
}
.vip-ctas .b2 {
    background: transparent;
    color: var(--velvet-black);
    border: 1.5px solid var(--gold-platinum);
}
.vip-ctas .b2:hover {
    background: var(--gold-gradient);
    color: #fff;
    border-color: transparent;
    transform: translateY(-5px) scale(1.04) rotateX(2deg);
    box-shadow: 0 12px 40px rgba(201, 168, 124, 0.15);
}

/* =============================================================
   FAQ — Refined
   ============================================================= */
.home-faq {
    background: rgba(245, 240, 234, 0.5);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--line-gold);
    border-bottom: 1px solid var(--line-gold);
}
.home-faq .faq-list {
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
}
.home-faq .faq-item {
    border-bottom: 1px solid var(--line-gold);
    padding: 0.05rem 0;
    transition: all 0.4s;
}
.home-faq .faq-item:last-child {
    border-bottom: none;
}
.home-faq .faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 0.8rem 2rem 0.8rem 0;
    position: relative;
    font-family: var(--font-display);
    font-size: 0.95rem;
    color: var(--velvet-black);
    font-weight: 600;
    transition: color 0.4s var(--ease-lux);
}
.home-faq .faq-item summary::-webkit-details-marker {
    display: none;
}
.home-faq .faq-item summary:hover {
    color: var(--gold-dark);
}
.home-faq .faq-item summary::after {
    content: "＋";
    position: absolute;
    right: 2px;
    top: 0.6rem;
    font-size: 1.2rem;
    line-height: 1;
    color: var(--gold-platinum);
    transition: transform 0.6s var(--ease-spring);
    font-weight: 300;
}
.home-faq .faq-item[open] summary::after {
    transform: rotate(45deg) scale(1.1);
}
.home-faq .faq-a {
    padding: 0 0 1.2rem;
    color: var(--charcoal-soft);
    line-height: 1.7;
    max-width: 58ch;
    font-weight: 400;
    opacity: 0.6;
    font-size: 0.85rem;
}

/* =============================================================
   REVIEWS — Premium
   ============================================================= */
.home-reviews {
    background: var(--pearl);
    border-top: 1px solid var(--line-gold);
    border-bottom: 1px solid var(--line-gold);
}
.rv-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 1.6rem;
}
.rv-score {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-display);
}
.rv-score b {
    font-size: 2rem;
    color: var(--gold-dark);
    line-height: 1;
    font-weight: 700;
}
.rv-stars {
    direction: ltr;
    display: inline-block;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    color: var(--gold-platinum);
}
.rv-more {
    color: var(--charcoal-soft);
    font-size: 0.6rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid var(--line-gold-strong);
    padding-bottom: 3px;
    transition: all 0.4s var(--ease-lux);
}
.rv-more:hover {
    color: var(--gold-dark);
    border-bottom-color: var(--gold-platinum);
}
.rv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.rv-card {
    background: #fff;
    border: 1px solid var(--line-gold);
    border-radius: 14px;
    padding: 1.4rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    text-align: left;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.7s var(--ease-spring);
    will-change: transform;
    perspective: 700px;
    transform-style: preserve-3d;
}
.rv-card:hover {
    border-color: var(--gold-platinum);
    box-shadow: var(--shadow-gold-lux);
    transform: translateY(-8px) scale(1.02) rotateX(3deg);
}
.rv-card .rv-q {
    color: var(--charcoal-soft);
    line-height: 1.6;
    font-size: 0.85rem;
    flex: 1;
    margin: 0;
    font-weight: 400;
    font-style: italic;
}
.rv-card .rv-stars {
    font-size: 0.8rem;
}
.rv-who {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 0.2rem;
}
.rv-av {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gold-gradient);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.9rem;
    flex: none;
    box-shadow: 0 4px 12px rgba(201, 168, 124, 0.15);
    transition: transform 0.5s var(--ease-spring);
}
.rv-card:hover .rv-av {
    transform: scale(1.08) rotate(-4deg);
}
.rv-who .nm {
    color: var(--velvet-black);
    font-size: 0.8rem;
    font-weight: 700;
}
.rv-who .src {
    color: var(--charcoal-soft);
    font-size: 0.55rem;
    opacity: 0.4;
}

/* =============================================================
   CTA — Immersive Dark
   ============================================================= */
.home-cta {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(160deg, var(--velvet-black) 0%, #0f0d0b 100%);
    padding: clamp(3rem, 7vw, 5rem) clamp(14px, 2vw, 32px);
}
.home-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(201, 168, 124, 0.005) 30px, rgba(201, 168, 124, 0.005) 31px);
    pointer-events: none;
}
.cta-inner {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}
.home-cta .eyebrow {
    font-family: var(--font-body);
    font-size: 0.5rem;
    font-weight: 600;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold-platinum);
    display: block;
    margin-bottom: 0.4rem;
    opacity: 0.4;
}
.home-cta h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    color: var(--pearl);
    font-weight: 700;
    margin-bottom: 0.6rem;
    line-height: 1.06;
}
.home-cta h2 .gold {
    color: var(--gold-platinum);
    font-style: italic;
    /* background: var(--gold-gradient); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
}
.home-cta p {
    color: rgba(245, 240, 234, 0.3);
    max-width: 42ch;
    margin: 0 auto 1.6rem;
    line-height: 1.7;
    font-size: 0.85rem;
}
.cta-btns {
    display: flex;
    gap: 0.8rem;
    justify-content: center;
    flex-wrap: wrap;
}
.cta-btns .btn-gold {
    background: var(--gold-gradient);
    color: #fff;
}
.cta-btns .btn-outline {
    border-color: rgba(201, 168, 124, 0.2);
    color: var(--pearl);
}
.cta-btns .btn-outline:hover {
    background: var(--gold-gradient);
    color: #fff;
    border-color: transparent;
}




/* =============================================================
   FLOATING WHATSAPP — Premium
   ============================================================= */
.floating-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: var(--gold-gradient);
    box-shadow: 0 6px 30px rgba(201, 168, 124, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: all 0.6s var(--ease-spring);
    animation: floatPulse 3s ease-in-out infinite;
}
@keyframes floatPulse {
    0%,
    100% {
        box-shadow: 0 6px 30px rgba(201, 168, 124, 0.25);
    }
    50% {
        box-shadow: 0 8px 40px rgba(201, 168, 124, 0.4);
    }
}
.floating-whatsapp svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    transition: transform 0.6s var(--ease-spring);
}
.floating-whatsapp:hover {
    transform: scale(1.12) rotate(-6deg);
    box-shadow: 0 12px 50px rgba(201, 168, 124, 0.35);
}
.floating-whatsapp:hover svg {
    transform: scale(1.05);
}

/* =============================================================
   MOBILE MENU — Premium
   ============================================================= */
.mobile-menu {
  font-family: "Chakme", sans-serif !important;

    position: fixed;
    background:
    radial-gradient(circle at 80% 20%, rgba(201, 168, 124, 0.06), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.02), transparent 35%),
    linear-gradient(145deg, #0f0c0a 0%, #191411 40%, #1f1916 80%, #100d0b 100%);
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 80vw);
    /* background: #fff; */
    border-left: 2px solid var(--gold-platinum);
    z-index: 1200;
    transform: translateX(100%);
    transition: transform 0.6s var(--ease-out-expo);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    box-shadow: -8px 0 40px rgba(0, 0, 0, 0.02);
}
.nav-mobile-item span{
  font-size: 18px;
}
.mobile-menu.active {
    transform: none;
}
.mm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid var(--line-gold-strong);
}
.mm-brand {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--gold-dark);
    font-weight: 700;
}
.mm-close {
    background: none;
    border: 0;
    color: var(--gold);
    cursor: pointer;
    width: 22px;
    height: 22px;
    padding: 0;
    transition: transform 0.5s var(--ease-spring);
}
.mm-close:hover {
    transform: rotate(90deg);
}
.mm-close svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}
.mm-body {
    padding: 1rem 1.2rem;
    flex: 1;
}
.mm-label {
    font-size: 1.5rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-platinum);
    margin: 1rem 0 0.3rem;
    display: block;
    font-weight: 600;
}
.mm-label:first-child {
    margin-top: 0;
}
.mobile-menu a:not(.mm-cta) {
    display: block;
    padding: 0.35rem 0;
    color: var(--gold-bright);
    font-size: 0.8rem;
    transition: all 0.4s var(--ease-lux);
    font-weight: 500;
    border-bottom: 1px solid transparent;
}
.mobile-menu a:not(.mm-cta):hover {
    color: var(--gold-dark);
    padding-left: 8px;
    border-bottom-color: var(--line-gold);
}
.mm-foot {
    padding: 1rem 1.2rem;
    border-top: 1px solid var(--line-gold-strong);
    display: grid;
    gap: 0.5rem;
}
.mm-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: var(--gold-gradient);
    color: #fff !important;
    font-weight: 700;
    padding: 0.7rem;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(201, 168, 124, 0.15);
    transition: all 0.5s var(--ease-spring);
}
.mm-cta:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 30px rgba(201, 168, 124, 0.2);
}
.mm-cta svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(20, 15, 12, 0.15);
    backdrop-filter: blur(4px);
    z-index: 1150;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* =============================================================
   SEARCH OVERLAY — Elegant
   ============================================================= */
.search-overlay {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(245, 240, 234, 0.97);
    backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    padding: clamp(1.5rem, 3vw, 3rem);
    animation: searchFade 0.5s var(--ease-out-expo);
}
@keyframes searchFade {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.search-overlay.active {
    display: flex;
}
.search-bar {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    max-width: 600px;
    margin: 4vh auto 0;
    width: 100%;
    border-bottom: 2px solid var(--gold-platinum);
    padding-bottom: 0.6rem;
}
.search-bar input {
    flex: 1;
    background: none;
    border: 0;
    color: var(--velvet-black);
    font-family: var(--font-display);
    font-size: clamp(1rem, 2.2vw, 1.5rem);
    outline: none;
    min-width: 0;
    font-weight: 400;
}
.search-bar input::placeholder {
    color: var(--charcoal-soft);
    opacity: 0.12;
}
.search-close {
    background: none;
    border: 1px solid var(--line-gold-strong);
    color: var(--velvet-black);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.1rem;
    flex: none;
    transition: all 0.5s var(--ease-spring);
}
.search-close:hover {
    background: var(--gold-gradient);
    color: #fff;
    border-color: transparent;
    transform: rotate(90deg) scale(1.05);
}



        /* =============================================================
   NEW SECTION — MODERN FURNITURE SHOWCASE WITH TILT ON HOVER
   ============================================================= */
.modern-showcase {
  padding: 0 0px 200px 0px;
    width: 100%;
    margin: 0 auto;
    background: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.7)),url(../Image/DesineImg/Special.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;            
    /* height: 100vh !important; */
    /* border-top: 1px solid var(--line-gold); */
    border-bottom: 1px solid var(--line-gold);
}
.modern-showcase .showcase-inner {
  width: 95%;
    margin: 0 auto;
}
.modern-showcase .home-shead {
    margin-bottom: clamp(2rem, 4vw, 3rem);
}
.modern-showcase .home-shead h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--gold-dark);
}
.modern-showcase .showcase-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}
.modern-showcase .showcase-card {
    background: var(--ease-lux);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line-gold);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.6s cubic-bezier(0.34, 1.4, 0.64, 1);
    transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(0);
    cursor: pointer;
    will-change: transform;
    position: relative;
}
.modern-showcase .showcase-card:hover {
    transform: perspective(800px) rotateX(6deg) rotateY(-4deg) translateY(-12px) scale(1.02);
    border-color: var(--gold-platinum);
    box-shadow: 0 30px 60px -15px rgba(184, 148, 90, 0.25), 0 10px 30px -10px rgba(0, 0, 0, 0.05);
}
.modern-showcase .showcase-card .card-img {
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
}
.modern-showcase .showcase-card .card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(20, 12, 12, 0.1) 100%);
    pointer-events: none;
}
.modern-showcase .showcase-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.modern-showcase .showcase-card:hover .card-img img {
    transform: scale(1.06);
}
.modern-showcase .showcase-card .card-body {
    padding: 1.2rem 1.2rem 1.4rem;
    text-align: center;
}
.modern-showcase .showcase-card .card-body h3 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.05rem;
    transition: color 0.4s;
}
.modern-showcase .showcase-card:hover .card-body h3 {
    color: var(--gold-dark);
}
.modern-showcase .showcase-card .card-body p {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gold-bright);
    opacity: 0.7;
    font-weight: 500;
}
.modern-showcase .showcase-card .card-body .price-tag {
    display: inline-block;
    margin-top: 0.5rem;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gold-dark);
    background: var(--gold-gradient-soft);
    padding: 0.1rem 1.2rem;
    border-radius: 30px;
    border: 1px solid var(--line-gold);
    transition: all 0.4s;
}
.modern-showcase .showcase-card:hover .card-body .price-tag {
    background: var(--gold-gradient);
    color: #fff;
    border-color: transparent;
    transform: scale(1.05);
}
.modern-showcase .showcase-card .card-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    border-radius: 30px;
    padding: 0.2rem 0.8rem;
    font-size: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--gold-dark);
    border: 1px solid var(--line-gold);
    z-index: 2;
    transition: all 0.4s;
}
.modern-showcase .showcase-card:hover .card-badge {
    background: var(--gold-gradient);
    color: #fff;
    border-color: transparent;
    transform: translateY(-2px) scale(1.05);
}
/* =============================================================
   ABOUT SECTION - Modern & Bright
   ============================================================= */

   #about {
    margin-top: 10px;
    position: relative;
    background: var(--ivory);
    overflow: hidden;
    padding: 100px 0;
 
}

/* =============================================================
   BACKGROUND EFFECTS - Light & Modern
   ============================================================= */

.about-bg {
    position: absolute;
    inset: 0;
    z-index: 0;

        
        border:1px solid rgba(255,255,255,.08);


      
}

.about-glow-1 {
    position: absolute;
    width: 600px;
    height: 600px;
    top: -250px;
    right: -150px;
    background: radial-gradient(circle, rgba(201, 168, 106, 0.08), transparent 70%);
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
}

.about-glow-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -150px;
    left: -100px;
    background: radial-gradient(circle, rgba(90, 62, 43, 0.05), transparent 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

@keyframes glowFloat1 {
    0% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    100% { transform: translate(-40px, 30px) scale(1.1); opacity: 1; }
}

@keyframes glowFloat2 {
    0% { transform: translate(0, 0) scale(1); opacity: 0.4; }
    100% { transform: translate(30px, -20px) scale(1.15); opacity: 0.8; }
}

/* =============================================================
   CONTAINER
   ============================================================= */

#about .container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0 4%;
    z-index: 1;
}

/* =============================================================
   GRID LAYOUT
   ============================================================= */

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* =============================================================
   IMAGES COLUMN - LARGER
   ============================================================= */

.about-images {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-img-main {
    width: 70%;
    aspect-ratio: 4/5;
    background: url('../Image/DesineImg/d4.jpg') center/cover;
    border-radius: var(--radius-lg);
    position: relative;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.about-images:hover .about-img-main {
    transform: scale(1.01);
}

/* Shimmer on Main Image */
.about-img-main::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 45%,
        rgba(255, 255, 255, 0.08) 50%,
        rgba(255, 255, 255, 0.05) 55%,
        transparent 70%
    );
    background-size: 200% 100%;
    animation: shimmer 6s ease-in-out ;
    pointer-events: none;
}

.about-img-accent {
    position: absolute;
    right: -10px;
    bottom: -50px;
    width: 50%;
    aspect-ratio: 1/1;
    background: url('../Image/DesineImg/DSC_0036\ copy.jpg') center/cover;
    border-radius: var(--radius-md);
    border: 8px solid var(--ivory);
}



/* =============================================================
   BADGE
   ============================================================= */

.about-badge {
    position: absolute;
    top: 40px;
    right: -5px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), var(--gold-light), var(--gold));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 40px rgba(201, 168, 106, 0.35);
    font-family: 'Playfair Display', serif;
    animation: badgePulse 3s ease-in-out infinite;
    border: 3px solid rgba(201, 168, 106, 0.15);
}

@keyframes badgePulse {
    0%, 100% { 
        transform: scale(1); 
        box-shadow: 0 8px 40px rgba(201, 168, 106, 0.35); 
    }
    50% { 
        transform: scale(1.06); 
        box-shadow: 0 8px 60px rgba(201, 168, 106, 0.5); 
    }
}

.about-badge span:first-child {
    font-size: 38px;
    color: var(--charcoal);
    line-height: 1;
    font-weight: 700;
}

.about-badge span:last-child {
    font-size: 10px;
    letter-spacing: 0.15em;
    color: rgba(31, 31, 31, 0.6);
    text-transform: uppercase;
}

/* =============================================================
   CONTENT COLUMN - Centered
   ============================================================= */

.about-content {
    padding: 20px 0;
    text-align: center;
}

/* Section Title - Centered */
.about-content .section-title {
    font-size: clamp(2.5rem, 4.5vw, 4rem);
    font-weight: 400;
    color: var(--charcoal);
    margin: 0 0 1.5rem;
    line-height: 1.15;
    letter-spacing: 0.02em;
}

.about-content .section-title em {
    color: var(--gold);
    font-style: italic;
    font-weight: 700;
    position: relative;
}

.about-content .section-title em::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
    border-radius: 2px;
    opacity: 0.3;
}

/* Description */
.about-content .section-desc {
    font-size: 1.05rem;
    color: var(--charcoal-light);
    line-height: 1.9;
    max-width: 90%;
    margin: 0 auto 1.2rem;
    font-weight: 300;
}

.about-text {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.9;
    max-width: 90%;
    margin: 0 auto 0;
    font-weight: 300;
}

/* =============================================================
   VALUES GRID
   ============================================================= */

.about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.av-item {
    border-right: 2px solid rgba(201, 168, 106, 0.2);
    padding: 4px 16px 4px 0;
    text-align: right;
    transition: all 0.3s ease;
}

.av-item:hover {
    border-right-color: var(--gold);
    padding-right: 20px;
}

.av-title {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    color: var(--charcoal);
}

.av-desc {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* =============================================================
   BUTTON
   ============================================================= */

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--charcoal);
    padding: 0.9rem 2.5rem;
    border: 1.5px solid var(--gold);
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: transparent;
    margin-top: 45px;
    text-decoration: none;
}

.btn-primary:hover {
    background: var(--gold);
    color: var(--white);
    border-color: var(--gold);
    box-shadow: 0 8px 40px rgba(201, 168, 106, 0.25);
    transform: translateY(-3px);
}

.btn-primary svg {
    width: 18px;
    height: 18px;
    transition: transform 0.4s ease;
}

.btn-primary:hover svg {
    transform: translateX(-6px);
}

/* =============================================================
   REVEAL ANIMATIONS
   ============================================================= */

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    animation: revealLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    animation: revealRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes revealLeft {
    to { opacity: 1; transform: translateX(0); }
}

@keyframes revealRight {
    to { opacity: 1; transform: translateX(0); }
}

.reveal {
    opacity: 0;
    transform: translateY(20px);
    animation: reveal 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes reveal {
    to { opacity: 1; transform: translateY(0); }
}

.reveal-delay-1 { animation-delay: 0.1s; }
.reveal-delay-2 { animation-delay: 0.2s; }
.reveal-delay-3 { animation-delay: 0.3s; }
.reveal-delay-4 { animation-delay: 0.4s; }


/* =============================================================
   RESPONSIVE
   ============================================================= */
/* =============================================================
   RESPONSIVE - ABOUT SECTION (FIXED)
   ============================================================= */

/* =============================================================
   LAPTOP & DESKTOP SMALL
   ============================================================= */
   @media (max-width: 1200px) {
    #about {
        padding: 80px 0;
    }
    
    .about-grid {
        gap: 60px;
    }
    
    .about-img-main {
        width: 75%;
    }
    
    .about-img-accent {
        width: 48%;
        right: -8px;
        bottom: -40px;
    }
    
    .about-badge {
        width: 100px;
        height: 100px;
        top: 35px;
        right: -3px;
    }
    
    .about-badge span:first-child {
        font-size: 34px;
    }
    
    .about-badge span:last-child {
        font-size: 9px;
    }
}

/* =============================================================
   TABLET LANDSCAPE
   ============================================================= */
@media (max-width: 1024px) {
    #about {
        padding: 70px 0;
    }
    
    #about .container {
        width: 92%;
        padding: 0 3%;
    }
    
    .about-grid {
        gap: 50px;
    }
    
    .about-img-main {
        width: 80%;
    }
    
    .about-img-accent {
        width: 48%;
        right: -5px;
        bottom: -35px;
        border-width: 6px;
    }
    
    .about-badge {
        width: 95px;
        height: 95px;
        top: 30px;
        right: -3px;
    }
    
    .about-badge span:first-child {
        font-size: 32px;
    }
    
    .about-badge span:last-child {
        font-size: 9px;
    }
    
    .about-content .section-desc {
        max-width: 100%;
    }
    
    .about-text {
        max-width: 100%;
    }
}

/* =============================================================
   TABLET PORTRAIT
   ============================================================= */
@media (max-width: 820px) {
    #about {
        padding: 60px 0;
    }
    
    #about .container {
        width: 94%;
        padding: 0 3%;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .about-images {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
    
    .about-img-main {
        width: 80%;
        aspect-ratio: 4/5;
        margin: 0 auto;
        display: block;
    }
    
    .about-img-accent {
        width: 48%;
        right: 0;
        bottom: -30px;
        border-width: 6px;
    }
    
    .about-badge {
        width: 90px;
        height: 90px;
        top: 25px;
        right: 0;
    }
    
    .about-badge span:first-child {
        font-size: 30px;
    }
    
    .about-badge span:last-child {
        font-size: 8px;
    }
    
    .about-content {
        padding: 10px 0;
    }
    
    .about-content .section-desc {
        max-width: 100%;
    }
    
    .about-text {
        max-width: 100%;
    }
    
    .about-values {
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .av-item {
        text-align: center;
        border-right: none;
        border-bottom: 2px solid rgba(201, 168, 106, 0.12);
        padding: 4px 0 12px;
    }
    
    .av-item:hover {
        border-right: none;
        border-bottom-color: var(--gold);
        padding-right: 0;
        padding-bottom: 16px;
    }
}

/* =============================================================
   MOBILE LARGE
   ============================================================= */
@media (max-width: 640px) {
    #about {
        padding: 50px 0;
    }
    
    #about .container {
        width: 96%;
        padding: 0 2%;
    }
    
    .about-grid {
        gap: 35px;
    }
    
    .about-images {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
    
    .about-img-main {
        width: 85%;
        aspect-ratio: 4/5;
        border-radius: var(--radius-md);
        margin: 0 auto;
        display: block;
    }
    
    .about-img-accent {
        width: 44%;
        right: 0;
        bottom: -28px;
        border-width: 5px;
        border-radius: var(--radius-sm);
    }
    
    .about-badge {
        width: 80px;
        height: 80px;
        top: 20px;
        right: 0;
    }
    
    .about-badge span:first-child {
        font-size: 26px;
    }
    
    .about-badge span:last-child {
        font-size: 7px;
    }
    
    .about-content .section-title {
        font-size: clamp(1.8rem, 5vw, 2.5rem);
    }
    
    .about-content .section-title em::after {
        height: 2px;
    }
    
    .about-content .section-desc {
        font-size: 0.95rem;
        max-width: 100%;
        line-height: 1.8;
        margin-bottom: 1rem;
    }
    
    .about-text {
        font-size: 0.85rem;
        max-width: 100%;
        line-height: 1.8;
    }
    
    .about-values {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
        margin-top: 30px;
        max-width: 100%;
    }
    
    .av-item {
        border-right: 2px solid rgba(201, 168, 106, 0.15);
        padding: 3px 12px 3px 0;
        text-align: right;
    }
    
    .av-item:hover {
        padding-right: 14px;
    }
    
    .av-title {
        font-size: 0.8rem;
    }
    
    .av-desc {
        font-size: 0.75rem;
    }
    
    .btn-primary {
        font-size: 0.75rem;
        padding: 0.7rem 1.8rem;
        margin-top: 35px;
    }
    
    .btn-primary svg {
        width: 16px;
        height: 16px;
    }
}

/* =============================================================
   MOBILE MEDIUM
   ============================================================= */
@media (max-width: 520px) {
    #about {
        padding: 40px 0;
    }
    
    .about-grid {
        gap: 30px;
    }
    
    .about-images {
        max-width: 340px;
    }
    
    .about-img-main {
        width: 88%;
        aspect-ratio: 1/1;
        border-radius: var(--radius-sm);
    }
    
    .about-img-accent {
        width: 40%;
        right: 0;
        bottom: -22px;
        border-width: 4px;
    }
    
    .about-badge {
        width: 72px;
        height: 72px;
        top: 15px;
        right: 0;
    }
    
    .about-badge span:first-child {
        font-size: 22px;
    }
    
    .about-badge span:last-child {
        font-size: 6px;
    }
    
    .about-content .section-title {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    
    .about-content .section-desc {
        font-size: 0.85rem;
        line-height: 1.7;
    }
    
    .about-text {
        font-size: 0.8rem;
        line-height: 1.7;
    }
    
    .about-values {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 25px;
    }
    
    .av-item {
        border-right: 1.5px solid rgba(201, 168, 106, 0.12);
        padding: 3px 10px 3px 0;
    }
    
    .av-item:hover {
        padding-right: 12px;
    }
    
    .av-title {
        font-size: 0.75rem;
    }
    
    .av-desc {
        font-size: 0.7rem;
    }
    
    .btn-primary {
        font-size: 0.7rem;
        padding: 0.6rem 1.5rem;
        margin-top: 30px;
    }
}

/* =============================================================
   MOBILE SMALL
   ============================================================= */
@media (max-width: 420px) {
    #about {
        padding: 30px 0;
    }
    
    #about .container {
        width: 98%;
        padding: 0 1%;
    }
    
    .about-grid {
        gap: 25px;
    }
    
    .about-images {
        max-width: 280px;
    }
    
    .about-img-main {
        width: 92%;
        aspect-ratio: 1/1;
        border-radius: var(--radius-sm);
    }
    
    .about-img-accent {
        width: 36%;
        right: 0;
        bottom: -18px;
        border-width: 3px;
    }
    
    .about-badge {
        width: 60px;
        height: 60px;
        top: 12px;
        right: 0;
    }
    
    .about-badge span:first-child {
        font-size: 18px;
    }
    
    .about-badge span:last-child {
        font-size: 5px;
        letter-spacing: 0.1em;
    }
    
    .about-content .section-title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .about-content .section-title em::after {
        height: 2px;
    }
    
    .about-content .section-desc {
        font-size: 0.8rem;
        line-height: 1.6;
        margin-bottom: 0.8rem;
    }
    
    .about-text {
        font-size: 0.75rem;
        line-height: 1.6;
    }
    
    .about-values {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 20px;
    }
    
    .av-item {
        border-right: none;
        border-bottom: 1.5px solid rgba(201, 168, 106, 0.08);
        padding: 4px 0 8px;
        text-align: center;
    }
    
    .av-item:hover {
        padding-right: 0;
        padding-bottom: 10px;
        border-bottom-color: var(--gold);
    }
    
    .av-title {
        font-size: 0.7rem;
        margin-bottom: 2px;
    }
    
    .av-desc {
        font-size: 0.65rem;
    }
    
    .btn-primary {
        font-size: 0.65rem;
        padding: 0.5rem 1.2rem;
        margin-top: 25px;
        gap: 0.3rem;
    }
    
    .btn-primary svg {
        width: 14px;
        height: 14px;
    }
}

/* =============================================================
   MOBILE VERY SMALL
   ============================================================= */
@media (max-width: 360px) {
    #about {
        padding: 25px 0;
    }
    
    .about-images {
        max-width: 240px;
    }
    
    .about-img-main {
        width: 95%;
        aspect-ratio: 1/1;
    }
    
    .about-img-accent {
        width: 32%;
        right: 0;
        bottom: -15px;
        border-width: 3px;
    }
    
    .about-badge {
        width: 52px;
        height: 52px;
        top: 10px;
        right: 0;
    }
    
    .about-badge span:first-child {
        font-size: 16px;
    }
    
    .about-badge span:last-child {
        font-size: 4px;
    }
    
    .about-content .section-title {
        font-size: 1.2rem;
    }
    
    .about-content .section-desc {
        font-size: 0.75rem;
    }
    
    .about-text {
        font-size: 0.7rem;
    }
    
    .av-title {
        font-size: 0.65rem;
    }
    
    .av-desc {
        font-size: 0.6rem;
    }
    
    .btn-primary {
        font-size: 0.6rem;
        padding: 0.4rem 1rem;
        margin-top: 20px;
    }
    
    .btn-primary svg {
        width: 12px;
        height: 12px;
    }
}


header.nav .nav-top.active {
        color: var(--gold-dark);
    }
header.nav .nav-top.active::after {
    width: 100%;
}
/* ============= LANGUAGE SWITCHER (DROPDOWN) ============= */
.lang-switcher {
    position: relative;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(245, 240, 234, 0.1);
    border: 1px solid rgba(201, 168, 124, 0.3);
    border-radius: 25px;
    padding: 4px 10px 4px 4px;
    min-width: 110px;
    transition: all 0.3s ease;
}
.lang-switcher:hover {
    background: rgba(245, 240, 234, 0.15);
}
.lang-switcher select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    color: #ffffff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 16px 6px 30px;
    cursor: pointer;
    outline: none;
    width: 100%;
    border-radius: 20px;
    transition: background 0.3s ease;
}
.lang-switcher select:hover {
    background: rgba(201, 168, 124, 0.2);
}
.lang-switcher select:focus {
    background: rgba(201, 168, 124, 0.25);
}
/* Caret icon */
.lang-switcher .lang-caret {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    pointer-events: none;
    color: #c9a87c;
    transition: transform 0.3s ease;
}
.lang-switcher:hover .lang-caret {
    transform: translateY(-50%) rotate(180deg);
}
/* Style the dropdown options */
.lang-switcher select option {
    background: #0a0806;
    color: #f5f0ea;
    padding: 10px;
    font-weight: 600;
}
.lang-switcher select option:checked {
    background: #c9a87c;
    color: #0a0806;
}
/* RTL fix for Arabic/Persian - swap caret side */
html[dir="rtl"] .lang-switcher {
    padding: 4px 4px 4px 10px;
}
html[dir="rtl"] .lang-switcher select {
    padding: 6px 14px 6px 24px;
}
html[dir="rtl"] .lang-switcher .lang-caret {
    left: auto;
    right: 10px;
}


    /* =====  FOOTER – مدرن، مینیمال، لوکس ===== */
    footer.mc-foot {
        margin-top: auto;
        border-top: 1px solid rgba(201, 168, 124, 0.08);
        padding: 2.8rem 0 1.2rem;
        color: rgba(245, 240, 234, 0.35);
        font-size: 0.9rem;
        background:
          radial-gradient(circle at 80% 20%, rgba(201, 168, 124, 0.06), transparent 40%),
          radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.02), transparent 35%),
          linear-gradient(145deg, #0f0c0a 0%, #191411 40%, #1f1916 80%, #100d0b 100%);
        backdrop-filter: blur(1px);
        transition: all 0.3s ease;
        
      }
  
      .mc-wrap {
        max-width: var(--maxw);
        margin: 0 auto;
        padding: 0 clamp(16px, 2vw, 32px);
      }
  
      /* =====  TOP GRID – سبک‌تر، با فاصله‌های نفس‌کش ===== */
      .foot-top {
        display: grid;
        grid-template-columns: 1.4fr 0.8fr 0.8fr 1.2fr;
        gap: 2rem 1.8rem;
        margin-bottom: 1.2rem;
      }
  
      /* =====  برند و لوگو ===== */
      .foot-bran {
        font-family: "Lalezar", "Times New Roman", serif;
        font-size: 2.2rem;
        font-weight: 700;
        color: var(--gold-bright);
        letter-spacing: 0.02em;
        margin-bottom: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
      }
  
      .foot-desc {
        font-size: 0.9rem;
        color: rgba(245, 240, 234, 0.25);
        /* max-width: 30ch; */
        line-height: 1.6;
        margin-top: 0.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        
      }
  
      /* =====  شبکه اجتماعی – مینیمال ===== */
      .foot-soc {
        display: flex;
        gap: 0.6rem;
        margin-top: 0.8rem;
        flex-wrap: wrap;
      }
      .foot-soc a {
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(201, 168, 124, 0.08);
        border-radius: 50%;
        transition: all 0.4s var(--ease-spring);
        color: rgba(201, 168, 124, 0.3);
        background: rgba(255, 255, 255, 0.01);
        backdrop-filter: blur(2px);
      }
      .foot-soc a:hover {
        border-color: var(--gold-platinum);
        background: rgba(201, 168, 124, 0.05);
        color: var(--gold-bright);
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 6px 18px rgba(201, 168, 124, 0.03);
      }
      .foot-soc svg {
        width: 15px;
        height: 15px;
        fill: currentColor;
      }
  
      /* =====  ستون‌ها ===== */
      .foot-col{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
      }
      .foot-col h4,
      .foot-contact h4 {
        font-size: 0.7rem;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: var(--gold-platinum);
        margin-bottom: 0.75rem;
        font-weight: 500;
        opacity: 0.7;
        border-bottom: 1px solid rgba(201, 168, 124, 0.04);
        padding-bottom: 0.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
      }
  
      .foot-col a {
        display: block;
        font-size: 0.9rem;
        color: rgba(245, 240, 234, 0.3);
        padding: 0.2rem 0;
        transition: all 0.3s var(--ease-lux);
        text-decoration: none;
        font-weight: 300;
        letter-spacing: 0.01em;
      }
      .foot-col a:hover {
        color: var(--gold-bright);
        padding-left: 6px;
        opacity: 1;
      }
  
      /* =====  نقشه و اطلاعات تماس ===== */
      .foot-map {
        display: block;
        margin-bottom: 0.6rem;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid rgba(201, 168, 124, 0.04);
        transition: all 0.4s var(--ease-lux);
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
      }
      .foot-map:hover {
        border-color: rgba(201, 168, 124, 0.12);
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
      }
      .foot-map iframe {
        filter: grayscale(0.5) brightness(0.45) contrast(1.1);
        display: block;
        transition: filter 0.4s;
        height: 80px;
        width: 100%;
        border: 0;
      }
      .foot-map:hover iframe {
        filter: grayscale(0.2) brightness(0.55) contrast(1.15);
      }
  
      .foot-info {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
      }
      .foot-info-row {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.2rem 0;
        color: rgba(245, 240, 234, 0.3);
        font-size: 0.8rem;
        line-height: 1.4;
        border-bottom: 1px solid rgba(201, 168, 124, 0.02);
        transition: color 0.3s var(--ease-lux);
        text-decoration: none;
      }
      .foot-info-row:last-child {
        border-bottom: 0;
      }
      .foot-info-row svg {
        flex: none;
        width: 14px;
        height: 14px;
        stroke: var(--gold-platinum);
        fill: none;
        stroke-width: 1.6;
        opacity: 0.25;
        transition: opacity 0.3s;
      }
      .foot-info-row b {
        color: rgba(201, 168, 124, 0.5);
        font-weight: 500;
        opacity: 0.7;
      }
      .foot-info-row:hover {
        color: var(--gold-bright);
      }
      .foot-info-row:hover svg {
        opacity: 0.6;
      }
  
      /* =====  پایین فوتر ===== */
      .foot-bottom {
        border-top: 1px solid rgba(201, 168, 124, 0.04);
        margin-top: 1.2rem;
        padding-top: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
        flex-wrap: wrap;
        font-size: 0.6rem;
        color: rgba(245, 240, 234, 0.12);
        letter-spacing: 0.02em;
      }
      .foot-bottom .brass {
        color: var(--gold-platinum);
        font-weight: 400;
      }
      .foot-bottom a {
        color: rgba(245, 240, 234, 0.12);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 0.3s, border-color 0.3s;
      }
      .foot-bottom a:hover {
        color: var(--gold-bright);
        border-color: var(--gold-platinum);
      }
  
      /* =====  ریسپانسیو ===== */
      @media (max-width: 900px) {
        .foot-top {
          grid-template-columns: 1fr 1fr;
          gap: 2rem 1.5rem;
        }
        .foot-brand {
          font-size: 2rem;
        }
      }
      @media (max-width: 600px) {
        .foot-top {
          grid-template-columns: 1fr;
          gap: 1.8rem;
        }
        .foot-brand {
          font-size: 1.8rem;
          justify-content: center;
        }
        .foot-desc {
          max-width: 100%;
          text-align: center;
        }
        .foot-soc {
          justify-content: center;
        }
        .foot-col h4, .foot-contact h4 {
          text-align: center;
        }
        .foot-col a {
          text-align: center;
        }
        .foot-info-row {
          justify-content: center;
        }
        .foot-map {
          max-width: 300px;
          margin-left: auto;
          margin-right: auto;
        }
        .foot-bottom {
          flex-direction: column;
          text-align: center;
          gap: 0.4rem;
        }
      }
  
      .foot-brand::after {
        content: '';
        display: block;
        width: 40px;
        height: 1px;
        background: linear-gradient(90deg, var(--gold-platinum), transparent);
        margin-top: 4px;
        opacity: 0.2;
      }
      @media (max-width: 600px) {
        .foot-brand::after {
          margin-left: auto;
          margin-right: auto;
        }
      }
  
      /* بهبود خوانایی */
      .foot-info-row span {
        opacity: 0.8;
      }
  
      /* لوگو در برند */
      .persian.LogoCu {
        display: inline-flex;
        align-items: center;
      }





/* =============================================================
   ترفند برای iOS
   ============================================================= */
@supports (-webkit-touch-callout: none) {
    .hero-bg,
    .modern-showcase-bg,
    .footer-bg {
        position: fixed !important;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
}

/* ===== حالت فارسی/عربی (راست‌چین) ===== */
html[lang="fa"] p,
/* html[lang="fa"] h1, */
/* html[lang="fa"] h2, */
html[lang="fa"] h3,
html[lang="fa"] h4,
html[lang="fa"] h5,
html[lang="fa"] h6,
html[lang="fa"] li,
html[lang="fa"] figcaption,
html[lang="fa"] blockquote,
html[lang="fa"] .craft-copy,
html[lang="fa"] .rv-card,
html[lang="fa"] .foot-col,
html[lang="fa"] .foot-contact,
html[lang="fa"] .vip-step,
html[lang="fa"] .card-body,
html[lang="fa"] .cat-meta,
html[lang="fa"] .feat-body,
html[lang="fa"] .faq-item,
html[lang="fa"] .rv-q,
html[lang="fa"] .rv-who,
html[lang="fa"] .trust-cell .lbl,
html[lang="fa"] .foot-brand,
html[lang="fa"] .foot-info span,
html[lang="fa"] .mm-brand,
html[lang="fa"] .mm-label,
html[lang="fa"] .nav-mobile-item,
html[lang="ar"] p,
/* html[lang="ar"] h1, */
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] li,
html[lang="ar"] figcaption,
html[lang="ar"] blockquote,
html[lang="ar"] .craft-copy,
html[lang="ar"] .rv-card,
html[lang="ar"] .foot-col,
html[lang="ar"] .foot-contact,
html[lang="ar"] .vip-step,
html[lang="ar"] .card-body,
html[lang="ar"] .cat-meta,
html[lang="ar"] .feat-body,
html[lang="ar"] .faq-item,
html[lang="ar"] .rv-q,
html[lang="ar"] .rv-who,
html[lang="ar"] .trust-cell .lbl,
html[lang="ar"] .foot-brand,
html[lang="ar"] .foot-info span,
html[lang="ar"] .mm-brand,
html[lang="ar"] .mm-label ,
html[lang="ar"] .nav-mobile-item

{
    direction: rtl !important;
    text-align: right !important;
}

/* ===== حالت انگلیسی (چپ‌چین) ===== */
html[lang="en"] p,
html[lang="en"] h1,
/* html[lang="en"] h2, */
html[lang="en"] h3,
html[lang="en"] h4,
html[lang="en"] h5,
html[lang="en"] h6,
html[lang="en"] li,
html[lang="en"] figcaption,
html[lang="en"] blockquote,
html[lang="en"] .craft-copy,
html[lang="en"] .rv-card,
html[lang="en"] .foot-col,
html[lang="en"] .foot-contact,
html[lang="en"] .vip-step,
html[lang="en"] .card-body,
html[lang="en"] .cat-meta,
html[lang="en"] .feat-body,
html[lang="en"] .faq-item,
html[lang="en"] .rv-q,
html[lang="en"] .rv-who,
html[lang="en"] .trust-cell .lbl,
html[lang="en"] .foot-brand,
html[lang="en"] .foot-info span,
html[lang="en"] .mm-brand,
html[lang="en"] .mm-label {
    direction: ltr !important;
    text-align: left !important;
}

/* =============================================================
   RESPONSIVE VARIABLES
   ============================================================= */
:root {
  --arch-height-xl: 330px;
  --arch-height-lg: 290px;
  --arch-height-md: 280px;
  --arch-height-sm: 270px;
  --arch-height-xs: 240px;
  --arch-height-mobile: 200px;
  
  --logo-height-desktop: 100px;
  --logo-height-tablet: 90px;
  --logo-height-mobile: 70px;
}

/* =============================================================
   RESPONSIVE BREAKPOINTS (Desktop First)
   ============================================================= */

/* --- Ultra Wide (≥1590px) --- */
@media (min-width: 1590px) {
  .persian-frame {
    top: -13% !important;
    height: 80vw !important;
    display: flex !important;
  }
  .persian-frame img {
    height: 100%;
  }

}

/* ============================================================
   TABLET & MOBILE BREAKPOINTS
   ============================================================ */

/* --- Large Desktop (≤1413px) --- */
@media (max-width: 1413px),
       (max-width: 1239px) {
        .persian-frame {
            top: -17% !important;
            height: 80vw !important;
            display: flex !important;
          }

            .logo-icon-C {
                height: 70px !important;
            }
            /* .site-content {
            width: 92% !important;
            margin: 0 auto !important;
            } */
            .arch-wrap{
                height: 360px !important;
            }
       }


/* --- Large Tablet (≤1024px) --- */
@media (max-width: 1024px) {



  /* Slider */
  .slide-content {
    grid-template-columns: 1fr 0.8fr;
    gap: 2rem;
  }
  .slide-title {
    font-size: clamp(1.8rem, 4.5vw, 3.2rem);
  }

  /* Categories */
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .cat-card:first-child {
    grid-column: span 2;
  }

  /* Architecture */
  .arch-wrap {
    width: 88%;
    height: var(--arch-height-md) !important;
  }

  /* VIP Steps */
  .vip-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reviews */
  .rv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Showcase */
  .modern-showcase .showcase-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  /* Footer */
  .foot-top {
    grid-template-columns: 1.4fr 1fr 1fr !important;
  }
  .foot-contact {
    grid-column: 1 / -1;
  }

  /* Feature Cards */
  .feat-card-1 {
    right: 4%;
    z-index: -2 !important;
    top: 1%;
  }
  .feat-card-2 {
    left: 4%;
    z-index: -1;
    top: 1%;
  }
  .feat-body h3 {
    display: none;
  }

  /* Logo & Mobile Frame */
  .logo-icon-C {
    height: var(--logo-height-tablet) !important;
  }
  .persian-frameMobile {
    top: -4% !important;
    display: none !important;
  }
  .site-content{
    width: 100% !important;
  }
  .persian-frame {
    top: -15% !important;
    height:100vw !important;
    display: flex !important;
  }

}

/* --- Small Desktop / Large Tablet (≤980px) --- */
@media (max-width: 980px) {

  
  .arch-wrap {
    height: var(--arch-height-sm) !important;
  }
  .persian-frame {
    top: -15% !important;
    height:100vw !important;
    display: flex !important;
  }
      .persian-frameMobile {

        display: none !important;
    }
}




/* --- Tablet (≤900px) --- */
@media (max-width: 900px) {
  
  header.nav .hamb {
    display: flex !important;
  }
  .arch-wrap {
    height: var(--arch-height-sm) !important;
  }

  .persian-frame {
    top: -15% !important;
    height:100vw !important;
    display: flex !important;
  }
      .persian-frameMobile {

        display: none !important;
    }
}

/* --- Small Tablet (≤870px) --- */
@media (max-width: 870px) {
  .arch-wrap {
    height: var(--arch-height-sm) !important;
  }
  .logo-icon-C {
    height: var(--logo-height-tablet) !important;
  }
    .persian-frameMobile {

        display: none !important;
    }

}

/* --- Tablet (≤768px) --- */
@media (max-width: 768px) {

    .Nav-Btns-Mobile{
    display: flex !important;
}
      .persian-frame {

    display: none !important;
  }
    .persian-frameMobile {
        top: -4% !important;
        height: 17% !important;
        display: flex !important;
    }




  /* Hero Slider */
  .home-hero-slider {
    height: 100svh;
    min-height: 500px;
  }
  .slide-content {
    grid-template-columns: 1fr;
    text-align: center;
    align-content: center;
    padding: 100px 20px 60px;
  }
  .slide-visual {
    display: none;
  }
  .slide-sub {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-ctas {
    justify-content: center;
  }
  .slide-eyebrow {
    padding-left: 0;
  }
  .slide-eyebrow::before {
    display: none;
  }

  /* Trust Row */
  .trust-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-cell {
    border-right: none;
    border-bottom: 1px solid var(--line-gold);
  }
  .trust-cell:nth-child(odd) {
    border-right: 1px solid var(--line-gold);
  }
  .trust-cell:last-child,
  .trust-cell:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }

  /* Sections */
  .home-sec {
    padding: clamp(2rem, 4vw, 3rem) 16px;
  }

  /* Categories */
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }
  .cat-card:first-child {
    grid-column: span 2;
    aspect-ratio: 16/9;
  }

  /* Architecture */
  .arch-wrap {
    width: 98%;
    padding: 0 6%;
    height: var(--arch-height-xs) !important;
  }

  /* Feature Cards */
  .feat-body h3 {
    font-size: 1.1rem;
  }
  .feat-body .persian-tag {
    display: none;
  }
  .feat-card-1 {
    right: 2%;
    z-index: -2 !important;
  }
  .feat-card-2 {
    left: 2%;
    z-index: -1;
  }

  /* Craft */
  .craft-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .craft-copy > p {
    max-width: 100%;
  }

  /* Showcase */
  .modern-showcase {
    padding: 3rem 16px;
  }
  .modern-showcase .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  /* Reviews */
  .rv-grid {
    grid-template-columns: 1fr;
  }

  /* VIP Steps */
  .vip-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Footer */
  .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 6%;
  }
  .foot-top > div:first-child {
    grid-column: 1 / -1;
  }
  .foot-contact {
    grid-column: 1 / -1;
  }
  .foot-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.4rem;
  }

  /* Logo & Mobile Frame */
  .logo-icon-C {
    height: var(--logo-height-tablet) !important;
  }
  .persian-frameMobile {
    display: flex !important;
  }
  .persian-frameMobile img {
    height: 11% !important;
  }
  .nav-right-Desk{
    display: none !important;
  }

}

/* --- Mobile Large (≤640px) --- */
@media (max-width: 640px) {

  .arch-wrap {
    height: var(--arch-height-mobile) !important;
  }
  .persian-frameMobile {
    display: flex !important;
  }
  .persian-frameMobile img {
    height: 100% !important;
  }
  .logo-icon {
    display: none;
  }
  
  
}

/* --- Mobile Medium (≤600px) --- */
@media (max-width: 600px) {
    
  .logo-icon-C {
    height: var(--logo-height-mobile) !important;
  }
  .arch-wrap {
    height: var(--arch-height-mobile) !important;
  }
  .persian-frameMobile {
    display: flex !important;
    
  }
  .logo-icon {
    display: none;
  }
}

/* --- Mobile Small (≤586px) --- */
@media (max-width: 586px) {

  .logo-icon-C {
    height: var(--logo-height-mobile) !important;
  }
  .arch-wrap {
    height: var(--arch-height-mobile) !important;
  }
  .persian-frameMobile {
    top: -3% !important;
    height: 10% !important;
    
    display: flex !important;
  }
  .logo-icon {
    display: none;
  }

}

/* --- Mobile X-Small (≤500px) --- */
@media (max-width: 500px) {
  .logo-icon-C {
    height: var(--logo-height-mobile) !important;
  }
  .arch-wrap {
    height: var(--arch-height-mobile) !important;
  }
  .persian-frameMobile {
    top: -4% !important;
    height: 17% !important;
    display: flex !important;
  }
  .logo-icon {
    display: none;
  }

}

/* --- Mobile (≤480px) --- */
@media (max-width: 480px) {
    .persian-frameMobile {
    top: -4% !important;
    height: 11% !important;
    display: flex !important;
  }

  header.nav .logo-sub {
    display: none;
  }

  /* Slider */
  .slide-title {
    font-size: clamp(1.6rem, 8vw, 2.6rem);
  }

  /* Trust */
  .trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Categories */
  .cat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .cat-card:first-child {
    grid-column: span 2;
  }

  /* Architecture */
  .arch-wrap {
    width: 100%;
    padding: 0 5%;
    height: var(--arch-height-mobile) !important;
  }

  /* Feature Cards */
  .feat-body {
    padding: 0.4rem 0.5rem 0.5rem;
  }
  .feat-body h3 {
    font-size: 0.8rem;
  }
  .feat-body p {
    font-size: 0.55rem;
    letter-spacing: 0.03em;
  }
  .feat-body .persian-tag {
    display: none;
  }
  .feat-imgw {
    aspect-ratio: 4/3;
  }

  /* Showcase */
  .modern-showcase {
    padding: 2.5rem 12px;
  }
  .modern-showcase .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  /* VIP Steps */
  .vip-steps {
    grid-template-columns: 1fr;
  }

  /* Footer */
  .foot-top {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
    margin-top: 5%;
  }
  .foot-top > div:first-child {
    grid-column: 1 / -1;
  }
  .foot-contact {
    grid-column: 1 / -1;
  }
  .foot-brand {
    font-size: 2.2rem;
  }

  /* Mobile Frame */
  .persian-frameMobile {
    display: flex !important;
  }
  .logo-icon {
    display: none;
  }
}

/* --- Mobile Very Small (≤360px) --- */
@media (max-width: 360px) {
  .cat-grid {
    grid-template-columns: 1fr;
  }
  .cat-card:first-child {
    grid-column: span 1;
  }

  .modern-showcase .showcase-grid {
    grid-template-columns: 1fr;
  }

  .foot-top {
    grid-template-columns: 1fr;
  }
  .foot-top > div:first-child {
    grid-column: 1;
  }
  .foot-contact {
    grid-column: 1;
  }

  .arch-wrap {
    height: var(--arch-height-mobile) !important;
  }

  .persian-frameMobile {
    display: flex !important;
  }
  .logo-icon {
    display: none;
  }
}