/* ==========================================================================
   Amir Trading Corporation - B2B Luxury Corporate Website Stylesheet
   Design Ethos: Ultra-Modern, Editorial, Premium Textile, High-Contrast Light
   ========================================================================== */

/* 1. Custom Properties & Design Tokens */
:root {
    /* Color Palette */
    --bg-primary: #fbf9f6;
    --bg-surface: #ffffff;
    --bg-card-gray: #f4f1ea;
    --text-primary: #1a1919;
    --text-muted: #6e6b64;
    --accent-gold: #d4af37;
    --accent-gold-rgb: 212, 175, 55;
    --border-light: #e5e0d8;
    --gold-glow: rgba(212, 175, 55, 0.15);

    --font-heading: 'Syne', sans-serif;
    --font-editorial: 'Cormorant Garamond', serif;
    --font-body: 'Outfit', sans-serif;

    --transition-smooth: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-quick: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --transition-magnetic: all 0.2s cubic-bezier(0.1, 0.8, 0.3, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    width: 100%;
    min-height: 100vh;
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-body);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    scroll-behavior: auto;
}

body::selection {
    background-color: var(--accent-gold);
    color: var(--text-primary);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    background: none;
    border: none;
}

.section-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 4.5rem;
}

@media (max-width: 1024px) {
    .section-container {
        padding: 0 2.5rem;
    }
}

@media (max-width: 768px) {
    .section-container {
        padding: 0 1.5rem;
    }
}



/* 3. Cinematic Cotton Flower Preloader */
body.cotton-loading {
    overflow: hidden !important;
    height: 100vh !important;
}

.cotton-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    overflow: hidden;
    background: transparent;
}

.cotton-loader-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161515;
    /* Luxury Matte Dark Charcoal */
    z-index: 1;
}

.cotton-loader-slide-trail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-gold);
    z-index: 2;
    transform: translateY(100%);
}

.cotton-loader-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 450px;
    width: 90%;
    padding: 2rem;
}

.cotton-flower-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cotton-flower-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.2));
}

.cotton-flower-glow {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.2) 0%, rgba(212, 175, 55, 0) 70%);
    filter: blur(10px);
    z-index: -1;
    pointer-events: none;
}

.cotton-part {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: fill 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.cotton-stem {
    stroke: #c5a880;
    /* Muted Champagne Gold */
}

.cotton-calyx {
    stroke: var(--accent-gold);
    /* Bright Accent Gold */
}

.cotton-lobe {
    stroke: rgba(251, 249, 246, 0.45);
    /* Soft Cream White Outline */
}

.cotton-loader-info {
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
}

.cotton-brand-sub {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.45em;
    color: var(--accent-gold);
    display: block;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.cotton-brand-main {
    font-family: var(--font-editorial);
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.12em;
    color: var(--bg-primary);
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cotton-progress-container {
    width: 240px;
    height: 1px;
    background-color: rgba(251, 249, 246, 0.08);
    position: relative;
    margin: 0 auto 1.2rem;
    overflow: hidden;
}

.cotton-progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: var(--accent-gold);
    box-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
}

.cotton-status-row {
    width: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.cotton-status-text {
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: var(--text-muted);
    text-transform: uppercase;
}

.cotton-counter {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--accent-gold);
    letter-spacing: 0.05em;
}



/* 5. Sticky Luxury Navbar */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid rgba(229, 224, 216, 0.4);
    background-color: rgba(251, 249, 246, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: var(--transition-smooth);
}

.header.scrolled {
    padding: 0.8rem 0;
    border-bottom-color: var(--border-light);
    box-shadow: 0 10px 30px rgba(26, 25, 25, 0.02);
}

.nav-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1rem 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-smooth);
}

.header.scrolled .nav-container {
    padding: 0.5rem 4.5rem;
}

.nav-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-mono {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: var(--text-primary);
    line-height: 1;
}

.logo-text {
    font-family: var(--font-body);
    font-size: 0.6rem;
    letter-spacing: 0.35em;
    color: var(--text-muted);
    text-transform: uppercase;
    margin-top: 0.2rem;
    font-weight: 600;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 3.5rem;
}

.nav-link {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-primary);
    position: relative;
    padding: 0.5rem 0;
    display: inline-block;
    transition: var(--transition-quick);
}

.nav-num {
    font-family: var(--font-editorial);
    font-style: italic;
    color: var(--accent-gold);
    margin-right: 0.2rem;
    font-weight: 400;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--accent-gold);
    transition: var(--transition-quick);
}

.nav-link:hover {
    color: var(--accent-gold);
}

.nav-link:hover::after {
    width: 100%;
}

.btn-catalog {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: var(--bg-primary);
    background-color: var(--text-primary);
    padding: 0.9rem 1.8rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    transition: var(--transition-smooth);
    border: 1px solid var(--text-primary);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.btn-catalog i {
    transition: transform 0.3s ease;
}

.btn-catalog:hover {
    background-color: transparent;
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.btn-catalog:hover i {
    transform: translateX(5px);
}

.burger-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    background: transparent;
    border: none;
    z-index: 1010;
    padding: 0;
}

.burger-bar {
    width: 100%;
    height: 2px;
    background-color: var(--text-primary);
    transition: var(--transition-quick);
}

.mobile-nav-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    visibility: hidden;
    pointer-events: none;
}

.drawer-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 25, 25, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.drawer-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    max-width: 85%;
    height: 100%;
    background-color: var(--bg-primary);
    border-left: 1px solid var(--border-light);
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.03);
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-light);
    padding-bottom: 1.5rem;
}

.drawer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.drawer-close-btn {
    font-size: 1.6rem;
    color: var(--text-primary);
    background: transparent;
    border: none;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drawer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    margin: 3rem 0;
}

.drawer-link {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-primary);
    display: flex;
    align-items: baseline;
    transition: var(--transition-quick);
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.drawer-text {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
    flex-grow: 1;
}

.drawer-num {
    font-family: var(--font-editorial);
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    color: var(--accent-gold);
    margin-right: 0.8rem;
}

.drawer-link:hover {
    color: var(--accent-gold);
    transform: translateX(6px);
}

.drawer-actions {
    margin-top: auto;
}

.btn-drawer-catalog {
    width: 100%;
    justify-content: center;
    padding: 1.1rem;
}

.drawer-footer {
    border-top: 1px solid var(--border-light);
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.drawer-footer-text {
    font-family: var(--font-body);
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    color: var(--text-muted);
    text-transform: uppercase;
}

.mobile-nav-drawer.active {
    visibility: visible;
    pointer-events: auto;
}

.mobile-nav-drawer.active .drawer-backdrop {
    opacity: 1;
}

.mobile-nav-drawer.active .drawer-content {
    transform: translateX(0);
}

/* ==========================================================================
   Dropdown & Accordion Styles
   ========================================================================== */

/* 1. Desktop Dropdown */
.nav-dropdown-wrapper {
    position: relative;
}

.nav-dropdown-wrapper .nav-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.dropdown-arrow {
    font-size: 0.65rem;
    transition: transform 0.3s ease;
    margin-top: 0.1rem;
}

.nav-dropdown-wrapper:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.nav-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    list-style: none;
    padding: 1rem 0;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.nav-dropdown-wrapper:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-item {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-primary);
    padding: 0.6rem 1.5rem;
    display: block;
    transition: var(--transition-quick);
}

.dropdown-item:hover {
    background-color: var(--bg-primary);
    color: var(--accent-gold);
}

/* 2. Mobile Accordion */
.drawer-dropdown-wrapper {
    width: 100%;
}

.drawer-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 0.5rem;
}

.accordion-icon {
    font-size: 1rem;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    color: var(--accent-gold);
    margin-left: auto;
}

.drawer-dropdown-wrapper.active .accordion-icon {
    transform: rotate(180deg);
}

.drawer-dropdown {
    list-style: none;
    padding-left: 2.2rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, margin-top 0.4s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    margin-top: 0;
}

.drawer-dropdown-wrapper.active .drawer-dropdown {
    max-height: 300px;
    opacity: 1;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}

.drawer-dropdown-link {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-muted);
    transition: var(--transition-quick);
    display: block;
}

.drawer-dropdown-link:hover {
    color: var(--accent-gold);
    transform: translateX(4px);
}

