/* ═══════════════════════════════════════════════════
   FORMAA EVENT — style.css
   Palette B3 · Editorial · Naturell · Layered
═══════════════════════════════════════════════════ */

/* ─── DESIGN TOKENS ─── */
:root {
  --navy:       #243746;   /* rgb(36, 55, 70) */
  --olive:      #8F9B86;  /*rgb(143, 155, 134)*/
  --terra:      #C96E4F; /* rgb(201, 110, 79) */
  --offwhite:   #f8f4eb; /* rgb(248, 244, 235)*/
  --white:      #F6F4EF;

  --serif:  'Lexend Giga', Georgia, serif;
  --sans:   'Montserrat', system-ui, sans-serif;

  --r-xs: 2px;
  --r-sm: 5px;
  --r-md: 10px;

  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out:   cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --transition:    0.45s var(--ease-out-expo);

  --max-w: 1320px;
  --gutter: clamp(1.5rem, 5vw, 4rem);

  --header-height: 60px;
  --marquee-height: 24px;

  scroll-behavior: smooth;

 /* Letter-spacing tokens (bestehende Werte beibehalten) */
 --ls-heading:  -0.02em;  /* Große Display-Überschriften      */
 --ls-subline:   0.04em;  /* Fließtext-Untertitel, Info-Zeilen */
 --ls-label:     0.30em;  /* Eyebrow, Tags, Section-Labels     */
 --ls-button:    0.18em;  /* Buttons, CTAs, Nav-Links          */ 
}

@media (max-width: 768px) {
  :root {
    --fs-xs:   0.5625rem;  /* 9px  statt 10px */
    --fs-sm:   0.6875rem;  /* 11px statt 12px */
    --fs-md:   0.8125rem;  /* 13px statt 14px */
    --fs-base: 0.9375rem;  /* 15px statt 16px */
    --fs-lg:   1rem;       /* 16px statt 18px */
    --fs-xl:   1.25rem;    /* 20px statt 24px */
    --fs-2xl:  1.75rem;    /* 28px statt 32px */
    /* --fs-3xl / --fs-4xl / --fs-hero: bleiben unverändert, */
    /* da sie bereits fluid via clamp() skalieren            */
   
    --header-height: 44px;
    --gutter: 20px;

  }
}

