:root {
    --sand: #f5f0e8;
    --wood: #a57c5c;
    --charcoal: #2e2e2e;
    --olive: #7a8b6b;
}

body {
    font-family: 'Segoe UI', Roboto, system-ui, sans-serif;
    background-color: #faf9f7;
    color: var(--charcoal);
}

.navbar {
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.navbar-brand {
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--wood) !important;
}

.nav-link {
    color: var(--charcoal) !important;
    font-weight: 500;
    margin: 0 0.25rem;
}

.nav-link:hover,
.nav-link.active {
    color: var(--wood) !important;
}

.btn-wood {
    background-color: var(--wood);
    color: white;
    border: none;
    padding: 0.6rem 2rem;
    font-weight: 500;
    border-radius: 30px;
    transition: all 0.2s;
}

.btn-wood:hover {
    background-color: #8b6244;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(165, 124, 92, 0.2);
}

.btn-outline-wood {
    border: 2px solid var(--wood);
    color: var(--wood);
    background: transparent;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-weight: 500;
}

.btn-outline-wood:hover {
    background-color: var(--wood);
    color: white;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://picsum.photos/id/1081/1600/600?grayscale&seed=furniture') center/cover no-repeat;
    min-height: 75vh;
    display: flex;
    align-items: center;
    color: white;
    margin-bottom: 3rem;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: var(--wood);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.map-placeholder {
    background: #e9ecef;
    border-radius: 16px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.1rem;
}

.map-placeholder i {
    font-size: 2rem;
    margin-right: 0.5rem;
}

.newsletter-box {
    background-color: rgba(165, 124, 92, 0.05);
    border-radius: 20px;
    padding: 2rem;
}

.hero-content {
    max-width: 600px;
    padding: 2rem;
    background-color: rgba(46, 46, 46, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 24px;
}

.page-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('https://picsum.photos/id/292/1600/400?seed=table-hero') center/cover no-repeat;
    min-height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-bottom: 3rem;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 300;
    border-bottom: 3px solid var(--olive);
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

.card {
    border: none;
    border-radius: 20px;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 35px -8px rgba(165, 124, 92, 0.15);
}

.card-img-top {
    height: 220px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.badge-sale {
    background-color: #c44b4b;
    color: white;
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.price {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--wood);
}

.old-price {
    color: #9b9b9b;
    text-decoration: line-through;
    margin-right: 0.5rem;
    font-size: 1rem;
}

.category-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
}

.category-card:hover {
    transform: scale(1.02);
    text-decoration: none;
    color: white;
}

.category-card.sofas {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url('https://picsum.photos/id/257/600/400?seed=sofa-cat');
}

.category-card.tables {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url('https://picsum.photos/id/292/600/400?seed=table-cat');
}

.category-card.chairs {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url('https://picsum.photos/id/128/600/400?seed=chair-cat');
}

.category-card.storage {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url('https://picsum.photos/id/26/600/400?seed=storage-cat');
}

.product-img {
    border-radius: 24px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.price-large {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--wood);
}

.quantity-selector {
    max-width: 140px;
}

.quantity-selector input {
    text-align: center;
    border: 1px solid #dee2e6;
    border-radius: 40px;
}

.input-group .btn {
    border-radius: 40px !important;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: var(--wood);
    text-decoration: none;
}

footer {
    background-color: #2b2b2b;
    color: #ddd;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
}

footer a {
    color: #bbb;
    text-decoration: none;
}

footer a:hover {
    color: white;
}