:root{
  --navy:#020308;
  --navy2:#040711;

  --gold:#d4a436;
  --gold2:#f1c75c;
  --gold3:#ffd979;

  --t:#f7f2eb;
  --t2:#cfc6bb;
  --t3:#8b847c;

  --shadow:0 22px 60px rgba(0,0,0,.82);
  --shadow2:0 14px 36px rgba(0,0,0,.78);

  --fast:150ms ease-out;
  --med:260ms ease-out;

  /* geschwungene Linie als Code (SVG) */
  --wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='220' viewBox='0 0 1600 220'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0' stop-color='%23ffd979' stop-opacity='.12'/%3E%3Cstop offset='.35' stop-color='%23ffd979' stop-opacity='.75'/%3E%3Cstop offset='.65' stop-color='%23ffd979' stop-opacity='.75'/%3E%3Cstop offset='1' stop-color='%23ffd979' stop-opacity='.12'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M40 125 C 260 70, 420 180, 650 122 S 1100 70, 1560 110' fill='none' stroke='url(%23g)' stroke-width='10' stroke-linecap='round'/%3E%3Cpath d='M40 125 C 260 70, 420 180, 650 122 S 1100 70, 1560 110' fill='none' stroke='%23ffffff' stroke-opacity='.10' stroke-width='18' stroke-linecap='round'/%3E%3C/svg%3E");
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }

body{
  background: radial-gradient(circle at top, #070a12 0%, #02030a 55%, #010107 100%);
  color:var(--t);
  font-family:"Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
body{ scrollbar-width:none; -ms-overflow-style:none; }
body::-webkit-scrollbar{ width:0; height:0; }

.page{
  max-width:1280px;
  margin:0 auto;
  padding: 34px 32px 64px;
}

/* Typography */
.title, .kicker{ font-family:"Cormorant Garamond","Times New Roman",serif; }
.title{
  margin:0;
  letter-spacing:.10em;
  color:var(--gold3);
}
.title--xl{
  font-size: clamp(3.0rem, 7vw, 5.4rem);
  letter-spacing:.22em;
  text-transform:uppercase;
  text-shadow: 0 0 10px rgba(255,211,106,.12), 0 0 22px rgba(255,211,106,.10);
}
.title--sm{
  font-size:1.55rem;
  letter-spacing:.08em;
}

.kicker{
  margin:0 0 8px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.24em;
  color: rgba(255,211,106,.92);
}

/* Scrollbar */
.scrollbar{
  position:fixed;
  inset:0 0 auto;
  height:3px;
  z-index:1000;
  pointer-events:none;
}
.scrollbar__fill{
  height:3px;
  width:0;
  background:linear-gradient(90deg,var(--gold2),var(--gold3));
  box-shadow:0 0 15px rgba(255,211,106,.65);
}

/* Hero */
.hero{ padding: 10px 0 24px; text-align:center; }
.hero__title{ display:flex; flex-direction:column; align-items:center; gap:10px; }
.hero__actions{ margin-top: 8px; display:flex; justify-content:center; }

/* WAVE */
.wave{
  width:min(1200px, 100%);
  height:56px;
  background: var(--wave) center / 100% 100% no-repeat;
  opacity:.9;
  pointer-events:none;
  filter: saturate(1.05) contrast(1.05);
}
.wave--hero{ height:68px; opacity:.95; }

/* Sections */
.section{ padding: 46px 0 0; }
.section__head{
  max-width:820px;
  margin:0 auto 18px;
  text-align:center;
}

/* Nav Grid */
.navgrid{
  max-width:1200px;
  margin: 18px auto 0;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:26px;
}
.navgrid__btn{
  height:120px;
  border-radius:22px;
  border:1px solid rgba(255,211,106,.42);
  background: linear-gradient(145deg, rgba(0,0,0,.55), rgba(0,0,0,.92));
  box-shadow: var(--shadow2);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0 18px;
  text-decoration:none;
  color:var(--gold3);
  font-family:"Cormorant Garamond",serif;
  letter-spacing:.18em;
  text-transform:uppercase;
  transition: transform var(--med), border-color var(--med), filter var(--med), box-shadow var(--med);
}
.navgrid__btn:hover{
  transform: translateY(-4px);
  border-color:var(--gold3);
  box-shadow: 0 22px 50px rgba(0,0,0,.85);
  filter: brightness(1.05);
}

/* Stack / Blocks */
.stack{ display:flex; flex-direction:column; gap:34px; padding-top: 14px; }
.block{ scroll-margin-top: 14px; }
.block__head{ max-width:980px; margin:0 auto 12px; text-align:center; }

/* Cards */
.card{
  max-width:980px;
  margin:0 auto;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.16);
  background: linear-gradient(140deg, rgba(0,0,0,.60), rgba(0,0,0,.92));
  box-shadow: var(--shadow);
  padding: 22px;
  position:relative;
  overflow:hidden;
}
.card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 0 0, rgba(255,255,255,.14), transparent 60%),
    radial-gradient(circle at 100% 120%, rgba(0,0,0,.55), transparent 55%);
  mix-blend-mode: soft-light;
  pointer-events:none;
}
.card > *{ position:relative; z-index:1; }

/* Prose (Abstände zwischen Absätzen) */
.prose p{
  margin:0;
  color:var(--t2);
  line-height:1.9;
}
.prose p + p{ margin-top: 14px; }

.text{
  margin:0;
  color:var(--t2);
  line-height:1.85;
}