/* FONTS */
@font-face {font-family: 'Lexend Giga';
  src: url('fonts/lexend-giga-v27-latin/lexend-giga-v27-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style:normal;
  font-display: swap;
}
@font-face {font-family: 'Lexend Giga';
  src: url('fonts/lexend-giga-v27-latin/lexend-giga-v27-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style:normal;
  font-display: swap;
}
@font-face {font-family: 'Lexend Giga';
  src: url('fonts/lexend-giga-v27-latin/lexend-giga-v27-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-style:normal;
  font-display: swap;
}
@font-face {font-family: 'Lexend Giga';
  src: url('fonts/lexend-giga-v27-latin/lexend-giga-v27-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style:normal;
  font-display: swap;
}
@font-face {font-family: 'Lexend Giga';
  src: url('fonts/lexend-giga-v27-latin/lexend-giga-v27-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style:normal;
  font-display: swap;
}
@font-face {font-family: 'Lexend Giga';
  src: url('fonts/lexend-giga-v27-latin/lexend-giga-v27-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style:normal;
  font-display: swap;
}

/* montserrat-100 - 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: 100;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-100italic - 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: italic;
  font-weight: 100;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - 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: 200;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200italic - 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: italic;
  font-weight: 200;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-200italic.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('fonts/montserrat-v31-latin/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300italic - 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: italic;
  font-weight: 300;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-300italic.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('fonts/montserrat-v31-latin/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-italic.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('fonts/montserrat-v31-latin/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - 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: italic;
  font-weight: 500;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - 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: italic;
  font-weight: 600;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-600italic.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('fonts/montserrat-v31-latin/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - 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: italic;
  font-weight: 700;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - 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: 800;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800italic - 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: italic;
  font-weight: 800;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-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: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}
/* montserrat-900italic - 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: italic;
  font-weight: 900;
  src: url('fonts/montserrat-v31-latin/montserrat-v31-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}

/* playfair-display-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin/playfair-display-v40-latin-regular.woff2') format('woff2'); 
}
/* playfair-display-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin-italic.woff2') format('woff2');
}
/* playfair-display-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/playfair-display-v40-latin-500.woff2') format('woff2');
}
/* playfair-display-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/playfair-display-v40-latin-500italic.woff2') format('woff2'); 
  }
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/playfair-display-v40-latin-600.woff2') format('woff2'); 
}
/* playfair-display-600italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/playfair-display-v40-latin-600italic.woff2') format('woff2'); 
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/playfair-display-v40-latin-700.woff2') format('woff2'); 
}
/* playfair-display-700italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/playfair-display-v40-latin-700italic.woff2') format('woff2');
}
/* playfair-display-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/playfair-display-v40-latin-800.woff2') format('woff2'); 
}
/* playfair-display-800italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 800;
  src: url('fonts/playfair-display-v40-latin-800italic.woff2') format('woff2'); 
}
/* playfair-display-900 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/playfair-display-v40-latin-900.woff2') format('woff2'); 
}
@font-face {font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  src: url('fonts/playfair-display-v40-latin-900italic.woff2') format('woff2'); 
  font-display: swap; }

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
* { cursor: none !important; }
html { scroll-behavior: smooth; font-size: 16px; }
@media (max-width: 768px) { html { font-size: 18px; } }
body {
  background: var(--offwhite);
  color: var(--navy);
  font-family: var(--sans);
  font-weight: 200;
  line-height: 1.7;
  overflow-x: hidden;
  font-synthesis: none;
}
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { text-decoration: none; color: inherit;}
ul { list-style: none; }

h1,h2,h3 { font-family: var(--serif); font-weight: 200; line-height: 1.12;}
em { font-style: italic; color: var(--terra); font-weight: 200; }
/* ---
   CUSTOM CURSOR
---*/

.about__heading,
.method__heading,
.pakete__heading,
.galerie__heading,
.founder__heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--terra);
  letter-spacing: -0.08em;   /* ← NEU: hier deinen Wert eintragen */
}

@media (max-width: 768px) {
  .about__heading,
  .method__heading,
  .pakete__heading,
  .galerie__heading,
  .founder__heading {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
    letter-spacing: -0.06em;   /* ← NEU: mobil etwas weniger als Desktop */
  }
}


.cursor {
  position: fixed; width: 8px; height: 8px; background: var(--terra);
  border-radius: 50%; pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width .3s ease, height .3s ease;
}
.cursor-ring {
  position: fixed; width: 30px; height: 30px;
  border: 1px solid rgba(201,110,79,.4); border-radius: 50%;
  pointer-events: none; z-index: 9998; transform: translate(-50%, -50%);
  transition: width .3s ease, height .3s ease, border-color .3s ease;
}
.cursor.hover       { width: 5px; height: 5px; }
.cursor-ring.hover  { width: 48px; height: 48px; border-color: var(--terra); }



/* Kein Custom Cursor auf Touch-Geräten */
@media (hover: none) and (pointer: coarse) {
  * { cursor: auto !important; }
  .cursor, .cursor-ring { display: none !important; }
}


.tag-label {
  display: inline-block;
  font-family: var(--serif);
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: 1.2rem;
}
.tag-label--light { color: rgba(255, 255, 255); }


/* ── LOADER ── */
#loader {
  position: fixed; inset: 0; z-index: 10000;
  background: var(--navy);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 20px;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loader.hidden { opacity: 0; visibility: hidden; }
.loader-bar {
  width: 160px; height: 1px;
  background: var(--offwhite); position: relative; overflow: hidden;
}
.loader-bar::after {
  content: ''; position: absolute; top: 0; left: -100%;
  width: 100%; height: 100%;
  background: var(--terra); animation: loaderSlide 1.2s ease forwards;
}
@keyframes loaderSlide { to { left: 100%; } }

/* ─────────────────────────────────────────────────────────────
   SCROLLBAR / SELECTION / GRAIN
───────────────────────────────────────────────────────────────*/
::-webkit-scrollbar { width: 2px; }
::-webkit-scrollbar-track { background: var(--offwhite); }
::-webkit-scrollbar-thumb { background: var(--terra); }

::selection { background: var(--terra); color: var(--offwhite); }

body::before {
  content: ''; position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  opacity: .025; pointer-events: none; z-index: 1000; mix-blend-mode: multiply;
}
*, *::before, *::after {
  cursor: none !important;
}
/* ─── BUTTONS ─── */
.btn {
  display: inline-flex;        /* statt inline-block */
  justify-content: center;     /* horizontal zentrieren */
  align-items: center;         /* vertikal zentrieren */

  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: var(--ls-button);
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  border-radius: 0;
  transition: all var(--transition);
  cursor: pointer;
  white-space: nowrap;
}
.btn--terra {
  background: var(--terra);
  color: var(--offwhite);
  
}
.btn--terra:hover {
  background:rgb(201, 110, 79, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 110, 79, 0.8);
  border: 1px solid rgba(201, 110, 79,0.22);
color:#F6F4EF;

background: linear-gradient(
  120deg,
  rgba(201,110,79,0.45) 0%,
  rgba(201,110,79,0.30) 35%,
  rgba(201,110,79,0.15) 70%
);

backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

border: 1px solid rgba(255,255,255,0.25);

color: #F6F4EF;

transform: translateY(-2px);

box-shadow:
  0 12px 40px rgba(201,110,79,0.35),
  inset 0 1px 0 rgba(255,255,255,0.35);
 
}



.btn--outline-navy {
  background: var(--navy);
  color: var(--offwhite);
  border-color: var(--navy);

  background:rgb(36, 55, 70);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgb(36, 55, 70, 0.8);
  border: 1px solid rgb(36, 55, 70,0.22);
color:#F6F4EF;


backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.25);
color: #F6F4EF;
transform: translateY(-2px);
box-shadow:
  0 12px 40px  rgb(36, 55, 70,0.35),
  inset 0 1px 0  rgb(36, 55, 70,0.35);
}
.btn--outline-navy:hover {
  background:rgb(201, 110, 79, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 110, 79, 0.8);
  border: 1px solid rgba(201, 110, 79,0.22);
color:#F6F4EF;

background: linear-gradient(
  120deg,
  rgba(201,110,79,0.45) 0%,
  rgba(201,110,79,0.30) 35%,
  rgba(201,110,79,0.15) 70%
);

backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

border: 1px solid rgba(255,255,255,0.25);

color: #F6F4EF;

transform: translateY(-2px);

box-shadow:
  0 12px 40px rgba(201,110,79,0.35),
  inset 0 1px 0 rgba(255,255,255,0.35);
}


.btn--ghost-light {
  background:   rgb(246, 244, 239);
  color:rgb(36, 55, 70);
 /* border: 1.5px solid rgb(246, 244, 239);*/
}
.btn--ghost-light:hover {
  background: var(--navy);
  color: var(--offwhite);
  border-color: var(--navy);

  background:rgb(36, 55, 70, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgb(36, 55, 70, 0.8);
  border: 1px solid rgb(36, 55, 70,0.22);
color:#F6F4EF;

background: linear-gradient(
  120deg,
  rgb(36, 55, 70,0.45) 0%,
  rgb(36, 55, 70,0.30) 35%,
  rgb(36, 55, 70,0.15) 70%
);

backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

border: 1px solid rgba(255,255,255,0.25);

color: #F6F4EF;

transform: translateY(-2px);

box-shadow:
  0 12px 40px  rgb(36, 55, 70,0.35),
  inset 0 1px 0  rgb(36, 55, 70,0.35);
}
.btn--lg { padding: 1.1rem 2.6rem; font-size: 0.75rem; }

/* ─── SCROLL REVEAL ─── */
.js-reveal, .js-reveal-left, .js-reveal-right, .js-reveal-up {
  opacity: 0;
  transition: opacity 0.9s var(--ease-out-expo), transform 0.9s var(--ease-out-expo);
}
.js-reveal        { transform: translateY(28px); }
.js-reveal-left   { transform: translateX(-44px); }
.js-reveal-right  { transform: translateX(44px); }
.js-reveal-up     { transform: translateY(44px); }

.js-reveal--d1 { transition-delay: 0.12s; }
.js-reveal--d2 { transition-delay: 0.24s; }
.js-reveal--d3 { transition-delay: 0.36s; }
.js-reveal--d4 { transition-delay: 0.48s; }

.is-visible {
  opacity: 1 !important;
  transform: translate(0,0) !important;
}

/* ═══════════════════════
   NAVIGATION
═══════════════════════ */
.site-header {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.4rem 3rem;
  transition: padding 0.4s ease;
  height: var(--header-height);
  background: rgba(244, 242, 236, 0.35);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.site-header.scrolled {
  background: rgba(244,242,236,0.50);
  backdrop-filter: blur(16px);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.site-header__logo {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--cream);
  letter-spacing: 0.04em;
  transition: color var(--transition);
  margin-right: auto;
  display: flex;
  align-items: center;
}
.site-header.scrolled .site-header__logo { color: var(--navy); }

.site-header__nav {
  display: flex;
  gap: 2.2rem;
}
.site-header__nav a {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  transition: color var(--transition);
  
}
.site-header.scrolled .site-header__nav a { color: var(--navy-60); }
.site-header__nav a:hover { color: var(--terra) !important; }

.site-header__cta {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.55rem 1.3rem;
  color: var(--navy);
  transition: all var(--transition);
  margin-left: -1.3rem;
}
.site-header.scrolled .site-header__cta {
  color:var(--navy);
}
.site-header__cta:hover {
  background:rgb(201, 110, 79, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 110, 79, 0.8);
color: var(--navy);

background: linear-gradient(
  120deg,
  rgba(201,110,79,0.45) 0%,
  rgba(201,110,79,0.30) 35%,
  rgba(201,110,79,0.15) 70%
);

backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

transform: translateY(-2px);

box-shadow:
  0 12px 40px rgba(201,110,79,0.35),
  inset 0 1px 0 rgba(255,255,255,0.35);
 
}

.site-header__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.site-header__burger span {
  display: block; width: 22px; height: 1.5px;
  background: var(--cream);
  transition: background var(--transition), transform 0.3s;
}

.site-header.scrolled .site-header__burger span { background: var(--navy); }

/* ═══════════════════════
   1 · HERO
═══════════════════════ */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: var(--gutter) 1fr 1fr var(--gutter);
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 12s ease;
  will-change: transform;
}
.hero__bg.loaded { transform: scale(1); }
.hero__vignette {
  position: absolute;
  inset: 0;
 background:
    linear-gradient(180deg, #F6F4EF 0%, transparent 10%);
}
/* ═══════════════════════
   GLOBAL MARQUEE
═══════════════════════ */

.site-marquee {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  z-index: 199; 

  background: var(--terra);
  overflow: hidden;

  display: flex;
  align-items: center;
  cursor: pointer; /* klickbar */

  transition:
    height 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease,
    transform 0.35s ease;
}

.site-marquee.is-scrolled {
  background: var(--terra)
}
/* ── hover-Zustand: Glass / Highlight Effekt ── */
.site-marquee.is-scrolled:hover {
  background: linear-gradient(
    120deg,
    rgba(201,110,79,0.45) 0%,
    rgba(201,110,79,0.30) 35%,
    rgba(201,110,79,0.15) 70%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.25);
  color: #F6F4EF;
  transform: translateY(-2px);
  box-shadow:
    0 12px 40px rgba(201,110,79,0.35),
    inset 0 1px 0 rgba(255,255,255,0.35);
}

.site-marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  white-space: nowrap;
}

.site-marquee__track span {
  padding-right: 3rem;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--offwhite);
  transition: color 0.35s ease;
  font-weight: 600;
}

.site-marquee.is-scrolled .site-marquee__track span {
  color: #F6F4EF;
}

/* Animation */
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.hero__grid {
  position: relative;
  z-index: 2;
  grid-column: 2 / 4;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;      /* horizontal zentrieren */
  text-align: center;       /* Text in <p> zentrieren */
  padding-bottom: clamp(4rem, 10vh, 8rem);
  padding-top: 10rem;
}



.hero__line { display: block; width: 32px; height: 1px; background: var(--terra); flex-shrink: 0; }

.hero__title svg {
  width: clamp(280px, 90vw, 800px); /* füllt den Container */  
  height: auto;
  margin-bottom: 6rem;
}

.hero__title-row { display: block; }
.hero__title-row--right {
  padding-left: clamp(3rem, 8vw, 7rem);
  color: var(--cream);
}
.hero__title-row--right em { color: var(--cream); font-style: italic; }

.hero__sub {
  font-size: clamp(0.9rem, 1.4vw, 1.1rem);
  font-weight: 600;
  color: var(--offwhite);
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 650px;
  text-shadow: 2px 2px 8px rgba(36,55,70,1)
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Float card */
.hero__float-card {
  position: absolute;
  top: 6rem;
      left: var(--gutter);
      right: auto;
      bottom: auto;
  z-index: 3;
  background: rgba(236, 234, 228, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(228, 226, 220, 0.22);
  border-radius: var(--r-sm);
  padding: 1.4rem;
  min-width: 180px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
  z-index: 2;
  
}
.hero__float-label {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.hero__float-date {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--offwhite);
  line-height: 1;
  margin-bottom: 0.35rem;
}
.hero__float-loc {
  font-size: 0.7rem;
  color: #ffffff;
  font-weight: 400;
}

/* Scroll cue */
.hero__scroll-cue {
  position: absolute;
  left: var(--gutter);
  bottom: 2.5rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.9rem;
}
.hero__scroll-cue span {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244,242,236,0.5);
}
.hero__scroll-track {
  width: 48px; height: 1.5px;
  background: rgba(244,242,236,0.2);
  overflow: hidden; border-radius: 2px;
}
.hero__scroll-fill {
  height: 100%;
  width: 0;
  background: var(--terra);
  animation: scroll-sweep 2.4s var(--ease-in-out) infinite 1.5s;
}
@keyframes scroll-sweep {
  0%   { width: 0; margin-left: 0; }
  50%  { width: 100%; margin-left: 0; }
  100% { width: 0; margin-left: 100%; }
}

/* ═══════════════════════
   2 · ABOUT
═══════════════════════ */
.about { padding: clamp(6rem,12vh,10rem) var(--gutter); background: var(--offwhite); }

.about__inner { max-width: var(--max-w); margin: 0 auto; }

.about__tag { margin-bottom: 4rem; }

.about__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  
}

/* Image stack with layering */
.about__image-stack {
  position: relative;
  height: 560px;
  
}
.about__img-main {
  position: absolute;
  top: 0; left: 0;
  width: 82%; height: 86%;
  border-radius:0;
  overflow: hidden;
  box-shadow: 20px 20px 56px rgba(36,55,70,0.15);
  
}
.about__img-accent {
  position: absolute;
  bottom: -60px; right: -20px;
  width: 44%; height: 46%;
  border-radius: 0;
  overflow: hidden;
   border: 1px solid rgba(244,242,236,0.22);
   box-shadow: 20px 20px 56px rgba(36,55,70,0.15);
  z-index: 2;
  
  
}
.about__img-stat {
  position: absolute;
  top: 5%;
  left: -30px;
  z-index: 3;
  
  padding: 1.4rem 1.6rem;
  box-shadow: 0 12px 36px rgba(36,55,70,0.25);
  background: rgba(244,242,236,0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(244,242,236,0.22);
  border-radius: var(--r-sm);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
  z-index: 2;
}

.about__stat-num {
  display: block;
  font-family: var(--serif);
  font-size: 2.2rem;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 0.3rem;
}
.about__stat-label { font-size: 0.9rem; font-weight: 500; opacity: 1; line-height: 1.4; color:var(--navy); }

.about__heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--terra);
  margin-bottom: 1.8rem;
}



.about__body {
  font-size: 0.9rem;
  color: var(--navy);
  line-height: 1.9;
  margin-bottom: 1.2rem;
  margin-left: 0;   /* ← explizit null setzen */
  padding-left: 0;
  font-family: var(--sans);
  font-weight: 500;
}
.about__body--bold {
  font-family: 'Lexend Giga';
  font-size: 1.2rem;
  font-weight: 200;
  color: #8F9B86;
  margin-left: -0.1em;   /* ← NEU */
  padding-left: 0;  /* ← NEU */
  text-indent: 0;      /* ← NEU */
  overflow: visible;   /* ← NEU */
}
.about__pillars {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.about__pillars li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--offwhite);
}
.about__pillars {
  counter-reset: pillars;
}

.about__pillars li {
  counter-increment: pillars;
}

.about__pillars li::before {
  content: counter(pillars, decimal-leading-zero);
  font-size: 2rem;
  font-family:var(--serif);
  font-weight: 200;
  color: var(--terra);
  flex-shrink: 0;
}

/* ═══════════════════════
   3 · METHOD
═══════════════════════ */
.method {
  background: var(--offwhite);
  padding: clamp(6rem,16rem,10rem) var(--gutter);
  position: relative;
  overflow: hidden;

  
}

.method__inner { max-width: var(--max-w); margin: 0 auto; position: relative; z-index: 1; }

.method__header {
  margin-bottom: 6rem;
  display: flex;
  flex-direction: row;        /* von column auf row ändern */
  align-items: center;
  gap: 2rem;
}
.method__heading::after {
  display: none;              /* falls du schon ein pseudo-element hast */
}
.method__line {
  flex: 1;
  height: 2px;
  background: rgb(201, 110, 79);
  margin-right: 0rem;        /* Puffer zum rechten Rand */
  opacity: 1;
}


.method__header .tag-label { color: var(--olive-dim); }

.method__heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-family: var(--serif) ;
  color: var(--terra);
}

