/*
 * Meat Master — Component CSS
 * All selectors prefixed with mm- to prevent conflicts with WordPress / Elementor.
 */

:root {
  --mm-red: #8B1A1A;
  --mm-red-dark: #6B1212;
  --mm-red-light: #A82424;
  --mm-gold: #D4B88C;
  --mm-gold-light: #E8D5A8;
  --mm-green: #1F3E1F;
  --mm-black: #0D0D0D;
  --mm-dark: #1A1A1A;
  --mm-cream: #FAF6F0;
  --mm-white: #FFFFFF;
  --mm-gray: #666;
  --mm-gray-light: #E5E5E5;
  --mm-shadow-sm: 0 4px 12px rgba(0,0,0,0.08);
  --mm-shadow: 0 12px 40px rgba(0,0,0,0.12);
  --mm-shadow-lg: 0 24px 60px rgba(0,0,0,0.18);
  --mm-ease: cubic-bezier(0.65, 0, 0.35, 1);
  --mm-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

.mm-main { overflow-x: hidden; }
.mm-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }

/* ===== NAVBAR ===== */
.mm-navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 20px 0; background: rgba(26,26,26,0); backdrop-filter: blur(0); transition: all 0.4s var(--mm-ease); }
.mm-navbar.mm-scrolled { padding: 12px 0; background: rgba(26,26,26,0.92); backdrop-filter: blur(20px); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.mm-nav-container { max-width: 1400px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.mm-nav-logo img, .mm-nav-logo .custom-logo { height: 56px; width: auto; transition: height 0.4s; background: white; padding: 6px 10px; border-radius: 10px; object-fit: contain; }
.mm-navbar.mm-scrolled .mm-nav-logo img, .mm-navbar.mm-scrolled .mm-nav-logo .custom-logo { height: 48px; }
.mm-nav-menu { display: flex; gap: 4px; align-items: center; background: rgba(255,255,255,0.08); backdrop-filter: blur(10px); border-radius: 100px; padding: 6px; border: 1px solid rgba(255,255,255,0.1); list-style: none; margin: 0; }
.mm-nav-menu a, .mm-nav-link { color: var(--mm-white); padding: 10px 22px; border-radius: 100px; font-weight: 500; font-size: 15px; transition: all 0.3s var(--mm-ease); text-decoration: none; display: inline-block; }
.mm-nav-menu a:hover { background: rgba(255,255,255,0.1); }
.mm-nav-menu .current-menu-item a, .mm-nav-link.mm-active { background: var(--mm-red); color: white; }
.mm-nav-cta { display: flex; align-items: center; gap: 10px; background: var(--mm-gold); color: var(--mm-dark); padding: 12px 24px; border-radius: 100px; font-weight: 700; transition: all 0.3s var(--mm-ease); font-size: 15px; text-decoration: none; }
.mm-nav-cta:hover { background: var(--mm-white); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,184,140,0.4); }
.mm-hamburger { display: none; flex-direction: column; gap: 5px; width: 32px; height: 32px; justify-content: center; align-items: center; cursor: pointer; }
.mm-hamburger span { width: 24px; height: 2px; background: white; transition: all 0.3s; }

/* ===== HERO ===== */
.mm-hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%); padding: 120px 24px 80px; }
.mm-hero-bg { position: absolute; inset: 0; overflow: hidden; }
.mm-hero-bg::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 30%, rgba(139,26,26,0.35) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(212,184,140,0.15) 0%, transparent 50%), repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(139,26,26,0.03) 40px, rgba(139,26,26,0.03) 41px); }
.mm-hero-smoke { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 100%, rgba(139,26,26,0.2), transparent 70%); animation: mmSmokeRise 8s ease-in-out infinite; }
@keyframes mmSmokeRise { 0%,100% { transform: translateY(0) scale(1); opacity: 0.5; } 50% { transform: translateY(-30px) scale(1.1); opacity: 0.8; } }
.mm-hero-gradient { position: absolute; bottom: 0; left: 0; right: 0; height: 50%; background: linear-gradient(to top, var(--mm-dark), transparent); }
.mm-hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; text-align: center; }
.mm-hero-sub { display: inline-flex; align-items: center; gap: 16px; color: var(--mm-gold); font-size: 14px; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 32px; font-weight: 500; }
.mm-hero-sub .mm-line { width: 40px; height: 1px; background: var(--mm-gold); }
.mm-hero-title { font-family: 'Playfair Display', serif; font-size: clamp(60px, 12vw, 160px); line-height: 0.9; color: var(--mm-white); font-weight: 900; letter-spacing: -2px; margin-bottom: 32px; display: flex; flex-direction: column; align-items: center; gap: 10px; }
.mm-hero-title .mm-word { display: flex; gap: 4px; }
.mm-hero-title .mm-word.mm-accent { color: var(--mm-red-light); }
.mm-hero-title .mm-char { display: inline-block; opacity: 0; transform: translateY(60px) rotate(10deg); animation: mmCharIn 0.8s var(--mm-ease-out) forwards; text-shadow: 0 4px 40px rgba(139,26,26,0.3); }
.mm-hero-title .mm-word .mm-char:nth-child(1) { animation-delay: 0.5s; }
.mm-hero-title .mm-word .mm-char:nth-child(2) { animation-delay: 0.55s; }
.mm-hero-title .mm-word .mm-char:nth-child(3) { animation-delay: 0.6s; }
.mm-hero-title .mm-word .mm-char:nth-child(4) { animation-delay: 0.65s; }
.mm-hero-title .mm-word .mm-char:nth-child(5) { animation-delay: 0.7s; }
.mm-hero-title .mm-word .mm-char:nth-child(6) { animation-delay: 0.75s; }
@keyframes mmCharIn { to { opacity: 1; transform: translateY(0) rotate(0); } }
.mm-hero-tagline { color: rgba(255,255,255,0.7); font-size: clamp(16px, 2vw, 20px); max-width: 600px; margin: 0 auto 40px; }
.mm-hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 64px; }
.mm-hero-meta { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; align-items: center; color: rgba(255,255,255,0.7); font-size: 14px; }
.mm-meta-item { display: flex; align-items: center; gap: 10px; }
.mm-meta-item i { color: var(--mm-gold); }
.mm-meta-divider { width: 4px; height: 4px; background: var(--mm-gold); border-radius: 50%; }