@media (max-width: 1024px) {
    .nav-container {
        padding: 1.2rem 2.5rem;
    }

    .header.scrolled .nav-container {
        padding: 0.8rem 2.5rem;
    }

    .nav-links {
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .nav-actions {
        display: none;
    }

    .burger-menu-toggle {
        display: flex;
    }

    .nav-container {
        padding: 1rem 1.5rem;
    }

    .header.scrolled .nav-container {
        padding: 0.6rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .drawer-content {
        width: 100%;
        max-width: 100%;
        padding: 2.5rem 1.8rem;
    }

    .drawer-link {
        font-size: 26px;
    }
}

.hero-section {
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    padding-top: 120px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg-accent {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-image: linear-gradient(rgba(26, 25, 25, 0.45), rgba(26, 25, 25, 0.45)), url('../images/93e8a1ca3d836e8d044c8d7b4a408687.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-wrapper {
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 4.5rem;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.hero-content-left {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 650px;
    z-index: 3;
}

.hero-editorial-meta {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    align-items: center;
    margin-bottom: 1rem;
}

.hero-tag {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--text-muted);
}

.hero-coordinates {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    font-family: var(--font-body);
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    color: var(--text-muted);
    font-weight: 600;
}

.hero-header-wrap {
    pointer-events: none;
    margin-bottom: 1.5rem;
}

.hero-heading {
    font-family: var(--font-heading);
    font-size: 72px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.split-line-wrapper {
    display: block;
    overflow: hidden;
    line-height: 1.05;
    margin: 0;
    padding: 0;
}

.split-word {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.05;
    margin: 0;
    padding: 0;
}

.split-char {
    display: inline-block;
    line-height: 1.05;
}

.text-italic-gold {
    font-family: var(--font-editorial);
    font-weight: 300;
    font-style: italic;
    color: var(--accent-gold);
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.hero-description {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 2rem;
    max-width: 580px;
}

.btn-hero-explore {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--bg-primary);
    background-color: var(--text-primary);
    padding: 1.1rem 2.4rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    transition: var(--transition-smooth);
    border: 1px solid var(--text-primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.btn-hero-explore:hover {
    background-color: transparent;
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.btn-hero-icon {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.btn-hero-explore:hover .btn-hero-icon {
    transform: translateX(6px);
}

.hero-content-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.hero-visual-container {
    width: 100%;
    height: 52vh;
    position: relative;
    align-self: center;
}


.hero-video-asset {
    width: 100%;
    height: 65%;
    object-fit: contain;
    object-position: center;
    scale: 1.15;
    will-change: transform;
    display: block;
}

.hero-video-asset-mobi {
    display: none;
}


.hero-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(251, 249, 246, 0) 60%, rgba(251, 249, 246, 0.4) 100%);
    pointer-events: none;
    display: none;
}

.hero-floating-badge {
    position: absolute;
    left: -12%;
    bottom: 8%;
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    padding: 2rem 2.2rem;
    max-width: 260px;
    z-index: 4;
    box-shadow: 0 20px 50px rgba(26, 25, 25, 0.06);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.badge-accent {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-gold);
    margin-bottom: 0.5rem;
}

.badge-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin-bottom: 0.8rem;
}

.badge-desc {
    font-family: var(--font-body);
    font-size: 0.75rem;
    line-height: 1.5;
    color: var(--text-muted);
}

.hero-scroll-prompt {
    position: absolute;
    left: 4.5rem;
    bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    z-index: 5;
}

.scroll-text {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--text-primary);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.scroll-line-container {
    width: 1px;
    height: 60px;
    background-color: var(--border-light);
    position: relative;
    overflow: hidden;
}

.scroll-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background-color: var(--accent-gold);
    animation: scrollSlide 2.5s infinite cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes scrollSlide {
    0% {
        transform: translateY(-100%);
    }

    70% {
        transform: translateY(300%);
    }

    100% {
        transform: translateY(300%);
    }
}

@media (max-width: 1024px) {
    .hero-section {
        height: calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        padding-top: 100px;
        padding-bottom: 10px;
    }

    .hero-wrapper {
        padding: 0 2.5rem;
        gap: 2rem;
    }

    .hero-content-left {
        flex: 1.2;
    }

    .hero-heading {
        font-size: 48px;
    }

    .hero-visual-container {
        height: 42vh;
    }

    .hero-floating-badge {
        left: -15%;
        bottom: 5%;
        padding: 1.2rem 1.5rem;
        max-width: 220px;
    }

    .hero-scroll-prompt {
        display: none;
    }

}

@media (max-width: 768px) {
    .hero-section {
        height: calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        padding-top: 130px;
        padding-bottom: 0px;
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        overflow: hidden;
    }

    .panel-visual {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .hero-wrapper {
        height: 70%;
        flex-direction: column;
    }

    .hero-content-left {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

    .hero-editorial-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
        margin-bottom: 0.8rem;
    }

    .hero-coordinates {
        flex-direction: column;
        gap: 0.2rem;
    }

    .hero-heading {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 1rem;
    }

    .hero-description {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1.5rem;
        margin-top: 0;
    }

    .btn-hero-explore {
        padding: 1rem 2rem;
        width: 100%;
        justify-content: center;
    }

    .hero-content-right {
        display: none;
    }

    .hero-visual-container {
        display: block !important;
        height: 25vh;
        width: 100%;
    }

    .hero-video-asset {
        width: 100%;
        height: 65%;
        max-width: 300px;
        object-fit: cover;
        position: absolute;
        top: 20px !important;
        display: none;
    }

    .hero-video-asset-mobi {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0px !important;
        display: block;
    }

    .hero-image-asset {
        display: block !important;
    }

    .hero-floating-badge {
        display: none;
    }

    .hero-bg-accent {
        min-height: 260px;
        position: relative;
        width: 100%;
    }

    .lead-wrapper {
        grid-template-columns: 1fr;
        gap: 1rem !important;
    }
}

@media (max-width: 320px),
(max-height: 568px) {
    .hero-section {
        padding-top: 345px !important;
        padding-bottom: 00px !important;
    }

    .hero-heading {
        font-size: 26px !important;
        margin-bottom: 0.6rem !important;
    }

    .section-heading {
        font-size: 21px !important;
    }

    .lead-wrapper {
        grid-template-columns: 1fr;
        gap: 1rem !important;
    }

    .hero-bg-accent {
        Display: none;
    }

    .hero-description {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1.1rem !important;
    }

    .btn-hero-explore {
        padding: 0.8rem 1.5rem !important;
    }

    .hero-visual-container {
        height: 10vh !important;

    }
}

@media (max-width: 390px),
(max-height: 844px) {
    .hero-section {
        padding-top: 100px !important;
        padding-bottom: 0px !important;
    }

    .hero-heading {
        font-size: 26px !important;
        margin-bottom: 0.6rem !important;
    }

    .hero-description {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 1.1rem !important;
    }

    .lead-wrapper {
        grid-template-columns: 1fr;
        gap: 1rem !important;
    }

    .btn-hero-explore {
        padding: 0.8rem 1.5rem !important;
    }

    .hero-header-wrap {
        pointer-events: none;
        margin-bottom: 0.6rem;
    }

    .hero-visual-container {
        height: 10vh !important;

    }
}

/* 7. Infinite B2B Corporate Marquee */
.corporate-marquee {
    position: relative;
    width: 100vw;
    height: 60px;
    background-color: var(--text-primary);
    color: var(--bg-primary);
    overflow: hidden;
    padding: 1.1rem 0;
    z-index: 10;
    border-top: 1px solid rgba(251, 249, 246, 0.1);
    border-bottom: 1px solid rgba(251, 249, 246, 0.1);
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.marquee-track {
    display: flex;
    white-space: nowrap;
    width: max-content;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    padding-right: 2.5rem;
    animation: marqueeScroll 25s linear infinite;
}

.marquee-content span {
    font-family: var(--font-heading);
    font-size: 24px;
    /* Fixed standard pixel sizing */
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.marquee-content .sep {
    color: var(--accent-gold);
    font-size: 24px;
    font-weight: 400;
}

@keyframes marqueeScroll {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* 8. B2B Trust Metrics / Performance Statistics */
.trust-metrics {
    padding: 10rem 0;
    position: relative;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background-color: var(--border-light);
    border: 1px solid var(--border-light);
}

.metric-card {
    background-color: var(--bg-primary);
    padding: 4.5rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    transition: var(--transition-smooth);
}

.metric-decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0%;
    background-color: var(--accent-gold);
    transition: var(--transition-smooth);
}

.metric-card:hover {
    background-color: var(--bg-surface);
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(26, 25, 25, 0.03);
}

.metric-card:hover .metric-decor {
    height: 100%;
}

.metric-number-wrap {
    font-family: var(--font-heading);
    font-size: 56px;
    /* Fixed pixel sizing */
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: baseline;
}

.metric-suffix {
    color: var(--accent-gold);
    font-family: var(--font-editorial);
    font-style: italic;
    font-weight: 300;
    margin-left: 0.1rem;
}

.metric-title {
    font-family: var(--font-heading);
    font-size: 16px;
    /* Fixed pixel sizing */
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.metric-desc {
    font-family: var(--font-body);
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--text-muted);
}

@media (max-width: 1024px) {
    .trust-metrics {
        padding: 7rem 0;
    }

    .metrics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .metric-card {
        padding: 3rem 2rem;
    }
}

@media (max-width: 600px) {
    .metrics-grid {
        grid-template-columns: 1fr;
    }
}

/* 9. Interactive Product Grid (Towel Showcase) */
.product-grid-section {
    padding: 8rem 0;
    background-color: var(--bg-surface);
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}

.section-header {
    margin-bottom: 1.5rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: flex-end;
    gap: 0;
}

.section-tag {
    grid-column: 1 / 13;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-heading {
    grid-column: 1 / 7;
    font-family: var(--font-heading);
    font-size: 38px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    text-transform: uppercase;
}

.section-subtext {
    grid-column: 8 / 13;
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
    padding-bottom: 0.5rem;
}

@media (max-width: 1024px) {
    .section-header {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 4rem;
    }

    .section-heading {
        grid-column: 1 / 13;
        font-size: 28px;
        /* Fixed pixel scaling */
    }

    .section-subtext {
        grid-column: 1 / 13;
    }
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 26px;
        /* Fixed mobile pixel sizing */
    }
}


/* The Product Grid layout */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.product-card {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: 1px solid var(--border-light);
    position: relative;
    overflow: hidden;
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.product-card:hover {
    box-shadow: 0 30px 60px rgba(26, 25, 25, 0.05);
    border-color: var(--accent-gold);
}

.product-image-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-image {
    transform: scale(1.08);
}

/* specs Overlay that reveals on card hover */
.product-overlay-specs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 25, 25, 0.92);
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(15px);
    transition: var(--transition-smooth);
    z-index: 5;
}

.product-card:hover .product-overlay-specs {
    opacity: 1;
    transform: translateY(0);
}

.spec-tag {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--accent-gold);
    border: 1px solid var(--accent-gold);
    padding: 0.4rem 0.8rem;
    display: inline-block;
}

.specs-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: auto;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(251, 249, 246, 0.1);
    padding-bottom: 0.6rem;
}

.spec-label {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: rgba(251, 249, 246, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.spec-val {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bg-primary);
}

/* Card bottom meta styling */
.product-meta {
    padding: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: var(--bg-surface);
    transition: var(--transition-smooth);
}

.product-card:hover .product-meta {
    background-color: var(--bg-primary);
}

.product-category {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    display: block;
}

.product-title {
    font-family: var(--font-heading);
    font-size: 20px;
    /* Fixed pixel sizing */
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}

.product-meta-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.price-label {
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--text-muted);
    text-transform: uppercase;
}

.price-val {
    font-family: var(--font-heading);
    font-size: 16px;
    /* Fixed pixel sizing */
    font-weight: 700;
    color: var(--text-primary);
}

@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .product-title {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .product-overlay-specs {
        padding: 2rem;
    }

    .product-title {
        font-size: 18px;
    }
}

.product-actions {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.btn-explore-more {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--bg-primary);
    background-color: var(--text-primary);
    padding: 1.1rem 2.8rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    transition: var(--transition-smooth);
    border: 1px solid var(--text-primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.btn-explore-more:hover {
    background-color: transparent;
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.btn-explore-more:hover i {
    transform: translateX(6px);
}

/* 10. Asymmetric Split Manufacturing Story */
.manufacturing-story {
    padding: 10rem 0;
    background-color: var(--bg-primary);
}

.story-header {
    margin-bottom: 6rem;
    text-align: center;
}

.story-panels-container {
    display: flex;
    flex-direction: column;
    gap: 9rem;
}

.story-panel {
    display: flex;
    align-items: center;
    gap: 7rem;
}

.story-panel.panel-reverse {
    flex-direction: row-reverse;
}

.panel-visual {
    flex: 1;
    aspect-ratio: 1.1 / 1;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(26, 25, 25, 0.05);
}

.panel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.1;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.story-panel:hover .panel-img {
    scale: 1;
}

.panel-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.panel-num {
    font-family: var(--font-editorial);
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
    color: var(--accent-gold);
    margin-bottom: 1.5rem;
}

.panel-title {
    font-family: var(--font-heading);
    font-size: 32px;
    /* Fixed pixel sizing */
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.panel-desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 2.2rem;
}

.panel-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.panel-bullets li {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 0.8rem;
}


.panel-bullets i {
    color: var(--accent-gold);
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .story-panels-container {
        gap: 6rem;
    }

    .story-panel,
    .story-panel.panel-reverse {
        flex-direction: column;
        gap: 3rem;
    }

    .panel-visual {
        width: 100%;
        aspect-ratio: 16 / 10;
    }

    .panel-content {
        width: 100%;
    }

    .panel-title {
        font-size: 26px;
        /* Fixed pixel scaling */
    }
}

@media (max-width: 768px) {
    .panel-title {
        font-size: 22px;
        /* Fixed mobile pixel sizing */
    }
}

/* 11. B2B Sourcing Inquiry Section */
.b2b-lead-section {
    padding: 10rem 0;
    background-color: var(--bg-surface);
    border-top: 1px solid var(--border-light);
}

.lead-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 5rem;
    align-items: flex-start;
}

.lead-editorial {
    grid-column: 1 / 6;
}

.lead-desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-top: 2.2rem;
    margin-bottom: 3.5rem;
}

.export-bullets {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.bullet-icon {
    width: 50px;
    height: 50px;
    border: 1px solid var(--border-light);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-primary);
    font-size: 1.2rem;
    color: var(--accent-gold);
    border-radius: 0;
    transition: var(--transition-quick);
}

.bullet-item:hover .bullet-icon {
    background-color: var(--text-primary);
    color: var(--bg-primary);
    border-color: var(--text-primary);
}

.bullet-info h4 {
    font-family: var(--font-heading);
    font-size: 16px;
    /* Fixed pixel sizing */
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.bullet-info p {
    font-family: var(--font-body);
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* 📋 B2B inquiry Form layout - Full Responsive Optimization */
.lead-form-container {
    grid-column: 7 / 13;
    background-color: var(--bg-primary);
    border: 1px solid var(--border-light);
    padding: 4.5rem;
    box-shadow: 0 30px 60px rgba(26, 25, 25, 0.03);
    width: 100%;
    max-width: 100%;
}

.form-title {
    font-family: var(--font-heading);
    font-size: 28px;
    /* Fixed pixel sizing */
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.form-sub {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 3rem;
}

.inquiry-form {
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    width: 100%;
}

.form-group-row {
    display: flex;
    gap: 2.2rem;
    width: 100%;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    min-width: 0;
    /* Prevents overflow inside flex containers */
}

.form-label {
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--text-primary);
    text-transform: uppercase;
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: 1.1rem 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--border-light);
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 0.9rem;
    transition: var(--transition-quick);
    border-radius: 0;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(110, 107, 100, 0.45);
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    border-bottom-color: var(--text-primary);
}

/* Custom Select styling controls */
.select-wrapper {
    position: relative;
    width: 100%;
}

.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding-right: 2rem;
}

/* Arrow inside select option */
.select-chevron {
    position: absolute;
    right: 0;
    bottom: 1.2rem;
    font-size: 0.75rem;
    color: var(--text-muted);
    pointer-events: none;
}

.form-textarea {
    resize: none;
}

/* Premium submit action */
.btn-submit {
    align-self: flex-start;
    background-color: var(--text-primary);
    color: var(--bg-primary);
    padding: 1.2rem 2.8rem;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    transition: var(--transition-smooth);
    border: 1px solid var(--text-primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.btn-submit:hover {
    background-color: transparent;
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.btn-submit .submit-icon {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.btn-submit:hover .submit-icon {
    transform: translate(3px, -3px);
}

/* Form Responsiveness Crash Fix on Mobile Viewports */
@media (max-width: 1024px) {
    .lead-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .lead-editorial {
        grid-column: 1 / 12;
    }

    .lead-form-container {
        grid-column: 1 / 12;
        padding: 3rem;
    }
}

@media (max-width: 768px) {
    .lead-form-container {
        padding: 1.8rem 1.5rem;
        /* Drastically reduced spacing inside mobile form box */
    }

    .form-title {
        font-size: 22px;
        /* Fixed mobile pixel heading size */
    }

    .form-group-row {
        flex-direction: column;
        /* Stack input pairs vertically */
        gap: 1.5rem;
    }

    .inquiry-form {
        gap: 1.5rem;
    }

    .form-input,
    .form-textarea,
    .form-select {
        font-size: 14px;
        padding: 0.8rem 0;
    }

    .btn-submit {
        width: 100%;
        /* Make button completely fluid to avoid overflow */
        justify-content: center;
        padding: 1.1rem 2rem;
    }
}

/* 12. Elegant Editorial Footer */
.footer {
    background-color: var(--text-primary);
    color: var(--bg-primary);
    padding-top: 8rem;
    padding-bottom: 3.5rem;
    border-top: 1px solid rgba(251, 249, 246, 0.05);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2.5rem;
    border-bottom: 1px solid rgba(251, 249, 246, 0.08);
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}

.footer-col-brand {
    padding-right: 4rem;
}

.footer-logo {
    font-family: var(--font-heading);
    font-size: 28px;
    /* Fixed pixel sizing */
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--bg-primary);
    margin-bottom: 1.8rem;
    text-transform: uppercase;
}

.footer-brand-desc {
    font-family: var(--font-body);
    font-size: 0.85rem;
    line-height: 1.7;
    color: rgba(251, 249, 246, 0.6);
    margin-bottom: 2rem;
}

.footer-socials {
    display: flex;
    gap: 1.2rem;
}

.social-link {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(251, 249, 246, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg-primary);
    font-size: 0.9rem;
    transition: var(--transition-quick);
}

.social-link:hover {
    background-color: var(--accent-gold);
    color: var(--text-primary);
    border-color: var(--accent-gold);
}

.footer-col-title {
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-link {
    font-family: var(--font-body);
    font-size: 0.85rem;
    color: rgba(251, 249, 246, 0.65);
    transition: var(--transition-quick);
}

.footer-link:hover {
    color: var(--accent-gold);
    padding-left: 5px;
}

.footer-info-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-info-list li {
    font-family: var(--font-body);
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(251, 249, 246, 0.65);
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
}

.footer-info-list i {
    color: var(--accent-gold);
    font-size: 1rem;
    margin-top: 0.2rem;
}

/* Footer Bottom elements */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: rgba(251, 249, 246, 0.4);
    letter-spacing: 0.05em;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.bottom-link {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: rgba(251, 249, 246, 0.4);
    transition: var(--transition-quick);
}

.bottom-link:hover {
    color: var(--accent-gold);
}

.dot-sep {
    width: 3px;
    height: 3px;
    background-color: rgba(251, 249, 246, 0.2);
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .footer-col-brand {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-top: 5rem;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 1.5rem;
    }
}

/* ==========================================================================
   12. Product Listing Page Styles
   ========================================================================== */
.products-hero-section {
    position: relative;
    width: 100%;
    min-height: 40vh;
    padding-top: 150px;
    padding-bottom: 5rem;
    display: flex;
    align-items: center;
    background-color: var(--bg-primary);
    border-bottom: 1px solid var(--border-light);
    overflow: hidden;
}

.products-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(var(--border-light) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.4;
    pointer-events: none;
}

.products-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 4.5rem;
}

.products-hero-tag {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.products-hero-heading {
    font-family: var(--font-heading);
    font-size: 64px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.products-hero-desc {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 650px;
}

.filter-sticky-wrapper {
    position: sticky;
    top: 59px;
    /* aligns directly below header height */
    z-index: 99;
    background-color: rgba(251, 249, 246, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid var(--border-light);
    transition: var(--transition-quick);
}

.header.scrolled+.main-content .filter-sticky-wrapper {
    top: 59px;
    /* dynamic sync if header padding shrinks */
}

.filter-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1.2rem 4.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.filter-search-box {
    position: relative;
    flex: 1.5;
    max-width: 400px;
}

.filter-search-input {
    width: 100%;
    padding: 0.8rem 1rem 0.8rem 2.8rem;
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-primary);
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 0;
    transition: var(--transition-quick);
}

.filter-search-input:focus {
    border-color: var(--text-primary);
    box-shadow: 0 4px 15px rgba(26, 25, 25, 0.03);
}

.filter-search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.9rem;
    color: var(--text-muted);
    pointer-events: none;
}

.filter-dropdowns-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex: 2.5;
    justify-content: flex-end;
}

.filter-select-wrapper {
    position: relative;
    min-width: 190px;
}

.filter-select {
    width: 100%;
    padding: 0.8rem 2.5rem 0.8rem 1.1rem;
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-primary);
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: var(--transition-quick);
}

.filter-select:focus,
.filter-select:hover {
    border-color: var(--text-primary);
}

.filter-chevron {
    position: absolute;
    right: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    color: var(--text-muted);
    pointer-events: none;
    transition: var(--transition-quick);
}

.filter-select:focus+.filter-chevron {
    transform: translateY(-50%) rotate(180deg);
    color: var(--text-primary);
}

/* Empty State Styling */
.empty-state-container {
    grid-column: 1 / -1;
    text-align: center;
    padding: 7rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-surface);
    border: 1px dashed var(--border-light);
    margin: 2rem 0;
}

.empty-state-icon {
    font-size: 3rem;
    color: var(--accent-gold);
    margin-bottom: 1.5rem;
}

.empty-state-title {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.empty-state-desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    color: var(--text-muted);
    max-width: 420px;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.empty-state-reset-btn {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--bg-primary);
    background-color: var(--text-primary);
    padding: 0.9rem 2rem;
    border-radius: 0;
    transition: var(--transition-smooth);
    border: 1px solid var(--text-primary);
}

.empty-state-reset-btn:hover {
    background-color: transparent;
    color: var(--text-primary);
}

/* Skeleton Loader Styling */
.skeleton-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.skeleton-image-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: var(--bg-card-gray);
    position: relative;
}

.skeleton-meta {
    padding: 2.2rem;
    display: flex;
    justify-content: space-between;
    background-color: var(--bg-surface);
}

.skeleton-meta-left {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.skeleton-meta-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.skeleton-block {
    background: linear-gradient(90deg, var(--bg-card-gray) 25%, var(--border-light) 50%, var(--bg-card-gray) 75%);
    background-size: 200% 100%;
    animation: skeletonPulse 1.6s infinite linear;
    border-radius: 2px;
}

.skeleton-cat {
    width: 40%;
    height: 0.7rem;
}

.skeleton-title {
    width: 85%;
    height: 1.2rem;
}

.skeleton-lbl {
    width: 60%;
    height: 0.6rem;
}

.skeleton-price {
    width: 80%;
    height: 1rem;
}

@keyframes skeletonPulse {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

/* Products Page Specific CTA Section */
.products-cta-section {
    padding: 8rem 0;
    background-color: var(--text-primary);
    color: var(--bg-primary);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(251, 249, 246, 0.1);
}

.products-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(26, 25, 25, 0.8), rgba(26, 25, 25, 0.95)), url('../../images/Settowelforsudia.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.18;
    pointer-events: none;
    transform: scale(1.15);
    will-change: transform;
}

.products-cta-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
}

.products-cta-tag {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: block;
}

.products-cta-heading {
    font-family: var(--font-heading);
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--bg-primary);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.products-cta-desc {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--border-light);
    margin-bottom: 3rem;
    opacity: 0.85;
}

.btn-products-cta {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--text-primary);
    background-color: var(--accent-gold);
    padding: 1.2rem 2.8rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    transition: var(--transition-smooth);
    border: 1px solid var(--accent-gold);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.15);
}

.btn-products-cta i {
    transition: transform 0.3s ease;
}

.btn-products-cta:hover {
    background-color: transparent;
    color: var(--accent-gold);
}

.btn-products-cta:hover i {
    transform: translateX(5px);
}

/* ==========================================================================
   Responsive Overrides for Products Page
   ========================================================================== */
@media (max-width: 1024px) {
    .products-hero-heading {
        font-size: 48px;
    }

    .filter-sticky-wrapper {
        top: 59px;
    }

    .filter-container {
        padding: 1.2rem 2.5rem;
        flex-direction: column;
        align-items: stretch;
        gap: 1.2rem;
    }

    .filter-search-box {
        max-width: 100%;
    }

    .filter-dropdowns-group {
        justify-content: space-between;
        gap: 1rem;
    }

    .filter-select-wrapper {
        flex: 1;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .products-hero-section {
        padding-top: 120px;
        padding-bottom: 4rem;
        min-height: auto;
    }

    .products-hero-content {
        padding: 0 1.5rem;
    }

    .products-hero-heading {
        font-size: 36px;
        margin-bottom: 1rem;
    }

    .products-hero-desc {
        font-size: 0.95rem;
    }

    .filter-sticky-wrapper {
        top: 55px;
    }

    .filter-container {
        padding: 1rem 1.5rem;
    }

    .filter-dropdowns-group {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-select-wrapper {
        width: 100%;
    }

    .products-cta-heading {
        font-size: 30px;
    }

    .btn-products-cta {
        width: 100%;
        justify-content: center;
    }
}

/* =======================================================
   LOGIN PAGE STYLES
======================================================= */
.login-wrapper {
    display: flex;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-primary);
    position: relative;
}

.login-left {
    width: 45%;
    height: 100vh;
    background-color: var(--bg-card-gray);
    border-right: 1px solid var(--border-light);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.login-right {
    width: 55%;
    height: 100vh;
    background-color: var(--bg-surface);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 4rem 6rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--border-light) transparent;
}

/* Back Link styling */
.back-home-link {
    position: absolute;
    top: 3.5rem;
    right: 4.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-primary);
    transition: var(--transition-quick);
    z-index: 10;
}

.back-home-link i {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

.back-home-link:hover {
    color: var(--accent-gold);
}

.back-home-link:hover i {
    transform: translateX(-4px);
}

/* Form container */
.login-form-container {
    width: 100%;
    max-width: 440px;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.login-logo-header {
    display: flex;
}

.login-logo-header .nav-logo {
    pointer-events: auto;
}

.login-intro {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.login-heading {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--text-primary);
    line-height: 1.1;
}

.login-desc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* Form Controls */
.login-form-element {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
}

.login-input-group {
    position: relative;
    width: 100%;
}

.login-input {
    width: 100%;
    padding: 0.9rem 0;
    border: none;
    border-bottom: 1.5px solid var(--border-light);
    background: transparent;
    font-family: var(--font-body);
    font-size: 0.98rem;
    color: var(--text-primary);
    transition: var(--transition-quick);
    position: relative;
    z-index: 2;
}

.login-label {
    position: absolute;
    left: 0;
    top: 0.9rem;
    font-family: var(--font-body);
    font-size: 0.98rem;
    color: var(--text-muted);
    transition: var(--transition-quick);
    pointer-events: none;
    z-index: 1;
}

.input-focus-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.8px;
    background-color: var(--accent-gold);
    transition: var(--transition-quick);
    z-index: 3;
}

/* Focus and Filled States */
.login-input:focus,
.login-input:not(:placeholder-shown) {
    border-bottom-color: transparent;
}

.login-input:focus~.login-label,
.login-input:not(:placeholder-shown)~.login-label {
    transform: translateY(-1.6rem) scale(0.8);
    color: var(--accent-gold);
    font-weight: 600;
}

.login-input:focus~.input-focus-line,
.login-input:not(:placeholder-shown)~.input-focus-line {
    width: 100%;
}

/* Password Toggle */
.password-toggle-btn {
    position: absolute;
    right: 0;
    top: 0.8rem;
    color: var(--text-muted);
    font-size: 1rem;
    transition: var(--transition-quick);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
    width: 1.8rem;
    z-index: 4;
    cursor: pointer;
}

.password-toggle-btn:hover {
    color: var(--text-primary);
}

/* Actions Row */
.login-actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.88rem;
    margin-top: 0.4rem;
}

.forgot-password-link {
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--text-muted);
    transition: var(--transition-quick);
    position: relative;
    padding-bottom: 2px;
}

.forgot-password-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--accent-gold);
    transition: var(--transition-quick);
}

.forgot-password-link:hover {
    color: var(--accent-gold);
}

.forgot-password-link:hover::after {
    width: 100%;
}

/* Custom Checkbox */
.custom-checkbox-container {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox-input {
    display: none;
}

.custom-checkbox-box {
    width: 17px;
    height: 17px;
    border: 1.5px solid var(--border-light);
    background-color: var(--bg-primary);
    transition: var(--transition-quick);
    position: relative;
}

.custom-checkbox-container:hover .custom-checkbox-box {
    border-color: var(--accent-gold);
}

.custom-checkbox-input:checked+.custom-checkbox-box {
    background-color: var(--text-primary);
    border-color: var(--text-primary);
}

.custom-checkbox-input:checked+.custom-checkbox-box::after {
    content: "";
    position: absolute;
    left: 4.5px;
    top: 1.5px;
    width: 4px;
    height: 7px;
    border: solid var(--bg-surface);
    border-width: 0 1.8px 1.8px 0;
    transform: rotate(45deg);
}

.custom-checkbox-text {
    color: var(--text-muted);
    font-family: var(--font-body);
    font-weight: 500;
    transition: var(--transition-quick);
}

.custom-checkbox-input:checked~.custom-checkbox-text {
    color: var(--text-primary);
}

/* Submit Button styling */
.btn-login {
    width: 100%;
    margin-top: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    color: var(--bg-primary);
    background-color: var(--text-primary);
    padding: 1.1rem;
    border-radius: 0;
    border: 1px solid var(--text-primary);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: var(--transition-smooth);
    cursor: pointer;
}

.btn-login i {
    transition: transform 0.3s ease;
}

.btn-login:hover {
    background-color: transparent;
    color: var(--text-primary);
    border-color: var(--text-primary);
}

.btn-login:hover i {
    transform: translateX(5px);
}

/* Continue with Google styling */
.login-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin: 0.6rem 0;
}

.login-divider::before,
.login-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: var(--border-light);
}

