/* =========================================================
   LAXMI PLY & HARDWARE - Main Stylesheet
   Theme: White + Wood + Dark (premium feel)
   ========================================================= */

/* ---------- Reset & base ---------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Poppins', 'Segoe UI', Roboto, sans-serif;
    color: #1a1a1a;
    background: #ffffff;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; transition: color .2s ease; }
a:hover { color: #c9791f; }

h1, h2, h3, h4 { font-weight: 600; line-height: 1.25; margin: 0 0 .6em; }

.container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ---------- Top bar ---------- */
.topbar {
    background: #1a1a1a;
    color: #e9dfcf;
    font-size: .85rem;
    padding: 8px 0;
}
.topbar a { color: #e9dfcf; }
.topbar a:hover { color: #f5c17a; }
.topbar-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.topbar-divider { opacity: .4; }

/* ---------- Header & Nav ---------- */
.site-header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 20px;
}
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}
.brand-icon {
    width: 46px;
    height: 46px;
    background: linear-gradient(135deg, #8b5a2b, #c9791f);
    color: #fff;
    border-radius: 10px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.3rem;
    box-shadow: 0 4px 14px rgba(139,90,43,.35);
}
.brand-text strong {
    display: block;
    font-size: 1.05rem;
    color: #1a1a1a;
    letter-spacing: .3px;
}
.brand-text small {
    display: block;
    font-size: .75rem;
    color: #8b5a2b;
    letter-spacing: 1px;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 4px;
    padding: 0;
    margin: 0;
    align-items: center;
}
.main-nav a {
    display: inline-block;
    padding: 10px 16px;
    font-weight: 500;
    color: #1a1a1a;
    border-radius: 6px;
    transition: all .2s ease;
}
.main-nav a:hover { color: #8b5a2b; background: #faf6f0; }
.main-nav a.active { color: #8b5a2b; }
.main-nav a.active::after {
    content: '';
    display: block;
    height: 2px;
    background: #8b5a2b;
    margin-top: 4px;
    border-radius: 2px;
}
.btn-call {
    background: #8b5a2b !important;
    color: #fff !important;
    padding: 10px 18px !important;
    border-radius: 30px !important;
}
.btn-call:hover { background: #6e4520 !important; }

.menu-toggle {
    display: none;
    background: none;
    border: 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    padding: 0;
}
.menu-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #1a1a1a;
    margin: 5px auto;
    border-radius: 2px;
    transition: transform .3s, opacity .3s;
}

/* ---------- Hero / banner ---------- */
.hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(26,26,26,.82), rgba(26,26,26,.55)),
        url('https://images.jdmagicbox.com/quickquotes/images_main/virgo_mica_zura_walnut_laminate_5833__13966950_0.jpg') center/cover no-repeat;
    color: #fff;
}
.hero-inner {
    padding: 80px 0;
    max-width: 760px;
}
.hero .eyebrow {
    display: inline-block;
    background: rgba(201,121,31,.2);
    border: 1px solid #c9791f;
    color: #f5c17a;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: .85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.hero h1 {
    font-size: clamp(2rem, 4.6vw, 3.4rem);
    margin-bottom: 18px;
    line-height: 1.15;
}
.hero h1 span { color: #f5c17a; }
.hero p {
    font-size: 1.1rem;
    max-width: 640px;
    opacity: .92;
    margin-bottom: 28px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 30px;
    font-weight: 500;
    font-size: .95rem;
    transition: transform .2s, box-shadow .2s, background .2s;
    border: 2px solid transparent;
    cursor: pointer;
}
.btn-primary { background: #c9791f; color: #fff; }
.btn-primary:hover { background: #a9651a; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(201,121,31,.4); }
.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline:hover { background: #fff; color: #1a1a1a; }
.btn-dark { background: #1a1a1a; color: #fff; }
.btn-dark:hover { background: #333; color: #fff; }

/* ---------- Section basics ---------- */
section { padding: 72px 0; }
.section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px;
}
.section-head .eyebrow {
    color: #c9791f;
    font-weight: 600;
    font-size: .85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section-head h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    margin: 8px 0 14px;
}
.section-head p { color: #5c5c5c; }
.bg-light { background: #faf6f0; }

/* ---------- Category grid (home) ---------- */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.cat-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
    transition: transform .3s, box-shadow .3s;
    position: relative;
}
.cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}
.cat-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .5s;
}
.cat-card:hover img { transform: scale(1.08); }
.cat-card .cat-body {
    padding: 20px;
    text-align: center;
}
.cat-card h3 { margin: 0 0 6px; color: #1a1a1a; }
.cat-card p { margin: 0 0 14px; color: #6b6b6b; font-size: .9rem; }
.cat-card a { color: #c9791f; font-weight: 500; }

/* ---------- Features strip ---------- */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.feature {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #f0e9dd;
    transition: transform .25s, border-color .25s;
}
.feature:hover {
    transform: translateY(-4px);
    border-color: #c9791f;
}
.feature .icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
    color: #c9791f;
}
.feature h4 { margin: 0 0 6px; }
.feature p { margin: 0; color: #6b6b6b; font-size: .9rem; }

/* ---------- Products page ---------- */
.products-category { margin-bottom: 60px; scroll-margin-top: 100px; }
.cat-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    padding-bottom: 14px;
    border-bottom: 2px solid #f0e9dd;
}
.cat-title h2 {
    margin: 0;
    font-size: 1.7rem;
    color: #1a1a1a;
}
.cat-title .badge {
    background: #c9791f;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: .75rem;
    font-weight: 500;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
}
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 14px rgba(0,0,0,.06);
    transition: transform .3s, box-shadow .3s;
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
}
.product-card .img-wrap {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f5f0e8;
}
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.product-card:hover img { transform: scale(1.06); }
.product-card .p-body {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-card h3 {
    margin: 0 0 6px;
    font-size: 1.05rem;
    color: #1a1a1a;
}
.product-card .type {
    color: #c9791f;
    font-size: .78rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.product-card p {
    color: #6b6b6b;
    font-size: .88rem;
    margin: 0 0 14px;
    flex: 1;
}
.product-card .enquire {
    align-self: flex-start;
    color: #c9791f;
    font-weight: 500;
    font-size: .88rem;
}

/* ---------- About page ---------- */
.about-wrap {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}
.about-wrap img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

/* Brand banner block (about page visual) */
.brand-banner {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    padding: 60px 40px;
    color: #fff;
    text-align: center;
    box-shadow: 0 24px 50px rgba(0,0,0,.25);
    background:
        linear-gradient(135deg, rgba(26,26,26,.9), rgba(74,44,16,.85)),
        url('https://images.jdmagicbox.com/quickquotes/images_main/virgo_mica_cherry_beech_laminate_5504__13966968_0.jpg') center/cover no-repeat;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brand-banner::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(245,193,122,.35);
    border-radius: 12px;
    pointer-events: none;
}
.brand-banner .logo-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9791f, #8b5a2b);
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 10px 30px rgba(201,121,31,.5);
    border: 3px solid rgba(245,193,122,.4);
}
.brand-banner h3 {
    color: #f5c17a;
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 0 0 6px;
}
.brand-banner .ampersand {
    color: #c9791f;
    font-weight: 400;
    font-style: italic;
}
.brand-banner .bb-tagline {
    color: #e9dfcf;
    font-size: 1rem;
    margin-bottom: 28px;
    letter-spacing: .5px;
}
.brand-banner .bb-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 22px;
    border-top: 1px solid rgba(245,193,122,.25);
    margin-top: 6px;
    width: 100%;
    max-width: 340px;
}
.brand-banner .bb-stats div { text-align: center; }
.brand-banner .bb-stats strong {
    display: block;
    font-size: 1.5rem;
    color: #f5c17a;
    font-weight: 600;
}
.brand-banner .bb-stats span {
    font-size: .78rem;
    color: #c8bfae;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.brand-banner .bb-location {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    font-size: .8rem;
    color: #c8bfae;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about-wrap h2 { font-size: 2rem; margin-bottom: 18px; }
.about-wrap .eyebrow {
    color: #c9791f;
    font-weight: 600;
    font-size: .85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.value-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}
.value-list li {
    padding: 10px 0 10px 30px;
    position: relative;
    color: #3a3a3a;
}
.value-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 10px;
    width: 22px;
    height: 22px;
    background: #c9791f;
    color: #fff;
    border-radius: 50%;
    font-size: .75rem;
    display: grid;
    place-items: center;
}

/* ---------- Contact page ---------- */
.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
}
.contact-info {
    background: #1a1a1a;
    color: #fff;
    padding: 38px;
    border-radius: 14px;
}
.contact-info h3 { color: #f5c17a; margin-bottom: 10px; }
.contact-info .info-item {
    display: flex;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #2d2d2d;
}
.contact-info .info-item:last-child { border-bottom: 0; }
.contact-info .info-icon {
    width: 42px;
    height: 42px;
    background: #c9791f;
    border-radius: 50%;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 1.1rem;
}
.contact-info .info-text strong {
    display: block;
    font-size: .8rem;
    color: #999;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.contact-info .info-text a,
.contact-info .info-text span {
    color: #fff;
    font-size: .95rem;
    line-height: 1.5;
}
.contact-info .info-text a:hover { color: #f5c17a; }

.contact-form {
    background: #fff;
    padding: 38px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border: 1px solid #f0e9dd;
}
.contact-form h3 { margin-bottom: 8px; }
.contact-form .sub { color: #6b6b6b; margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block;
    font-weight: 500;
    font-size: .88rem;
    margin-bottom: 6px;
    color: #333;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #e0d9cb;
    border-radius: 8px;
    font-size: .95rem;
    font-family: inherit;
    background: #fafaf7;
    transition: border-color .2s, background .2s;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #c9791f;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(201,121,31,.1);
}
.form-group textarea { resize: vertical; min-height: 130px; }

.alert {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: .92rem;
}
.alert-success { background: #e8f5e9; color: #2e7d32; border-left: 4px solid #2e7d32; }
.alert-error { background: #fdeaea; color: #c62828; border-left: 4px solid #c62828; }

/* ---------- Map ---------- */
.map-section { padding: 0; }
.map-section iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
    filter: grayscale(10%);
}

/* ---------- Footer ---------- */
.site-footer {
    background: #1a1a1a;
    color: #c8bfae;
    padding-top: 60px;
    margin-top: 20px;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
    gap: 40px;
    padding-bottom: 50px;
}
.foot-col h3, .foot-col h4 { color: #fff; margin-bottom: 18px; }
.foot-brand { color: #f5c17a !important; letter-spacing: .5px; }
.foot-tag { color: #c9791f; font-weight: 500; font-size: .85rem; letter-spacing: 2px; text-transform: uppercase; }
.foot-col p, .foot-col address { color: #9a8f7d; font-style: normal; font-size: .92rem; margin: 0 0 12px; }
.foot-col a { color: #c8bfae; font-size: .92rem; }
.foot-col a:hover { color: #f5c17a; }
.foot-links { list-style: none; padding: 0; margin: 0; }
.foot-links li { padding: 5px 0; }
.copyright {
    border-top: 1px solid #2a2a2a;
    padding: 20px 0;
    font-size: .85rem;
    text-align: center;
    color: #7a7161;
}

/* ---------- Floating action buttons ---------- */
.float-btn {
    position: fixed;
    right: 22px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
    z-index: 99;
    transition: transform .25s, box-shadow .25s;
}
.float-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 26px rgba(0,0,0,.3);
    color: #fff;
}
.float-btn.whatsapp { bottom: 22px; background: #25d366; }
.float-btn.call { bottom: 90px; background: #c9791f; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    .about-wrap { grid-template-columns: 1fr; }
    .contact-wrap { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
    .menu-toggle { display: block; }
    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,.08);
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }
    .main-nav.open { max-height: 500px; }
    .main-nav ul {
        flex-direction: column;
        padding: 10px 0;
        align-items: stretch;
    }
    .main-nav li { border-bottom: 1px solid #f4f0e7; }
    .main-nav li:last-child { border-bottom: 0; }
    .main-nav a { padding: 14px 22px; border-radius: 0; }
    .btn-call { margin: 10px 20px; text-align: center; }

    .topbar { font-size: .78rem; }
    .topbar-divider { display: none; }
    .hero { min-height: 440px; }
    .hero-inner { padding: 60px 0; }

    section { padding: 56px 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .contact-info, .contact-form { padding: 28px 22px; }
}
