/* Palette: Rich Black, Metallic Gold, Off-White */
:root {
    --bg: #121212;
    --card-bg: #1E1E1E;
    --gold: #D4AF37;
    --gold-light: #F1DCA7;
    --text: #E0E0E0;
    --text-muted: #A0A0A0;
    
    --serif: 'Cormorant Garamond', serif;
    --sans: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background-color: var(--bg);
    color: var(--text);
    font-family: var(--sans);
    line-height: 1.7;
    font-weight: 300;
}

.container { width: 85%; max-width: 1200px; margin: 0 auto; }
.section-padding { padding: 120px 0; }
a { text-decoration: none; color: inherit; transition: 0.4s ease; }
img { max-width: 100%; height: auto; display: block; }

/* Header */
.executive-header { padding: 30px 0; position: absolute; width: 100%; top: 0; z-index: 1000; border-bottom: 1px solid rgba(255,255,255,0.05); }
.header-flex { display: flex; justify-content: space-between; align-items: center; }

.logo { font-family: var(--sans); font-size: 1.2rem; letter-spacing: 4px; color: var(--gold); font-weight: 400; text-transform: uppercase; }
.gold-dot { color: var(--gold-light); font-weight: 600; }

.elite-nav a { margin-left: 40px; font-size: 0.8rem; letter-spacing: 2px; color: var(--text-muted); text-transform: uppercase; }
.elite-nav a:hover, .elite-nav a.active { color: var(--gold); }

.menu-btn { display: none; background: none; border: 1px solid var(--gold); color: var(--gold); padding: 10px 20px; font-family: var(--sans); letter-spacing: 2px; cursor: pointer; transition: 0.3s; }
.menu-btn:hover { background: var(--gold); color: var(--bg); }

/* Mobile Menu */
.mobile-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--bg); z-index: 2000; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; pointer-events: none; transition: 0.5s; }
.mobile-menu.active { opacity: 1; pointer-events: all; }
.close-btn { position: absolute; top: 30px; right: 30px; background: none; border: none; color: var(--gold); font-size: 0.8rem; letter-spacing: 2px; cursor: pointer; }
.mobile-menu a { font-family: var(--serif); font-size: 2.5rem; margin: 15px 0; color: var(--text); font-style: italic; }
.mobile-menu a:hover { color: var(--gold); }

@media (max-width: 900px) {
    .elite-nav { display: none; }
    .menu-btn { display: block; }
}

/* Hero */
.hero-elevate { height: 100vh; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.hero-video-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center; z-index: -1; transform: scale(1.05); transition: transform 10s ease; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(18, 18, 18, 0.7); z-index: 0; }
.hero-content { position: relative; z-index: 10; max-width: 800px; }

.pre-title { display: block; color: var(--gold); font-size: 0.8rem; letter-spacing: 4px; margin-bottom: 20px; text-transform: uppercase; }
.hero-content h1 { font-family: var(--serif); font-size: 4.5rem; line-height: 1.1; margin-bottom: 30px; color: var(--white); font-weight: 300; }
.gold-line { width: 60px; height: 1px; background: var(--gold); margin: 0 auto 30px; }
.gold-line.left { margin: 0 0 30px 0; }
.hero-content p { font-size: 1.2rem; color: var(--text-muted); margin-bottom: 50px; font-weight: 300; }

.btn-gold { border: 1px solid var(--gold); color: var(--gold); padding: 18px 40px; font-size: 0.8rem; letter-spacing: 3px; text-transform: uppercase; transition: 0.3s; display: inline-block; }
.btn-gold:hover { background: var(--gold); color: var(--bg); }

/* Values */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 60px; }
.value-item h3 { font-family: var(--serif); font-size: 1.5rem; color: var(--gold); margin-bottom: 20px; font-weight: 400; }
.value-item p { color: var(--text-muted); font-size: 0.95rem; }