/* Steak */
.mm-steak-float { position: absolute; left: 5%; top: 50%; transform: translateY(-50%); width: 340px; height: 340px; pointer-events: none; z-index: 1; opacity: 0.65; animation: mmFloatSteak 6s ease-in-out infinite; }
@keyframes mmFloatSteak { 0%,100% { transform: translateY(-50%) rotate(-5deg); } 50% { transform: translateY(-60%) rotate(5deg); } }
.mm-steak-container { position: relative; width: 100%; height: 100%; }
.mm-steak { position: relative; width: 100%; height: 100%; filter: drop-shadow(0 20px 40px rgba(139,26,26,0.4)); }
.mm-steak-body { position: absolute; inset: 0; background: radial-gradient(ellipse at 40% 40%, #A82424 0%, #6B1212 60%, #3A0808 100%); border-radius: 50% 45% 55% 48% / 48% 52% 45% 55%; animation: mmSteakPulse 4s ease-in-out infinite; }
.mm-steak-marbling { position: absolute; inset: 10%; background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.2) 0%, transparent 15%), radial-gradient(circle at 70% 60%, rgba(255,255,255,0.15) 0%, transparent 12%), radial-gradient(circle at 50% 80%, rgba(255,255,255,0.1) 0%, transparent 10%); border-radius: 50%; }
.mm-steak-grill { position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent 0, transparent 30px, rgba(0,0,0,0.4) 30px, rgba(0,0,0,0.4) 32px); border-radius: 50% 45% 55% 48% / 48% 52% 45% 55%; mix-blend-mode: multiply; }
@keyframes mmSteakPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.mm-sparkles span { position: absolute; width: 6px; height: 6px; background: var(--mm-gold); border-radius: 50%; animation: mmSparkle 3s ease-in-out infinite; }
.mm-sparkles span:nth-child(1) { top: 10%; left: 20%; animation-delay: 0s; }
.mm-sparkles span:nth-child(2) { top: 30%; right: 10%; animation-delay: 0.5s; }
.mm-sparkles span:nth-child(3) { bottom: 20%; left: 30%; animation-delay: 1s; }
.mm-sparkles span:nth-child(4) { bottom: 35%; right: 25%; animation-delay: 1.5s; }
.mm-sparkles span:nth-child(5) { top: 55%; left: 8%; animation-delay: 2s; }
@keyframes mmSparkle { 0%,100% { opacity: 0; transform: scale(0); } 50% { opacity: 1; transform: scale(1.5); } }

