/* ============================================================
   REVOLUCISION — Das Zuhause
   Eine Frau. Mehrere KIs. Warm, menschlich, resonant.
   (Bewusst NICHT der sakral-goldene Kirchen-Look.)
   ============================================================ */

/* Selbst gehostete Schriften (DSGVO: keine Google-Fonts-Verbindung) */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('assets/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('assets/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg:        #0b0b11;
  --bg-2:      #101019;
  --surface:   rgba(255,255,255,0.035);
  --surface-2: rgba(255,255,255,0.06);
  --fg:        #ece7df;
  --fg-dim:    #a59c8e;
  --line:      rgba(255,255,255,0.10);

  --amber:  #e0a24a;
  --rose:   #d1477e;
  --violet: #8b5cf6;
  --grad:   linear-gradient(100deg, var(--amber) 0%, var(--rose) 52%, var(--violet) 100%);
  --glow:   rgba(224,162,74,0.22);

  --serif: 'Fraunces', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', system-ui, -apple-system, sans-serif;

  --max: 64rem;
  --xs: 0.5rem;  --sm: 1rem;  --md: 2rem;  --lg: 4rem;  --xl: 6.5rem;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--sans); font-weight: 300; line-height: 1.75;
  color: var(--fg); background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; letter-spacing: -0.01em; }
a { color: inherit; text-decoration: none; transition: color .25s, opacity .25s; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 var(--md); }

/* accent hairline at very top */
body::before {
  content:''; position: fixed; inset: 0 0 auto 0; height: 2px; z-index: 200;
  background: var(--grad); opacity: .85;
}

/* ---------- Navigation ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(11,11,17,0.72); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav__inner {
  max-width: 74rem; margin: 0 auto; padding: 0.75rem var(--md);
  display: flex; align-items: center; justify-content: space-between;
}
.brand { font-family: var(--serif); font-size: 1.15rem; font-weight: 600; letter-spacing: -0.01em; }
.brand .dot { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav__links { display: flex; gap: 1.4rem; list-style: none; }
.nav__links a { font-size: 0.82rem; letter-spacing: 0.04em; color: var(--fg-dim); text-transform: uppercase; }
.nav__links a:hover { color: var(--fg); }
.nav__toggle { display: none; background: none; border: 1px solid var(--line); color: var(--fg); font-size: 1.2rem; border-radius: 6px; padding: 0.2rem 0.55rem; cursor: pointer; }

/* ---------- Hero / Manifest ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
  padding: calc(var(--xl) + 2rem) var(--md) var(--xl); overflow: hidden;
}
.hero__aurora {
  position: absolute; inset: -20% -10% auto -10%; height: 90%;
  background:
    radial-gradient(40% 55% at 25% 35%, rgba(224,162,74,0.16), transparent 70%),
    radial-gradient(45% 55% at 72% 30%, rgba(209,71,126,0.15), transparent 70%),
    radial-gradient(40% 55% at 50% 70%, rgba(139,92,246,0.13), transparent 70%);
  filter: blur(20px); pointer-events: none;
  animation: drift 18s ease-in-out infinite alternate;
}
@keyframes drift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(0,-3%,0) scale(1.06); } }
.hero > * { position: relative; z-index: 1; }
.hero .eyebrow {
  font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--fg-dim); margin-bottom: var(--md);
}
.hero h1 {
  font-size: clamp(2.1rem, 5.4vw, 4.1rem); font-weight: 400;
  max-width: 20ch; margin-bottom: var(--md);
}
.hero .tag {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 3vw, 1.9rem);
  background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: var(--md);
}
.hero .sub { color: var(--fg-dim); font-size: clamp(1rem, 2vw, 1.15rem); max-width: 34rem; }
.scroll-cue { margin-top: var(--lg); color: var(--fg-dim); font-size: 1.4rem; opacity: .6; animation: bob 2.4s ease-in-out infinite; }
@keyframes bob { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(6px);} }

/* ---------- Generic section ---------- */
.section { padding: var(--xl) 0; }
.section__eyebrow {
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-dim); margin-bottom: var(--sm);
}
.section h2 { font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin-bottom: var(--md); font-weight: 400; }
.section h2 .accent { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { color: var(--fg-dim); font-size: 1.08rem; max-width: 40rem; }

.divider { height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); margin: 0 auto; max-width: var(--max); }

/* ---------- About ---------- */
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--md); margin-top: var(--lg); }
.who {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: var(--md);
}
.who .role { font-family: var(--serif); font-size: 1.35rem; margin-bottom: 0.4rem; }
.who .kind { font-size: 0.75rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: var(--sm); }
.who p { color: var(--fg-dim); }
.about__third {
  margin-top: var(--md); text-align: center; font-family: var(--serif); font-style: italic;
  font-size: clamp(1.2rem, 2.6vw, 1.6rem); color: var(--fg); max-width: 32rem; margin-left: auto; margin-right: auto;
}