.login-divider span {
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    color: var(--text-muted);
}

.btn-google {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--text-primary);
    background-color: transparent;
    padding: 1rem;
    border-radius: 0;
    border: 1.5px solid var(--border-light);
    transition: var(--transition-smooth);
    cursor: pointer;
}

.google-icon {
    width: 18px;
    height: 18px;
}

.btn-google:hover {
    background-color: var(--bg-card-gray);
    border-color: var(--text-muted);
}

/* Footer elements */
.login-footer {
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.86rem;
    color: var(--text-muted);
}

.signup-link {
    color: var(--text-primary);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: var(--transition-quick);
}

.signup-link:hover {
    color: var(--accent-gold);
}

.login-bottom-copyright {
    position: absolute;
    bottom: 2rem;
    font-family: var(--font-body);
    font-size: 0.68rem;
    color: var(--text-muted);
    letter-spacing: 0.1em;
    text-align: center;
}

/* LEFT SIDE ILLUSTRATION ARTWORK SHAPES */
.illustration-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
}

.login-left .glow-1 {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(var(--accent-gold-rgb), 0.22) 0%, transparent 70%);
    top: 15%;
    left: 10%;
}

.login-left .glow-2 {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(133, 77, 255, 0.16) 0%, transparent 70%);
    bottom: 12%;
    right: 8%;
}