/* Split Section */
.split-section { display: grid; grid-template-columns: 1fr 1fr; height: 600px; }
.split-img { background-size: cover; background-position: center; filter: grayscale(50%); }
.split-text { background: var(--card-bg); padding: 100px; display: flex; flex-direction: column; justify-content: center; }
.split-text h2 { font-family: var(--serif); font-size: 3rem; margin-bottom: 30px; line-height: 1.2; color: var(--white); }
.split-text p { color: var(--text-muted); margin-bottom: 40px; }
.text-link { color: var(--gold); letter-spacing: 2px; font-size: 0.8rem; text-transform: uppercase; border-bottom: 1px solid transparent; width: max-content; }
.text-link:hover { border-bottom-color: var(--gold); }

/* Expertise / About */
.about-container { max-width: 1000px; margin: 0 auto; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; margin-top: 60px; }
.lead { font-size: 1.3rem; color: var(--white); margin-bottom: 30px; font-family: var(--serif); font-style: italic; }
.coach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 50px; grid-column: span 2; }
.coach-card { text-align: center; }
.coach-img { height: 300px; background-size: cover; background-position: center; margin-bottom: 20px; filter: sepia(20%); }
.coach-card h3 { font-size: 1rem; letter-spacing: 2px; color: var(--gold); margin-bottom: 5px; }
.coach-card span { font-size: 0.8rem; color: var(--text-muted); }

/* Testimonials */
.intro-text { margin-bottom: 80px; }
.intro-text h1 { font-family: var(--serif); font-size: 3.5rem; margin-bottom: 20px; }
.gold-icon { font-size: 2rem; color: var(--gold); margin-top: 20px; }
.center { text-align: center; }

.feedback-list { max-width: 800px; margin: 0 auto; }
.feedback-item { margin-bottom: 80px; text-align: center; }
.feedback-item blockquote { font-family: var(--serif); font-size: 1.8rem; font-style: italic; color: var(--white); line-height: 1.4; margin-bottom: 30px; }
.feedback-item cite { font-size: 0.9rem; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; font-style: normal; }

/* Contact Form */
.application-form-wrapper { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; }
.form-intro h2 { font-family: var(--serif); font-size: 3rem; margin-bottom: 30px; }
.contact-details { margin-top: 40px; color: var(--gold); font-family: var(--serif); font-size: 1.2rem; }

.gold-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.gold-form input, .gold-form select, .gold-form textarea { width: 100%; background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding: 15px 0; color: var(--white); font-family: var(--sans); font-size: 1rem; transition: 0.3s; }
.gold-form input:focus, .gold-form textarea:focus { border-bottom-color: var(--gold); outline: none; }
.gold-form select { color: var(--text-muted); }
.form-full { margin-bottom: 30px; }
.btn-gold.full { width: 100%; text-align: center; margin-top: 20px; cursor: pointer; }

/* Legal */
.legal-box { max-width: 800px; margin: 0 auto; }
.legal-box h1 { font-family: var(--serif); font-size: 3rem; margin-bottom: 20px; }
.legal-box h3 { color: var(--gold); margin-top: 40px; font-family: var(--serif); font-size: 1.5rem; }

/* Footer */
.elevate-footer { background: #0a0a0a; padding: 80px 0 30px; margin-top: 100px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 40px; }
.f-info h4 { font-family: var(--sans); letter-spacing: 3px; color: var(--gold); margin-bottom: 10px; }
.f-info p { color: var(--text-muted); font-size: 0.8rem; }
.f-links a { color: var(--text-muted); margin-left: 30px; font-size: 0.8rem; letter-spacing: 1px; }
.f-links a:hover { color: var(--white); }
.copyright { text-align: center; font-size: 0.7rem; color: #555; letter-spacing: 1px; }

@media (max-width: 900px) {
    .hero-content h1 { font-size: 3rem; }
    .values-grid, .split-section, .about-content, .coach-grid, .application-form-wrapper { grid-template-columns: 1fr; }
    .split-img { height: 300px; }
    .footer-row { flex-direction: column; gap: 30px; text-align: center; }
}