/*
Theme Name: vv Hedel Elite v8
Author: Gemini
Description: Ultra-clean sports shell. Site title and page titles hidden for a pure content-first UI.
Version: 8.0
*/

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
    line-height: 1.6;
    color: #111111;
    background-color: #137C24;
    min-height: 100vh;
}

/* --- Hide Site Title and Description (SEO remains, visual removed) --- */
.site-title, .site-description, .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.site-header {
    height: 60px;
    background: #FFFFFF;
    position: fixed;
    top: 0; width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.site-logo {
    height: 44px;
    width: auto;
    display: block;
}

.site-wrapper {
    position: relative;
    padding: 100px 20px 80px; 
}

.site-container {
    max-width: 1100px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

h1, h2, h3 { 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: -0.01em; 
    margin-bottom: 1.5rem; 
    color: #000;
}

.site-footer {
    background: #1a1a1a;
    color: #999999;
    padding: 60px 20px;
    border-top: 1px solid #333;
}

.footer-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
}

.footer-col h4 { 
    color: #FFFFFF; 
    margin-bottom: 20px; 
    font-size: 0.8rem; 
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