.illustration-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(26, 25, 25, 0.02) 1.5px, transparent 1.5px);
    background-size: 32px 32px;
    opacity: 0.8;
    z-index: 1;
}

.shape-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    perspective: 1200px;
}

.shape {
    position: absolute;
    pointer-events: auto;
    will-change: transform, filter;
}

.shape-sphere-gold {
    width: 110px;
    height: 110px;
    top: 16%;
    left: 16%;
    z-index: 2;
}

.shape-torus {
    width: 130px;
    height: 130px;
    bottom: 12%;
    left: 14%;
    z-index: 2;
}

.shape-blob {
    width: 135px;
    height: 135px;
    bottom: 10%;
    right: 14%;
    z-index: 2;
}

.shape-cotton {
    width: 175px;
    height: 175px;
    top: 24%;
    right: 14%;
    z-index: 3;
}

.shape-glass {
    width: 180px;
    height: 115px;
    top: 43%;
    left: 20%;
    z-index: 4;
}

.glass-card-inner {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 25px 50px rgba(26, 25, 25, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    position: relative;
    overflow: hidden;
}

.glass-card-inner::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.08) 40%, rgba(255, 255, 255, 0.18) 50%, rgba(255, 255, 255, 0.08) 60%, transparent);
    transform: rotate(-35deg);
}

