/* ==========================================================================
   SHRI RAM CHEMICALS - INDUSTRIAL DESIGN SYSTEM (PRODUCTION GRADE)
   Clean, Modern, High-Precision B2B Chemical Architecture
   ========================================================================== */

:root {
    /* Palette */
    --bg-main: #0a0f1d;
    --bg-secondary: #0f172a;
    --bg-card: rgba(15, 23, 42, 0.75);
    --bg-card-hover: rgba(30, 41, 59, 0.85);
    --border-subtle: rgba(255, 255, 255, 0.08);
    --border-strong: rgba(255, 255, 255, 0.16);

    /* Text */
    --text-pure: #ffffff;
    --text-primary: #f1f5f9;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;

    /* Accents */
    --cyan: #06b6d4;
    --cyan-glow: rgba(6, 182, 212, 0.25);
    --blue: #3b82f6;
    --gold: #f59e0b;
    --green: #10b981;
    --purple: #a855f7;
    --copper: #f97316;

    /* Typography */
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-heading: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    /* Shadows & Radii */
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --shadow-card: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    --shadow-glow: 0 0 25px rgba(6, 182, 212, 0.15);
}

html {
    scroll-behavior: smooth;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    font-family: var(--font-sans);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Container */
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ==========================================================================
   NAVIGATION BAR (CLEAN, SOLID FROSTED GLASS - NO BLEND MODE BUGS)
   ========================================================================== */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 15, 29, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-subtle);
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: var(--text-pure);
}

.logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--cyan) 0%, var(--blue) 100%);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    color: #fff;
    box-shadow: 0 0 15px var(--cyan-glow);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-title {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: var(--text-pure);
}

.logo-sub {
    font-size: 0.65rem;
    letter-spacing: 1.5px;
    color: var(--cyan);
    text-transform: uppercase;
    font-weight: 600;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.75rem;
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: color 0.2s ease;
    padding: 0.35rem 0;
    position: relative;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--text-pure);
}

.nav-links a:hover::after,
.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--cyan);
    border-radius: 2px;
}

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

.btn-whatsapp-nav {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #25D366;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.55rem 1.1rem;
    border-radius: 50px;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
    transition: transform 0.2s, background 0.2s;
}

.btn-whatsapp-nav:hover {
    background: #20bd5a;
    transform: translateY(-1px);
}

.btn-whatsapp-nav svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.btn-nav-quote {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border-strong);
    color: var(--text-pure) !important;
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0.55rem 1.1rem;
    border-radius: var(--radius-sm);
    transition: all 0.2s;
}

.btn-nav-quote:hover {
    background: rgba(255, 255, 255, 0.16);
    border-color: var(--cyan);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
    padding: 8rem 0 4rem 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 50% 20%, rgba(6, 182, 212, 0.08) 0%, transparent 60%);
    border-bottom: 1px solid var(--border-subtle);
}

.hero-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.badge-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--cyan);
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.25);
    padding: 0.45rem 1.1rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: var(--text-pure);
    margin-bottom: 1.5rem;
}

.text-gradient {
    background: linear-gradient(135deg, #38bdf8 0%, #06b6d4 50%, #10b981 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-desc {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    color: var(--text-secondary);
    line-height: 1.7;
    max-width: 820px;
    margin: 0 auto 2.5rem auto;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1.85rem;
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, #0284c7 0%, #06b6d4 100%);
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(6, 182, 212, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0369a1 0%, #0891b2 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(6, 182, 212, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-strong);
    color: var(--text-pure);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--cyan);
    transform: translateY(-2px);
}

.metrics-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 1.75rem 2rem;
    box-shadow: var(--shadow-card);
}

.metric-item {
    text-align: center;
}

.metric-val {
    font-size: 2rem;
    font-weight: 800;
    color: var(--cyan);
    display: block;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.metric-label {
    font-size: 0.82rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

/* ==========================================================================
   SECTION COMMON
   ========================================================================== */
.section {
    padding: 5.5rem 0;
    position: relative;
}

.section-header {
    margin-bottom: 3.5rem;
}

.section-header.center {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-tag {
    display: inline-block;
    color: var(--cyan);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--text-pure);
    margin-bottom: 1rem;
    letter-spacing: -0.5px;
}

.section-desc {
    color: var(--text-secondary);
    font-size: 1.05rem;
    line-height: 1.7;
}

/* ==========================================================================
   ABOUT US SECTION (DOWN-SCROLLABLE, VERIFIED 30-YEAR LEGACY)
   ========================================================================== */
#about {
    background: linear-gradient(180deg, var(--bg-main) 0%, var(--bg-secondary) 100%);
    border-bottom: 1px solid var(--border-subtle);
}

.about-highlight-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: var(--shadow-card);
}

