@font-face {
    font-display: swap; 
    font-family: 'PlayfairDisplay';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/PlayfairDisplay-VariableFont_wght.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Inter-VariableFont_opsz\,wght.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap; 
    font-family: 'Meddon';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Meddon-Regular.woff2') format('woff2'); 
  }
  
  :root {
    --primary-font:'PlayfairDisplay';
    --secondary-font:'Inter';
      --primary-color:#0c0a08;
      --secondary-color:#8C8175;
      --hover-color:#756b61;
      --nav-color:#584737;
      --background: #F7F5F2; 
      --alt-section-color:#EFEDE9;
      --light: #F5F3F0;
      --text: #0c0a08;
      --border-radius: 12px;
      --box-shadow: -10px 0 30px rgba(0,0,0,0.08);
      --border: 1px solid rgba(0,0,0,0.04);
    }
  
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: var(--secondary-font);
        background: var(--background);
        color: var(--primary-color);
        line-height: 1.8;
        -webkit-font-smoothing: antialiased;
    }

      
      .about-page {
        overflow: hidden;
      }
      
      .about-hero,
      .about-split,
      .about-system {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 4rem;
        align-items: center;
        padding: 7rem 8vw;
      }
      
      .about-hero {
        background: var(--background);
        padding-top: 8rem;
      }
      
      .about-hero__content {
        max-width: 760px;
      }
      
      .eyebrow {
        margin-bottom: 1.4rem;
        font-size: 0.78rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--secondary-color);
      }
      
      h1,
      h2,
      h3 {
        margin: 0;
        font-family: var(--primary-font), serif;
        font-weight: 400;
        line-height: 1.05;
      }
      
      h1 {
        font-size: clamp(2.5rem, 5vw, 5rem);
        letter-spacing: -0.06em;
      }
      
      h2 {
        font-size: clamp(2.2rem, 4.6vw, 5rem);
        letter-spacing: -0.045em;
        padding-bottom: 20px;
      }
      
      h3 {
        font-size: 1.7rem;
        letter-spacing: -0.03em;
      }
      
      p {
        font-size: 1.05rem;
        line-height: 1.8;
        color: var(--nav-color);
      }
      
      .hero-intro {
        max-width: 620px;
        margin-top: 2rem;
        font-size: 1.25rem;
      }
      
      .about-page img {
        display: block;
        width: 100%;
      }
      
      .about-hero__image img,
      .about-split__image img,
      .about-system__image img {
        aspect-ratio: 4 / 5;
        object-fit: cover;
        border-radius: 2px;
        filter: saturate(0.85);
      }

     
      
      .about-hero__image{
        max-width: 460px;}
   

      .about-text-section {
        display: grid;
        grid-template-columns: 0.25fr 1fr;
        gap: 3rem;
        padding: 7rem 16vw;
        background: var(--background);
      }
      
      .about-text-section.alt,
      .about-split.alt {
        background: var(--alt-section-color);
      }
      
      .section-number {
        font-family: var(--primary-font), serif;
        font-size: 4rem;
        color: var(--secondary-color);
        opacity: 0.45;
      }
      
      .text-block {
        max-width: 760px;
      }
      
      .text-block p {
        max-width: 680px;
      }
      
      .editorial-list {
        margin: 2.5rem 0;
        padding: 0;
        list-style: none;
        border-top: 1px solid rgba(12, 10, 8, 0.14);
      }
      
      .editorial-list li {
        padding: 1rem 0;
        border-bottom: 1px solid rgba(12, 10, 8, 0.14);
        font-size: 1.05rem;
        color: var(--nav-color);
      }
      
      .editorial-list li::before {
        content: "→";
        margin-right: 0.8rem;
        color: var(--secondary-color);
      }
      
      .about-split__content,
      .about-system__content {
        max-width: 660px;
      }
      
      .about-manifest {
        padding: 8rem 14vw;
        text-align: center;
        background: var(--primary-color);
        color: var(--background);
      }
      
      .about-manifest p {
        max-width: 760px;
        margin: 2rem auto 0;
        color: rgba(247, 245, 242, 0.78);
      }
      
      .about-manifest .eyebrow {
        color: var(--secondary-color);
      }
      
      .about-system {
        background: var(--background);
      }
      
      .system-card {
        margin-top: 3rem;
        padding: 2.5rem;
        background: var(--alt-section-color);
        border: 1px solid rgba(12, 10, 8, 0.08);
      }
      
      .system-card ul {
        margin: 1.5rem 0 0;
        padding: 0;
        list-style: none;
      }
      
      .system-card li {
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(12, 10, 8, 0.12);
        color: var(--nav-color);
      }
      
      .system-card li:last-child {
        border-bottom: none;
      }
      
      .system-card li::before {
        content: "✓";
        margin-right: 0.7rem;
        color: var(--secondary-color);
      }
      
      .about-cta {
        padding: 8rem 8vw;
        text-align: center;
        background: var(--background);
      }
      
      .about-cta h2,
      .about-cta p {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
      }
      
      .about-cta p {
        margin-top: 1.5rem;
      }
      
      .cta-buttons {
        display: flex;
        justify-content: center;
        gap: 1rem;
        flex-wrap: wrap;
        margin-top: 3rem;
      }
      
      .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        padding: 0 1.8rem;
        text-decoration: none;
        font-size: 0.88rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        transition: 0.25s ease;
      }
      
      .btn-primary {
        background: var(--nav-color);
        color: var(--background);
      }
      
      .btn-primary:hover {
        background: var(--hover-color);
      }
      
      .btn-secondary {
        border: 1px solid var(--secondary-color);
        color: var(--primary-color);
      }
      
      .btn-secondary:hover {
        background: var(--secondary-color);
        color: var(--background);
      }
      
      @media (max-width: 900px) {
        .about-hero,
        .about-split,
        .about-system,
        .about-text-section {
          grid-template-columns: 1fr;
          gap: 3rem;
          padding: 5rem 6vw;
        }
      
        .about-hero {
          padding-top: 6rem;
        }
      
        .section-number {
          font-size: 3rem;
        }
      
        .about-manifest,
        .about-cta {
          padding: 5rem 6vw;
        }
      }
      
      @media (max-width: 520px) {
        h1 {
          font-size: 3rem;
        }
      
        h2 {
          font-size: 2.35rem;
        }
      
        p,
        .editorial-list li {
          font-size: 1rem;
        }
      
        .hero-intro {
          font-size: 1.1rem;
        }
      
        .system-card {
          padding: 1.6rem;
        }
      
        .btn {
          width: 100%;
        }
      }