.glass-logo {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: rgba(26, 25, 25, 0.85);
    line-height: 1;
}

.glass-chip {
    width: 32px;
    height: 22px;
    background: linear-gradient(135deg, #e7c352 0%, #b88f1d 100%);
    opacity: 0.75;
}

.glass-text {
    font-family: var(--font-body);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgba(26, 25, 25, 0.45);
    text-transform: uppercase;
}

.shape-bubble {
    width: 70px;
    height: 70px;
    top: 10%;
    right: 34%;
    z-index: 2;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.03) 60%, rgba(212, 175, 55, 0.05) 80%, rgba(133, 77, 255, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.3), inset -3px -3px 8px rgba(133, 77, 255, 0.08), 0 15px 30px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

.shape-bubble-small {
    width: 45px;
    height: 45px;
    bottom: 30%;
    right: 26%;
    z-index: 2;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.03) 60%, rgba(212, 175, 55, 0.05) 80%, rgba(133, 77, 255, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.3), inset -2px -2px 6px rgba(133, 77, 255, 0.08), 0 10px 20px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
}

.bubble-reflection {
    position: absolute;
    top: 15%;
    left: 15%;
    width: 25%;
    height: 25%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    filter: blur(0.5px);
}

/* =======================================================
   RESPONSIVE DESIGN (LOGIN OVERRIDES)
======================================================= */
@media (max-width: 1440px) {
    .login-right {
        padding: 4rem 5rem;
    }

    .shape-sphere-gold {
        width: 95px;
        height: 95px;
    }

    .shape-torus {
        width: 110px;
        height: 110px;
    }

    .shape-blob {
        width: 115px;
        height: 115px;
    }

    .shape-cotton {
        width: 150px;
        height: 150px;
    }

    .shape-glass {
        width: 160px;
        height: 105px;
    }
}

@media (max-width: 1199px) {
    .login-left {
        width: 40%;
    }

    .login-right {
        width: 60%;
        padding: 4rem;
    }

    .back-home-link {
        right: 3.5rem;
        top: 3rem;
    }
}

@media (max-width: 991px) {
    .login-left {
        width: 35%;
    }

    .login-right {
        width: 65%;
        padding: 3rem;
    }

    .shape-container {
        transform: scale(0.85);
    }
}

@media (max-width: 768px) {
    .login-wrapper {
        min-height: 100vh;
        overflow-y: auto;
    }

    .login-left {
        display: none;
    }

    .login-right {
        width: 100%;
        min-height: 100vh;
        padding: 6rem 2.5rem 4rem;
        justify-content: center;
    }

    .back-home-link {
        right: 2.5rem;
        top: 2rem;
    }

    .login-form-container {
        margin: 0 auto;
        gap: 2.2rem;
    }

    .login-heading {
        font-size: 2.2rem;
    }

    .btn-login,
    .btn-google {
        padding: 1rem;
    }
}

@media (max-width: 480px) {
    .login-right {
        padding: 5rem 1.5rem 3rem;
    }

    .back-home-link {
        right: 1.5rem;
        top: 1.5rem;
    }

    .login-heading {
        font-size: 1.9rem;
    }

    .login-desc {
        font-size: 0.85rem;
    }

    .login-form-container {
        gap: 1.8rem;
    }

    .login-actions-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }
}

/* Landscape orientation adjustments for mobile */
@media (max-height: 600px) and (max-width: 991px) {
    .login-wrapper {
        height: auto;
        min-height: 100vh;
        overflow-y: auto;
    }

    .login-left {
        display: none;
    }

    .login-right {
        width: 100%;
        height: auto;
        min-height: 100vh;
        padding: 5rem 2rem 2rem;
    }

    .login-form-container {
        margin: 2rem auto;
        gap: 1.5rem;
    }
}

/* =======================================================
   REGISTER PAGE STYLES
======================================================= */
/* Validation Messages */
.validation-msg {
    display: block;
    font-size: 0.72rem;
    color: #b83c3c;
    font-family: var(--font-body);
    font-weight: 500;
    margin-top: 0.35rem;
    min-height: 0.95rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
}

.validation-msg.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Red line & label highlights on validation error */
.login-input-group.input-error .input-focus-line {
    background-color: #b83c3c;
    width: 100%;
}

.login-input-group.input-error .login-label {
    color: #b83c3c;
}

.login-input-group.input-error .login-input {
    border-bottom-color: transparent;
}

/* Password Strength Indicator */
.password-strength-container {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: -0.6rem;
    width: 100%;
}

.strength-bar-wrapper {
    width: 100%;
    height: 3px;
    background-color: var(--border-light);
    position: relative;
    overflow: hidden;
}

.strength-bar {
    width: 0%;
    height: 100%;
    background-color: transparent;
    transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.4s ease;
}

.strength-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.strength-label {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.password-rules {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-left: 0;
    margin: 0.2rem 0 0;
}

.password-rules li {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    gap: 0.45rem;
    transition: color 0.3s ease;
}

.password-rules li i {
    font-size: 0.78rem;
    transition: transform 0.3s ease;
}

/* Rule success states */
.password-rules li.rule-valid {
    color: #2e7d32;
}

.password-rules li.rule-valid i {
    color: #2e7d32;
    transform: scale(1.1);
}

.password-rules li.rule-invalid i {
    color: var(--text-muted);
}

/* Terms links styling inside custom checkbox text */
.terms-link,
.privacy-link {
    text-decoration: underline;
    color: var(--text-primary);
    font-weight: 600;
    text-underline-offset: 2px;
    transition: var(--transition-quick);
}

.terms-link:hover,
.privacy-link:hover {
    color: var(--accent-gold);
}

/* Space out inputs for registration form to fit screens cleanly */
#register-form {
    gap: 0.5rem;
}

#register-form .login-input-group {
    margin-bottom: 0.1rem;
}

/* =======================================================
   REGISTER PAGE RESPONSIVE FIX
======================================================= */
@media (max-width: 768px) {

    /* Reset fixed height restrictions for the wrappers to enable native window-level scrolling */
    .login-wrapper {
        height: auto !important;
        min-height: 100dvh !important;
        overflow: visible !important;
        display: block !important;
        /* Stack blocks normally */
    }

    .login-right {
        width: 100% !important;
        height: auto !important;
        min-height: 100dvh !important;
        overflow: visible !important;
        padding: 5rem 2rem 3rem !important;
        /* Tighter padding for mobile screen sizes */
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
    }
}

/* Adjust landscape screens where height is constrained */
@media (max-height: 640px) and (max-width: 991px) {
    .login-wrapper {
        height: auto !important;
        min-height: 100dvh !important;
        overflow: visible !important;
        display: block !important;
    }

    .login-right {
        width: 100% !important;
        height: auto !important;
        min-height: 100dvh !important;
        overflow: visible !important;
    }
}

/* =======================================================
   LOGIN & REGISTER LAYOUT FIX
======================================================= */
.login-bottom-copyright {
    position: relative !important;
    bottom: auto !important;
    margin-top: auto !important;
    padding-top: 2rem !important;
    /* Minimum 32px spacing above the footer */
    width: 100% !important;
    text-align: center !important;
    left: auto !important;
    transform: none !important;
}

/* Ensure login-right behaves as a proper column flexbox container */
.login-right {
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;
}