/* ===== BUTTONS ===== */
.mm-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 32px; border-radius: 100px; font-weight: 600; font-size: 15px; transition: all 0.4s var(--mm-ease); position: relative; overflow: hidden; text-decoration: none; cursor: pointer; border: none; font-family: inherit; }
.mm-btn-primary { background: var(--mm-red); color: white; }
.mm-btn-primary:hover { box-shadow: 0 12px 32px rgba(139,26,26,0.4); transform: translateY(-3px); color: white; }
.mm-btn-outline { background: transparent; border: 2px solid var(--mm-gold); color: var(--mm-gold); }
.mm-btn-outline:hover { background: var(--mm-gold); color: var(--mm-dark); transform: translateY(-3px); }
.mm-btn-gold { background: var(--mm-gold); color: var(--mm-dark); }
.mm-btn-gold:hover { background: var(--mm-white); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(212,184,140,0.4); }
.mm-btn-whatsapp { background: #25D366; color: white; }
.mm-btn-whatsapp:hover { background: #1EA855; transform: translateY(-3px); box-shadow: 0 12px 32px rgba(37,211,102,0.4); color: white; }
.mm-btn-full { width: 100%; justify-content: center; }
.mm-btn-sm { padding: 10px 20px; font-size: 14px; }

/* ===== MARQUEE ===== */
.mm-marquee { background: var(--mm-red); padding: 20px 0; overflow: hidden; }
.mm-marquee-track { display: flex; gap: 40px; white-space: nowrap; animation: mmMarquee 30s linear infinite; color: var(--mm-gold-light); font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; letter-spacing: 2px; align-items: center; }
.mm-marquee-track i { font-size: 8px; color: var(--mm-gold); }
@keyframes mmMarquee { from { transform: translateX(100%); } to { transform: translateX(-100%); } }

/* ===== SECTIONS ===== */
.mm-about, .mm-press, .mm-process, .mm-blog, .mm-menu, .mm-contact { padding: 120px 0; position: relative; }
.mm-section-label { display: inline-flex; align-items: center; gap: 12px; color: var(--mm-red); font-size: 13px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; }
.mm-section-label span { width: 40px; height: 2px; background: var(--mm-red); }
.mm-section-label.mm-light { color: var(--mm-gold); }
.mm-section-label.mm-light span { background: var(--mm-gold); }
.mm-section-title { font-family: 'Playfair Display', serif; font-size: clamp(36px, 5vw, 64px); line-height: 1.1; color: var(--mm-dark); font-weight: 900; margin-bottom: 24px; letter-spacing: -1px; }
.mm-section-title.mm-light { color: var(--mm-white); }
.mm-highlight { color: var(--mm-red); font-style: italic; }
.mm-highlight-gold { color: var(--mm-gold); font-style: italic; }
.mm-section-lead { font-size: clamp(16px, 1.5vw, 19px); color: var(--mm-gray); max-width: 600px; line-height: 1.7; margin-bottom: 20px; }
.mm-section-lead.mm-light { color: rgba(255,255,255,0.75); }
.mm-section-body { color: var(--mm-gray); line-height: 1.8; font-size: 16px; }

/* ===== ABOUT ===== */
.mm-about { background: var(--mm-cream); }
.mm-about-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; }
.mm-feature-list { margin-top: 40px; display: flex; flex-direction: column; gap: 24px; }
.mm-feature { display: flex; gap: 20px; padding: 20px; background: white; border-radius: 16px; box-shadow: var(--mm-shadow-sm); transition: all 0.4s var(--mm-ease); border-right: 4px solid var(--mm-red); }
.mm-feature:hover { transform: translateX(-6px); box-shadow: var(--mm-shadow); }
.mm-feature-icon { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, var(--mm-red), var(--mm-red-dark)); color: white; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.mm-feature h4 { font-size: 17px; margin: 0 0 4px; color: var(--mm-dark); }
.mm-feature p { color: var(--mm-gray); font-size: 14px; margin: 0; }
.mm-about-visual { position: relative; }
.mm-visual-card { background: linear-gradient(135deg, var(--mm-dark) 0%, var(--mm-black) 100%); border-radius: 24px; padding: 48px; color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; box-shadow: var(--mm-shadow-lg); position: relative; overflow: hidden; }
.mm-visual-card::before { content: ''; position: absolute; top: -50%; right: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(139,26,26,0.3) 0%, transparent 50%); animation: mmRotateBg 20s linear infinite; }
@keyframes mmRotateBg { to { transform: rotate(360deg); } }
.mm-stat-block { position: relative; z-index: 1; text-align: center; }
.mm-stat-num { font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 900; color: var(--mm-gold); line-height: 1; margin-bottom: 8px; }
.mm-stat-label { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.7); }
.mm-floating-badge { position: absolute; top: -30px; left: -30px; width: 140px; height: 140px; background: var(--mm-red); color: white; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 14px; text-align: center; line-height: 1.2; box-shadow: var(--mm-shadow-lg); animation: mmBadgeSpin 10s linear infinite; border: 4px solid var(--mm-gold); }
.mm-floating-badge i { font-size: 24px; color: var(--mm-gold); }
@keyframes mmBadgeSpin { 0% { transform: rotate(-5deg); } 50% { transform: rotate(5deg); } 100% { transform: rotate(-5deg); } }