.method__heading em {
  font-family: var(--serif);
  font-weight: 400;
  font-style:normal;
}

.method__grid-wrap {
  position: relative;
}

.method__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5px;
  background: rgba(244,242,236,0.08);
  /*border-radius: var(--r-sm);*/
  z-index: 2;
}

.method-card {
  background: rgba(36,55,70);
  padding: 2.4rem 2rem;
  position: relative;
  transition: background var(--transition);
  z-index: 2;

}
.method-card:hover { background: rgba(36,55,70,0.95); }

.method-card__icon {
  width: 44px; height: 44px;
  margin-bottom: 1.5rem;
}
.method-card__icon svg { width: 100%; height: 100%; }

.method-card__title {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--offwhite);
  margin-bottom: 0.9rem;
  font-weight: 500;
}

.method-card__body {
  font-size: 0.8rem;
  color: var(--offwhite);
  line-height: 1.85;
  font-weight: 500;
}

.method-card__num {
  position: absolute;
  top: 1.8rem; right: 2rem;
  font-family: var(--serif);
  font-size: 3.5rem;
  color: rgba(244,242,236,0.05);
  line-height: 1;
  font-weight: 400;
  pointer-events: none;
  transition: color 0.5s;
}
.method-card:hover .method-card__num { color: rgba(184,106,74,0.12); }

/* Background texture */
.method__texture {
  position: absolute;
  top: 0; right: 0;
  width: 35%; height: 100%;
  opacity: 0.60;
  pointer-events: none;
}
.method__body__last {
  max-width: 68ch;
  margin: 3rem auto 0;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.9;
  color: var(--terra);
  text-align: center;
  border-top: 2px solid rgb(201, 110, 79);
  padding-top: 2.5rem;
  font-weight: 500;
}

/* ═══════════════════════════════════════════
   METHOD · HORIZONTAL SLIDER — Mobile ≤ 767px
   ═══════════════════════════════════════════ */
   @media (max-width: 1023px) {

    /* Overlay + Expand-Icons komplett verstecken */
    .method-card-overlay,
    .method-card__expand-icon,
    .method-overlay__close-btn { display: none !important; }
  
    /* Wrap: kein overflow:hidden mehr — Slider braucht Platz */
    .method__grid-wrap {
      overflow: visible;
    }
  
    /* Grid → horizontaler Flex-Slider */
    .method__grid {
      display: flex;
      flex-direction: row;
      gap: 1rem;
      overflow-x: auto;
      overflow-y: visible;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;          /* Firefox */
      background: transparent;
      padding: 0.5rem var(--gutter) 1.5rem;
      /* Aus dem Container-Padding herausziehen */
      margin-left: calc(-1 * var(--gutter));
      margin-right: calc(-1 * var(--gutter));
    }
    .method__grid::-webkit-scrollbar { display: none; } /* Chrome/Safari */
  
    /* Karte: feste Breite, volle Höhe, snap */
    .method-card {
      flex: 0 0 78vw;
      max-width: 320px;
      scroll-snap-align: center;
      position: relative;
      background: #243746;
      padding: 1.8rem 1.4rem;
      display: flex;
      flex-direction: column;
      gap: 0.9rem;
      cursor: default;
      overflow: visible;
      min-height: 0;
      height: auto;
    }
  
    .method-card:hover { background: #243746; } /* Hover-Effekt deaktivieren */
  
    /* Body wieder sichtbar */
    .method-card__body {
      display: block;
      font-size: 0.78rem;
      line-height: 1.75;
      color: rgba(246,244,239,0.75);
      font-weight: 500;
    }
  
    .method-card__icon { align-self: flex-start; }
    .method-card__icon svg { width: 34px; height: 34px; }
  
    .method-card__title {
      font-size: 0.9rem;
      letter-spacing: 0.09em;
      color: var(--offwhite);
      text-align: left;
    }
  
    /* Overlay-Klassen: werden ignoriert, aber sauber neutralisiert */
    .method__grid.has-open .method-card { visibility: visible; }
  }

/* ═══════════════════════
   4 · PAKETE
═══════════════════════ */
.pakete {
  background: var(--navy);
  padding: clamp(6rem,12vh,10rem) var(--gutter);
}

.pakete__inner { max-width: var(--max-w); margin: 0 auto; }

.pakete__heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--terra);
  margin-bottom: 4rem;
}
.pakete__promo {
  margin-bottom: 3rem;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  text-align: right; 
  gap: 0.5rem;
  /* Nutzt clamp: Minimum 0.8rem, Ideale Größe 4vw, Maximum 1.1rem */
  font-size: clamp(0.8rem, 4vw, 1.1rem); 
  line-height: 1.4;
  word-wrap: break-word;
  /*
  background: rgba(201, 110, 79, 0.4);
  opacity: 0.1;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(244,242,236,0.22);
  border-radius: var(--r-sm);
  padding: 1.4rem 1.8rem;
  min-width: 280px;
  max-width: 428px;
  text-align: center;
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
  z-index: 2;*/

}

