/* 1:1 Screenshot Match Theme */
/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,600;0,700;1,600&family=Montserrat:wght@300;400;500;600;700&display=swap');*/


.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    align-items: center;
}

.top-badge {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: var(--text-dim);
    margin-bottom: 2rem;
    background: rgba(212, 175, 55, 0.05);
}

.gold-plus { color: var(--gold); margin-right: 5px; font-size: 1.1rem; }

.hero-text h1 {
    font-size: 3.8rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    font-weight: 700;
}

.hero-subtext {
    font-size: 1.2rem;
    color: var(--text-dim);
    margin-bottom: 3.5rem;
    line-height: 1.8;
}

.hero-btns {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 5rem;
}

.btn-gold-solid {
    background: var(--gold-gradient);
    color: #000;
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2);
    transition: var(--transition);
    background: linear-gradient(135deg, var(--gold-d), var(--gold), var(--gold-l));
    color: #0d0b00;
    box-shadow: 0 4px 20px rgba(201, 168, 76, .3);
}

.btn-outline-gold-thick {
    background: transparent;
    color: var(--gold);
    padding: 1.2rem 3rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    border: 1.5px solid var(--gold);
    transition: var(--transition);
}

.btn-outline-gold-thick:hover {
    background: rgba(212, 175, 55, 0.1);
}

/* Bottom Stats */
.hero-bottom-stats {
    display: flex;
    gap: 4rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 2rem;
}

.stat-box {
    display: flex;
    flex-direction: column;
}

.s-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: var(--text-white);
    font-weight: 700;
}

.s-lab {
    font-size: 0.65rem;
    color: var(--text-dim);
    letter-spacing: 1px;
}

