:root {
--mp-wine: #871832;
--mp-wine-dark: #5e0f24;
--mp-gold: #c09261;
--mp-gold-light: #e0c39a;
--mp-cream: #f7ede1;
--mp-cream-soft: #fdf6ee;
--mp-ink: #2b1a20;
}

body {
font-family: 'Work Sans', sans-serif;
background-color: var(--mp-cream-soft);
color: var(--mp-ink);
line-height: 1.75;
}

h1, h2, h3, .brand-text, .footer-brand {
font-family: 'Playfair Display', serif;
}

.text-wine { color: var(--mp-wine) !important; }
.text-gold { color: var(--mp-gold) !important; }
.text-cream { color: var(--mp-cream) !important; }

.navbar-mp {
background: rgba(253, 246, 238, 0.92);
backdrop-filter: blur(12px);
box-shadow: 0 2px 12px rgba(94, 15, 36, 0.08);
transition: box-shadow 0.3s ease, background 0.3s ease;
}

.navbar-scrolled {
background: rgba(253, 246, 238, 0.98);
box-shadow: 0 6px 24px rgba(94, 15, 36, 0.18);
}

.logo-nav {
width: 44px;
height: 44px;
object-fit: cover;
box-shadow: 0 2px 8px rgba(94, 15, 36, 0.25);
}

.brand-text {
font-weight: 700;
font-size: 1.35rem;
color: var(--mp-wine);
}

.nav-mp {
color: var(--mp-ink);
font-weight: 500;
border-radius: 50rem;
padding: 0.4rem 1rem !important;
transition: background 0.25s ease, color 0.25s ease;
}

.nav-mp:hover, .nav-mp:focus {
background: var(--mp-wine);
color: var(--mp-cream);
}

