/* ═══ SHARED STYLES — boryanaangelov.com ═══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
    --rose: #d4727a; --rose-dark: #c0636b; --rose-light: #f2c4c4;
    --cream: #fffaf8; --cream-mid: #fdf0ec; --dark: #2d2d2d;
    --mid: #4a4a4a; --muted: #6b6b6b;
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'Inter', sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-sans); background: var(--cream); color: var(--dark); overflow-x: hidden; }

/* ─── HEADER ─── */
.site-header { position: fixed; top: 0; left: 0; right: 0; background: rgba(255,250,248,0.95); backdrop-filter: blur(8px); z-index: 50; border-bottom: 1px solid rgba(212,114,122,0.15); }
.site-nav { width: min(1152px, calc(100% - 3rem)); margin: 0 auto; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.nav-logo { font-family: var(--font-serif); font-weight: 600; font-size: 1.5rem; color: var(--dark); text-decoration: none; transition: color 0.2s; }
.nav-logo:hover { color: var(--rose); }
.nav-main { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex: 1; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.nav-links a { font-family: var(--font-sans); font-size: 0.875rem; letter-spacing: 0.05em; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--rose); }
.btn-nav { background: var(--rose); color: white !important; padding: 0.85rem 1.35rem; border-radius: 999px; font-weight: 600; transition: background 0.2s ease, transform 0.2s ease !important; }
.btn-nav:hover { background: var(--rose-dark) !important; color: white !important; transform: translateY(-1px); }

/* ─── CART ─── */
.cart-wrap { position: relative; display: flex; align-items: center; gap: 0.5rem; cursor: pointer; text-decoration: none; color: var(--dark); }
.cart-wrap:hover { color: var(--rose); }
.cart-wrap:hover .cart-dropdown, .cart-dropdown:hover { opacity: 1; pointer-events: auto; transform: translateY(0); }
.cart-wrap::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 1rem; }
.cart-icon-wrap { position: relative; }
.cart-badge { position: absolute; top: -6px; right: -8px; background: var(--rose); color: white; font-size: 0.65rem; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: none; align-items: center; justify-content: center; }
.cart-badge.visible { display: flex; }
.cart-label { font-family: var(--font-serif); font-size: 0.9rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.cart-dropdown { position: absolute; top: calc(100% + 0.5rem); right: 0; min-width: 280px; background: white; border-radius: 1rem; box-shadow: 0 8px 40px rgba(0,0,0,0.12); padding: 1.25rem; z-index: 100; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 0.2s ease, transform 0.2s ease; }
.cart-dropdown.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
.cart-dropdown-title { font-family: var(--font-serif); font-size: 1rem; font-weight: 600; color: var(--dark); margin-bottom: 1rem; padding-bottom: 0.75rem; border-bottom: 1px solid rgba(212,114,122,0.15); }
.cart-item { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; font-size: 0.85rem; color: var(--muted); flex-wrap: nowrap; gap: 0.5rem; }
.cart-item-name { color: var(--dark); font-weight: 500; flex: 1; min-width: 0; }
.cart-empty { font-size: 0.85rem; color: var(--muted); font-style: italic; text-align: center; padding: 0.5rem 0; }
.cart-total { display: flex; justify-content: space-between; margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid rgba(212,114,122,0.15); font-weight: 600; font-size: 0.9rem; color: var(--dark); }
.cart-total span:last-child { color: var(--rose); font-family: var(--font-serif); font-size: 1rem; }
.cart-btn { display: block; text-align: center; background: var(--rose); color: white; padding: 0.6rem; border-radius: 0.75rem; font-size: 0.85rem; font-weight: 600; text-decoration: none; margin-top: 0.75rem; transition: background 0.2s; }
.cart-btn:hover { background: var(--rose-dark); }

/* ─── MOBILE NAV ─── */
.menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; color: var(--dark); }
.mobile-nav { display: none; position: fixed; inset: 0; background: var(--cream); z-index: 200; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: var(--font-serif); font-size: 2rem; font-weight: 600; color: var(--dark); text-decoration: none; transition: color 0.2s; }
.mobile-nav a:hover { color: var(--rose); }
.mobile-nav-close { position: absolute; top: 1.25rem; right: 1.5rem; background: none; border: none; cursor: pointer; color: var(--dark); }
@media (max-width: 768px) { .nav-links { display: none; } .menu-toggle { display: block; } .cart-dropdown { display: none !important; } }

/* ─── FOOTER ─── */
footer { background: #1a1a1a; color: rgba(255,255,255,0.7); }
.footer-inner { max-width: 1152px; margin: 0 auto; padding: 4rem 1.5rem; }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1.5fr 1fr; } }
.footer-brand h3 { font-family: var(--font-serif); font-weight: 600; font-size: 1.5rem; color: white; margin-bottom: 1rem; }
.footer-brand p { color: #9ca3af; font-size: 0.875rem; line-height: 1.6; }
.footer-col h4 { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: white; margin-bottom: 1rem; }
.footer-links { display: flex; flex-direction: column; gap: 0.75rem; }
.footer-links a { color: #9ca3af; font-size: 0.875rem; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--rose); }
.footer-bottom { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #374151; text-align: center; color: #6b7280; font-size: 0.875rem; }
.footer-legal-link { color: #6b7280 !important; font-size: 0.8rem; text-decoration: none; transition: color 0.2s; }
.footer-legal-link:hover { color: #d4727a !important; }

/* ─── COMMON BUTTONS ─── */
.btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; background: var(--rose); color: white; padding: 0.875rem 2rem; border-radius: 9999px; font-weight: 600; font-size: 0.875rem; letter-spacing: 0.05em; text-decoration: none; transition: background 0.2s, box-shadow 0.2s; box-shadow: 0 4px 14px rgba(212,114,122,0.35); }
.btn-primary:hover { background: var(--rose-dark); box-shadow: 0 6px 20px rgba(212,114,122,0.45); }
.btn-outline { display: inline-flex; align-items: center; gap: 0.5rem; border: 2px solid var(--rose); color: var(--rose); padding: 0.875rem 1.75rem; border-radius: 9999px; font-weight: 600; font-size: 0.875rem; text-decoration: none; transition: background 0.2s, color 0.2s; }
.btn-outline:hover { background: var(--rose); color: white; }

/* ─── SECTION TYPOGRAPHY ─── */
.section-eyebrow { color: var(--rose); letter-spacing: 0.3em; text-transform: uppercase; font-size: 0.875rem; margin-bottom: 1rem; font-family: var(--font-sans); }
.section-title { font-family: var(--font-serif); font-weight: 600; font-size: clamp(2rem, 4vw, 3rem); color: var(--dark); margin-bottom: 1rem; }
.section-divider { width: 3rem; height: 2px; background: var(--rose); opacity: 0.4; margin: 0 auto 2rem; }