.pakete__promo-badge {
  display: block;
  font-family: var(--serif);
  font-size: 1 rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 0.75rem;
  margin-bottom: 0.2rem;
  white-space: normal;
}

.pakete__promo-sub {
  display: block;
  font-family: var(--serif);
  font-size: 1 rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color:var(--terra);
  margin-top: 0 rem;
  white-space: normal;
}
.pakete__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  align-items: stretch; /* ← war start */
}
.paket-card {
  background: var(--navy);
  border: 1px solid var(--navy-20);
  /*border-radius: var(--r-md);*/
  padding: 2.8rem 2.2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  transition: all var(--transition);

  color: var(--cream);
  padding: 1.4rem 1.6rem;
  box-shadow: 0 12px 36px rgba(36,55,70,0.25);
  background: rgba(244,242,236,0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  /*border-radius: var(--r-sm);*/
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
  z-index: 2;
}
.paket-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(36,55,70,0.1);
}

.paket-card--hero {
  /*background: var(--olive);*/
  border-color: transparent;
  transform: translateY(-18px);
  box-shadow: 0 28px 72px rgba(36,55,70,0.25);

  /*color: var(--olive);*/
  padding: 1.4rem 1.6rem;
  box-shadow: 0 12px 36px rgba(36,55,70,0.25);
  background: rgb(143, 155, 134, 0.5);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  /*border-radius: var(--r-sm);*/
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
  z-index: 2;



}
.paket-card--hero:hover {
  transform: translateY(-24px);
  box-shadow: 0 36px 88px rgba(36,55,70,0.32);
}

.paket-card__badge {
  position: absolute;
  top: -13px; left: 50%;
  transform: translateX(-50%);
  background: var(--terra);
  color: var(--offwhite);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0.32rem 1rem;
  border-radius: 100px;
  white-space: nowrap;
}

.paket-card__limit {
  padding-top: 0.5rem;
  display: block;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--terra);
  text-shadow: 2px 2px 12px rgba(201, 110, 79, 1);
}

@media (max-width: 900px) {
  .paket-card__limit {
    color: var(--navy);
    text-shadow: none;
  }
}

.paket-card__tier {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--offwhite);
  margin-bottom: 0.8rem;
}
.paket-card--hero .paket-card__tier { color: var(--navy);}

.paket-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.paket-card__price {
  font-family: var(--serif);
  font-size: 1rem;
  color: rgb(225, 225, 225, 0.8);
  line-height: 1;
  text-decoration:line-through; text-decoration-color:var(--terra);
  text-decoration-thickness: 2px;

}
.paket-card__price-discount {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 1rem;
  color: var(--terra);
  line-height: 1;

}

.paket-card__price-new {
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--offwhite);
  line-height: 1;
  flex-basis: 100%;
}


.paket-card--hero .paket-card__price { color:rgb(225, 225, 225, 0.8) ; }

.paket-card__vat {
  font-size: 0.68rem;
  color: var(--navy);
  font-weight: 400;
}
.paket-card--hero .paket-card__vat { color: rgba(244,242,236,0.45); }

.paket-card__desc {
  font-size: 0.82rem;
  color: var(--offwhite);
  line-height: 1.75;
  font-weight: 500;
}
.paket-card--hero .paket-card__desc { color: rgba(244,242,236); }

.paket-card__list {
  display: flex; flex-direction: column; gap: 0.75rem; flex: 1; font-weight: 500;
}
.paket-card__list li {
  font-size: 0.8rem;
  color: var(--offwhite);
  padding-left: 1.1rem;
  position: relative;
  line-height: 1.5;
  
}
.paket-card__list li::before {
  content: '●';
  position: absolute; left: 0;
  color: var(--terra);
  font-size: 0.7rem;
}
.paket-card--hero .paket-card__list li { color: rgba(244,242,236); }
.paket-card--hero .paket-card__list li::before { color: var(--terra); }

.paket-card__early {
  grid-column: 1 /-1;  /* ← mittlere Spalte */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-transform: uppercase;
}

.paket-card__early p {
  font-family: 'Lexend Giga', sans-serif;
  font-weight: 200;
  font-size: 1.2rem;        /* ← Größe ändern */
  color: #C96E4F;
  letter-spacing: 0.05em;
}

.paket-request{
  grid-column: 1 /-1;  /* ← mittlere Spalte */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  max-width: 800px;
  margin-inline: auto;  
}

.paket-request p {
  font-family:'Montserrat', system-ui, sans-serif;
  font-weight: 500;
  font-size: 0.8rem;        /* ← Größe ändern */
  color: var(--offwhite);
  letter-spacing: 0.05em;
}
.paket-request a {
  color: var(--terra);
  text-decoration: none;
}


/* ═══════════════════════
   5 · GALERIE
═══════════════════════ */
.galerie {
  background: var(--offwhite);
  padding: clamp(6rem,12vh,10rem) var(--gutter);
  overflow: hidden;
}
.galerie__inner { max-width: var(--max-w); margin: 0 auto; }

.galerie__header { margin-bottom: 3.5rem; }
.galerie__heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--terra);
}

.galerie__masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 260px;
  gap: 1rem;
}

.galerie__item {
  position: relative;
  overflow: hidden;
  /*border-radius: var(--r-sm);*/
  cursor: pointer;
  box-shadow: 20px 20px 56px rgba(36,55,70,0.15);
}
.galerie__item img {
  transition: transform 0.9s var(--ease-out-expo), filter 0.6s ease;
  filter: saturate(0.8);
}
.galerie__item:hover img {
  transform: scale(1.07);
  filter: saturate(1.1);
}
.galerie__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(36,55,70,0.5) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.galerie__item:hover::after { opacity: 1; }

.galerie__caption {
  position: absolute;
  bottom: 1.2rem; left: 1.2rem;
  z-index: 2;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.galerie__item:hover .galerie__caption {
  opacity: 1;
  transform: translateY(0);
}

.galerie__item--tall { grid-row: span 2; }
.galerie__item--wide { grid-column: span 2; }
.galerie__item--offset { margin-top: 0rem; }
.galerie__item--offset-down { margin-top: 0rem; }

/* ═══════════════════════
   6 · FOUNDER
═══════════════════════ */
.founder {
  background: var(--offwhite);
  padding: clamp(6rem,12vh,10rem) var(--gutter);
  overflow: hidden;
}
.founder__inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(4rem, 8vw, 9rem);
  align-items: center;
}

/* Visual column with layering */
.founder__visual {
  position: relative;
  height: 620px;
}
.founder__portrait {
  position: absolute;
  top: 0; right: 0;
  width: 100%; height: 80%;
  object-fit: cover;
  /*border-radius: var(--r-sm);*/
  filter: grayscale(15%) contrast(1.05);
  box-shadow: 28px 28px 70px rgba(0,0,0,0.35);
}
.founder__visual-accent {
  position: absolute;
  bottom: 0; left: 0;
  width: 48%; height: 44%;
  border-radius: var(--r-sm);
  overflow: hidden;
  border: 5px solid var(--navy);
  box-shadow: 28px 28px 70px rgba(0,0,0,0.35);
  z-index: 2;
}
.founder__pull-quote {
  position: absolute;
  top: 55%; left: -70px;
  z-index: 4;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.6;
 color:#ffffff;
  padding: 1.2rem 1.5rem;
  
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);

  background: rgba(36, 55, 70,0.3);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(244,242,236,0.22);
  border-radius: var(--r-sm);
  box-shadow: 0 16px 48px rgba(0,0,0,0.3);
  z-index: 2;
  max-width: 350px;
}