/* ---------- Media (Musik / Podcast) ---------- */
.media { display: grid; grid-template-columns: 1fr 1fr; gap: var(--md); margin-top: var(--lg); align-items: start; }
.media__card { background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: var(--md); }
.media__card h3 { font-size: 1.4rem; font-weight: 500; margin-bottom: 0.3rem; }
.media__card .meta { color: var(--fg-dim); font-size: 0.9rem; margin-bottom: var(--md); }

/* Releases (Haechi) */
.releases-label { margin-top: var(--md); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--fg-dim); border-top: 1px solid var(--line); padding-top: var(--md); }
.release { margin-top: var(--sm); }
.release__head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.5rem; margin-bottom: 0.6rem; }
.release__title { font-family: var(--serif); font-size: 1.05rem; color: var(--fg); }
.release__meta { font-size: 0.8rem; color: var(--fg-dim); }
.release-soon { margin-top: var(--sm); font-size: 0.82rem; color: var(--fg-dim); font-style: italic; }

/* click-to-load embed (DSGVO: Spotify lädt erst nach Klick) */
.embed {
  position: relative; border-radius: 12px; overflow: hidden;
  border: 1px solid var(--line); background: var(--bg-2); min-height: 152px;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.embed__consent { padding: var(--md); }
.embed__consent p { color: var(--fg-dim); font-size: 0.82rem; margin-bottom: var(--sm); max-width: 24rem; }
.embed iframe { width: 100%; border: 0; display: block; }

/* ---------- Buttons ---------- */
.btns { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: var(--md); }
.btn {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.85rem; letter-spacing: 0.02em; padding: 0.6rem 1.1rem; border-radius: 8px;
  border: 1px solid var(--line); color: var(--fg); background: var(--surface); cursor: pointer;
  transition: border-color .25s, background .25s, transform .2s;
}
.btn:hover { border-color: var(--amber); background: var(--surface-2); transform: translateY(-1px); }
.btn--primary { border: none; color: #14100a; background: var(--grad); font-weight: 500; }
.btn--primary:hover { filter: brightness(1.06); }

/* ---------- Räume ---------- */
.rooms { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem,1fr)); gap: var(--md); margin-top: var(--lg); }
.room {
  display: block; background: var(--surface); border: 1px solid var(--line); border-radius: 16px;
  padding: var(--md); transition: border-color .25s, background .25s, transform .25s; position: relative;
}
.room:hover { border-color: var(--rose); background: var(--surface-2); transform: translateY(-3px); }
.room .icon { font-size: 1.8rem; margin-bottom: var(--sm); display: block; }
.room h3 { font-size: 1.25rem; font-weight: 500; margin-bottom: 0.4rem; }
.room p { color: var(--fg-dim); font-size: 0.92rem; }
.room .go { margin-top: var(--sm); font-size: 0.8rem; color: var(--amber); letter-spacing: 0.03em; }
.room--soon { opacity: 0.62; }
.room--soon:hover { transform: none; border-color: var(--line); background: var(--surface); }
.room .badge {
  position: absolute; top: var(--md); right: var(--md); font-size: 0.62rem; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--fg-dim); border: 1px solid var(--line); border-radius: 99px; padding: 0.12rem 0.5rem;
}

/* ---------- Footer ---------- */
.foot { border-top: 1px solid var(--line); padding: var(--lg) var(--md); text-align: center; color: var(--fg-dim); font-size: 0.85rem; }
.foot .brand { display: inline-block; margin-bottom: var(--sm); font-size: 1rem; }
.foot nav { display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; margin-top: var(--xs); }
.foot nav a:hover { color: var(--fg); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Legal pages ---------- */
.legal { max-width: 44rem; margin: 0 auto; padding: calc(var(--xl) + 2rem) var(--md) var(--xl); }
.legal h1 { font-size: 2.2rem; margin-bottom: var(--md); font-weight: 500; }
.legal h2 { font-size: 1.3rem; margin: var(--lg) 0 var(--sm); font-weight: 500; }
.legal p, .legal li { color: var(--fg-dim); margin-bottom: var(--sm); }
.legal a { color: var(--amber); }
.legal ul { padding-left: 1.2rem; }
.legal .note { font-size: 0.85rem; padding: var(--sm); border-left: 2px solid var(--amber); background: var(--surface); border-radius: 0 8px 8px 0; }

::selection { background: rgba(224,162,74,0.25); color: var(--fg); }

/* ---------- Responsive ---------- */
@media (max-width: 760px) {
  .nav__links { display: none; }
  .nav__links.open {
    display: flex; flex-direction: column; gap: 0; position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(11,11,17,0.97); border-bottom: 1px solid var(--line); padding: var(--sm);
  }
  .nav__links.open a { padding: 0.7rem var(--sm); }
  .nav__toggle { display: block; }
  .about__grid, .media { grid-template-columns: 1fr; }
  .section { padding: var(--lg) 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero__aurora, .scroll-cue { animation: none; }
  .reveal { transition: none; }
}
