/* elegant-beige.css
   Soft beige/gold theme, decorative borders, rich typography
*/
:root{
  --bg:#fbf7f2;
  --panel:#ffffff;
  --muted:#756b63;
  --accent:#d4af37;
  --accent-2:#f4e4a8;
  --border:rgba(212,175,55,0.12);
  --glass: rgba(255,255,255,0.6);
  --radius:18px;
  --shadow: 0 10px 30px rgba(0,0,0,0.08);
  --container:1200px;
  --gap:1.6rem;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

/* Base */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background: linear-gradient(180deg,var(--bg),#fff);
  color: #3b3633;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.5;
  padding-top:86px; /* account for fixed nav if used */
}

/* Container */
.container{
  max-width:var(--container);
  margin:0 auto;
  padding:0 20px;
}

/* Headings (Playfair for elegance) */
h1,h2,h3,h4{font-family:"Playfair Display", serif; color:#2f2724; margin:0 0 .6rem}
h1{font-size:2.4rem; letter-spacing:0.4px}
h2{font-size:1.6rem}
h3{font-size:1.05rem}

/* Decorative section header */
.section-header{
  text-align:center;
  margin-bottom:1.6rem;
}
.section-header .section-title{
  display:inline-block;
  padding:12px 22px;
  border-radius:40px;
  border:1px solid var(--border);
  background:linear-gradient(180deg, rgba(212,175,55,0.06), transparent);
  box-shadow: var(--shadow);
  font-weight:600;
}

/* Card style */
.card{
  background:var(--panel);
  border-radius:var(--radius);
  padding:18px;
  border:1px solid var(--border);
  box-shadow: var(--shadow);
}

/* Collections grid */
.collections-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px,1fr));
  gap:var(--gap);
  margin-top:1.6rem;
}

/* Collection card (big hero-style card) */
.collection-card{
  position:relative;
  overflow:hidden;
  border-radius:22px;
  min-height:260px;
}
.collection-card img{width:100%; height:100%; object-fit:cover; display:block;}
.collection-card .card-overlay{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:28px;
  background:linear-gradient(0deg, rgba(28,24,22,0.6), rgba(0,0,0,0));
  color:#fff;
}
.collection-card .card-btn{
  display:inline-block;
  margin-top:10px;
  padding:10px 16px;
  border-radius:12px;
  text-decoration:none;
  background:linear-gradient(90deg,var(--accent),var(--accent-2));
  color:#2a2220;
  font-weight:700;
  box-shadow:0 8px 20px rgba(212,175,55,0.12);
}

/* Product grid */
.products-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px,1fr));
  gap:20px;
}

/* Product card */
.product-card{
  background: linear-gradient(180deg,#fff,#fcfaf9);
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--border);
  transition: transform .35s ease, box-shadow .35s ease;
  position:relative;
}
.product-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  border-color: rgba(212,175,55,0.22);
}
.product-image{
  position:relative;
  height:220px;
  overflow:hidden;
  background: #f8f5f2;
}
.product-image img{width:100%; height:100%; object-fit:cover; display:block; transition: transform .5s ease;}
.product-card:hover .product-image img{ transform: scale(1.06);}

/* Decorative gold corner */
.product-card::after{
  content:'';
  position:absolute;
  top:12px;
  right:12px;
  width:66px;
  height:66px;
  background: linear-gradient(135deg, rgba(212,175,55,0.16), rgba(244,226,168,0.06));
  border-radius:12px;
  border:1px solid rgba(212,175,55,0.06);
  transform: rotate(18deg);
  pointer-events:none;
}

