@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,700;0,900;1,400&family=Work+Sans:wght@300;400;600;700&display=swap');

:root {
    --brand-red: #A93226;
    --brand-gold: #D4AC0D;
    --brand-dark: #17202A;
    --brand-light: #FDFBF7;
    --muted: #6b7280;
    --card: #ffffff;
    --border: rgba(23, 32, 42, 0.12);
    --shadow: 0 18px 50px rgba(23, 32, 42, 0.10);
    --font-head: 'Merriweather', serif;
    --font-body: 'Work Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background-color: var(--brand-light); font-family: var(--font-body); color: var(--brand-dark); line-height: 1.6; display: flex; flex-direction: column; min-height: 100vh; }
a { text-decoration: none; color: inherit; transition: 0.3s; }
img { width: 100%; display: block; object-fit: cover; }

.container { width: min(1200px, 92%); margin: 0 auto; }
.pill { display:inline-flex; align-items:center; gap:8px; font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 8px 12px; border-radius: 999px; border: 1px solid var(--border); background: rgba(255,255,255,0.65); backdrop-filter: blur(8px); }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:10px; padding: 12px 18px; border-radius: 12px; font-weight: 700; letter-spacing: 0.02em; border: 1px solid var(--border); background: var(--card); }
.btn-primary { background: var(--brand-dark); color: white; border-color: rgba(255,255,255,0.10); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; }
.btn-outline:hover { background: rgba(23,32,42,0.04); }

/* HEADER */
.top-ticker { background: var(--brand-dark); color: white; text-align: center; padding: 8px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }
.navbar { background: white; padding: 15px 5%; display: flex; justify-content: space-between; align-items: center; border-bottom: 4px solid var(--brand-gold); position: sticky; top: 0; z-index: 1000; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.logo { font-family: var(--font-head); font-size: 1.8rem; font-weight: 900; color: var(--brand-red); text-transform: uppercase; }
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-weight: 600; font-size: 0.9rem; text-transform: uppercase; color: var(--brand-dark); }
.nav-links a:hover { color: var(--brand-red); }
.btn-login { border: 1px solid var(--brand-dark); padding: 5px 15px; border-radius: 20px; }
.nav-highlight { color: var(--brand-red); position: relative; }
.nav-highlight::after { content: ''; position: absolute; left: 0; bottom: -6px; height: 2px; width: 100%; background: var(--brand-gold); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border-radius: 12px; font-weight: 700; letter-spacing: 0.4px; border: 1px solid var(--border); background: var(--card); }
.btn-primary { background: var(--brand-dark); color: white; border-color: var(--brand-dark); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; border-color: var(--border); }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: rgba(212, 172, 13, 0.14); border: 1px solid rgba(212, 172, 13, 0.35); color: var(--brand-dark); font-weight: 700; font-size: 0.85rem; }
.nav-highlight { color: var(--brand-red); font-weight: 800; }