.founder__content .tag-label { color: var(--offwhite); }
.founder__heading {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: var(--terra);
  margin-bottom: 2rem;
}

.founder__body {
  font-size: 0.87rem;
  color: var(--navy);
  line-height: 1.95;
  margin-bottom: 1.2rem;
  max-width: 100%;
  font-weight: 500;
} 
.founder__body__first{
  font-size: 0.87rem;
  color: var(--terra);
  line-height: 1.95;
  margin-bottom: 1.2rem;
  max-width: 100%;
  font-weight: 200;
}

.founder__quote {
  font-family: 'Lexend Giga';
  font-size: 1.2rem;
  color: var(--olive);
  font-weight: 200;
  margin-left: -0.02em;
}
.founder__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 2.5rem 0;
  padding: 1.8rem 0;
  border-top: 1px solid rgba(244,242,236,0.1);
  border-bottom: 1px solid rgba(244,242,236,0.1);
}
.founder__meta-num {
  display: block;
  font-family: var(--serif);
  font-size: 2rem;
  color: var(--terra);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.founder__meta-label {
  font-size: 0.68rem;
  color: rgba(244,242,236,0.5);
  line-height: 1.4;
}
.founder__meta-sep {
  width: 1px; height: 36px;
  background: rgba(244,242,236,0.15);
  flex-shrink: 0;
}

.signature-container {
  display: flex;
  align-items: center; /* Zentriert Linie und Text vertikal zueinander */
  gap: 15px;           /* Abstand zwischen Linie und Text */
}

.founder__sig {
  font-family: 'Lexend Giga';
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--terra);
}
.decor-line {
  width: 60px;
  height: 1px;
  background: #C96E4F;
  margin: 30px 0;
}
/* ═══════════════════════
   7 · APPEAL
═══════════════════════ */
.appeal {
  position: relative;
  min-height: 120vh;
  max-height: 10vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  
}
.appeal__bg {
  position: absolute;
  inset: 0; z-index: 0;
 
}
.appeal__bg-img { 
  object-fit: cover; 
  filter: saturate(0.7);
  width: 100%;
  height: 100%;    /* fills the absolute-positioned __bg, not the content */
  display: block;
  object-position: center 20%; 
}

.appeal__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    0deg,
    rgba(36,55,70,0.94) 20%,
    rgba(36,55,70,0.6) 60%,
    rgba(36,55,70,0.2) 80%
  );
}

.appeal__content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 36rem var(--gutter) 8rem;
  width: 100%;     /* statt inline-block */

  display: flex;                /* NEU */
  flex-direction: column;       /* NEU */
  align-items: center;          /* NEU — zentriert alle Kinder */
  text-align: center;   
  justify-content: flex-end;        /* NEU — zentriert den Text */
}

.appeal__heading {
  font-family: var(--serif);
  font-weight: 200;
  font-size: clamp(3rem, 7vw, 6rem);
  color: var(--terra);
  margin-bottom: 1.8rem;
  max-width: 800px;
  line-height: 1.05;
  margin-left: auto;   /* NEU */
  margin-right: auto;  /* NEU */
}

.appeal__sub {
  font-size: clamp(0.9rem, 1.4vw, 1.05rem);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.9;
  margin-bottom: 3.5rem;
  max-width: 560px;
  margin-left: auto;   /* NEU */
  margin-right: auto;  /* NEU */
}

.appeal__stats {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
}
.appeal__stat-num {
  display: block;
  font-family: var(--serif);
  font-size: 2.4rem;
  color: var(--terra);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.appeal__stat-label {
  font-size: 0.7rem;
  color: #ffffff;
  max-width: 130px;
  line-height: 1.5;
}
.appeal__stat-div {
  width: 1px; height: 48px;
  background: rgba(244,242,236,0.15);
  flex-shrink: 0;
}

.appeal__actions { display: flex; gap: 1rem; flex-wrap: wrap;padding-bottom: 1em; }



 /* ══════════════════════════════════════
       FOOTER
    ══════════════════════════════════════ */
    .site-footer {
      background: var(--navy);
      padding: 6rem 4rem;
      border-top: none;
    }
    .site-footer__grid {
      max-width: 1280px; margin: 0 auto;
      display: grid; grid-template-columns: 2fr 1fr 1fr;
      gap: 5rem;
    }
    .site-footer svg.logo { height: 32px; width: auto; margin-bottom: 2rem; display: block; }
    .site-footer__tagline {
      font-family: var(--sans); font-size: 13px; font-weight: 500;
      color: rgba(246,244,239,0.4); line-height: 1.9; max-width: 30rem;
    }

    
    .site-footer__email {
      display: block; margin-top: 2rem;
      font-family: var(--sans); font-size: 13px;
      color: var(--terra); text-decoration: none;
      transition: color 0.25s ease;
      font-weight: 500;
    }
    .site-footer__email:hover { color: var(--offwhite); }
    .site-footer__col-title {
      font-family: var(--sans); font-size: 11px; font-weight: 600;
      letter-spacing: 0.3em; text-transform: uppercase;
      color: rgba(246,244,239,0.25); margin-bottom: 2rem; display: block;
    }

/* ── Footer Newsletter ─────────────────────────────── */
.ft-nl {
  margin-top: 2.5rem;
}
.ft-nl__label {
  display: block;
  font-family: var(--sans);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-size: 13px; 
  font-weight: 600;
  color: rgba(246,244,239,0.4); 
  line-height: 1.9; 
  max-width: 28rem;
  margin-bottom: 0.9rem;
}
.ft-nl__row {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid rgba(246,244,239,0.15);
  padding-bottom: 0.5rem;
  max-width: 26rem;
  transition: border-color 0.25s ease;
}
.ft-nl__row:focus-within {
  border-color: rgba(246,244,239,0.4);
}
.ft-nl__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: rgba(246,244,239,0.7);
  padding: 0.2rem 0;
  caret-color: var(--terra);
}
.ft-nl__input::placeholder {
  color: rgba(246,244,239,0.2);
  font-weight: 500;
}
.ft-nl__btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.2rem 0 0.2rem 0.75rem;
  color: rgba(246,244,239,0.3);
  display: flex;
  align-items: center;
  transition: color 0.25s ease;
  flex-shrink: 0;
}
.ft-nl__btn:hover {
  color: var(--terra);
}
.ft-nl__fine {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  color: rgba(246,244,239,0.2);
  margin-top: 0.65rem;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}
.ft-nl__fine.success {
  color: var(--terra);
}

/* Mobile: ft-nl volle Breite */
@media (max-width:767px) {
  .ft-nl { margin-top: 1.5rem; }
  .ft-nl__row { max-width: 100%; }
  .ft-nl__label { font-size: 12px; }
}


    .site-footer__nav { list-style: none; display: flex; flex-direction: column; gap: 1.2rem; }
    .site-footer__nav a {
      font-family: var(--sans); font-size: 14px; font-weight: 500;
      color: rgba(246,244,239,0.55); text-decoration: none;
      transition: color 0.25s ease;
    }
    .site-footer__nav a:hover { color: var(--terra);font-weight: 500;}
    .site-footer__nav a.accent { color: var(--terra); text-transform: uppercase; }
    .site-footer__nav a.accent:hover {color: rgba(246,244,239,0.55);  text-transform: uppercase;}
    .site-footer__info {
      font-family: var(--sans); font-size: 13px; font-weight: 500;
      color: rgba(246,244,239,0.3); line-height: 1.8; margin-bottom: 1.5rem;
    }
    .site-footer__bottom {
      max-width: 1280px; margin: 3rem auto 0;
      padding-top: 2rem;
      border-top: 1px solid rgba(246,244,239,0.08);
      display: flex; flex-direction: row;
      align-items: center; justify-content: space-between;
      gap: 0.75rem;
    }
    .site-footer__copy {
      font-family: var(--f-sans); font-size: 11px; font-weight: 500;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: rgba(246,244,239,0.2);
    }
    .site-footer__legal { display: flex; gap: 1.5rem; }
    .site-footer__legal a {
      font-family: var(--f-sans); font-size: 11px; font-weight: 400;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: rgba(246,244,239,0.2); text-decoration: none;
      transition: color 0.25s ease;
    }
    .site-footer__legal a:hover { color: var(--terra); }

        /* ════════════════════════════════════════
       FOOTER: MOBILE  (≤ 767px)
       Layout: Logo-Zeile oben (volle Breite)
               Nav-Spalten nebeneinander darunter
       ════════════════════════════════════════ */
    @media (max-width: 767px) {

      .site-footer {
        padding: 2.5rem 1.25rem 2rem;  /* weniger Luft oben/unten */
      }

      /* Grid: Logo-Spalte oben über volle Breite,
               die zwei Nav-Spalten nebeneinander darunter */
      .site-footer__grid {
        grid-template-columns: 1fr 1fr; /* 2 gleichbreite Spalten */
        grid-template-rows: auto auto;
        gap: 1.5rem 2rem;
      }

      /* Erste Spalte (Logo + Tagline + Mail) → volle Breite */
      .site-footer__grid > div:first-child {
        grid-column: 1 / -1;           /* streckt über beide Spalten */
      }

      /* Tagline kürzer auf Mobile */
      .site-footer__tagline {
        max-width: 100%;
        line-height: 1.7;
      }

      .site-footer__copy {
        font-size: 9px;
      }

      /* E-Mail-Abstand reduzieren */
      .site-footer__email {
        margin-top: 0.75rem;
      }

      /* Nav-Abstände kompakter */
      .site-footer__nav {
        gap: 0.5rem;                   /* war 0.75rem → wirkt kompakter */
      }

      /* Col-Titel-Abstand reduzieren */
      .site-footer__col-title {
        margin-bottom: 0.75rem;
      }

      /* Bottom-Bar: untereinander auf sehr kleinen Screens */
      .site-footer__bottom {
        margin-top: 1.5rem;
        padding-top: 1.25rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
      }

      /* Legal-Links: enger zusammen */
      .site-footer__legal {
        gap: 1rem;
      }
    }
