:root{--text:#111;--muted:#666;--bg:#fff;--brand:#632915;--brand-600:#542312;--border:#e5e7eb}
*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Poppins,system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text);background:var(--bg)}
html,body{max-width:100%;overflow-x:hidden}
.container{max-width:1200px;margin:0 auto;padding:0 16px}
.site-header{border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:10}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:60px;padding:8px 0}
.brand{font-weight:700;text-decoration:none;color:var(--text);font-size:18px;display:flex;align-items:center;gap:10px}.brand-logo{height:100px;width:auto;display:block}
.nav a{margin-left:16px;color:var(--text);text-decoration:none}
.nav a:hover{color:var(--brand)}
.hero{padding:56px 0;display:grid;gap:24px}
.hero h1{font-size:36px;margin:0 0 8px}
.hero p{color:var(--muted);margin:0 0 20px}
.hero-actions a{display:inline-block;background:var(--brand);color:#fff;text-decoration:none;padding:10px 16px;border-radius:8px}
.hero-actions a:hover{background:var(--brand-600)}
.grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:16px}
@media(min-width:640px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:960px){.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.card{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff;display:flex;flex-direction:column}
.card img{width:100%;height:260px;object-fit:cover;display:block;background:#f8fafc}
.card-body{padding:12px 14px;display:flex;flex-direction:column;gap:8px}
.card-title{font-weight:600;margin:0 0 6px;font-size:14px;line-height:1.3}
.card-title a{text-decoration:none;color:inherit;font-size:16px;line-height:1.3}
.card-price{color:var(--brand);font-weight:600;margin:0 0 6px}
.card-actions{margin-top:auto;display:flex;gap:8px}
.card-actions-right{display:flex;justify-content:flex-end}
.button{display:inline-block;padding:10px 14px;border-radius:8px;text-decoration:none;cursor:pointer}
.button.primary{background:var(--brand);color:#fff}
.button.primary:hover{background:var(--brand-600)}
.product{
	display:grid;gap:24px
}
@media(min-width:900px){.product{grid-template-columns:1.2fr 1fr}}
.product img{width:100%;height:auto;border:1px solid var(--border);border-radius:12px}
.product h1{margin:0}
.product .price{font-size:20px;color:var(--brand);font-weight:700;margin:4px 0 12px}
.product .desc{color:var(--muted)}
.site-footer{border-top:1px solid var(--border);margin-top:40px;padding:24px 0;color:var(--muted);font-size:14px}

/* Theme helpers */
.text-teal{color:var(--brand)!important}
.btn-teal{background:var(--brand);color:#fff}
.btn-teal:hover{background:var(--brand-600);color:#fff}
.object-fit-cover{object-fit:cover}
.sidebar-card{border:1px solid var(--border);border-radius:12px}

/* Hero/Carousel helpers */
.full-bleed{width:100vw;margin-left:calc(50% - 50vw)}
.hero-caption{padding:12px 16px}
.hero-caption .container{max-width:1200px}
.hero-box{top: 30%;position: absolute;max-width:640px;background: none;box-shadow: none !important;padding:20px 24px}
@media(min-width:992px){.hero-box{padding:28px 32px}}
.hero-caption h2,.hero-caption h3{font-size:1.5rem;margin-bottom:6px}
.hero-caption p{font-size:.95rem;margin-bottom:10px} 
/* Top navigation bar */
.top-nav{font-size:14px}
.top-nav-cta{display:inline-flex;align-items:center;gap:6px;background:#f8f9fa;color:var(--text);text-decoration:none;padding:4px 8px;border-radius:6px;border:1px solid var(--border)}
.top-nav-cta:hover{background:#e9ecef;color:var(--text)}
.top-nav-cta-icon{font-size:12px}
.top-nav-cta-text{font-weight:500;font-size:13px}

/* Mobile responsive adjustments */
@media(max-width:767px){
	.brand-logo{height:60px}
	.header-inner{padding:8px 0}
	.navbar-toggler{border:none;padding:4px 8px}
	.navbar-toggler:focus{box-shadow:none}
	.navbar-toggler-icon{width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
}

/* Mobile menu improvements */
.navbar-toggler{border:none;padding:4px 8px;background:none}
.navbar-toggler:focus{box-shadow:none;outline:none}
.navbar-toggler-icon{width:24px;height:24px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}

/* Mobile navigation */
#mobileNav{background:#f8f9fa;border-top:1px solid #dee2e6}
#mobileNav .nav-link{color:#495057;font-weight:500;border-bottom:1px solid #e9ecef}
#mobileNav .nav-link:hover{color:#007bff;background:#e9ecef}
#mobileNav .nav-link:last-child{border-bottom:none}

/* Ensure mobile menu is visible */
@media(max-width:767px){
	.navbar-collapse{display:none}
	.navbar-collapse.show{display:block}
	.navbar-collapse.collapsing{display:block}
}