/* FOOTER */
footer { background: var(--brand-dark); color: white; padding: 60px 5% 20px; margin-top: auto; border-top: 8px solid var(--brand-gold); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.f-title { color: var(--brand-gold); margin-bottom: 15px; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; font-weight: 700; }
.f-links a { display: block; color: #bbb; margin-bottom: 8px; font-size: 0.9rem; }
.f-links a:hover { color: white; }

.social { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); }
.social:hover { background: rgba(255,255,255,0.10); }

.footer-bottom { text-align:center; border-top:1px solid rgba(255,255,255,0.12); padding-top:20px; font-size:0.85rem; color: rgba(255,255,255,0.72); }
.footer-bottom a { color: rgba(255,255,255,0.85); }
.footer-bottom a:hover { color: white; }
.footer-bottom .sep { margin: 0 10px; opacity: 0.5; }
.footer-bottom { text-align:center; border-top:1px solid rgba(255,255,255,0.12); padding-top:20px; font-size:0.85rem; color:#b8b8b8; }
.footer-bottom a { color: #eaeaea; }
.footer-bottom .sep { margin: 0 8px; opacity: 0.6; }
.social { width: 36px; height: 36px; border-radius: 12px; display:inline-flex; align-items:center; justify-content:center; border: 1px solid rgba(255,255,255,0.18); color: white; }
.social:hover { background: rgba(255,255,255,0.08); }

/* CARDS & SECTIONS */
.section-pad { padding: 80px 8%; }
.text-center { text-align: center; }
.sec-title { font-family: var(--font-head); font-size: 2.5rem; color: var(--brand-red); margin-bottom: 40px; }
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 30px; }

/* Clickable Product Card */
.prod-card-link { display: block; background: white; border: 1px solid #eee; transition: 0.3s; color: inherit; }
.prod-card-link:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.prod-card-link { border-radius: 18px; overflow: hidden; border-color: var(--border); }
.prod-img { height: 280px; overflow: hidden; background: #f0f0f0; }
.prod-img img { height: 100%; }
.prod-info { padding: 20px; text-align: center; }
.prod-price { color: var(--brand-red); font-weight: 700; margin-top: 5px; font-size: 1.1rem; }

/* HERO */
.hero { padding: 70px 8%; background: radial-gradient(1200px 600px at 20% 10%, rgba(212,172,13,0.22), transparent), radial-gradient(900px 400px at 90% 40%, rgba(169,50,38,0.12), transparent); }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 44px; align-items: center; }
.hero h1 { font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.1; letter-spacing: -0.4px; }
.hero p { color: var(--muted); font-size: 1.05rem; margin-top: 14px; max-width: 54ch; }
.hero-card { background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 16px; box-shadow: var(--shadow); }
.hero-card img { border-radius: 18px; height: 360px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.trust-row { display:flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; color: rgba(23,32,42,0.78); font-weight: 600; }
.trust-row span { display:flex; align-items:center; gap: 8px; }

/* FILTERS */
.filters { display:flex; gap: 10px; flex-wrap: wrap; margin: 18px 0 26px; justify-content: center; }
.filters a { padding: 10px 14px; border-radius: 999px; border: 1px solid var(--border); background: var(--card); font-weight: 700; font-size: 0.9rem; }
.filters a.active { background: var(--brand-dark); color: white; border-color: var(--brand-dark); }

/* HERO */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero::before { content:""; position:absolute; inset:0; background: radial-gradient(1000px 420px at 30% 25%, rgba(212,172,13,0.18), transparent 60%), radial-gradient(900px 420px at 80% 40%, rgba(169,50,38,0.14), transparent 60%); pointer-events:none; }
.hero-inner { position: relative; padding: 86px 0 64px; display:grid; grid-template-columns: 1.2fr 1fr; gap: 44px; align-items:center; }
.hero h1 { font-family: var(--font-head); font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.1; }
.hero p { color: var(--muted); margin-top: 16px; font-size: 1.05rem; }
.hero-card { background: rgba(255,255,255,0.72); border: 1px solid var(--border); border-radius: 18px; padding: 16px; box-shadow: var(--shadow); }
.hero-card img { border-radius: 14px; height: 360px; object-fit: cover; }
.hero-actions { margin-top: 22px; display:flex; gap: 12px; flex-wrap: wrap; }

/* FILTER BAR */
.filterbar { display:flex; gap: 12px; justify-content: space-between; align-items:center; flex-wrap: wrap; padding: 14px 16px; border: 1px solid var(--border); border-radius: 14px; background: rgba(255,255,255,0.7); margin-bottom: 22px; }
.filterbar select, .filterbar input { padding: 10px 12px; border: 1px solid var(--border); border-radius: 12px; outline: none; }

/* MOBILE */
.hamburger { display: none; font-size: 1.5rem; cursor: pointer; }
@media (max-width: 768px) {
    .hamburger { display: block; }
    .nav-links { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: white; flex-direction: column; padding: 20px; border-bottom: 2px solid var(--brand-gold); }
    .nav-links.active { display: flex; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .hero-inner { grid-template-columns: 1fr; padding: 56px 0 40px; }
    .hero-card img { height: 280px; }
}