/* ═══════════════════════
   RESPONSIVE
═══════════════════════ */
@media (max-width: 1023px) {
  .method__grid { grid-template-columns: repeat(2, 1fr); }
  .about__layout { gap: 3rem; }
}

@media (max-width: 767px) {
  .about {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .about__image-stack {
    order: 2;
  }
  .about__text-col {
    order: 1;
  }
  
  .about__layout,
  .founder__inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .about__image-stack { height: 360px; max-width: 500px; }
  .about__img-stat { left: 0; }
  .founder__visual { height: 400px; max-width: 500px; margin: 0 auto; }
  .pakete__grid { grid-template-columns: 1fr; max-width: 460px; }
  .paket-card--hero { transform: none; }
  .galerie__masonry {
    grid-template-columns: repeat(2,1fr);
  }
  .galerie__item--wide { grid-column: span 1; }
  .galerie__item--tall { grid-row: span 1; }
  .galerie__item--offset,
  .galerie__item--offset-down { margin: 0; }
  .footer__top { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-header__nav, .site-header__cta { display: none; }
  .site-header__burger { display: flex; }
}

@media (max-width: 767px) {
  .hero__float-card { display: none; /*max-width: 250px;top: 6rem;
    left: var(--gutter);
    right: auto;
    bottom: auto;*/}
  .method__grid { grid-template-columns: 1fr; }
  .appeal__stats { flex-direction: column; align-items: flex-start; gap: 1.5rem; }
  .appeal__stat-div { display: none; }
  .footer__links { grid-template-columns: 1fr 1fr; }
  .galerie__masonry { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .founder__pull-quote { display: none; }
}

/* ═══════════════════════════════════════════════════
   MOBILE RESPONSIVE — ERGÄNZUNGEN
   Alle Änderungen sind hier unten gebündelt,
   damit der bestehende Desktop-Code unberührt bleibt.
═══════════════════════════════════════════════════ */

/* ─── MOBILE NAVIGATION ─── */
@media (max-width: 767px) {
  .site-header {
    padding: 0.5rem 1.25rem;
  }

  .site-header__logo svg {   /* ← diese Zeile ergänzen */
    height: 18px;            /* statt 28px — Wert nach Geschmack anpassen */
  }
   
  .site-header__nav,
  .site-header__cta {
    display: none;
  }
  .site-header__burger {
    display: flex;
  }
  /* Burger-Balken sichtbar machen (Navy auf hellem BG) */
  .site-header__burger span {
    background: var(--navy);
  }
}

/* ─── HERO: Mobile ─── */
@media (max-width: 767px) {
  .hero {
    grid-template-columns: 1rem 1fr 1rem;
    min-height: 100svh;
  }
  .hero__grid {
    grid-column: 2 / 3;
    padding-top: 7rem;
    padding-bottom: clamp(3rem, 8vh, 6rem);
    align-items: center;
  }
  .hero__title svg {
    width: clamp(280px, 90vw, 800px);
    margin-bottom: 6rem;
  }
  .hero__sub {
    font-size: 0.9rem;
    margin-bottom: 2rem;
    max-width: 500px;
  }
  .hero__actions {
    justify-content: center;
  }

  .hero__actions .btn {
    padding-left: 0rem;   /* statt 2rem */
    padding-right: 0rem;  /* statt 2rem */
  }
 
}

/* ─── HERO: Tablet ─── */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1rem 1fr 1rem;
    min-height: 100svh;
  }
  .hero__grid {
    grid-column: 2 / 3;
    padding-top: 7rem;
    padding-bottom: clamp(3rem, 8vh, 6rem);
    align-items: center;
  }
  .hero__title svg {
    width: clamp(280px, 90vw, 800px);
    margin-bottom: 6rem;
  }
  
  .hero__sub {
    font-size: 0.9rem;
    margin-bottom: 2rem;
    max-width: 500px;
  }
  .hero__actions {
    justify-content: center;
  }

  .hero__actions .btn {
    padding-left: 2rem;   /* statt 2rem */
    padding-right: 2rem;  /* statt 2rem */
  }
 
  .hero__float-card {
max-width: 250px;top: 6rem;
      left: var(--gutter);
      right: auto;
      bottom: auto;
  }
}


/* ─── ABOUT: Mobile ─── */
@media (max-width: 767px) {
  .about__layout {
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: start; /* ← verhindert Neuzentrierung beim Aufklappen */
  }
  .about__image-stack {
    height: 320px;
    max-width: 100%;
    margin-top: 4rem;
    /* Accent-Bild bleibt, aber stat-card rückt nach innen */
  }
  .about__img-stat {
    left: 1rem;
    top: -10%;

  }
  .about__heading {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }

  .about__img-main {
    width: 72%;          /* Hauptbild schmaler → mehr Luft rechts */
    height: 80%;
    left: 3rem;
  }
  .about__img-accent {
    right: 0.4rem;         /* rechten Rand erzwingen */
    bottom: 0;           /* nicht mehr nach unten überlappen */
    width: 38%;
    height: 42%;
    box-shadow: none;
  }
  .about__body--bold {font-size: 1.3rem;}
}


/* Expandable Text — global (kein Media Query!) */
.expandable-text.is-collapsible {
  max-height: 4.5em;
  overflow: hidden;
  transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);
  position: relative;
  overflow-anchor: none; /* Browser-Scroll-Anker deaktivieren — JS übernimmt */
}

.expandable-text.is-collapsible::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5em; /* Höhe des Verlaufs — nach Geschmack anpassen */
  background: linear-gradient(
    to bottom,
    transparent 0%,
    var(--offwhite) 100%   /* ← Hintergrundfarbe deiner Sektion eintragen */
  );
  pointer-events: none;
}
.expandable-text.is-collapsible.is-expanded {
  max-height: 9999px;
  transition: max-height 0.6s cubic-bezier(1, 0, 1, 0);
}

.expandable-text.is-collapsible.is-expanded::after {
  display: none;
}

.expand-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--terra);
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.toggle-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 0.6rem;
}

.expand-toggle.is-expanded .toggle-arrow {
  transform: rotate(180deg);
}


/* ─── METHOD: Mobile ─── */
@media (max-width: 1023px) {
  .method__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .method__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .method__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .method__line {
    width: 100%;
    flex: unset;
  }
  .method__heading {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }
}

/* ─── PAKETE: Karussell-Styles ─── */
.pakete__carousel { 
  display: none; } /* Desktop: versteckt */ 
  .mobile-br { display: none; }
  @media (max-width: 767px) {
    /* Die Sektion behält ihr Padding für die Titel */
    .pakete {
      overflow-x: clip; 
    }
    @media (max-width: 767px) {
      .pakete__promo {
        justify-content: center;
        text-align: center;
        align-items: center;
      }
    }
   

    @media (max-width: 767px) {
      .mobile-br { display: block; }
    }


/* ─── PAKETE: Mobile ─── */
@media (max-width:767px) {
  .pakete__grid       { display: none; }
  .pakete__carousel   { display: block; }
  .paket-card__early  { margin-top: 0.5rem; max-width: 500px;margin-left: auto; margin-right: auto;}
}

.pakete__carousel .paket-card__early {
  padding: 0 var(--gutter);
  text-align: center;
}
}

