:root {
  --red: #C41E3A;
  --red-dark: #9B1B30;
  --red-soft: #E85A6B;
  --cream: #FBF7F4;
  --white: #FFFFFF;
  --text: #1A1512;
  --text-soft: #5C524A;
  --border: rgba(196, 30, 58, 0.15);
  --bg-soft: #F5EDE8;
  --font: 'Inter', system-ui, sans-serif;
  --font-display: 'Playfair Display', Georgia, serif;
  --t: 0.3s ease;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--cream); line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; transition: color var(--t); }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 0; transition: all var(--t); }
.header.scrolled { background: rgba(251,247,244,0.96); backdrop-filter: blur(12px); padding: 12px 0; box-shadow: 0 1px 20px rgba(0,0,0,0.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--text); }
.logo span { color: var(--red); }
.nav { display: flex; gap: 28px; }
.nav a { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-soft); }
.nav a:hover { color: var(--red); }
.btn-sm { padding: 10px 20px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--red); color: #fff; border-radius: 3px; border: 1px solid var(--red); }
.btn-sm:hover { background: var(--red-dark); }
.menu-toggle { display: none; background: none; border: none; cursor: pointer; width: 28px; height: 18px; position: relative; z-index: 110; }
.menu-toggle span { display: block; width: 100%; height: 2px; background: var(--text); position: absolute; left: 0; transition: var(--t); }
.menu-toggle span:first-child { top: 3px; }
.menu-toggle span:last-child { bottom: 3px; }
.menu-toggle.active span:first-child { top: 8px; transform: rotate(45deg); }
.menu-toggle.active span:last-child { bottom: 8px; transform: rotate(-45deg); }

.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; padding: 120px 24px 80px; }
.hero-bg { position: absolute; inset: 0; }
.hero-img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(26,21,18,0.55) 0%, rgba(26,21,18,0.75) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 680px; color: #fff; }
.hero-eyebrow { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red-soft); margin-bottom: 16px; font-weight: 500; }
.hero h1 { font-family: var(--font-display); font-size: clamp(3rem, 8vw, 5rem); font-weight: 700; margin-bottom: 12px; }
.hero-tagline { font-family: var(--font-display); font-size: clamp(1.2rem, 3vw, 1.6rem); font-style: italic; color: var(--red-soft); margin-bottom: 14px; }
.hero-desc { font-size: 1.05rem; opacity: 0.9; margin-bottom: 36px; max-width: 480px; margin-left: auto; margin-right: auto; font-weight: 300; }
.hero-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-block; padding: 14px 32px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; border-radius: 3px; transition: all var(--t); }
.btn-primary { background: var(--red); color: #fff; border: 1px solid var(--red); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.5); }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.1); }
.btn-outline-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.5); }
.btn-outline-light:hover { background: #fff; color: var(--red); }

.benefits { background: var(--red); color: #fff; padding: 20px 0; }
.benefits-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 32px; }
.benefit { font-size: 0.85rem; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.benefit span { font-weight: 700; }

.categories { padding: 100px 0; background: var(--white); }
.section-header { text-align: center; margin-bottom: 48px; }
.section-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); margin-bottom: 10px; font-weight: 600; }
.section-header h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 600; }
.section-header.light h2 { color: #fff; }
.section-header.light .section-label { color: rgba(255,255,255,0.7); }
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cat-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 32px 28px; transition: all var(--t); }
.cat-card:hover { border-color: var(--red); box-shadow: 0 8px 30px rgba(196,30,58,0.1); transform: translateY(-3px); }
.cat-emoji { font-size: 1.8rem; display: block; margin-bottom: 12px; }
.cat-card h3 { font-size: 1.05rem; font-weight: 600; margin-bottom: 8px; }
.cat-card p { font-size: 0.88rem; color: var(--text-soft); margin-bottom: 14px; font-weight: 300; }
.cat-link { font-size: 0.8rem; color: var(--red); font-weight: 600; }

