/* PAGE-SPECIFIC STYLES (Home Page Only) */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.brand-hero {
    text-align: center;
    margin: 60px 0;
}
.brand-hero img {
    width: 1000px;
    max-width: 100%;
    height: auto;
}
.section-header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
h2.section-title {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
}
.section-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
}

.shop-by-room {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
    height: 450px;
    margin-bottom: 80px;
}
.room-card {
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}
.room-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0) 60%
    );
    z-index: 1;
}
.room-card.large {
    grid-column: 1;
    grid-row: 1 / -1;
    background-image: url("/images/Sofas.jpg");
}
.room-card.tall {
    grid-column: 2;
    grid-row: 1 / -1;
    background-image: url("/images/shop-by-room-bedroom.jpg");
}
.room-card.small-1 {
    grid-column: 3;
    grid-row: 1;
    background-image: url("/images/kitchen.jpg");
}
.room-card.small-2 {
    grid-column: 3;
    grid-row: 2;
    background-image: url("/images/Office.jpg");
}
.room-card-content {
    z-index: 2;
}
.room-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
    font-weight: 600;
}
.room-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}
.btn-white {
    background: #fff;
    color: #000;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    border-radius: 2px;
}
.room-link {
    font-size: 11px;
    border: 1px solid #fff;
    padding: 6px 16px;
    border-radius: 2px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 80px;
}
.product-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    background-color: #eee;
    margin-bottom: 12px;
    border-radius: 4px;
}
.product-info {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 4px;
}
.product-price {
    color: #0f4a8a;
}
.product-rating {
    font-size: 11px;
    color: #a1a1aa;
    letter-spacing: 1px;
}

.promo-section {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    height: 380px;
    margin-bottom: 80px;
    border-radius: 8px;
    overflow: hidden;
}
.promo-content {
    background-color: #003a7a;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.promo-tag {
    background-color: #f5b927;
    color: #000;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.promo-content h3 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.05;
    letter-spacing: -1px;
}
.promo-content p {
    color: #e2e8f0;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.5;
    max-width: 90%;
}
.promo-image {
    background-image: url("/images/outside-sofa.jpg");
    background-size: cover;
    background-position: center;
}

.testimonials {
    text-align: center;
    margin-bottom: 80px;
    background: #fafafa;
    padding: 40px 0;
}
.testimonials-title {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    letter-spacing: -0.5px;
}
.testimonials-title::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #d1d5db;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: left;
}
.testimonial-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.stars {
    color: #f5b927;
    font-size: 14px;
    margin-bottom: 16px;
}
.testimonial-text {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 24px;
    color: #333;
}
.customer-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.avatar {
    width: 32px;
    height: 32px;
    background-color: #f3f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    color: #0f4a8a;
}
.customer-name {
    font-size: 12px;
    font-weight: 800;
}
.customer-meta {
    font-size: 10px;
    color: #6b7280;
}