/* Grid System für Experience-Cards */
.grid{
  max-width:980px;
  margin:0 auto;
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:16px;
}
.card--mini{ padding: 18px; }
@media (max-width: 820px){
  .grid{ grid-template-columns: 1fr; }
}

/* Lists */
.list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.list li{
  color:var(--t2);
  line-height:1.7;
  padding:12px 12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(3,5,10,.52);
}
.list--plain li{ background: rgba(3,5,10,.46); }

/* Chips (Tools) */
.chips{
  list-style:none;
  margin: 14px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.chip{
  border:1px solid rgba(255,211,106,.20);
  background: rgba(3,5,10,.46);
  color: var(--t2);
  border-radius:999px;
  padding:10px 12px;
  font-size:.86rem;
  letter-spacing:.02em;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 26px;
  border-radius:999px;
  border:1px solid rgba(255,211,106,.62);
  text-decoration:none;
  color:#fdf5ee;
  background: linear-gradient(145deg, rgba(0,0,0,.55), rgba(0,0,0,.92));
  box-shadow:0 16px 34px rgba(0,0,0,.78);
  letter-spacing:.18em;
  text-transform:uppercase;
  font-size:.78rem;
  transition: transform var(--fast), box-shadow var(--fast), filter var(--fast), border-color var(--fast);
}
.btn:hover{ transform: translateY(-2px); border-color:var(--gold3); filter:brightness(1.04); box-shadow:0 22px 40px rgba(0,0,0,.88); }
.btn--ghost{ color:var(--gold3); background: linear-gradient(145deg, rgba(2,3,8,.35), rgba(2,3,8,.88)); }
.btn--mini{ padding:6px 14px; font-size:.7rem; letter-spacing:.16em; box-shadow:0 10px 20px rgba(0,0,0,.75); }

/* Footer */
.footer{
  margin-top:44px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.16);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  color:var(--t3);
  font-size:.8rem;
}
.footer__links{ display:flex; gap:8px; flex-wrap:wrap; }

/* Reveal */
.reveal{ opacity:0; transform: translateY(18px); transition: opacity 520ms ease-out, transform 520ms ease-out; }
.reveal.in{ opacity:1; transform: translateY(0); }

/* Responsive */
@media (max-width: 900px){
  .page{ padding: 28px 18px 54px; }
  .navgrid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px){
  .navgrid{ grid-template-columns: 1fr; }
  .navgrid__btn{ height:104px; }
  .wave{ height:44px; }
  .wave--hero{ height:52px; }
  .title--xl{ letter-spacing:.14em; }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce){
  *{ transition-duration:.001ms !important; animation-duration:.001ms !important; animation-iteration-count:1 !important; }
}
/* =====================================
   LUX SPACING ADD-ON (für diese CSS)
   -> ganz unten anfügen
   ===================================== */

/* 1) Mehr Abstand NACH der Navigation */
.section + .stack{
  margin-top: 72px;
}

/* 2) Stack: deutlich mehr Abstand zwischen Blocks */
.stack{
  gap: 64px;          /* vorher 34px */
  padding-top: 28px;  /* vorher 14px */
}

/* 3) Head (Titel/Wave) weiter weg von der Card */
.block__head{
  margin-bottom: 36px; /* vorher 12px */
}

/* 4) Cards: mehr Innenluft */
.card{
  padding: 36px;       /* vorher 22px */
}

/* 5) Prose / Text: luftiger + größere Absatzabstände */
.prose p{
  line-height: 2.05;   /* vorher 1.9 */
}
.prose p + p{
  margin-top: 26px;    /* vorher 14px */
}

/* Falls .text mit <br><br> genutzt wird: als echten Absatzabstand behandeln */
.text{
  line-height: 2.05;   /* vorher 1.85 */
}
.text br + br{
  display:block;
  margin-top: 24px;
}

/* 6) Grid-Karten ebenfalls luftiger */
.card--mini{
  padding: 26px;       /* vorher 18px */
}

/* 7) Lists: mehr Abstand & bessere “Lux”-Luft in Items */
.list{
  gap: 18px;           /* vorher 10px */
}
.list li{
  padding: 18px 18px;  /* vorher 12px */
  line-height: 1.85;
}

/* 8) Chips: optisch nicht zu gedrängt (optional, aber passend) */
.chips{
  margin-top: 22px;    /* vorher 14px */
  gap: 12px;           /* vorher 10px */
}

/* 9) Anchor-Scroll angenehmer */
.block{
  scroll-margin-top: 28px;
}

/* 10) Mobile Safe: keine Wort-Zerreißung bei Titeln & Nav Buttons */
.title,
.navgrid__btn{
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

/* =====================================
   RESPONSIVE – sauber skaliert
   ===================================== */

@media (max-width: 900px){
  .section + .stack{
    margin-top: 56px;
  }

  .stack{
    gap: 52px;
    padding-top: 24px;
  }

  .block__head{
    margin-bottom: 30px;
  }

  .card{
    padding: 30px;
  }

  .card--mini{
    padding: 22px;
  }

  .prose p + p{
    margin-top: 22px;
  }

  .text br + br{
    margin-top: 20px;
  }
}

@media (max-width: 600px){
  .section + .stack{
    margin-top: 42px;
  }

  .stack{
    gap: 42px;
    padding-top: 20px;
  }

  .block__head{
    margin-bottom: 24px;
  }

  .card{
    padding: 24px;
  }

  .card--mini{
    padding: 20px;
  }

  .prose p + p{
    margin-top: 20px;
  }

  .text br + br{
    margin-top: 18px;
  }
}