.btn-fb {
background: var(--mp-wine);
color: var(--mp-cream);
border: none;
border-radius: 50rem;
font-weight: 600;
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-fb:hover, .btn-fb:focus {
background: var(--mp-wine-dark);
color: var(--mp-cream);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(94, 15, 36, 0.35);
}

.btn-gold {
background: var(--mp-gold);
color: var(--mp-wine-dark);
border: none;
border-radius: 50rem;
font-weight: 700;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-gold:hover, .btn-gold:focus {
background: var(--mp-gold-light);
color: var(--mp-wine-dark);
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(192, 146, 97, 0.45);
}

.btn-outline-wine {
border: 2px solid var(--mp-wine);
color: var(--mp-wine);
border-radius: 50rem;
font-weight: 600;
transition: all 0.2s ease;
}

.btn-outline-wine:hover, .btn-outline-wine:focus {
background: var(--mp-wine);
color: var(--mp-cream);
transform: translateY(-2px);
}

.btn-outline-cream {
border: 2px solid var(--mp-cream);
color: var(--mp-cream);
border-radius: 50rem;
font-weight: 600;
transition: all 0.2s ease;
}

.btn-outline-cream:hover, .btn-outline-cream:focus {
background: var(--mp-cream);
color: var(--mp-wine-dark);
transform: translateY(-2px);
}

.hero-mp {
min-height: 100vh;
padding-top: 7rem;
padding-bottom: 4rem;
background: linear-gradient(135deg, var(--mp-cream-soft) 0%, var(--mp-cream) 55%, var(--mp-gold-light) 130%);
position: relative;
overflow: hidden;
}

.hero-mp::before {
content: "";
position: absolute;
width: 480px;
height: 480px;
border-radius: 50%;
background: radial-gradient(circle, rgba(135, 24, 50, 0.10), transparent 70%);
top: -120px;
right: -120px;
}

.hero-mp::after {
content: "";
position: absolute;
width: 360px;
height: 360px;
border-radius: 50%;
background: radial-gradient(circle, rgba(192, 146, 97, 0.22), transparent 70%);
bottom: -140px;
left: -100px;
}

.hero-badge {
background: var(--mp-cream);
color: var(--mp-wine);
border: 1px solid var(--mp-gold);
border-radius: 50rem;
padding: 0.5rem 1.1rem;
font-weight: 600;
letter-spacing: 0.03em;
}

.hero-title {
color: var(--mp-wine);
line-height: 1.05;
letter-spacing: -0.01em;
}

.hero-subtitle {
color: var(--mp-wine-dark);
font-weight: 500;
}

.logo-hero-wrap {
max-width: 340px;
padding: 1.2rem;
background: var(--mp-cream-soft);
border-radius: 2rem;
box-shadow: 0 24px 60px rgba(94, 15, 36, 0.22), 0 4px 12px rgba(94, 15, 36, 0.12);
transform: rotate(-2deg);
transition: transform 0.4s ease;
}

.logo-hero-wrap:hover {
transform: rotate(0deg) scale(1.03);
}

.logo-hero {
border-radius: 1.4rem;
}

.shadow-mp {
box-shadow: 0 8px 24px rgba(94, 15, 36, 0.25);
}

.section-mp {
padding: 6rem 0;
}

.section-alt {
background: var(--mp-cream);
}

.section-heading {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1.5rem;
}

.section-title {
font-weight: 700;
color: var(--mp-wine);
margin-bottom: 0;
}

.icon-chip {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
flex: 0 0 auto;
border-radius: 1rem;
background: var(--mp-wine);
color: var(--mp-cream);
font-size: 1.4rem;
box-shadow: 0 6px 16px rgba(94, 15, 36, 0.3);
}

.icon-chip-light {
background: var(--mp-gold);
color: var(--mp-wine-dark);
}

.img-frame {
position: relative;
border-radius: 1.5rem;
overflow: hidden;
box-shadow: 0 20px 48px rgba(94, 15, 36, 0.22), 0 4px 12px rgba(94, 15, 36, 0.1);
}

.img-mp {
width: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
display: block;
transition: transform 0.5s ease;
}

.img-frame:hover .img-mp {
transform: scale(1.05);
}

.img-chip {
position: absolute;
bottom: 1rem;
left: 1rem;
background: rgba(94, 15, 36, 0.9);
color: var(--mp-cream);
border-radius: 50rem;
padding: 0.35rem 1rem;
font-size: 0.85rem;
font-weight: 600;
backdrop-filter: blur(6px);
}

.card-mp {
border: none;
border-radius: 1.5rem;
overflow: hidden;
background: #ffffff;
box-shadow: 0 12px 32px rgba(94, 15, 36, 0.12);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-mp:hover {
transform: translateY(-8px);
box-shadow: 0 24px 48px rgba(94, 15, 36, 0.22);
}

.rounded-top-mp {
border-radius: 1.5rem 1.5rem 0 0 !important;
}

.rounded-top-mp .img-mp {
border-radius: 0;
}

.card-title-mp {
color: var(--mp-wine);
font-weight: 700;
}

.feature-card {
background: #ffffff;
border-radius: 1.5rem;
padding: 2rem 1.5rem;
box-shadow: 0 8px 24px rgba(94, 15, 36, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
transform: translateY(-8px);
box-shadow: 0 20px 40px rgba(94, 15, 36, 0.2);
}

.feature-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 64px;
height: 64px;
border-radius: 50%;
background: linear-gradient(135deg, var(--mp-wine), var(--mp-wine-dark));
color: var(--mp-gold-light);
font-size: 1.6rem;
margin-bottom: 1.1rem;
box-shadow: 0 8px 20px rgba(94, 15, 36, 0.3);
}

.cta-mp {
background: linear-gradient(135deg, var(--mp-wine) 0%, var(--mp-wine-dark) 100%);
color: var(--mp-cream);
padding: 5.5rem 0;
position: relative;
overflow: hidden;
}

.cta-mp::before {
content: "";
position: absolute;
width: 420px;
height: 420px;
border-radius: 50%;
background: radial-gradient(circle, rgba(192, 146, 97, 0.25), transparent 70%);
top: -160px;
left: -120px;
}

.cta-text {
max-width: 640px;
color: var(--mp-gold-light);
}

.cta-mp .section-title {
color: var(--mp-cream);
}

.footer-mp {
background: var(--mp-wine-dark);
color: var(--mp-cream);
padding: 3.5rem 0 2.5rem;
}

.logo-footer {
width: 72px;
height: 72px;
object-fit: cover;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.footer-brand {
font-size: 1.5rem;
font-weight: 700;
}

.social-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 48px;
height: 48px;
border-radius: 50%;
background: rgba(247, 237, 225, 0.12);
color: var(--mp-gold-light);
font-size: 1.25rem;
transition: background 0.25s ease, transform 0.25s ease;
}

.social-link:hover {
background: var(--mp-gold);
color: var(--mp-wine-dark);
transform: translateY(-3px);
}

.footer-note {
color: rgba(247, 237, 225, 0.65);
max-width: 640px;
margin: 0 auto;
}

::selection {
background: var(--mp-wine);
color: var(--mp-cream);
}