/* =========================
   NAVIGATION
========================= */
.logo {
    display: flex;
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
    font-family: var(--primary-font);
}

.logo img {
    height: 30px;
    border-radius: 50px; /* falls Icon weich wirken soll */
}

.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #F7F5F2;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.04);
    margin-left: auto; 
    font-family: var(--primary-font);

}

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav a {
    margin-left: 30px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: var(--primary-color);
}


.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: var(--nav-color);
    font-size: 15px;
    letter-spacing: 0.4px;
    margin: 0;
}
.nav-links a:hover {
    color: var(--primary-color);
}

.burger {
    display: none;
}
.nav-links a.nav-highlight {
  color: var(--primary-color);
  border-bottom: 1px solid var(--nav-color);
  padding-bottom: 2px;
}

.nav-links a.nav-highlight:hover {
  color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}
/* =========================
   RESPONSIVE NAVIGATION
========================= */

@media (max-width: 900px) {


.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav {
    margin-left: 0;
}

.nav-links {
    position: fixed;
    top: 4em;
    right: 0;
    width: 45vw;
    height: auto;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 10;
    background-color:#F7F5F2;
    border-left:  1px solid rgba(0,0,0,0.04);
    border-bottom: 1px solid rgba(0,0,0,0.04);
    gap: 0;
    padding: 1rem 0;
}

.nav-links li {
    opacity: 0;
    margin: 1.25em 1em; 
}

.nav-links a {
    color: #584737;
    text-decoration: none;
    letter-spacing: 0.12em;
    font-size: 1em;
    margin: 0;
}
.nav-links a:hover{
color:#0c0a08;
}

.burger {
    display: block;
    cursor: pointer;
    margin-left: auto;
    z-index: 20;
}


.burger div {
    width: 35px;
    height: 3px;
    background-color:#0c0a08;
    margin: 5px;
    transition: all 0.3s ease;
       
}

/* Active navigation */
.nav-active {
    transform: translateX(0); /* FIX */
}

@keyframes navLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

/* Burger Animation */
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}
.toggle .line2 {
    opacity: 0;
}
.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}
 
}


 
/* =========================
   FOOTER 
========================= */

.footer {
  background: var(--primary-color);
  padding: 80px 0 40px;
  border-top: 1px solid rgba(0,0,0,0.05);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* TOP */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* BRAND */
.footer-brand {
  font-size: 15px;
  color: var(--secondary-color);
}

/* NAV */
.footer-nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.footer-nav a {
  text-decoration: none;
  font-size: 15px;
  color: var(--secondary-color);
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: var(--hover-color);
}

/* BOTTOM (LEGAL) */
.footer-bottom {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid var(--secondary-color);

  display: flex;
  gap: 20px;
}

.footer-bottom a {
  font-size: 13px;
  color: #a39a90;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: var(--secondary-color);
}


.footer-credit {
  font-size: 0.9rem;
  color: var(--secondary-color); /* Text weiß */
  

  margin-top: 30px;
}

.footer-credit a {
  color: var(--secondary-color);
  text-decoration: none;
}

.footer-credit a:hover {
  color: var(--background);
}

.heart {
  color: var(--background); /* Herz weiß */
  font-size: 1rem;
}


@media (max-width: 768px) {

  .footer-top {
      flex-direction: column;
      gap: 30px;
  }

  .footer-nav {
      flex-direction: column;
      gap: 14px;
  }

  .footer-brand {
      order: 2;
      margin-top: 10px;
  }

  .footer-nav {
      order: 1;
  }

  .footer-bottom {
      flex-direction: column;
      gap: 10px;
      margin-top: 40px;
  }
}