.bestsellers { padding: 100px 0; background: var(--bg-soft); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { background: var(--white); border-radius: 6px; overflow: hidden; border: 1px solid var(--border); transition: all var(--t); }
.product-card:hover { box-shadow: 0 12px 40px rgba(196,30,58,0.12); transform: translateY(-4px); }
.product-img { height: 220px; background-size: cover; background-position: center; }
.product-body { padding: 22px; }
.product-card h3 { font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; line-height: 1.35; }
.price { font-family: var(--font-display); font-size: 1.35rem; color: var(--red); font-weight: 700; margin-bottom: 8px; }
.product-desc { font-size: 0.85rem; color: var(--text-soft); margin-bottom: 8px; font-weight: 300; }
.rating { font-size: 0.8rem; color: #E8A317; margin-bottom: 14px; }
.btn-sm-block { display: block; text-align: center; padding: 12px; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--red); color: #fff; border-radius: 3px; border: 1px solid var(--red); }
.btn-sm-block:hover { background: var(--red-dark); }

.offers { padding: 90px 0; background: linear-gradient(135deg, #9B1B30 0%, #C41E3A 50%, #8B1528 100%); color: #fff; }
.offers-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.offer-card { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 6px; padding: 36px 28px; text-align: center; }
.offer-card h3 { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 8px; }
.offer-card p { font-size: 0.95rem; opacity: 0.9; margin-bottom: 20px; font-weight: 300; }

.why { padding: 100px 0; background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.why-item { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 28px 24px; text-align: center; }
.why-item h3 { font-size: 1rem; font-weight: 600; margin-bottom: 8px; color: var(--red); }
.why-item p { font-size: 0.88rem; color: var(--text-soft); font-weight: 300; }

.newsletter { padding: 80px 0; background: var(--bg-soft); text-align: center; }
.newsletter h2 { font-family: var(--font-display); font-size: 1.8rem; margin-bottom: 10px; }
.newsletter p { color: var(--text-soft); margin-bottom: 24px; }
.newsletter-form { display: flex; gap: 10px; max-width: 440px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.newsletter-form input { flex: 1; min-width: 200px; padding: 14px 18px; border: 1px solid var(--border); border-radius: 3px; font-family: var(--font); font-size: 0.9rem; outline: none; background: var(--white); }
.newsletter-form input:focus { border-color: var(--red); }

.contact { padding: 100px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.contact h2 { font-family: var(--font-display); font-size: 1.8rem; margin: 6px 0 4px; }
.contact-sub { color: var(--text-soft); margin-bottom: 24px; font-weight: 300; }
.contact-details p { margin-bottom: 10px; color: var(--text-soft); font-size: 0.95rem; }
.contact-details a { color: var(--red); }
.hours { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--border); }
.hours h3 { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
.hours p { font-size: 0.9rem; color: var(--text-soft); margin-bottom: 4px; }
.info-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.info-cols h3 { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 14px; }
.info-cols a { display: block; font-size: 0.9rem; color: var(--text-soft); margin-bottom: 8px; font-weight: 300; }
.info-cols a:hover { color: var(--red); }

.footer { padding: 36px 0; background: var(--text); color: rgba(255,255,255,0.6); text-align: center; }
.footer .logo { color: #fff; }
.footer .logo span { color: var(--red-soft); }
.footer p { font-size: 0.75rem; margin-top: 12px; }

@media (max-width: 900px) {
  .cat-grid, .products-grid { grid-template-columns: 1fr 1fr; }
  .offers-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .btn-sm { display: none; }
}
@media (max-width: 600px) {
  .nav { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: var(--cream); flex-direction: column; padding: 100px 36px 40px; gap: 22px; box-shadow: -12px 0 40px rgba(0,0,0,0.1); transition: right var(--t); }
  .nav.open { right: 0; }
  .menu-toggle { display: block; }
  .cat-grid, .products-grid, .offers-grid, .why-grid { grid-template-columns: 1fr; }
  .info-cols { grid-template-columns: 1fr; }
  .hero-btns { flex-direction: column; align-items: center; }
}