.about-highlight-card p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-primary);
    margin-bottom: 1.25rem;
}

.about-highlight-card p strong {
    color: var(--cyan);
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}

.adv-card {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 1.75rem;
    transition: all 0.3s ease;
}

.adv-card:hover {
    border-color: var(--cyan);
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow);
}

.adv-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: rgba(6, 182, 212, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--cyan);
}

.adv-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-pure);
    margin-bottom: 0.6rem;
}

.adv-card p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.factory-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.gallery-item {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    position: relative;
    height: 320px;
    box-shadow: var(--shadow-card);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 15, 29, 0.92) 80%);
    padding: 2rem 1.5rem 1rem 1.5rem;
    color: var(--text-pure);
    font-size: 0.92rem;
    font-weight: 600;
}

/* ==========================================================================
   SPECIALLY DEFINED & SEPARATED PRODUCT CATEGORIES
   ========================================================================== */
#categories {
    background: var(--bg-main);
    border-bottom: 1px solid var(--border-subtle);
}

.category-block {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    margin-bottom: 3.5rem;
    box-shadow: var(--shadow-card);
    position: relative;
    transition: border-color 0.3s ease;
}

.category-block:hover {
    border-color: var(--border-strong);
}

/* Category Accent Borders */
.cat-low-carbon { border-left: 5px solid var(--blue); }
.cat-fine-wire { border-left: 5px solid var(--cyan); }
.cat-wet-paste { border-left: 5px solid var(--green); }
.cat-high-carbon { border-left: 5px solid var(--purple); }
.cat-stainless { border-left: 5px solid #38bdf8; }
.cat-copper { border-left: 5px solid var(--copper); }

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.cat-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.badge-blue { background: rgba(59, 130, 246, 0.15); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.3); }
.badge-cyan { background: rgba(6, 182, 212, 0.15); color: #38bdf8; border: 1px solid rgba(6, 182, 212, 0.3); }
.badge-green { background: rgba(16, 185, 129, 0.15); color: #34d399; border: 1px solid rgba(16, 185, 129, 0.3); }
.badge-purple { background: rgba(168, 85, 247, 0.15); color: #c084fc; border: 1px solid rgba(168, 85, 247, 0.3); }
.badge-silver { background: rgba(148, 163, 184, 0.15); color: #e2e8f0; border: 1px solid rgba(148, 163, 184, 0.3); }
.badge-copper { background: rgba(249, 115, 22, 0.15); color: #fb923c; border: 1px solid rgba(249, 115, 22, 0.3); }

.category-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--text-pure);
    margin-bottom: 0.5rem;
}

.category-desc {
    color: var(--text-secondary);
    font-size: 0.95rem;
    max-width: 750px;
    line-height: 1.6;
}

.category-body {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2rem;
    align-items: center;
}

.category-visual {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border-subtle);
    height: 240px;
    background: #000;
}

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

.formulations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.formulation-card {
    background: rgba(10, 15, 29, 0.6);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.25s ease;
}

.formulation-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(15, 23, 42, 0.8);
}

.formulation-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-pure);
    margin-bottom: 0.35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pkg-pill {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--text-muted);
    background: rgba(255, 255, 255, 0.06);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

.formulation-type {
    font-size: 0.78rem;
    color: var(--cyan);
    font-weight: 600;
    margin-bottom: 0.65rem;
}

.formulation-desc {
    font-size: 0.85rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.formulation-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--cyan);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 600;
    transition: gap 0.2s;
}

.formulation-cta:hover {
    gap: 0.7rem;
    color: #ffffff;
}

/* ==========================================================================
   TECHNICAL SPECIFICATION MATRIX TABLE
   ========================================================================== */
#spec-matrix {
    background: var(--bg-secondary);
    border-bottom: 1px solid var(--border-subtle);
}