.pkc-scene {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: auto;
  min-height: 0;
  padding: 0;
  /* padding-bottom entfernt – Abstand wird ausschließlich per JS in setSceneHeight() gesteuert */
}

.pkc-card {
  position: absolute;
  width: 78%;
  border-radius: 22px;
  padding: 1.5rem 1.35rem 1.8rem; /* unteres Padding leicht erhöht für Luft nach Button */
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  top: 0;
  left: 50%;
  transform-origin: center top;
  will-change: transform, opacity;
  pointer-events: none;
  height: auto;        /* ← dynamische Höhe statt 700px */
  min-height: 0;       /* ← kein künstliches Minimum */
}
.pkc-card.go {
  transition:
    transform 0.56s cubic-bezier(0.16,1,0.3,1),
    opacity   0.56s cubic-bezier(0.16,1,0.3,1),
    background-color 0.56s cubic-bezier(0.16,1,0.3,1),
    box-shadow 0.56s cubic-bezier(0.16,1,0.3,1);
}

.pkc-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.46rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--offwhite);
  background: var(--terra);
  padding: 0.24rem 0.8rem;
  border-radius: 100px;
  margin-bottom: -0.25rem;
}
.pkc-tier {
  font-family: var(--serif);
  font-size: 1.4rem; 
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--offwhite);
  margin: 0;
  line-height: 1;
}
.pkc-pold {
  font-family: var(--serif);
  font-size: 0.68rem;
  color: rgba(246,244,239,0.38);
  margin: 0;
  text-decoration: line-through;
  text-decoration-color: var(--terra);
  text-decoration-thickness: 1.5px;
}
.pkc-disc {
  font-weight: 700;
  color: var(--terra);
  font-family: var(--sans);
}
.pkc-pnew {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--offwhite);
  margin: 0.08rem 0 0;
  line-height: 1;
}
.pkc-desc {
  font-family: var(--sans);    /* ← NEU: explizit setzen */
  font-size: 0.82rem;          /* ← war 0.64rem (+28%) */
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
  color: var(--offwhite);
}
.pkc-list {
  list-style: none;
  padding: 0; margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.46rem;
  flex: 1;
  font-weight: 600;
}
.pkc-list li {
  font-family: var(--sans);    /* ← NEU: explizit setzen */
  font-size: 0.78rem;          /* ← war 0.62rem (+26%) */
  line-height: 1.5;
  padding-left: 0.95rem;
  position: relative;
  color: rgba(246,244,239,0.68);
}
.pkc-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.44em;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--terra);
}
.pkc-btn {
  display: block;
  text-align: center;
  padding: 0.62rem 0.9rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: var(--sans);
  border-radius: 4px;
  cursor: pointer;
  margin-top: auto;
  border: none;
  text-decoration: none;
  transition: background 0.25s, box-shadow 0.25s;
}
.pkc-btn--ghost {
  border: 1px solid rgba(246,244,239,0.28);
  color: var(--offwhite);
  background: transparent;
}


/* Erzwungene Terra-Farbe für den Button der aktiven Karte */
.pkc-card[style*="z-index: 10"] .pkc-btn {
  background-color: var(--terra) !important;
  color: var(--offwhite) !important;
  border: 1px solid transparent !important;
  box-shadow: 0 5px 16px rgba(36, 55, 70, 0.4) !important;
  opacity: 1 !important;
}

/* Optional: Hover-Effekt für den Terra-Button in der Mitte */
.pkc-card[style*="z-index: 10"] .pkc-btn:hover {
  filter: brightness(1.1);
  background-color: var(--terra) !important;
}

.pkc-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  width: 100%;
  margin-top: 0;   /* Abstand wird per JS in setSceneHeight() via GAP_REM gesteuert */
  position: relative;
  z-index: 30;
}

.pkc-arrow {
  width: 2.4rem; height: 2.4rem;
  border-radius: 50%;
  background: rgba(246,244,239,0.07);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.13);
  color: var(--offwhite);
  font-size: 1.3rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.22s, box-shadow 0.22s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
}
.pkc-arrow:hover {
  background: rgba(201,110,79,0.22);
  box-shadow: 0 4px 18px rgba(201,110,79,0.28);
}
.pkc-dots {
  display: flex;
  gap: 0.42rem;
}
.pkc-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(246,244,239,0.2);
  transition: background 0.3s, transform 0.3s;
}
.pkc-dot.on {
  background: var(--terra);
  transform: scale(1.5);
}

/* ─── GALERIE: Mobile — horizontales Scrollen ─── */
@media (max-width: 767px) {
  .galerie {
    padding-left: 0;
    padding-right: 0;
  }
  .galerie__inner {
    padding: 0;
  }
  .galerie__header {
    padding: 0 1.25rem;
    margin-bottom: 2rem;
  }

  /* Masonry-Grid für Mobile: vertikal, 2-spaltig */
.galerie__masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 200px;
  gap: 0.5rem;
  padding: 0 1.25rem;
  overflow-x: unset;
  overflow-y: unset;
  flex-direction: unset;
  scroll-snap-type: unset;
}

/* Erstes Item: volle Breite */
.galerie__item:nth-child(1) {
  grid-column: 1 / -1;
  grid-row: span 1;
}

/* Zweites und drittes: nebeneinander — Standard 1 Spalte */

/* Viertes Item: volle Breite */
.galerie__item:nth-child(4) {
  grid-column: 1 / -1;
}

/* Alle Span-Klassen auf Mobile zurücksetzen */
.galerie__item,
.galerie__item--tall,
.galerie__item--wide,
.galerie__item--offset,
.galerie__item--offset-down {
  flex: unset;
  max-width: unset;
  height: auto;
  min-height: 180px;
  grid-column: unset;
  grid-row: unset;
  margin: 0;
  scroll-snap-align: unset;
}
.galerie__item {
  box-shadow: none;
}
.galerie__item::after {
  display: none;
}
}

/* ─── FOUNDER: Mobile ─── */
@media (max-width:767px) {
  .founder__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .founder__visual {
    position: relative;
    height: 420px;
    width: 100%;
    order: 2;
  }
  .founder__portrait {
    position: absolute;      /* ← zurück zu absolute, damit Quote darüber liegen kann */
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .founder__content {
    order: 1;
  }
  .founder__pull-quote {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    font-size: 1rem;
    width: 100%;
    padding: 1.2rem;
    text-align: center;
    max-width: 400px;
  }
  
  .founder__content {
    order: 1;
  }
  .founder__heading {
    font-size: clamp(1.8rem, 7vw, 2.6rem);
  }
  .founder__meta {
    flex-wrap: wrap;
    gap: 1.2rem;
  }
  .founder__meta-sep {
    display: none;
  }
  .founder {
    padding-top: 0rem;
  }
}

/* ─── APPEAL: Mobile ─── */
@media (max-width:767px) {
  .appeal__content {
    padding: 22rem var(--gutter) 5rem;
    text-align: center;
  }
  .appeal__stats {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
  }
  .appeal__stat-div {
    display: none;
  }
  .appeal__heading {
    font-size: clamp(2.2rem, 9vw, 4rem);
  }
  .appeal__actions {
    justify-content: center;
  }
}

/* ─── ALLGEMEINE MOBILE-KORREKTUREN ─── */
@media (max-width:767px) {
  /* Abstände global verkleinern */
  .about {
    padding-top: 0rem;
    padding-bottom: 2rem;
  }
  .method,
  .pakete {
    padding-top: clamp(4rem, 10vh, 7rem);
    padding-bottom: clamp(4rem, 10vh, 7rem);
  }
.galerie {
  padding-top: clamp(4rem, 10vh, 7rem);
  padding-bottom: 3rem;   /* ← dein gewünschter Wert */
}
.founder {
  padding-top: 3rem;      /* ← dein gewünschter Wert */
  padding-bottom: clamp(4rem, 10vh, 7rem);
}

  /* Überschriften skalieren */
  .about__heading,
  .method__heading,
  .pakete__heading,
  .galerie__heading,
  .founder__heading {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  /* Kein overflow-x auf der ganzen Seite */
  body {
    overflow-x: hidden;
  }

  /* Buttons volle Breite auf sehr kleinen Geräten */
  .hero__actions .btn,
  .appeal__actions .btn {
    width: 100%;
    justify-content: center;
    max-width: 320px;
  }
}

/* POOOPPP UPPP ── OVERLAY: dunkler, verschwommener Hintergrund ── */
#nl-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  /* Backdrop-Blur für den Website-Hintergrund */
  backdrop-filter: blur(6px) brightness(0.6);
  -webkit-backdrop-filter: blur(6px) brightness(0.6);
  background: rgba(22, 35, 48, 0.45);

  /* Startzustand: unsichtbar */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s var(--ease-out-expo);

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

/* Overlay sichtbar machen */
#nl-overlay.visible {
  opacity: 1;
  pointer-events: all;
}

/* ── POP-UP CONTAINER ── */
#nl-popup {
  position: relative;
  display: grid;
  /* Zwei Spalten: Bild links, Formular rechts */
  grid-template-columns: 1fr 1.15fr;
  width: min(820px, 100%);
  max-height: 90vh;
  overflow: hidden;

  background: var(--offwhite);
  border-radius: 4px;
  box-shadow:
    0 30px 80px rgba(22, 35, 48, 0.45),
    0 0 0 1px rgba(36, 55, 70, 0.08);

  /* Startzustand: leicht nach unten verschoben */
  transform: translateY(24px) scale(0.98);
  transition:
    transform 0.55s var(--ease-out-expo),
    opacity 0.45s var(--ease-out-expo);
  opacity: 0;
}