/* Info */
.product-info{ padding:14px 16px 18px;}
.product-info h3{ font-size:1.05rem; margin-bottom:6px; text-transform:capitalize;}
.product-category{ display:inline-block; font-size:0.82rem; color:var(--muted); margin-bottom:10px;}
.product-description{ font-size:0.95rem; color:#5d524d; margin-bottom:12px; min-height:44px;}
.product-features{ display:flex; gap:10px; flex-wrap:wrap; font-size:0.86rem; color:var(--muted);}

/* Actions */
.product-actions{
  display:flex; gap:8px; margin-top:12px;
}
.btn-primary{
  padding:8px 12px;
  background:linear-gradient(90deg,var(--accent),#f7e39b);
  border-radius:10px;
  border:none;
  color:#2a2220;
  font-weight:700;
  cursor:pointer;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}
.btn-outline{
  padding:8px 12px;
  background:transparent;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:10px;
  color:var(--muted);
  cursor:pointer;
}

/* Filter bar */
.filter-bar{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.filter-btn{
  background:transparent;
  border:1px solid rgba(0,0,0,0.06);
  padding:8px 12px;
  border-radius:30px;
  cursor:pointer;
  font-weight:600;
}
.filter-btn.active{
  background:linear-gradient(90deg,var(--accent),#f7e39b);
  color:#2a2220;
  box-shadow:0 8px 20px rgba(212,175,55,0.08);
}

/* Features / guide style */
.features-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
  margin-top:12px;
}
.feature-card{
  padding:18px;
  border-radius:14px;
  border:1px solid var(--border);
  background:linear-gradient(180deg,#fff,#fffdfa);
}

/* CTA */
.cta{
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  padding:20px;
  margin-top:20px;
  border-radius:14px;
  background: linear-gradient(180deg, rgba(212,175,55,0.04), transparent);
  border:1px dashed rgba(212,175,55,0.06);
}

/* Footer accent */
.site-footer{
  margin-top:40px;
  padding:40px 0;
  border-top:1px solid rgba(0,0,0,0.04);
  color:var(--muted);
  font-size:0.95rem;
}

/* Professional Navigation */
.professional-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.professional-nav .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 80px;
}
.nav-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.nav-brand img {
    height: 60px;
    width: auto;
    object-fit: contain;
}
.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}
.nav-links a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.nav-links a:hover, .nav-links a.active {
    background: #d4af37;
    color: #fff;
}
@media (max-width: 768px) {
    .nav-links { display: none; }
}

/* Footer Styles - Merged from footer-design.css */
.footer {
    background: #1A1A1A;
    color: #FFFFFF;
    padding: 60px 0 0;
    margin-top: 80px;
    border-top: 4px solid #D4AF37;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}

/* Footer About Section */
.footer-about h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #D4AF37, #f4e4a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

.footer-about p {
    color: #CCCCCC;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 280px;
}

/* Footer Links Section */
.footer-links h4 {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: #CCCCCC;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-links ul li a:hover {
    color: #D4AF37;
    transform: translateX(5px);
}

/* Footer Contact Section */
.footer-contact h4 {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 12px;
}

.contact-item i {
    color: #D4AF37;
    font-size: 16px;
    margin-top: 3px;
    min-width: 16px;
}

.contact-item span {
    color: #CCCCCC;
    font-size: 15px;
    line-height: 1.5;
}

/* Footer Social Section */
.footer-social h4 {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 25px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-icon:hover {
    background: #D4AF37;
    color: #1A1A1A;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid #333333;
    padding: 25px 0;
    text-align: center;
}

.footer-bottom p {
    color: #999999;
    font-size: 14px;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 35px;
        text-align: center;
    }
    
    .footer-about h3 {
        font-size: 1.8rem;
    }
    
    .footer-about p {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .contact-item {
        justify-content: center;
        text-align: left;
    }
    
    .social-icons {
        justify-content: center;
    }
}

/* Enhanced Brands Section Styling */
.brands-section {
    padding: 5rem 0;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    position: relative;
    overflow: hidden;
}
.brands-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="0.5" fill="%23d4af37" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    z-index: 0;
}
.brands-section .container {
    position: relative;
    z-index: 1;
}
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}
.brand-card {
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    padding: 2.5rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.1);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.brand-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
    transition: left 0.6s ease;
}
.brand-card:hover::before {
    left: 100%;
}
.brand-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2);
    border-color: rgba(212, 175, 55, 0.3);
}
.brand-logo h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    background: linear-gradient(45deg, #d4af37, #f4e24c, #d4af37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    animation: gradientShift 3s ease infinite;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.brand-logo p {
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}
.brand-card:hover .brand-logo p {
    opacity: 1;
    color: #333;
}
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
@media (max-width: 768px) {
    .brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1.5rem;
    }
    .brand-card {
        padding: 2rem 1rem;
    }
    .brand-logo h3 {
        font-size: 1.5rem;
    }
}

/* Responsive tweaks */
@media (max-width:900px){
  .product-image{ height:180px }
  .product-card::after{ width:48px; height:48px; top:8px; right:8px; }
}
@media (max-width:520px){
  h1{font-size:1.6rem}
  .collections-grid{ grid-template-columns: 1fr }
}