/* Theme: 35 Arte */
:root { --primary: #dc2626; --bg: #ffffff; --text: #000000; }
body { font-family: 'Space Grotesk', sans-serif; background: var(--bg); color: var(--text); line-height: 1.5; margin: 0; padding: 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.site-header { padding: 40px 0; border-bottom: 2px solid #000; }
.header-inner { display: flex; justify-content: space-between; align-items: flex-end; }
.logo a { font-size: 32px; font-weight: 900; color: #000; text-decoration: none; text-transform: uppercase; letter-spacing: -2px; }
.main-nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 30px; }
.main-nav a { color: #000; text-decoration: none; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.main-nav a:hover { color: var(--primary); }
.hero-section { height: 450px; background-size: cover; background-position: center; position: relative; display: flex; align-items: flex-end; padding: 40px 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, #000 100%); }
.hero-content { position: relative; z-index: 1; color: #fff; width: 100%; }
.hero-title { font-size: 60px; font-weight: 900; text-transform: uppercase; line-height: 0.9; letter-spacing: -3px; }
.site-content { padding: 80px 0; min-height: 50vh; }
.site-content h1, .site-content h2 { font-size: 36px; font-weight: 900; text-transform: uppercase; letter-spacing: -1.5px; border-bottom: 4px solid #000; display: inline-block; padding-bottom: 5px; margin-bottom: 30px; }
.site-footer { background: #000; color: #fff; padding: 60px 0; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; }
.footer-links a { color: #fff; text-decoration: none; margin-left: 20px; font-weight: 700; }
.footer-links a:hover { color: var(--primary); }
.widget-box { border: 2px solid #000; padding: 25px; border-radius: 0; }
.widget-title { font-size: 20px; font-weight: 900; text-transform: uppercase; border-bottom: 2px solid #000; color: #000; }