/* On mobile, match dynamic viewport units */
@media (max-width: 768px) {
    .login-right {
        min-height: 100dvh !important;
        height: auto !important;
    }
}

/* ==========================================
   ABOUT PAGE
========================================== */

/* Base resets & layout settings for about main content */
.about-main {
    background-color: var(--bg-surface);
    color: var(--text-primary);
    font-family: var(--font-body);
}

.about-section {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.about-section.alt-bg {
    background-color: var(--bg-primary);
}

/* Reusable Section Headers */
.about-section-header {
    max-width: 800px;
    margin-bottom: 5rem;
}

.about-section-tag {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-gold);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.about-section-heading {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.about-section-heading span.italic-serif {
    font-family: var(--font-editorial);
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}

.about-section-desc {
    font-family: var(--font-body);
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
}

/* Hero Section */
.about-hero {
    position: relative;
    padding: 12rem 0 8rem;
    background-color: var(--bg-primary);
    border-bottom: 1px solid var(--border-light);
}

.about-hero-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 4rem;
    align-items: center;
}

.about-hero-left {
    max-width: 750px;
}

.about-hero-tag {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--accent-gold);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.about-hero-title {
    font-family: var(--font-heading);
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.about-hero-title span.text-gold-glow {
    color: var(--accent-gold);
    font-family: var(--font-editorial);
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
}

.about-hero-subtitle {
    font-family: var(--font-body);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.about-hero-desc {
    font-family: var(--font-body);
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 3rem;
}

.about-hero-ctas {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.about-btn-primary {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--bg-primary);
    background-color: var(--text-primary);
    padding: 1.1rem 2.8rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    border: 1px solid var(--text-primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: var(--transition-smooth);
}

.about-btn-primary:hover {
    background-color: transparent;
    color: var(--text-primary);
    border-color: var(--text-primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
}

.about-btn-secondary {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--text-primary);
    background-color: transparent;
    padding: 1.1rem 2.8rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    border: 1px solid var(--border-light);
    transition: var(--transition-smooth);
}

.about-btn-secondary:hover {
    background-color: var(--text-primary);
    color: var(--bg-primary);
    border-color: var(--text-primary);
}

.about-hero-right {
    position: relative;
    display: flex;
    justify-content: center;
}

.about-hero-visual-frame {
    width: 100%;
    max-width: 450px;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background-color: var(--bg-card-gray);
    box-shadow: 0 20px 40px rgba(26, 25, 25, 0.03);
    border: 1px solid var(--border-light);
    position: relative;
}

.about-hero-visual-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.03), rgba(26, 25, 25, 0.08));
    z-index: 1;
}

.about-hero-visual-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    opacity: 0.85;
}

.about-hero-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 0;
    padding: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 2;
    max-width: 220px;
}

.about-hero-badge-title {
    font-family: var(--font-heading);
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--text-primary);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.4rem;
}

.about-hero-badge-desc {
    font-family: var(--font-body);
    font-size: 0.75rem;
    color: var(--text-muted);
    line-height: 1.4;
}

/* Company Overview */
.overview-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 5rem;
    align-items: flex-start;
}

.overview-left-accent {
    border-left: 3px solid var(--accent-gold);
    padding-left: 2rem;
}

.overview-quote {
    font-family: var(--font-editorial);
    font-size: 2.2rem;
    font-style: italic;
    line-height: 1.3;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.overview-quote-author {
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--text-muted);
    text-transform: uppercase;
}

.overview-right-content p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 1.8rem;
}

.overview-right-content p:last-child {
    margin-bottom: 0;
}

.overview-right-content strong {
    color: var(--text-primary);
    font-weight: 600;
}

/* Why Choose Us */
.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.why-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 0;
    padding: 3rem 2.5rem;
    box-shadow: 0 8px 30px rgba(26, 25, 25, 0.02);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.why-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-gold);
    box-shadow: 0 30px 60px rgba(26, 25, 25, 0.05);
    background-color: var(--bg-surface);
}

.why-card-icon {
    width: 60px;
    height: 60px;
    background-color: var(--bg-primary);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: var(--accent-gold);
    font-size: 1.5rem;
    transition: var(--transition-smooth);
}

.why-card:hover .why-card-icon {
    background-color: var(--accent-gold);
    color: var(--bg-primary);
}

.why-card-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.why-card-desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
}

/* Manufacturing Timeline */
.timeline-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--border-light);
    transform: translateX(-50%);
}

.timeline-line-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(to bottom, var(--accent-gold), var(--text-primary));
}

.timeline-item {
    position: relative;
    width: 100%;
    margin-bottom: 5rem;
    display: flex;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-item-left {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.timeline-badge {
    position: absolute;
    left: 50%;
    top: 0;
    width: 48px;
    height: 48px;
    background-color: var(--bg-surface);
    border: 3px solid var(--accent-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-50%);
    z-index: 2;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.1rem;
    color: var(--text-primary);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: var(--transition-smooth);
}

.timeline-item:hover .timeline-badge {
    background-color: var(--accent-gold);
    color: var(--text-primary);
    transform: translateX(-50%) scale(1.1);
}

.timeline-panel {
    width: 43%;
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 0;
    padding: 2.2rem;
    box-shadow: 0 8px 30px rgba(26, 25, 25, 0.02);
    transition: var(--transition-smooth);
}

.timeline-item:hover .timeline-panel {
    border-color: var(--accent-gold);
    box-shadow: 0 30px 60px rgba(26, 25, 25, 0.05);
}

.timeline-item-left .timeline-panel {
    margin-right: auto;
    text-align: right;
}

.timeline-item-right .timeline-panel {
    margin-left: auto;
}

.timeline-panel-icon {
    font-size: 1.4rem;
    color: var(--accent-gold);
    margin-bottom: 1rem;
}

.timeline-panel-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.timeline-panel-desc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-muted);
}

/* Industries */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 2rem;
}

.industry-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 0;
    padding: 2.2rem 2rem;
    box-shadow: 0 8px 30px rgba(26, 25, 25, 0.02);
    transition: var(--transition-smooth);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.industry-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
    box-shadow: 0 20px 40px rgba(26, 25, 25, 0.05);
}

.industry-icon-wrap {
    width: 50px;
    height: 50px;
    background-color: var(--bg-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: var(--accent-gold);
    font-size: 1.25rem;
    transition: var(--transition-smooth);
}

.industry-card:hover .industry-icon-wrap {
    background-color: var(--accent-gold);
    color: var(--bg-primary);
}

.industry-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.industry-desc {
    font-family: var(--font-body);
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* Products */
.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.category-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(26, 25, 25, 0.02);
    transition: var(--transition-smooth);
}

.category-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent-gold);
    box-shadow: 0 30px 60px rgba(26, 25, 25, 0.05);
}

.category-image-wrap {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    position: relative;
    background-color: var(--bg-card-gray);
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.category-card:hover .category-image {
    transform: scale(1.08);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(26, 25, 25, 0.4), transparent);
    z-index: 1;
}

.category-content {
    padding: 2rem;
}

.category-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.category-desc {
    font-family: var(--font-body);
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* Our Commitment */
.commitment-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.commitment-left {
    position: relative;
}

.commitment-visual-frame {
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    box-shadow: 0 20px 40px rgba(26, 25, 25, 0.03);
    border: 1px solid var(--border-light);
}

.commitment-visual-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commitment-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.commitment-item {
    display: flex;
    gap: 1.5rem;
}

.commitment-icon-wrap {
    width: 48px;
    height: 48px;
    background-color: var(--gold-glow);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-gold);
    font-size: 1.2rem;
    flex-shrink: 0;
}

.commitment-info-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.commitment-info-desc {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
}

/* Numbers Section */
.numbers-wrapper {
    background-color: var(--text-primary);
    color: var(--bg-surface);
    border-radius: 0;
    padding: 5rem;
    box-shadow: 0 20px 40px rgba(26, 25, 25, 0.08);
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    text-align: center;
}

.number-card {
    position: relative;
}

.number-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -1.5rem;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.number-val-wrap {
    font-family: var(--font-heading);
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--bg-surface);
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.number-prefix,
.number-suffix {
    font-size: 2rem;
    font-weight: 400;
    color: var(--accent-gold);
}

.number-title {
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.number-desc {
    font-family: var(--font-body);
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 1rem;
}

/* CTA */
.about-cta-banner {
    background: linear-gradient(135deg, var(--text-primary), #0a0a0a);
    color: var(--bg-surface);
    border-radius: 0;
    padding: 6rem 4rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(26, 25, 25, 0.08);
    position: relative;
    z-index: 1;
}

.about-cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.12) 0%, transparent 60%);
    border-radius: 0;
    z-index: -1;
}

