/*
Theme Name: Camus Invest GmbH
Theme URI: https://camusinvest.ch
Author: Camus Invest GmbH
Description: Professional investment company theme with elegant dark design
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camus-invest
Tags: investment, corporate, dark, elegant, bilingual
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Cormorant+Garamond:wght@400;500;600;700&display=swap' rel="stylesheet");

:root {
  --bg-primary: #0A0A0A;
  --bg-secondary: #111111;
  --bg-tertiary: #1A1A1A;
  --border: #2A2A2A;
  --text-primary: #FFFFFF;
  --text-secondary: #A0A0A0;
  --text-muted: #666666;
  --accent: #C9A962;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: var(--bg-secondary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Typography */
.font-display {
  font-family: 'Cormorant Garamond', serif;
}

.headline-hero {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700; /* bold */
  font-size: clamp(40px, 6vw, 80px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.05;
  color: var(--text-primary);
}

.headline-section {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 52px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--text-primary);
}

.body-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.micro-label {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Elegant Navigation */
.site-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: all 0.4s ease;
  padding: 0 48px;
}

.site-navigation.scrolled {
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.logo img {
  height: 100px;
  filter: invert(1);
}

/* WordPress Menu */
.nav-menu {
  display: flex;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  position: relative;
}

.nav-menu a,
.nav-link {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--text-primary);
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease;
  display: inline-block;
}

.nav-menu a::after,
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.3s ease;
}

.nav-menu a:hover,
.nav-link:hover {
  color: var(--accent);
}

.nav-menu a:hover::after,
.nav-link:hover::after {
  width: 100%;
}

/* Language Switcher */
.language-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 32px;
  padding-left: 32px;
  border-left: 1px solid var(--border);
}

.language-switcher a,
.language-switcher span {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.language-switcher a:hover {
  color: var(--text-primary);
}

.language-switcher span.active {
  color: var(--text-primary);
}

.language-switcher .separator {
  color: var(--border);
}

/* Elegant Buttons */
.btn-primary {
  display: inline-flex;
  margin-top:10px;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background: var(--text-primary);
  color: var(--bg-primary);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-primary:hover {
  background: var(--accent);
  transform: translateY(-2px);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  background: transparent;
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.4s ease;
}

.btn-outline:hover {
  border-color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
}

/* Category Links */
.category-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--text-primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.category-link:hover {
  border-bottom-color: var(--accent);
  color: var(--accent);
}

.category-link::after {
  content: '→';
  font-size: 14px;
  transition: transform 0.3s ease;
}

.category-link:hover::after {
  transform: translateX(6px);
}

/* Form Styles */
.form-input {
  width: 100%;
  padding: 18px 24px;
  background: var(--bg-tertiary);
  border: 1px solid var(--border);
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form-input:focus {
  outline: none;
  border-color: var(--text-primary);
  background: var(--bg-secondary);
}

.form-input::placeholder {
  color: var(--text-muted);
}

.form-label {
  display: block;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.form-textarea {
  min-height: 160px;
  resize: vertical;
}

/* Image Cards */
.image-card {
  position: relative;
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.image-card:hover img {
  transform: scale(1.05);
}

/* Sections */
.section {
  position: relative;
  width: 100%;
  padding: 120px 48px;
}

.section-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 48px 100px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

/* Feature List */
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.feature-item:last-child {
  border-bottom: none;
}

.feature-number {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  min-width: 30px;
}

.feature-text {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--text-primary);
}

/* Stats */
.stat-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 48px;
  color: var(--text-primary);
}

.stat-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* Footer */
.site-footer {
  background: var(--bg-primary);
  border-top: 1px solid var(--border);
  padding: 60px 48px;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--text-muted);
}

/* Selection */
::selection {
  background: var(--accent);
  color: var(--bg-primary);
}

/* Responsive */
@media (max-width: 1024px) {
  .section {
    padding: 80px 24px;
  }
  
  .section-hero {
    padding: 120px 24px 80px;
  }
  
  .site-navigation {
    padding: 0 24px;
  }
  
  .nav-container {
    height: 70px;
  }
  
  .nav-menu {
    gap: 24px;
  }
  
  .headline-hero {
    font-size: clamp(32px, 8vw, 48px);
    font-weight: 700;
    line-height: 1.1;
  }
  
  .language-switcher {
    margin-left: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  
  .language-switcher {
    display: none;
  }
}