#nl-overlay.visible #nl-popup {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* ── BILDBEREICH (linke Spalte) ── */
#nl-popup .nl-image {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background-color: var(--navy);
}

/* Platzhalter-Hintergrund mit geometrischer Textur,
   wird durch ein echtes <img> ersetzt falls vorhanden */
#nl-popup .nl-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    /* Diagonales Raster-Overlay */
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.02) 0px,
      rgba(255,255,255,0.02) 1px,
      transparent 1px,
      transparent 40px
    ),
    /* Hauptverlauf Navy → tiefes Navy */
    linear-gradient(160deg, #243746 0%, #162330 60%, #1a3040 100%);
}

/* Dekoratives Element oben links */
#nl-popup .nl-image::after {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,110,79,0.18) 0%, transparent 70%);
  pointer-events: none;
}

/* Bild füllt den kompletten Bildbereich */
#nl-popup .nl-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#nl-popup .nl-picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
/* Überlagerndes Label auf dem Bild */
#nl-popup .nl-image-label {
  position: absolute;
  bottom: 1.8rem;
  left: 1.8rem;
  right: 1.8rem;
  z-index: 2;
  color: var(--navy);
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

/* FORMAA-Logo auf dem Bild */
#nl-popup .nl-image-logo {
  position: absolute;
  top: 1.8rem;
  left: 1.8rem;
  z-index: 2;
}

/* ── FORMULAR-BEREICH (rechte Spalte) ── */
#nl-popup .nl-form-area {
  padding: 2.8rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

/* ── SCHLIESSEN-BUTTON ── */
#nl-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 32px;
  height: 32px;
  border: none;
  background: var(--offwhite);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  transition: background 0.25s, transform 0.2s;
}

#nl-close:hover {
  background: var(--offwhite);
  transform: rotate(90deg);
}

/* ── ÜBERSCHRIFTEN ── */
.nl-eyebrow {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--terra);
  margin-bottom: 0.6rem;
}

.nl-title {
  font-family: var(--serif), Georgia, serif;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 300;
  color: var(--navy);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.6rem;
}

.nl-desc {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: rgba(36,55,70,0.65);
  line-height: 1.65;
  margin-bottom: 1.6rem;
}

/* ── FORMULAR-FELDER (identisch zur contact.html-Ästhetik) ── */
.nl-field {
  margin-bottom: 0.9rem;
}

.nl-label {
  display: block;
  font-family: var(--sans);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(36,55,70,0.55);
  margin-bottom: 0.35rem;
}

/* Input-Stil passend zu .form-input aus style.css */
.nl-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.9rem;
  font-family: var(--sans);
  font-size: 0.8rem;
  color: var(--navy);
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(36,55,70,0.15);
  border-radius: 2px;
  outline: none;
  transition: border-color 0.25s, background 0.25s, box-shadow 0.25s;
}

.nl-input::placeholder {
  color: rgba(36,55,70,0.35);
}

.nl-input:focus {
  border-color: var(--navy);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(36,55,70,0.07);
}

/* Fehler-Zustand */
.nl-input.error {
  border-color: rgba(201,80,80,0.6);
}

/* ── FEHLERTEXT ── */
.nl-error-msg {
  font-family: var(--sans);
  font-size: 0.65rem;
  color: #c95050;
  margin-top: 0.3rem;
  display: none;
}

.nl-error-msg.visible {
  display: block;
}

/* ── SUBMIT-BUTTON (identisch zu .btn-submit) ── */
.nl-btn {
  width: 100%;
  margin-top: 1.1rem;
  padding: 0.85rem 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: var(--ls-button);
  text-transform: uppercase;
  color: var(--offwhite);

  background: var(--terra);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.25s, transform 0.15s;

}

.nl-btn:hover {
  background:rgb(201, 110, 79, 0.8);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 110, 79, 0.8);
  border: 1px solid rgba(201, 110, 79,0.22);
color:#F6F4EF;

background: linear-gradient(
  120deg,
  rgba(201,110,79,0.45) 0%,
  rgba(201,110,79,0.30) 35%,
  rgba(201,110,79,0.15) 70%
);

backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);

border: 1px solid rgba(255,255,255,0.25);

color: #F6F4EF;

transform: translateY(-2px);

box-shadow:
  0 12px 40px rgba(201,110,79,0.35),
  inset 0 1px 0 rgba(255,255,255,0.35);
}

.nl-btn:active {
  transform: translateY(0);
}

/* ── FINE PRINT ── */
.nl-fine {
  font-family: var(--sans);
  font-size: 0.70rem;
  color: rgba(36,55,70,0.4);
  line-height: 1.5;
  margin-top: 0.9rem;
  text-align: center;
}

.nl-fine a {
  color: rgba(36,55,70,0.55);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── ERFOLGS-ZUSTAND ── */
#nl-success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
  padding: 1rem 0 0.5rem;
  opacity: 0;
  transition: opacity 0.4s ease;
}

#nl-success.visible {
  display: flex;
  opacity: 1;
}

.nl-success-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(201,110,79,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
}

.nl-success-title {
  font-family: var(--serif), Georgia, serif;
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-bottom: 0.45rem;
}

.nl-success-text {
  font-family: var(--sans);
  font-size: 0.72rem;
  color: rgba(36,55,70,0.6);
  line-height: 1.6;
}
/* ── CONSENT CHECKBOX ── */
.nl-field--consent {
  margin-top: 0.4rem;
  margin-bottom: 0;
}

.nl-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
}

/* Nativen Checkbox verstecken */
.nl-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Custom Checkbox Box */
.nl-checkbox-custom {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  border: 1.5px solid rgba(36,55,70,0.3);
  border-radius: 2px;
  background: rgba(255,255,255,0.7);
  transition: border-color 0.2s, background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Checked State → Terra-Farbe */
.nl-checkbox:checked + .nl-checkbox-custom {
  background: var(--terra);
  border-color: var(--terra);
}

/* Checkmark SVG via CSS */
.nl-checkbox:checked + .nl-checkbox-custom::after {
  content: '';
  display: block;
  width: 8px;
  height: 5px;
  border-left: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

/* Fehler-State der Checkbox */
.nl-checkbox-custom.error {
  border-color: #c95050;
}

/* AGB-Text — klein, ruhig, zur Ästhetik passend */
.nl-consent-text {
  font-family: var(--sans);
  font-size: 0.65rem;
  line-height: 1.5;
  color: rgba(36,55,70,0.45);
  letter-spacing: 0.02em;
}

.nl-consent-text a {
  color: rgba(36,55,70,0.55);
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* ── MOBILE OPTIMIERUNG ── */
@media (max-width: 580px) {
  #nl-overlay {
    padding: 0.75rem;
    align-items: center;
  }

  #nl-popup {
    grid-template-columns: 1fr;
    grid-template-rows: 160px auto;
    max-height: 88vh;
    border-radius: 6px;
  }

  #nl-popup .nl-image {
    min-height: 0;
  }

  /* Bild oben zeigen, nicht mittig */
  #nl-popup .nl-image img {
    object-position: top center;
  }

  #nl-popup .nl-form-area {
    padding: 1.4rem 1.2rem 1.4rem;
  }

  .nl-title {
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }

  .nl-desc {
    font-size: 0.68rem;
    margin-bottom: 1.1rem;
  }

  .nl-btn {
    margin-top: 0.8rem;
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 768px) {
  .nl-consent-text {
    font-size: 0.70rem;
  }
  .nl-fine {
    font-size: 0.70rem;
  }
}      