.about-cta-tag {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.about-cta-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.about-cta-desc {
    font-family: var(--font-body);
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.about-cta-btn {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--text-primary);
    background-color: var(--accent-gold);
    padding: 1.2rem 2.8rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid var(--accent-gold);
    box-shadow: 0 4px 25px rgba(212, 175, 55, 0.3);
    transition: var(--transition-smooth);
}

.about-cta-btn:hover {
    background-color: transparent;
    color: var(--bg-surface);
    border-color: var(--bg-surface);
    box-shadow: 0 4px 25px rgba(212, 175, 55, 0);
}

/* Responsive */
@media (max-width: 1200px) {
    .about-hero-title {
        font-size: 3.2rem;
    }

    .numbers-wrapper {
        padding: 4rem 3rem;
    }

    .number-card::after {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .about-section {
        padding: 6rem 0;
    }

    .about-hero {
        padding: 10rem 0 6rem;
    }

    .about-hero-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }

    .about-hero-left {
        max-width: 100%;
    }

    .about-hero-ctas {
        justify-content: center;
    }

    .about-hero-right {
        margin-top: 2rem;
    }

    .overview-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .overview-left-accent {
        padding-left: 0;
        border-left: none;
        border-bottom: 2px solid var(--accent-gold);
        padding-bottom: 2rem;
        text-align: center;
    }

    .commitment-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .timeline-line {
        left: 2rem;
    }

    .timeline-badge {
        left: 2rem;
    }

    .timeline-panel {
        width: calc(100% - 4.5rem);
        margin-left: 4.5rem !important;
        text-align: left !important;
    }
}

/* ===========================
   Mobile Responsive
=========================== */

@media (max-width: 768px) {

    /* Apply typography clamp to prevent heading overflows on mobile viewports */
    .about-hero-title {
        font-size: clamp(2rem, 7vw, 2.8rem);
        line-height: 1.15;
        margin-bottom: 1.5rem;
    }

    .about-section-heading {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
        line-height: 1.2;
        margin-bottom: 1.2rem;
    }

    .about-cta-title {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
        line-height: 1.2;
        margin-bottom: 1.2rem;
    }

    .about-hero-subtitle {
        font-size: 1.1rem;
        line-height: 1.4;
        margin-bottom: 1.2rem;
    }

    .about-hero-desc,
    .about-section-desc {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    /* Grid collapses for mobile phones */
    .why-grid,
    .industries-grid,
    .categories-grid,
    .numbers-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }

    /* Number cards wrapping and layout */
    .number-val-wrap {
        font-size: clamp(2.2rem, 8vw, 3rem);
        flex-wrap: wrap;
    }

    .number-prefix,
    .number-suffix {
        font-size: clamp(1.2rem, 4vw, 1.8rem);
    }

    .number-card {
        padding-bottom: 1.5rem;
    }

    .number-card:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* Custom spacing adjustments */
    .about-section {
        padding: 5rem 0;
    }

    .about-hero {
        padding: 9rem 0 5rem;
    }

    /* Buttons stacking & touch-friendly height */
    .about-hero-ctas {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    .about-hero-ctas a,
    .about-cta-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
        box-sizing: border-box;
    }

    /* About page badge boundary fixes to prevent horizontal bleed */
    .about-hero-badge {
        bottom: -15px;
        left: 10px;
        max-width: 200px;
        padding: 1.2rem;
    }

    /* Mobile Timeline Space Optimization */
    .timeline-line {
        left: 1.5rem !important;
    }

    .timeline-badge {
        left: 1.5rem !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 0.95rem !important;
        border-width: 2px !important;
    }

    .timeline-panel {
        width: auto !important;
        margin-left: 3rem !important;
        margin-right: 0 !important;
        padding: 1.5rem !important;
        text-align: left !important;
    }

    .timeline-item-left .timeline-panel {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .about-hero-title {
        font-size: clamp(1.7rem, 8vw, 2.2rem);
    }

    .about-section-heading {
        font-size: clamp(1.5rem, 7vw, 1.8rem);
    }

    .about-cta-title {
        font-size: clamp(1.5rem, 7vw, 1.8rem);
    }

    .about-hero-subtitle {
        font-size: 1rem;
    }

    .numbers-wrapper {
        padding: 3rem 1.5rem;
    }

    .about-cta-banner {
        padding: 4rem 1.5rem;
    }

    .why-card {
        padding: 2.2rem 1.8rem;
    }

    .industry-card {
        padding: 2rem 1.5rem;
    }

    .category-content {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .about-hero-title {
        font-size: 1.8rem;
    }

    .about-section-heading {
        font-size: 1.2rem;
    }

    .about-cta-title {
        font-size: 1.2rem;
    }

    .about-hero-subtitle {
        font-size: 0.95rem;
    }

    .about-hero-desc,
    .about-section-desc,
    .about-cta-desc {
        font-size: 0.9rem;
    }

    .number-val-wrap {
        font-size: 1.8rem;
    }

    .number-prefix,
    .number-suffix {
        font-size: 1rem;
    }

    /* Shift badge below visual frame to completely eliminate horizontal bleed */
    .about-hero-badge {
        position: relative !important;
        left: 0 !important;
        bottom: 0 !important;
        margin: 2rem auto 0 !important;
        max-width: 90% !important;
        text-align: center;
        display: block;
    }

    .why-card {
        padding: 2rem 1.2rem;
    }

    .industry-card {
        padding: 1.8rem 1.2rem;
    }

    .timeline-panel {
        padding: 1.2rem !important;
    }
}

@media (max-width: 375px) {
    .about-hero-title {
        font-size: 1.65rem;
    }

    .about-section-heading {
        font-size: 1.4rem;
    }

    .about-cta-title {
        font-size: 15px;
        line-height: 22px;
    }

    .number-val-wrap {
        font-size: 1.65rem;
    }

    .timeline-badge {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.85rem !important;
    }
}



/* ==========================================
   PRIVACY POLICY PAGE
========================================== */

/* Base resets & layout settings for privacy main content */
.privacy-main {
    background-color: var(--bg-surface);
    color: var(--text-primary);
    font-family: var(--font-body);
}

.privacy-section {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.privacy-section.alt-bg {
    background-color: var(--bg-primary);
}

/* Reusable Section Headers */
.privacy-section-header {
    max-width: 800px;
    margin-bottom: 5rem;
}

.privacy-section-tag {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-gold);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.2rem;
}

.privacy-section-heading {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.privacy-section-heading span.italic-serif {
    font-family: var(--font-editorial);
    font-weight: 400;
    font-style: italic;
    text-transform: capitalize;
}

.privacy-section-desc {
    font-family: var(--font-body);
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-muted);
}

/* Hero Section */
.privacy-hero {
    position: relative;
    padding: 12rem 0 6rem;
    background-color: var(--bg-primary);
    border-bottom: 1px solid var(--border-light);
}

.privacy-hero-wrapper {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.privacy-hero-tag {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--accent-gold);
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.privacy-hero-title {
    font-family: var(--font-heading);
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.privacy-hero-subtitle {
    font-family: var(--font-editorial);
    font-size: 2rem;
    font-style: italic;
    color: var(--accent-gold);
    margin-bottom: 1.5rem;
}

.privacy-hero-desc {
    font-family: var(--font-body);
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
}

/* Breadcrumbs */
.privacy-breadcrumbs {
    display: flex;
    justify-content: center;
    gap: 0.8rem;
    align-items: center;
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.privacy-breadcrumbs a {
    color: var(--text-primary);
    transition: var(--transition-smooth);
}

.privacy-breadcrumbs a:hover {
    color: var(--accent-gold);
}

.privacy-breadcrumbs-sep {
    color: var(--border-light);
}

/* Introduction block */
.privacy-intro-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.privacy-intro-quote {
    font-family: var(--font-editorial);
    font-size: 2.2rem;
    font-style: italic;
    line-height: 1.35;
    color: var(--text-primary);
    border-left: 3px solid var(--accent-gold);
    padding-left: 2.5rem;
    margin-bottom: 3rem;
}

.privacy-intro-body p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.privacy-intro-body p strong {
    color: var(--text-primary);
    font-weight: 600;
}

/* Grid Layouts & Cards */
.privacy-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
}

.privacy-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    border-radius: 0;
    padding: 3rem 2.5rem;
    box-shadow: 0 8px 30px rgba(26, 25, 25, 0.02);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.privacy-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-gold);
    box-shadow: 0 30px 60px rgba(26, 25, 25, 0.05);
}

.privacy-card-icon {
    font-size: 2rem;
    color: var(--accent-gold);
    margin-bottom: 2rem;
    transition: var(--transition-smooth);
}

.privacy-card:hover .privacy-card-icon {
    transform: scale(1.1);
}

.privacy-card-title {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    letter-spacing: 0.05em;
}

.privacy-card-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
}

.privacy-card-list {
    list-style: none;
    padding: 0;
    margin: auto 0 0 0;
}

.privacy-card-list li {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-muted);
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

.privacy-card-list li:last-child {
    margin-bottom: 0;
}

.privacy-card-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 0.75rem;
    color: var(--accent-gold);
    position: absolute;
    left: 0;
    top: 2px;
}

/* How We Use Grid */
.privacy-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.privacy-use-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    padding: 2.5rem;
    position: relative;
    transition: var(--transition-smooth);
}

.privacy-use-card:hover {
    border-color: var(--accent-gold);
    box-shadow: 0 20px 40px rgba(26, 25, 25, 0.03);
}

.privacy-use-num {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(212, 175, 55, 0.15);
    margin-bottom: 1.5rem;
    transition: var(--transition-smooth);
}

.privacy-use-card:hover .privacy-use-num {
    color: var(--accent-gold);
}

.privacy-use-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.privacy-use-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
}

/* Cookies Block layout */
.privacy-cookie-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.privacy-cookie-left {
    padding-right: 2rem;
}

.privacy-cookie-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.privacy-cookie-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.privacy-cookie-icon {
    font-size: 1.5rem;
    color: var(--accent-gold);
    margin-top: 0.2rem;
}

.privacy-cookie-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.privacy-cookie-desc {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* Info Sharing and Visual compliance highlight box */
.privacy-compliance-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.privacy-compliance-box {
    background-color: var(--text-primary);
    color: var(--bg-surface);
    padding: 4rem;
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(26, 25, 25, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 4rem;
}

.privacy-compliance-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1) 0%, transparent 60%);
    z-index: -1;
}

.privacy-compliance-tag {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 1rem;
    display: block;
}

.privacy-compliance-quote {
    font-family: var(--font-heading);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.privacy-compliance-desc {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.privacy-sharing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.privacy-sharing-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    padding: 2.5rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.privacy-sharing-icon {
    font-size: 1.5rem;
    color: var(--accent-gold);
}

.privacy-sharing-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.privacy-sharing-desc {
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* Protection and User Rights split layout */
.privacy-split-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 5rem;
}

.privacy-split-left {
    padding-right: 2rem;
}

.privacy-split-right {
    background-color: var(--bg-primary);
    padding: 3.5rem;
    border: 1px solid var(--border-light);
}

.privacy-split-title {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
}

.privacy-split-desc {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.privacy-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-bullet-list li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1.2rem;
}

.privacy-bullet-list li:last-child {
    margin-bottom: 0;
}

.privacy-bullet-list li i {
    color: var(--accent-gold);
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 0.9rem;
}

.privacy-bullet-list li strong {
    color: var(--text-primary);
    font-weight: 600;
}

.privacy-rights-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.8rem;
}

.privacy-right-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    padding: 1.8rem 1.5rem;
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    transition: var(--transition-smooth);
}