/* Premium Visual Card */
.hero-visual {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.premium-card {
    background: #0c0e14;
    padding: 1.2rem;
    border-radius: 30px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    width: 100%;
    max-width: 500px;
    position: relative;
}

.card-img-wrap img {
    width: 100%;
    border-radius: 20px;
}

.f-badge {
    position: absolute;
    background: rgba(10, 11, 20, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.badge-top-right { top: 30px; right: -25px; }
.badge-bottom-left { bottom: 120px; left: -30px; }

.f-icon { font-size: 1.2rem; }
.earth { color: #4285f4; }
.trophy { color: #ffca28; }

.f-info strong { display: block; font-size: 0.8rem; }
.f-info span { font-size: 0.65rem; color: var(--text-dim); }

.card-footer-lux {
    padding: 1.5rem 0.5rem 0.5rem;
}

.card-footer-lux h3 { font-size: 1.4rem; margin-bottom: 0.3rem; }
.card-footer-lux p { font-size: 0.8rem; color: var(--text-dim); margin-bottom: 1rem; }

.lux-tags { display: flex; gap: 0.8rem; }
.lux-tags span {
    background: rgba(255,255,255,0.03);
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.6rem;
    border: 1px solid rgba(255,255,255,0.05);
}

/* Redesigned Luxury About Section */
.about-lux-section {
    padding: 120px 0;
    background: #07080b;
    border-top: 1px solid rgba(255,255,255,0.03);
}

.about-lux-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
}

.about-lux-visual {
    position: relative;
}

.main-visual-box {
    position: relative;
    border-radius: 30px;
    padding: 1rem;
    background: #11131a;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.main-visual-box img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

.experience-tag {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: var(--gold-gradient);
    color: #000;
    padding: 2rem;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.gold-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.experience-tag p {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.mini-gold-title {
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    display: block;
}

.about-lux-content h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.about-desc {
    color: var(--text-dim);
    margin-bottom: 3rem;
    font-size: 1.05rem;
}

.benefit-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.b-icon {
    width: 60px;
    height: 60px;
    background: rgba(212, 175, 55, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.b-text strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.b-text p {
    font-size: 0.9rem;
    color: var(--text-dim);
}

/* Wholesale CTA Banner Styles */
.wholesale-cta-banner {
    padding: 80px 0;
    background: linear-gradient(rgba(10, 11, 20, 0.9), rgba(10, 11, 20, 0.9)), 
                url('https://images.unsplash.com/photo-1573408302314-192b8d1a433b?auto=format&fit=crop&q=80&w=1600') center/cover;
    text-align: center;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.cta-banner-content h2 {
    font-size: 2.8rem;
    color: var(--text-white);
    margin-bottom: 1.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.cta-banner-content p {
    font-size: 1.2rem;
    color: var(--gold);
    font-weight: 500;
    margin-bottom: 2.5rem;
    letter-spacing: 1px;
}

/* Why Choose Us Section Styles */
.why-choose-section {
    padding: 100px 0;
    background: #0a0b14;
    text-align: center;
}

.why-choose-header h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: var(--text-white);
}

.header-line {
    width: 250px;
    height: 2px;
    background: var(--gold);
    margin: 0 auto 4rem;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-list {
    list-style: none;
}

.benefit-list li {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 2rem;
}

.benefit-list li::before {
    content: "•";
    color: var(--gold);
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    line-height: 1;
    top: 0;
}

@media (max-width: 768px) {
    .why-choose-grid { grid-template-columns: 1fr; gap: 0; }
    .why-choose-header h2 { font-size: 2.5rem; }
}

/* Wholesale Detail Section Styles */
.wholesale-detail-section, .partnership-benefits-section {
    padding: 100px 0;
    background: #050608;
    text-align: center;
}

.sub-intro {
    font-size: 1.2rem;
    color: var(--text-white);
    margin-bottom: 3rem;
    font-weight: 500;
}

.detail-table {
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 15px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.detail-row {
    display: grid;
    grid-template-columns: 300px 1fr;
    text-align: left;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.detail-row:last-child { border-bottom: none; }

.detail-row span {
    padding: 1.5rem 2rem;
    font-size: 1rem;
    color: var(--text-muted);
}

.header-row {
    background: rgba(212, 175, 55, 0.05);
}

.header-row span {
    color: var(--gold);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.detail-row span:first-child {
    border-right: 1px solid rgba(212, 175, 55, 0.1);
    font-weight: 600;
    color: var(--text-white);
}

/* Partnership Benefits List */
.partnership-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.p-benefit-list {
    list-style: none;
}

.p-benefit-list li {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
    position: relative;
    padding-left: 2rem;
    line-height: 1.8;
}

.p-benefit-list li::before {
    content: "•";
    color: var(--gold);
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    top: -2px;
}

.p-benefit-list li strong {
    color: var(--text-white);
    display: inline-block;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .detail-row { grid-template-columns: 1fr; }
    .detail-row span:first-child { border-right: none; border-bottom: 1px solid rgba(212, 175, 55, 0.1); }
}

/* Career Section Styles */
.career-section {
    padding: 100px 0;
    background: #0a0b14;
}

.career-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    background: #11131a;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.career-info {
    position: relative;
    height: 100%;
}

.career-img-overlay {
    position: relative;
    height: 100%;
    min-height: 500px;
}

.career-img-overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.career-txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.career-txt-box span {
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.career-txt-box h2 {
    font-size: 2.8rem;
    margin: 1rem 0;
    line-height: 1.2;
}

.small-line {
    width: 60px;
    height: 2px;
    background: var(--gold);
    margin: 1.5rem auto;
}

.career-txt-box p {
    font-size: 1rem;
    color: var(--text-dim);
    line-height: 1.7;
}

.career-form-box {
    padding: 4rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.input-group {
    margin-bottom: 1.5rem;
    text-align: left;
}

.input-group label {
    display: block;
    font-size: 0.8rem;
    color: var(--text-dim);
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.input-group input, .input-group textarea {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-white);
    font-family: inherit;
    transition: var(--transition);
}

.input-group input:focus, .input-group textarea:focus {
    outline: none;
    border-bottom-color: var(--gold);
    background: rgba(255, 255, 255, 0.05);
}

.btn-submit {
    width: 100%;
    padding: 1.2rem;
    background: #607d8b; /* Blue-grey button as per screenshot reference */
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 1rem;
}

.btn-submit:hover {
    background: var(--gold);
    color: #000;
}

@media (max-width: 1024px) {
    .career-grid { grid-template-columns: 1fr; }
    .career-form-box { padding: 3rem 2rem; }
}

/* Wholesale Intro Section Styles */
.wholesale-intro {
    padding: 80px 0 40px;
    background: #0a0b14;
    text-align: center;
}

.intro-txt-box {
    max-width: 900px;
    margin: 0 auto;
}

.intro-txt-box p {
    font-size: 1.15rem;
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 2rem;
}

.intro-highlight {
    font-style: italic;
    color: var(--text-white);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem !important;
}

/* Updated Category Section Styles */
.section-title {
    text-align: center;
    padding: 60px 0 60px; /* Reduced top padding since intro is above */
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.cat-card {
    background: #0c0e14;
    border: 1px solid rgba(212, 175, 55, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.cat-img { height: 400px; }
.cat-img img { width: 100%; height: 100%; object-fit: cover; }

.cat-body { padding: 2rem; text-align: center; }
.cat-body h3 { font-size: 1.6rem; margin-bottom: 1.5rem; }

.btn-wa-sm {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: var(--gold);
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.75rem;
    border-radius: 50px;
}

footer {
    padding: 6rem 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}

/* Responsive Media Queries */
@media (max-width: 1200px) {
    .container { padding: 0 1.5rem; }
    .hero-text h1 { font-size: 3.2rem; }
    .about-lux-grid { gap: 4rem; }
}

@media (max-width: 1024px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-visual { display: none; }
    .hero-text h1 { font-size: 3rem; }
    .hero-btns { justify-content: center; }
    .hero-bottom-stats { justify-content: center; }
    .about-lux-grid { grid-template-columns: 1fr; gap: 4rem; text-align: center; }
    .about-lux-content h2 { font-size: 3rem; }
    .benefit-row { justify-content: center; text-align: left; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .career-grid { grid-template-columns: 1fr; }
    .career-form-box { padding: 3rem 2rem; }
}

@media (max-width: 768px) {
    /* Header & Nav */
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #0c0e14;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        transition: 0.5s ease;
        z-index: 999;
        box-shadow: -10px 0 30px rgba(0,0,0,0.5);
    }

    .nav-links.active { right: 0; }

    .hamburger {
        display: block;
        cursor: pointer;
        z-index: 1001;
    }

    .hamburger span {
        display: block;
        width: 28px;
        height: 2px;
        background: var(--gold);
        margin: 6px 0;
        transition: 0.4s;
    }

    .hamburger.active span:nth-child(1) { transform: rotate(-45deg) translate(-5px, 6px); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: rotate(45deg) translate(-5px, -6px); }

    .btn-b2b { display: none; }
    
    .btn-b2b-mobile {
        display: inline-block;
        background: var(--gold-gradient);
        color: #000;
        padding: 0.8rem 2.5rem;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.8rem;
        margin-top: 1rem;
        box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
    }

    /* Hero */
    .hero { padding-top: 120px; }
    .hero-text h1 { font-size: 2.4rem; line-height: 1.2; }
    .hero-subtext { font-size: 1rem; margin-bottom: 2.5rem; }
    .hero-btns { flex-direction: column; gap: 1rem; }
    .btn-gold-solid, .btn-outline-gold-thick { width: 100%; padding: 1rem 2rem; }
    
    .hero-bottom-stats { 
        flex-wrap: wrap; 
        gap: 2rem; 
        justify-content: center;
        padding-bottom: 2rem;
    }
    .stat-box { flex: 0 0 40%; }

    /* About Section */
    .about-lux-section { padding: 60px 0; }
    .about-lux-content h2 { font-size: 2.2rem; }
    .experience-tag { padding: 1.5rem; bottom: -20px; right: 10px; }
    .gold-val { font-size: 1.8rem; }
    
    /* CTA Banner */
    .cta-banner-content h2 { font-size: 1.8rem; }
    .cta-banner-content p { font-size: 1rem; }

    /* Categories */
    .category-grid { grid-template-columns: 1fr; }
    .cat-img { height: 300px; }

    /* Why Choose */
    .why-choose-header h2 { font-size: 2rem; }
    .why-choose-grid { grid-template-columns: 1fr; gap: 1rem; }
    
    /* Detail Table */
    .detail-row { grid-template-columns: 1fr; }
    .detail-row span:first-child { 
        border-right: none; 
        border-bottom: 1px solid rgba(212, 175, 55, 0.1);
        padding: 1rem;
    }
    .detail-row span { padding: 1rem; }

    /* Career */
    .career-txt-box h2 { font-size: 2rem; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .career-form-box { padding: 2rem 1.5rem; }
}

@media (max-width: 480px) {
    .hero-text h1 { font-size: 2rem; }
    .stat-box { flex: 0 0 100%; }
    .logo { font-size: 1.5rem; }
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in { animation: fadeIn 1s ease forwards; }
.fade-in-delayed { opacity: 0; animation: fadeIn 1s ease 0.3s forwards; }

.nav-link a{
        font-size: .8rem;
    font-weight: 500;
    letter-spacing: .04em;
    color: var(--text-3);
    padding: 8px 12px;
    border-radius: 8px;
    transition: var(--tr);
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
}
