/* ============================================================
   NORDIC FORM — Shop Furniture Styles (Premium Tier)
   Theme: Warm cream (#f5f0e8) / walnut brown (#5c3d2e) / sand
   ============================================================ */

body { font-family:'DM Sans','Inter',sans-serif;background:#f5f0e8;color:#2a1f18;cursor:none; }
h1,h2,h3 { font-family:'Playfair Display','Georgia',serif; }

/* Custom Cursor */
.cursor-dot { width:8px;height:8px;background:#5c3d2e;position:fixed;border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%); }
.cursor-ring { width:36px;height:36px;border:1.5px solid rgba(92,61,46,0.5);position:fixed;border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:width 0.25s,height 0.25s; }
.cursor-ring.hover { width:54px;height:54px;border-color:#5c3d2e; }

/* Loader */
.page-loader { position:fixed;inset:0;background:#f5f0e8;z-index:9997;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;transition:opacity 0.8s,visibility 0.8s; }
.page-loader.done { opacity:0;visibility:hidden; }
.loader-logo { font-size:2rem;color:#5c3d2e;font-family:'Playfair Display',serif;font-weight:700;letter-spacing:4px; }
.loader-bar { width:180px;height:1px;background:rgba(92,61,46,0.15);position:relative;overflow:hidden; }
.loader-bar::after { content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:#5c3d2e;animation:loaderSlide 1.2s ease forwards; }
@keyframes loaderSlide { to{left:100%} }

/* Nav */
.site-nav { position:fixed;top:0;left:0;right:0;z-index:100;padding:1.2rem 0;transition:all 0.4s ease; }
.site-nav.scrolled { background:rgba(245,240,232,0.96);backdrop-filter:blur(12px);box-shadow:0 1px 20px rgba(92,61,46,0.08);padding:0.75rem 0; }
.nav-logo { font-size:1.4rem;color:#2a1f18;letter-spacing:3px;font-family:'Playfair Display',serif;font-weight:700;text-transform:uppercase; }
.nav-links { display:flex;gap:2.5rem;list-style:none; }
.nav-links a { font-size:0.78rem;letter-spacing:1.5px;text-transform:uppercase;color:rgba(42,31,24,0.55);position:relative;transition:color 0.3s; }
.nav-links a::after { content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:#5c3d2e;transition:width 0.3s; }
.nav-links a:hover,.nav-links a.active { color:#5c3d2e; }
.nav-links a:hover::after,.nav-links a.active::after { width:100%; }
.nav-cta { border:1px solid rgba(92,61,46,0.35);color:#5c3d2e;padding:0.55rem 1.3rem;font-size:0.72rem;letter-spacing:1.5px;text-transform:uppercase;font-family:'DM Sans',sans-serif;font-weight:600;transition:all 0.3s; }
.nav-cta:hover { background:rgba(92,61,46,0.06); }
.hamburger { background:none;border:none;cursor:none;display:flex;flex-direction:column;gap:5px;padding:4px; }
.hamburger span { width:22px;height:1.5px;background:#5c3d2e;display:block;transition:all 0.3s; }
.mobile-nav { list-style:none;max-height:0;overflow:hidden;background:rgba(245,240,232,0.99);transition:max-height 0.4s ease; }
.mobile-nav.open { max-height:300px;padding:1rem 0; }
.mobile-nav li a { display:block;padding:0.85rem 1.5rem;font-size:0.8rem;letter-spacing:1.5px;text-transform:uppercase;color:rgba(42,31,24,0.6);border-bottom:1px solid rgba(92,61,46,0.07); }
.mobile-nav li a:hover { color:#5c3d2e; }

/* Hero */
.hero-section { position:relative;min-height:100vh;background:#ede8df;display:flex;align-items:center;overflow:hidden; }
.hero-content { position:relative;z-index:2;padding-top:100px; }
.hero-eyebrow { font-size:0.7rem;letter-spacing:4px;text-transform:uppercase;color:rgba(92,61,46,0.55);margin-bottom:1.5rem;display:block; }
.hero-title { font-size:clamp(2.8rem,7vw,6.5rem);color:#1a1209;line-height:1;font-weight:700;margin-bottom:1.5rem;letter-spacing:-1px; }
.hero-subtitle { font-size:1rem;color:rgba(42,31,24,0.6);max-width:460px;line-height:1.75;margin-bottom:2.5rem;font-family:'DM Sans',sans-serif; }
.hero-cta { display:flex;flex-wrap:wrap;gap:1rem;align-items:center; }
.btn-nordic-primary { background:#5c3d2e;color:#f5f0e8;padding:1rem 2.5rem;font-size:0.78rem;letter-spacing:2px;text-transform:uppercase;font-family:'DM Sans',sans-serif;font-weight:600;border:none;cursor:none;transition:background 0.4s,transform 0.3s; }
.btn-nordic-primary:hover { background:#4a3025;transform:translateY(-2px); }
.btn-nordic-outline { border:1.5px solid rgba(92,61,46,0.35);color:#5c3d2e;padding:1rem 2.5rem;font-size:0.78rem;letter-spacing:2px;text-transform:uppercase;font-family:'DM Sans',sans-serif;font-weight:600;background:transparent;cursor:none;transition:all 0.3s; }
.btn-nordic-outline:hover { border-color:#5c3d2e;background:rgba(92,61,46,0.04); }

/* Stats */
.stats-bar { background:#ede8df;border-top:1px solid rgba(92,61,46,0.12);border-bottom:1px solid rgba(92,61,46,0.12);padding:3rem 0; }
.stats-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;text-align:center; }
.stat-num { display:block;font-size:2.5rem;color:#5c3d2e;font-family:'Playfair Display',serif;font-weight:700; }
.stat-label { font-size:0.68rem;letter-spacing:2px;text-transform:uppercase;color:rgba(42,31,24,0.45);font-family:'DM Sans',sans-serif; }

/* Section */
.section-label { font-size:0.65rem;letter-spacing:3px;text-transform:uppercase;color:rgba(92,61,46,0.55);font-family:'DM Sans',sans-serif;font-weight:600;margin-bottom:1rem;display:block; }
.section-title { font-size:clamp(2rem,4vw,3.2rem);color:#1a1209;line-height:1.1;margin-bottom:1.5rem;font-weight:700; }
.section-body { color:rgba(42,31,24,0.6);line-height:1.85;margin-bottom:1rem;max-width:520px;font-size:0.9rem;font-family:'DM Sans',sans-serif; }
.section-header { text-align:center;margin-bottom:4rem; }
.section-cta { text-align:center;margin-top:3rem; }

/* Product Cards */
.products-grid { display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:3rem; }
.product-card { cursor:none; }
.product-img { aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;font-size:5rem;margin-bottom:1.2rem;overflow:hidden;transition:transform 0.5s; }
.product-card:hover .product-img { transform:scale(1.02); }
.product-category { font-size:0.65rem;letter-spacing:2px;text-transform:uppercase;color:rgba(92,61,46,0.5);font-family:'DM Sans',sans-serif;margin-bottom:0.3rem; }
.product-name { font-size:1.2rem;font-weight:700;color:#2a1f18;margin-bottom:0.4rem; }
.product-desc { font-size:0.82rem;color:rgba(42,31,24,0.55);line-height:1.6;margin-bottom:0.9rem;font-family:'DM Sans',sans-serif; }
.product-footer { display:flex;align-items:center;justify-content:space-between; }
.product-price { font-size:1.2rem;font-weight:700;color:#5c3d2e;font-family:'Playfair Display',serif; }
.product-btn { font-size:0.7rem;letter-spacing:1.5px;text-transform:uppercase;color:#5c3d2e;border:1px solid rgba(92,61,46,0.3);padding:0.45rem 1rem;font-family:'DM Sans',sans-serif;font-weight:600;transition:all 0.3s;cursor:none; }
.product-btn:hover { background:#5c3d2e;color:#f5f0e8; }

/* Feature cards */
.features-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem; }
.feat-card { padding:2rem;border:1px solid rgba(92,61,46,0.1);background:#ede8df;transition:border-color 0.3s; }
.feat-card:hover { border-color:rgba(92,61,46,0.25); }
.feat-icon { font-size:2rem;margin-bottom:1rem;display:block; }
.feat-title { font-size:1rem;font-weight:700;color:#2a1f18;margin-bottom:0.4rem; }
.feat-desc { font-size:0.82rem;color:rgba(42,31,24,0.55);line-height:1.6;font-family:'DM Sans',sans-serif; }

/* Testimonials */
.testimonials-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem; }
.t-card { padding:2.5rem;border:1px solid rgba(92,61,46,0.1);background:#ede8df;transition:border-color 0.3s; }
.t-card:hover { border-color:rgba(92,61,46,0.25); }
.t-card p { font-style:italic;color:rgba(42,31,24,0.65);font-size:0.95rem;line-height:1.75;margin:1rem 0; }
.reviewer { font-size:0.75rem;letter-spacing:1px;color:rgba(42,31,24,0.4);font-family:'DM Sans',sans-serif; }
.reviewer strong { color:#2a1f18; }
.stars { color:#b8860b;font-size:0.9rem; }

/* CTA */
.cta-banner { background:#2a1f18;padding:7rem 0;text-align:center; }
.cta-banner h2 { font-size:clamp(2rem,4.5vw,3.5rem);color:#f5f0e8;margin-bottom:1rem;font-weight:700; }
.cta-banner p { color:rgba(245,240,232,0.5);margin-bottom:3rem;font-size:0.88rem;font-family:'DM Sans',sans-serif; }

/* Footer */
.site-footer { background:#1a1209;color:rgba(245,240,232,0.45);padding:5rem 0 2.5rem; }
.footer-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:3rem;margin-bottom:4rem; }
.footer-grid h4 { color:rgba(245,240,232,0.7);font-size:0.7rem;letter-spacing:2.5px;text-transform:uppercase;font-family:'DM Sans',sans-serif;font-weight:600;margin-bottom:1.25rem; }
.footer-grid ul { list-style:none; }
.footer-grid ul li,.footer-grid p { font-size:0.82rem;line-height:2.2;font-family:'DM Sans',sans-serif; }
.footer-grid ul li a { color:rgba(245,240,232,0.4);transition:color 0.3s; }
.footer-grid ul li a:hover { color:#c9a84b; }
.footer-bottom { border-top:1px solid rgba(245,240,232,0.06);padding-top:1.5rem;text-align:center;font-size:0.75rem;opacity:0.3;font-family:'DM Sans',sans-serif; }

@media(max-width:640px) { .hero-title{font-size:2.8rem} .hero-cta{flex-direction:column} }
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #f0f4f8, #d9e2ec);
    color: #333;
}

/* Utility Classes */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1, h2, h3 {
    margin: 0;
    padding: 10px 0;
}

p {
    line-height: 1.6;
}

/* Header Styles */
header {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Hero Section */
.hero {
    position: relative;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: url('../assets/images/hero-bg.jpg') no-repeat center center/cover;
}

.hero h1 {
    font-size: 3rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* About Section */
.about {
    padding: 40px 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Services Section */
.services {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 40px 0;
}

.service-card {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form input, .contact-form textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    padding: 10px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-form button:hover {
    background: #0056b3;
}

/* Footer Styles */
footer {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2.5rem;
    }
}