.table-wrapper {
    overflow-x: auto;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-card);
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 0.9rem;
}

.spec-table th {
    background: rgba(10, 15, 29, 0.8);
    color: var(--text-pure);
    padding: 1.1rem 1.25rem;
    font-weight: 700;
    border-bottom: 1px solid var(--border-strong);
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.5px;
}

.spec-table td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border-subtle);
    color: var(--text-secondary);
}

.spec-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.spec-table .prod-name {
    font-weight: 700;
    color: var(--text-pure);
    display: block;
}

.spec-table .prod-sub {
    font-size: 0.75rem;
    color: var(--cyan);
}

.btn-inquire-table {
    display: inline-block;
    background: rgba(6, 182, 212, 0.12);
    border: 1px solid rgba(6, 182, 212, 0.3);
    color: var(--cyan);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.4rem 0.85rem;
    border-radius: var(--radius-sm);
    transition: all 0.2s;
    white-space: nowrap;
}

.btn-inquire-table:hover {
    background: var(--cyan);
    color: #000;
}

/* ==========================================================================
   CONTACT US / RFQ DESK
   ========================================================================== */
#contact {
    background: var(--bg-main);
    border-bottom: 1px solid var(--border-subtle);
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 3rem;
    align-items: flex-start;
}

.contact-info-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
}

.contact-item {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 2rem;
}

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

.contact-icon-box {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-sm);
    background: rgba(6, 182, 212, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cyan);
    flex-shrink: 0;
}

.contact-item h4 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--text-muted);
    margin-bottom: 0.35rem;
}

.contact-item p,
.contact-item a {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-pure);
    text-decoration: none;
    line-height: 1.5;
}

.contact-item a:hover {
    color: var(--cyan);
}

.rfq-form-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 2.5rem;
    box-shadow: var(--shadow-card);
}

.rfq-form-card h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-pure);
    margin-bottom: 0.5rem;
}

.rfq-form-card p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    margin-bottom: 1.75rem;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-secondary);
    margin-bottom: 0.4rem;
}

.form-control {
    width: 100%;
    background: rgba(10, 15, 29, 0.7);
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-sm);
    padding: 0.85rem 1rem;
    color: var(--text-pure);
    font-family: var(--font-sans);
    font-size: 0.92rem;
    transition: border-color 0.2s;
}

.form-control:focus {
    outline: none;
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.15);
}

select.form-control option {
    background: #0f172a;
    color: #ffffff;
}

textarea.form-control {
    resize: vertical;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
    background: #050811;
    padding: 3.5rem 0 2rem 0;
    border-top: 1px solid var(--border-subtle);
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--border-subtle);
    flex-wrap: wrap;
}

.footer-about {
    max-width: 450px;
}

.footer-about p {
    font-size: 0.88rem;
    color: var(--text-secondary);
    margin-top: 0.75rem;
    line-height: 1.6;
}

.footer-links-group {
    display: flex;
    gap: 3rem;
}

.footer-col h5 {
    color: var(--text-pure);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: var(--cyan);
}

.footer-bottom {
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    color: var(--text-muted);
    flex-wrap: wrap;
    gap: 1rem;
}

/* ==========================================================================
   FLOATING WHATSAPP BUTTON (NO EMOJI BUGS, REAL SVG)
   ========================================================================== */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    background: #25D366;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.45);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-whatsapp-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

.floating-whatsapp-btn svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
}

/* Tooltip */
.floating-tooltip {
    position: absolute;
    right: 70px;
    background: rgba(10, 15, 29, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid var(--border-subtle);
    color: #ffffff;
    padding: 0.4rem 0.85rem;
    border-radius: var(--radius-sm);
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(10px);
    transition: all 0.25s ease;
}

.floating-whatsapp-btn:hover .floating-tooltip {
    opacity: 1;
    transform: translateX(0);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 992px) {
    .category-body {
        grid-template-columns: 1fr;
    }
    .contact-layout {
        grid-template-columns: 1fr;
    }
    .metrics-strip {
        grid-template-columns: repeat(2, 1fr);
    }
    .factory-gallery {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none; /* Hide on mobile or use toggle */
    }
    .metrics-strip {
        grid-template-columns: 1fr;
    }
    .hero-title {
        font-size: 2.2rem;
    }
}
