/* VANTAGE & VIGOR - CORE STYLESHEET
   Design: Luxury Minimalist / Vogue-Style
*/

/* --- 1. BASE RESET --- */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
}

html { 
    scroll-behavior: smooth; 
}

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Lora', serif; /* Für den intelligenten Fließtext */
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* --- 2. TYPOGRAPHY --- */
h1, h2, h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

.uppercase-label {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.75rem;
}

/* --- 3. NAVIGATION & HEADER --- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 35px 60px;
    z-index: 1000;
    mix-blend-mode: difference; /* Textfarbe invertiert sich passend zum Hintergrund */
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-group {
    display: flex;
    gap: 40px;
    width: 35%;
}

.nav-group.right {
    justify-content: flex-end;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff; /* Wird schwarz auf weißem Grund durch mix-blend-mode */
    letter-spacing: 3px;
    font-size: 0.75rem;
    transition: opacity 0.3s;
}

.nav-link:hover {
    opacity: 0.5;
}

/* LOGO */
.logo {
    text-align: center;
}

.logo h1 {
    font-size: 2rem;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1;
}

.logo span {
    font-style: italic;
    font-weight: 400;
}

/* MOBILE TOGGLE */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
    z-index: 2001;
}

.bar {
    width: 28px;
    height: 1px;
    background-color: #fff;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- 4. MOBILE OVERLAY --- */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #000;
    z-index: 1500;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-overlay.open {
    height: 100vh;
}

.overlay-content a {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #fff;
    text-decoration: none;
    margin: 25px 0;
    text-transform: uppercase;
    letter-spacing: 6px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.4s;
}

.mobile-overlay.open .overlay-content a {
    opacity: 1;
    transform: translateY(0);
}

/* --- 5. HERO SECTION --- */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #000;
}

.hero-image-placeholder {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: url('../img/hero-placeholder.jpg') center/cover no-repeat;
    opacity: 0.75;
}

.hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}

.hero-title {
    font-size: clamp(2.5rem, 6vw, 5rem); /* Fließende Schriftgröße */
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: clamp(4px, 1vw, 10px);
    font-size: clamp(0.7rem, 1.5vw, 0.9rem);
}


.split-section {
    display: flex;
    height: 100vh;
}

.split-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px;
    text-align: center;
    transition: flex 0.6s ease;
}

.vantage { background-color: #f4f4f4; color: #000; }
.vigor { background-color: #000; color: #fff; }

.box-content h3 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 25px;
}

.btn-minimal {
    display: inline-block;
    margin-top: 40px;
    padding: 15px 40px;
    border: 1px solid currentColor;
    text-decoration: none;
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.7rem;
    transition: background 0.3s, color 0.3s;
}

.btn-minimal:hover {
    background: #000;
    color: #fff;
}
.vigor .btn-minimal:hover {
    background: #fff;
    color: #000;
}

/* --- 7. JOURNAL --- */
.journal {
    padding: 150px 60px;
    max-width: 1300px;
    margin: 0 auto;
}

.section-header h2 {
    font-size: 3.5rem;
    margin-bottom: 80px;
    text-align: center;
}

.article-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.journal-item {
    text-decoration: none;
    color: inherit;
    display: block;
}

.category {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.65rem;
    color: #888;
    display: block;
    margin-bottom: 15px;
}

.journal-item h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.2;
}

.read-more {
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- 8. FOOTER --- */
footer {
    padding: 100px 60px;
    border-top: 1px solid #eee;
    text-align: center;
}

footer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #888;
}

/* --- 9. RESPONSIVE DESIGN --- */

@media (max-width: 1024px) {
    .main-header { padding: 30px; }
    .split-box { padding: 40px; }
}

@media (max-width: 768px) {
    .desktop-only { display: none; }
    .mobile-menu-toggle { display: flex; }
    
    .logo { position: absolute; left: 50%; transform: translateX(-50%); }
    .logo h1 { font-size: 1.5rem; }

    .split-section { flex-direction: column; height: auto; }
    .split-box { height: 70vh; }
    
    .article-list { grid-template-columns: 1fr; gap: 60px; }
    .journal { padding: 80px 30px; }
    
    .statement { padding: 100px 20px; }
}




/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('https://vantage-vigor.de/fonts/playfair-display-v40-latin/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('https://vantage-vigor.de/fonts/playfair-display-v40-latin/playfair-display-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* playfair-display-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('https://vantage-vigor.de/fonts/playfair-display-v40-latin/playfair-display-v40-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('https://vantage-vigor.de/fonts/montserrat-v31-latin/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://vantage-vigor.de/fonts/montserrat-v31-latin/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('https://vantage-vigor.de/fonts/montserrat-v31-latin/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('https://vantage-vigor.de/fonts/montserrat-v31-latin/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('https://vantage-vigor.de/fonts/lora-v37-latin/lora-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lora-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('https://vantage-vigor.de/fonts/lora-v37-latin/lora-v37-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lora-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('https://vantage-vigor.de/fonts/lora-v37-latin/lora-v37-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}