.privacy-right-card:hover {
    border-color: var(--accent-gold);
    box-shadow: 0 15px 30px rgba(26, 25, 25, 0.02);
}

.privacy-right-icon {
    font-size: 1.2rem;
    color: var(--accent-gold);
}

.privacy-right-title {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

.privacy-right-desc {
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--text-muted);
}

/* Links & Updates Columns */
.privacy-cols-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.privacy-col-card {
    background-color: var(--bg-surface);
    border: 1px solid var(--border-light);
    padding: 3rem;
    height: 100%;
}

.privacy-col-icon {
    font-size: 1.8rem;
    color: var(--accent-gold);
    margin-bottom: 1.5rem;
}

.privacy-col-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.privacy-col-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
}

/* CTA Banner styling for privacy */
.privacy-cta-banner {
    background: linear-gradient(135deg, var(--text-primary), #0a0a0a);
    color: var(--bg-surface);
    border-radius: 0;
    padding: 6rem 4rem;
    text-align: center;
    box-shadow: 0 20px 40px rgba(26, 25, 25, 0.08);
    position: relative;
    z-index: 1;
}

.privacy-cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.12) 0%, transparent 60%);
    border-radius: 0;
    z-index: -1;
}

.privacy-cta-tag {
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: var(--accent-gold);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-block;
}

.privacy-cta-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-cta-desc {
    font-family: var(--font-body);
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-cta-btn {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--text-primary);
    background-color: var(--accent-gold);
    padding: 1.2rem 2.8rem;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    border: 1px solid var(--accent-gold);
    box-shadow: 0 4px 25px rgba(212, 175, 55, 0.3);
    transition: var(--transition-smooth);
}

.privacy-cta-btn:hover {
    background-color: transparent;
    color: var(--bg-surface);
    border-color: var(--bg-surface);
    box-shadow: 0 4px 25px rgba(212, 175, 55, 0);
}

/* ==========================================
   PRIVACY RESPONSIVE BREAKPOINTS
========================================== */

@media (max-width: 992px) {
    .privacy-section {
        padding: 6rem 0;
    }

    .privacy-hero {
        padding: 10rem 0 5rem;
    }

    .privacy-cookie-wrapper {
        grid-template-columns: 1fr;
        gap: 3.5rem;
    }

    .privacy-cookie-left {
        padding-right: 0;
    }

    .privacy-split-grid {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .privacy-split-left {
        padding-right: 0;
    }
}

@media (max-width: 768px) {

    /* Responsive typography clamp sizes to prevent screen overflows */
    .privacy-hero-title {
        font-size: clamp(2rem, 7vw, 2.8rem);
        line-height: 1.15;
        margin-bottom: 1.5rem;
    }

    .privacy-section-heading {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
        line-height: 1.2;
        margin-bottom: 1.2rem;
    }

    .privacy-cta-title {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
        line-height: 1.2;
        margin-bottom: 1.2rem;
    }

    .privacy-hero-subtitle {
        font-size: clamp(1.3rem, 5vw, 1.6rem);
    }

    .privacy-intro-quote {
        font-size: clamp(1.5rem, 5vw, 1.8rem);
        padding-left: 1.5rem;
    }

    .privacy-compliance-quote {
        font-size: clamp(1.5rem, 5vw, 1.8rem);
    }

    /* Stack grid structures on mobile viewports */
    .privacy-grid-4,
    .privacy-grid-3,
    .privacy-sharing-grid,
    .privacy-cols-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem;
    }

    .privacy-compliance-box {
        padding: 2.5rem 1.8rem;
    }

    .privacy-split-right {
        padding: 2.5rem 1.8rem;
    }

    .privacy-cta-banner {
        padding: 4rem 1.5rem;
    }

    .privacy-cta-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }
}

@media (max-width: 576px) {
    .privacy-hero-title {
        font-size: clamp(1.7rem, 8vw, 2.2rem);
    }

    .privacy-section-heading {
        font-size: clamp(1.5rem, 7vw, 1.8rem);
    }

    .privacy-cta-title {
        font-size: clamp(1.5rem, 7vw, 1.8rem);
    }

    .privacy-card {
        padding: 2.2rem 1.5rem;
    }

    .privacy-use-card {
        padding: 2rem 1.5rem;
    }

    .privacy-sharing-card {
        padding: 2rem 1.5rem;
    }

    .privacy-col-card {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .privacy-hero-title {
        font-size: 1.8rem;
    }

    .privacy-section-heading {
        font-size: 1.5rem;
    }

    .privacy-cta-title {
        font-size: 1.5rem;
    }

    .privacy-hero-desc,
    .privacy-section-desc,
    .privacy-cta-desc {
        font-size: 0.9rem;
    }

    .privacy-right-card {
        padding: 1.5rem 1.2rem;
    }
}

@media (max-width: 375px) {
    .privacy-hero-title {
        font-size: 1.65rem;
    }

    .privacy-section-heading {
        font-size: 1.4rem;
    }

    .privacy-cta-title {
        font-size: 1.4rem;
    }

    .privacy-right-card {
        gap: 0.8rem;
    }
}

@media (max-width: 320px) {
    .privacy-hero-title {
        font-size: 1.5rem;
    }

    .privacy-section-heading {
        font-size: 1.3rem;
    }

    .privacy-cta-title {
        font-size: 1.3rem;
    }

    .privacy-hero-tag,
    .privacy-section-tag,
    .privacy-cta-tag {
        font-size: 0.75rem;
        letter-spacing: 0.15em;
    }
}

/* ==========================================================================
   UGC (User Generated Content) Video Reels Section & Slider
   ========================================================================== */
.ugc-section {
    padding: 7rem 0;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.ugc-section .section-tag {
    color: var(--accent-gold);
}

.ugc-section .section-heading span:first-child {
    color: var(--text-primary);
}

.ugc-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.ugc-header-content {
    max-width: 650px;
}

.ugc-nav-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ugc-nav-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid var(--border-light);
    background-color: var(--bg-surface);
    color: var(--text-primary);
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-quick);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
}

.ugc-nav-btn:hover {
    background-color: var(--text-primary);
    color: var(--accent-gold);
    border-color: var(--text-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(26, 25, 25, 0.15);
}

.ugc-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0.5rem 0;
    cursor: grab;
}

.ugc-carousel-container:active {
    cursor: grabbing;
}

.ugc-carousel-track {
    display: flex;
    gap: 1.75rem;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    scroll-behavior: smooth;
}

.ugc-card {
    flex: 0 0 calc(28% - 1.25rem);
    min-width: 295px;
    height: 510px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1a1a1a;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.ugc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: rgba(212, 175, 55, 0.4);
}

.ugc-video-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}

.ugc-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ugc-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.1) 35%,
        rgba(0, 0, 0, 0.8) 65%,
        rgba(0, 0, 0, 0.96) 100%
    );
    z-index: 2;
    transition: opacity 0.4s ease;
}

/* UGC Header Meta Badge */
.ugc-card-header {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.ugc-verified-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background-color: rgba(18, 18, 18, 0.85);
    color: #ffffff;
    padding: 0.35rem 0.85rem;
    border-radius: 30px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.ugc-verified-badge i {
    color: var(--accent-gold);
    font-size: 0.75rem;
}

.ugc-sound-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(18, 18, 18, 0.85);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: var(--transition-quick);
}

.ugc-sound-btn:hover {
    background-color: var(--accent-gold);
    color: #1a1919;
    border-color: var(--accent-gold);
}

/* UGC Body Content & Associated Product Pill */
.ugc-card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem;
    z-index: 3;
    color: #ffffff;
}

.ugc-rating-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.ugc-stars {
    color: var(--accent-gold);
    font-size: 0.75rem;
    display: flex;
    gap: 0.15rem;
}

.ugc-location {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.05em;
}

.ugc-card-title {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.ugc-client-quote {
    font-family: var(--font-editorial);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.35;
    font-style: italic;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

/* Featured Product Pill Card Overlay */
.ugc-product-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.85rem;
    background-color: rgba(18, 18, 18, 0.88);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    transition: var(--transition-quick);
}

.ugc-product-pill:hover {
    background-color: var(--accent-gold);
    border-color: var(--accent-gold);
}

.ugc-product-thumb {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.ugc-product-info {
    flex: 1;
    overflow: hidden;
}

.ugc-product-label {
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--accent-gold);
    text-transform: uppercase;
    display: block;
    line-height: 1;
    margin-bottom: 0.15rem;
    transition: color 0.3s ease;
}

.ugc-product-pill:hover .ugc-product-label {
    color: #1a1919;
}

.ugc-product-name {
    font-family: var(--font-heading);
    font-size: 0.8rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}

.ugc-product-pill:hover .ugc-product-name {
    color: #1a1919;
}

.ugc-product-arrow {
    font-size: 0.75rem;
    color: var(--accent-gold);
    transition: transform 0.3s ease, color 0.3s ease;
}

.ugc-product-pill:hover .ugc-product-arrow {
    color: #1a1919;
    transform: translateX(3px);
}

/* Responsive Media Queries for UGC */
@media (max-width: 1024px) {
    .ugc-card {
        flex: 0 0 calc(40% - 1rem);
        height: 480px;
    }
}

@media (max-width: 768px) {
    .ugc-section {
        padding: 5rem 0;
    }

    .ugc-card {
        flex: 0 0 calc(65% - 1rem);
        height: 460px;
    }

    .ugc-header-row {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 480px) {
    .ugc-card {
        flex: 0 0 85%;
        height: 450px;
    }
}