/* ===== PRESS ===== */
.mm-press { background: var(--mm-cream); }
.mm-press-header { text-align: center; margin-bottom: 60px; }
.mm-press-header .mm-section-lead { margin-left: auto; margin-right: auto; }
.mm-press-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 20px; margin-bottom: 60px; min-height: 500px; }
.mm-press-card { border-radius: 20px; overflow: hidden; position: relative; transition: transform 0.4s var(--mm-ease); box-shadow: var(--mm-shadow); }
.mm-press-card:hover { transform: translateY(-6px); }
.mm-press-card-lg { grid-row: 1 / 3; }
.mm-press-image { width: 100%; height: 100%; background-size: cover; background-position: center; position: relative; transition: transform 0.6s var(--mm-ease-out); min-height: 240px; }
.mm-press-card:hover .mm-press-image { transform: scale(1.06); }
.mm-press-img-1 { background: linear-gradient(180deg, transparent 30%, rgba(13,13,13,0.95) 100%), radial-gradient(ellipse at 30% 30%, #6B1212, #1a0a0a), repeating-linear-gradient(45deg, #2a0a0a, #2a0a0a 8px, #4a1515 8px, #4a1515 16px); }
.mm-press-img-2 { background: linear-gradient(180deg, transparent 30%, rgba(13,13,13,0.95) 100%), radial-gradient(ellipse at 70% 40%, #8B1A1A, #2a0a0a); }
.mm-press-img-3 { background: linear-gradient(180deg, transparent 30%, rgba(13,13,13,0.95) 100%), radial-gradient(ellipse at 40% 60%, #1F3E1F, #0a1a0a); }
.mm-press-img-4 { background: linear-gradient(180deg, transparent 30%, rgba(13,13,13,0.95) 100%), radial-gradient(ellipse at 60% 30%, #D4B88C, #6B5530); }
.mm-press-img-5 { background: linear-gradient(180deg, transparent 30%, rgba(13,13,13,0.95) 100%), radial-gradient(ellipse at 50% 50%, #5a1818, #0d0d0d); }
.mm-press-overlay { position: absolute; inset: 0; padding: 24px; display: flex; flex-direction: column; justify-content: flex-end; color: white; }
.mm-press-badge { display: inline-block; background: var(--mm-gold); color: var(--mm-dark); padding: 4px 12px; border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: 1px; align-self: flex-start; margin-bottom: 12px; }
.mm-press-card-lg .mm-press-badge { background: var(--mm-red); color: white; }
.mm-press-overlay h4 { font-family: 'Playfair Display', serif; font-size: 22px; margin: 0 0 8px; color: white; }
.mm-press-card-lg .mm-press-overlay h4 { font-size: 32px; }
.mm-press-overlay p { font-size: 14px; color: rgba(255,255,255,0.85); font-style: italic; margin: 0; }
.mm-press-card-lg .mm-press-overlay p { font-size: 16px; }
.mm-press-logos { display: flex; align-items: center; gap: 32px; padding: 32px 40px; background: white; border-radius: 20px; box-shadow: var(--mm-shadow-sm); flex-wrap: wrap; justify-content: center; }
.mm-logos-title { font-size: 13px; letter-spacing: 3px; text-transform: uppercase; color: var(--mm-red); font-weight: 700; padding-left: 24px; border-left: 2px solid var(--mm-gold); }
.mm-logos-track { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; align-items: center; }
.mm-press-logo { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 18px; color: var(--mm-gray); letter-spacing: 1px; opacity: 0.6; transition: opacity 0.3s, color 0.3s; }
.mm-press-logo:hover { opacity: 1; color: var(--mm-red); }

/* ===== MENU ===== */
.mm-menu { background: var(--mm-dark); color: white; overflow: hidden; }
.mm-menu-bg { position: absolute; inset: 0; background-image: radial-gradient(circle at 15% 25%, rgba(139,26,26,0.2) 0%, transparent 40%), radial-gradient(circle at 85% 75%, rgba(212,184,140,0.08) 0%, transparent 40%); pointer-events: none; }
.mm-menu .mm-container { position: relative; z-index: 1; }
.mm-menu-header { text-align: center; margin-bottom: 60px; }
.mm-menu-header .mm-section-lead { margin-left: auto; margin-right: auto; }
.mm-menu-tabs { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 60px; }
.mm-tab-btn { display: flex; align-items: center; gap: 10px; padding: 14px 28px; border-radius: 100px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.7); font-weight: 600; font-size: 15px; transition: all 0.4s var(--mm-ease); cursor: pointer; font-family: inherit; }
.mm-tab-btn i { font-size: 18px; color: var(--mm-gold); }
.mm-tab-btn:hover { background: rgba(255,255,255,0.08); color: white; }
.mm-tab-btn.mm-active { background: var(--mm-red); border-color: var(--mm-red); color: white; box-shadow: 0 8px 24px rgba(139,26,26,0.4); }
.mm-tab-btn.mm-active i { color: var(--mm-gold); }
.mm-menu-content { max-width: 900px; margin: 0 auto; }
.mm-menu-panel { display: none; }
.mm-menu-panel.mm-active { display: block; animation: mmFadePanel 0.6s var(--mm-ease-out); }
@keyframes mmFadePanel { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.mm-menu-items { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 40px; }
.mm-menu-item { display: flex; align-items: baseline; padding: 18px 0; border-bottom: 1px dashed rgba(255,255,255,0.1); gap: 16px; transition: all 0.3s; }
.mm-menu-item:hover { padding-right: 12px; }
.mm-menu-item:hover .mm-item-price { color: var(--mm-gold); }
.mm-item-name { color: white; font-weight: 600; font-size: 17px; flex-shrink: 0; }
.mm-item-dots { flex: 1; border-bottom: 1px dotted rgba(255,255,255,0.2); margin: 0 4px; transform: translateY(-4px); }
.mm-item-price { color: var(--mm-gold); font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; flex-shrink: 0; transition: color 0.3s; }
.mm-item-price small { font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 400; margin-right: 4px; }
.mm-menu-cta { text-align: center; margin-top: 60px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); }
.mm-menu-cta p { color: rgba(255,255,255,0.7); margin-bottom: 24px; font-size: 14px; }
.mm-menu-cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ===== PROCESS ===== */
.mm-process { background: var(--mm-cream); }
.mm-process-header { text-align: center; margin-bottom: 80px; }
.mm-process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; position: relative; }
.mm-process-steps::before { content: ''; position: absolute; top: 80px; left: 15%; right: 15%; height: 2px; background: repeating-linear-gradient(90deg, var(--mm-red) 0, var(--mm-red) 10px, transparent 10px, transparent 20px); z-index: 0; }
.mm-step { background: white; padding: 48px 32px; border-radius: 20px; text-align: center; position: relative; box-shadow: var(--mm-shadow-sm); transition: all 0.4s var(--mm-ease); z-index: 1; }
.mm-step:hover { transform: translateY(-12px); box-shadow: var(--mm-shadow-lg); }
.mm-step-num { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); background: var(--mm-red); color: var(--mm-gold); font-family: 'Playfair Display', serif; font-weight: 900; font-size: 18px; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 4px solid var(--mm-cream); }
.mm-step-icon { font-size: 48px; color: var(--mm-red); margin: 24px 0 20px; }
.mm-step h3 { font-size: 22px; margin: 0 0 12px; font-family: 'Playfair Display', serif; }
.mm-step p { color: var(--mm-gray); font-size: 15px; margin: 0; }

/* ===== BLOG ===== */
.mm-blog { background: white; }
.mm-blog-header { text-align: center; margin-bottom: 60px; }
.mm-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.mm-blog-card { background: white; border-radius: 20px; overflow: hidden; box-shadow: var(--mm-shadow-sm); transition: all 0.4s var(--mm-ease); border: 1px solid var(--mm-gray-light); }
.mm-blog-card:hover { transform: translateY(-8px); box-shadow: var(--mm-shadow-lg); }
.mm-blog-card:hover .mm-blog-img { transform: scale(1.05); }
.mm-blog-img { aspect-ratio: 16/10; background-size: cover; background-position: center; position: relative; transition: transform 0.6s var(--mm-ease-out); }
.mm-blog-img-1 { background: linear-gradient(135deg, rgba(139,26,26,0.5), rgba(13,13,13,0.8)), repeating-linear-gradient(45deg, #6B1212, #6B1212 20px, #8B1A1A 20px, #8B1A1A 40px); }
.mm-blog-img-2 { background: linear-gradient(135deg, rgba(31,62,31,0.4), rgba(13,13,13,0.8)), repeating-linear-gradient(-45deg, #3A1A1A, #3A1A1A 20px, #5A2020 20px, #5A2020 40px); }
.mm-blog-img-3 { background: linear-gradient(135deg, rgba(212,184,140,0.3), rgba(13,13,13,0.8)), repeating-linear-gradient(90deg, #4A1515, #4A1515 15px, #6B1212 15px, #6B1212 30px); }
.mm-blog-tag { position: absolute; top: 20px; right: 20px; background: var(--mm-gold); color: var(--mm-dark); padding: 6px 14px; border-radius: 100px; font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.mm-blog-body { padding: 28px; }
.mm-blog-meta { color: var(--mm-gray); font-size: 13px; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.mm-blog-body h3 { font-family: 'Playfair Display', serif; font-size: 22px; line-height: 1.3; margin: 0 0 12px; color: var(--mm-dark); }
.mm-blog-body h3 a { color: inherit; text-decoration: none; }
.mm-blog-body h3 a:hover { color: var(--mm-red); }
.mm-blog-body p { color: var(--mm-gray); font-size: 15px; margin: 0 0 20px; }
.mm-blog-link { color: var(--mm-red); font-weight: 600; display: inline-flex; align-items: center; gap: 8px; transition: gap 0.3s; text-decoration: none; }
.mm-blog-link:hover { gap: 14px; color: var(--mm-red); }

/* ===== CONTACT ===== */
.mm-contact { background: linear-gradient(135deg, var(--mm-dark), var(--mm-black)); color: white; }
.mm-contact::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(139,26,26,0.2) 0%, transparent 40%); pointer-events: none; }
.mm-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; position: relative; margin-bottom: 60px; }
.mm-contact-list { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
.mm-contact-item { display: flex; gap: 20px; align-items: center; padding: 20px 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; transition: all 0.3s; text-decoration: none; color: inherit; }
.mm-contact-item:hover { background: rgba(255,255,255,0.08); transform: translateX(-6px); border-color: var(--mm-gold); color: inherit; }
.mm-contact-icon { width: 52px; height: 52px; background: var(--mm-red); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; flex-shrink: 0; }
.mm-contact-item h4 { font-size: 14px; color: var(--mm-gold); margin: 0 0 4px; font-weight: 600; }
.mm-contact-item p { font-size: 16px; color: white; margin: 0; }
.mm-contact-form { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 24px; padding: 48px; backdrop-filter: blur(20px); position: relative; z-index: 1; }
.mm-contact-form h3 { font-family: 'Playfair Display', serif; font-size: 28px; margin: 0 0 32px; color: var(--mm-gold); }
.mm-form-group { position: relative; margin-bottom: 24px; }
.mm-form-group input, .mm-form-group textarea { width: 100%; padding: 20px 16px 8px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; color: white; font-size: 15px; transition: all 0.3s; resize: vertical; box-sizing: border-box; font-family: inherit; }
.mm-form-group label { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: rgba(255,255,255,0.5); pointer-events: none; transition: all 0.3s; font-size: 15px; }
.mm-form-group textarea ~ label { top: 22px; transform: none; }
.mm-form-group input:focus, .mm-form-group textarea:focus { outline: none; border-color: var(--mm-gold); background: rgba(255,255,255,0.08); }
.mm-form-group input:focus ~ label, .mm-form-group input:not(:placeholder-shown) ~ label, .mm-form-group textarea:focus ~ label, .mm-form-group textarea:not(:placeholder-shown) ~ label { top: 8px; transform: none; font-size: 11px; color: var(--mm-gold); letter-spacing: 1px; }
.mm-map-wrap { border-radius: 24px; overflow: hidden; box-shadow: var(--mm-shadow-lg); border: 1px solid rgba(255,255,255,0.1); position: relative; z-index: 1; }
.mm-map-wrap iframe { filter: grayscale(0.3) contrast(1.1); display: block; }

/* ===== FOOTER ===== */
.mm-footer { background: var(--mm-black); color: rgba(255,255,255,0.7); padding: 80px 0 30px; border-top: 1px solid rgba(255,255,255,0.05); }
.mm-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.mm-footer-logo { height: 72px; background: white; padding: 8px; border-radius: 12px; margin-bottom: 20px; }
.mm-footer-col h4 { color: var(--mm-gold); font-size: 16px; margin: 0 0 20px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.mm-footer-col ul { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0; }
.mm-footer-col a { color: rgba(255,255,255,0.7); transition: color 0.3s; text-decoration: none; }
.mm-footer-col a:hover { color: var(--mm-gold); }
.mm-footer-col i { color: var(--mm-red); margin-left: 10px; width: 16px; }
.mm-social { display: flex; gap: 12px; margin-top: 20px; }
.mm-social a { width: 42px; height: 42px; border-radius: 50%; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; transition: all 0.3s; color: inherit; text-decoration: none; }
.mm-social a:hover { background: var(--mm-red); border-color: var(--mm-red); transform: translateY(-3px); color: white; }
.mm-footer-bottom { padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 13px; }
.mm-footer-bottom p { margin: 0; }

/* ===== WHATSAPP FLOAT & BACK TOP ===== */
.mm-whatsapp-float { position: fixed; bottom: 30px; left: 30px; width: 64px; height: 64px; background: #25D366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 32px; box-shadow: 0 10px 30px rgba(37,211,102,0.4); z-index: 99; transition: transform 0.3s; text-decoration: none; }
.mm-whatsapp-float:hover { transform: scale(1.1); color: white; }
.mm-pulse-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25D366; animation: mmPulseRing 2s ease-out infinite; }
@keyframes mmPulseRing { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.8); opacity: 0; } }
.mm-back-top { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--mm-red); color: white; border: none; border-radius: 50%; font-size: 18px; box-shadow: var(--mm-shadow); opacity: 0; transform: translateY(20px); transition: all 0.4s var(--mm-ease); z-index: 99; cursor: pointer; }
.mm-back-top.mm-visible { opacity: 1; transform: translateY(0); }
.mm-back-top:hover { background: var(--mm-gold); color: var(--mm-dark); transform: translateY(-4px); }

/* ===== REVEAL ANIMATIONS ===== */
[data-mm-reveal] { opacity: 0; transform: translateY(40px); transition: all 0.8s var(--mm-ease-out); }
[data-mm-reveal].mm-visible { opacity: 1; transform: translateY(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .mm-about-grid, .mm-contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .mm-menu-items { grid-template-columns: 1fr; }
  .mm-process-steps { grid-template-columns: 1fr; gap: 48px; }
  .mm-process-steps::before { display: none; }
  .mm-blog-grid { grid-template-columns: 1fr 1fr; }
  .mm-footer-grid { grid-template-columns: 1fr 1fr; }
  .mm-steak-float { display: none; }
  .mm-press-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .mm-press-card-lg { grid-column: 1 / 3; grid-row: auto; }
}

@media (max-width: 768px) {
  .mm-about, .mm-press, .mm-process, .mm-blog, .mm-menu, .mm-contact { padding: 80px 0; }
  .mm-nav-menu { position: fixed; top: 0; right: -100%; flex-direction: column; background: rgba(26,26,26,0.98); backdrop-filter: blur(20px); width: 80%; height: 100vh; padding: 100px 30px 30px; border-radius: 0; transition: right 0.4s var(--mm-ease); align-items: stretch; gap: 12px; }
  .mm-nav-menu.mm-open { right: 0; }
  .mm-nav-menu a { padding: 16px 20px; width: 100%; display: block; }
  .mm-hamburger { display: flex; }
  .mm-hamburger.mm-active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
  .mm-hamburger.mm-active span:nth-child(2) { opacity: 0; }
  .mm-hamburger.mm-active span:nth-child(3) { transform: rotate(-45deg) translate(7px,-7px); }
  .mm-nav-cta span { display: none; }
  .mm-nav-cta { padding: 12px; }
  .mm-blog-grid { grid-template-columns: 1fr; }
  .mm-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .mm-visual-card { padding: 32px 24px; }
  .mm-floating-badge { width: 100px; height: 100px; font-size: 12px; top: -20px; left: -20px; }
  .mm-contact-form { padding: 32px 24px; }
  .mm-hero-cta { flex-direction: column; align-items: stretch; padding: 0 20px; }
  .mm-btn { justify-content: center; }
  .mm-stat-num { font-size: 40px; }
  .mm-whatsapp-float { width: 54px; height: 54px; font-size: 26px; bottom: 20px; left: 20px; }
  .mm-back-top { right: 20px; bottom: 20px; }
}

@media (max-width: 600px) {
  .mm-press-grid { grid-template-columns: 1fr; }
  .mm-press-card-lg { grid-column: 1; }
  .mm-press-logos { padding: 24px; flex-direction: column; }
  .mm-logos-title { padding-left: 0; padding-bottom: 16px; border-left: none; border-bottom: 2px solid var(--mm-gold); }
}
