/* =========================================================
   THE 30 — Creator Marketing Leaders Berlin
   Stil angelehnt an markus.ventures: minimalistisch, viel
   Whitespace, Plus Jakarta Sans. WePush-Farben, Rot nur dezent.
   Alle Marken-Variablen unter :root → einfaches Re-Branding.
   ========================================================= */
:root {
  /* Neutrale Basis (markus.ventures-Look) */
  --bg:      #ffffff;
  --bg-soft: #f6f4f1;   /* warmes Off-White für Sektionen */
  --ink:     #141414;   /* Überschriften / Text */
  --ink-2:   #16151a;   /* dunkle Panels */
  --ink-soft:#5c6067;   /* gedämpfter Text */
  --line:    #ececea;   /* feine Linien */

  /* WePush-Farben — Rot nur als dezenter Akzent */
  --primary:      #FE3842;
  --primary-dark: #E5323A;
  --primary-soft: #FFF1F1;
  --cyan:         #4DFFFF;  /* Teil der WePush-Palette; hier bewusst kaum genutzt */

  /* Typo */
  --font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Layout */
  --maxw: 1120px;
  --gutter: clamp(1.25rem, 5vw, 3.5rem);
  --radius: 18px;
  --radius-sm: 12px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  background: var(--bg); color: var(--ink);
  font-family: var(--font); font-size: 17px; line-height: 1.65; font-weight: 400;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }

/* dezenter roter Akzent-Unterstrich (sparsam eingesetzt) */
.ux { position: relative; white-space: nowrap; }
.ux::after { content: ""; position: absolute; left: 0; right: 0; bottom: -0.06em; height: 2px; background: var(--primary); border-radius: 2px; opacity: .9; }

/* ---------- Eyebrow ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.55em;
  font-size: 0.74rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 1.3rem;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--ink-soft); opacity: .5; }
.eyebrow--dot::before { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); opacity: 1; }

/* ---------- Buttons & Links ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font); font-weight: 600; font-size: 0.94rem;
  padding: 0.85em 1.7em; border-radius: 100px; border: 1px solid transparent; cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .25s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20,20,20,0.18); }
.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,0.22); }
.btn--nav { padding: 0.62em 1.25em; font-size: 0.86rem; }
.btn--lg { font-size: 1rem; padding: 0.95em 2rem; }

.link-arrow { display: inline-flex; align-items: center; font-weight: 600; color: var(--ink);
  transition: color .2s, transform .2s; }
.link-arrow:hover { color: var(--primary); transform: translateX(3px); }
.link-arrow--lg { font-size: 1rem; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem var(--gutter);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.nav.scrolled { background: rgba(255,255,255,0.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line); padding-top: 0.8rem; padding-bottom: 0.8rem; }
.nav__brand { display: flex; flex-direction: column; line-height: 1; }
.nav__mark { font-weight: 700; font-size: 1.18rem; letter-spacing: -0.01em; }
.nav__by { font-size: 0.63rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--primary); margin-top: 4px; }
.nav__links { display: flex; gap: 2.1rem; }
.nav__links a { font-size: 0.92rem; font-weight: 500; color: var(--ink-soft); transition: color .2s; }
.nav__links a:hover { color: var(--ink); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center; padding: 9rem var(--gutter) 5rem; overflow: hidden; }
.hero__grid-lines { position: absolute; inset: 0; z-index: 0;
  background-image: radial-gradient(rgba(20,20,20,0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%);
          mask-image: linear-gradient(180deg, #000, transparent 70%); }
.hero__layout { position: relative; z-index: 1; display: grid;
  grid-template-columns: 1.02fr 0.98fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: stretch; width: 100%; }
.hero__inner { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; }
.hero__top { max-width: 600px; }
.hero__title { font-weight: 600; letter-spacing: -0.025em; line-height: 1.08;
  font-size: clamp(2.1rem, 4.6vw, 3.6rem); margin-bottom: 1.5rem; }
.hero__lede { max-width: 48ch; color: var(--ink-soft); font-size: clamp(1.05rem, 1.6vw, 1.2rem); }
.hero__media { position: relative; display: flex; flex-direction: column; justify-content: space-between; }
.hero__media img { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover;
  border-radius: 26px; box-shadow: 0 34px 80px rgba(20,20,20,0.24); }
.hero__cta { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; margin-top: 2.4rem; }
.hero__meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  width: 100%; margin-top: 1.6rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.hero__meta > div { display: flex; flex-direction: column; }
.hero__meta-num { font-weight: 700; font-size: 1.45rem; letter-spacing: -0.02em; }
.hero__meta-lbl { font-size: 0.85rem; color: var(--ink-soft); }
.hero__meta-sep { width: 1px; height: 34px; background: var(--line); }

/* ---------- Sections ---------- */
.section { padding: clamp(4.5rem, 10vw, 8.5rem) 0; position: relative; }
.section__title { font-weight: 600; letter-spacing: -0.02em; line-height: 1.18; font-size: clamp(1.7rem, 3.8vw, 2.7rem); max-width: 22ch; }
.section__title--sm { font-size: clamp(1.55rem, 3vw, 2.15rem); }
.lead { margin-top: 1.5rem; max-width: 64ch; color: var(--ink-soft); font-size: 1.13rem; }

/* ---------- Vision ---------- */
.vision { background: var(--bg-soft); }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3.8rem;
  border-top: 1px solid var(--line); padding-top: 3rem; }
.stat { text-align: left; }
.stat__num { display: block; font-weight: 700; font-size: clamp(2.6rem, 7vw, 4.2rem); color: var(--ink); line-height: 1; letter-spacing: -0.03em; }
.stat__label { display: block; margin-top: 0.7rem; color: var(--ink-soft); font-size: 0.95rem; }

/* ---------- Experience / Cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 3rem; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 2rem 1.9rem 2.2rem; transition: transform .3s ease, box-shadow .3s ease; position: relative; }
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(20,20,20,0.07); }
.card__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px;
  border: 1px solid var(--line); color: var(--ink); margin-bottom: 1.3rem; transition: color .3s, border-color .3s; }
.card:hover .card__icon { color: var(--primary); border-color: var(--primary-soft); }
.card__idx { position: absolute; top: 1.5rem; right: 1.7rem; font-weight: 700; font-size: 0.95rem; color: var(--line); }
.card__title { font-weight: 600; font-size: 1.3rem; margin-bottom: 0.55rem; letter-spacing: -0.01em; }
.card__text { color: var(--ink-soft); font-size: 0.98rem; }

.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; margin-top: 2.6rem;
  border-top: 1px solid var(--line); padding-top: 2.6rem; }
.flow__num { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid var(--line); color: var(--ink); font-weight: 600; font-size: 0.9rem; margin-bottom: 0.9rem; }
.flow__item h4 { font-weight: 600; font-size: 1.08rem; margin-bottom: 0.3rem; letter-spacing: -0.01em; }
.flow__item p { color: var(--ink-soft); font-size: 0.92rem; }

/* ---------- Location ---------- */
.location__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.location__addr { font-weight: 600; font-size: 1.1rem; margin-top: 0.9rem; }
.location__date { margin: 1.8rem 0 1.2rem; font-weight: 600; color: var(--ink); }
.pin-card { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.pin-card__map { display: block; width: 100%; }
.pin-card__label { position: absolute; left: 1.1rem; bottom: 1.1rem; background: #fff; padding: 0.65rem 1rem; border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08); display: flex; flex-direction: column; }
.pin-card__label strong { font-weight: 600; font-size: 0.95rem; }
.pin-card__label span { font-size: 0.8rem; color: var(--ink-soft); }

/* ---------- Gallery ---------- */
.gallery { background: var(--bg-soft); }
.grid-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.6rem; }
.grid-gallery figure { margin: 0; border-radius: var(--radius-sm); overflow: hidden; }
.grid-gallery img { width: 100%; height: 100%; aspect-ratio: 1/1; object-fit: cover; transition: transform .5s ease; }
.grid-gallery figure:hover img { transform: scale(1.04); }
.ph-tile { aspect-ratio: 1/1; border-radius: var(--radius-sm); background: #fff; border: 1px solid var(--line);
  background-image: radial-gradient(var(--line) 1px, transparent 1px); background-size: 16px 16px; }

/* ---------- Host ---------- */
.host__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.host-photo { position: relative; max-width: 340px; }
.host-photo__ph { aspect-ratio: 4/5; border-radius: var(--radius); background: var(--bg-soft); border: 1px solid var(--line);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.3rem; color: var(--ink-soft); }
.host-photo__ph span { font-weight: 600; }
.host-photo__ph small { font-size: 0.78rem; opacity: 0.6; }

/* ---------- FAQ ---------- */
.faq__container { max-width: 800px; }
.accordion { margin-top: 2.6rem; border-top: 1px solid var(--line); }
.acc { border-bottom: 1px solid var(--line); }
.acc summary { list-style: none; cursor: pointer; padding: 1.35rem 0; font-weight: 600; font-size: 1.1rem;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; letter-spacing: -0.01em; }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: "+"; color: var(--ink-soft); font-size: 1.5rem; font-weight: 400; transition: transform .3s, color .3s; line-height: 1; }
.acc[open] summary::after { transform: rotate(45deg); color: var(--primary); }
.acc__body { padding-bottom: 1.4rem; color: var(--ink-soft); max-width: 64ch; }

/* ---------- CTA ---------- */
.cta-wrap { padding-bottom: clamp(3rem, 7vw, 5rem); }
.cta-panel { background: var(--ink-2); color: #fff; border-radius: 28px; text-align: center;
  padding: clamp(3rem, 8vw, 5.5rem) clamp(1.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.cta-panel::before { content: ""; position: absolute; top: -40%; left: 50%; transform: translateX(-50%);
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(254,56,66,0.18), transparent 62%); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel__title { font-weight: 600; font-size: clamp(1.9rem, 5vw, 3rem); letter-spacing: -0.02em; }
.cta-panel__sub { margin: 1rem auto 2rem; color: rgba(255,255,255,0.72); font-size: 1.08rem; max-width: 40ch; }

/* ---------- Footer ---------- */
.footer { padding-top: 1rem; padding-bottom: 2rem; }
.footer__grid { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; padding-bottom: 2.4rem; border-bottom: 1px solid var(--line); }
.footer__brand .nav__mark { font-size: 1.3rem; }
.footer__brand p { color: var(--ink-soft); font-size: 0.9rem; margin-top: 0.4rem; }
.footer__links { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.footer__links a { color: var(--ink-soft); font-size: 0.92rem; font-weight: 500; transition: color .2s; }
.footer__links a:hover { color: var(--primary); }
.footer__bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem; padding-block: 1.6rem; color: var(--ink-soft); font-size: 0.82rem; }
.footer__bottom a:hover { color: var(--primary); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav__links { display: none; }
  .cards, .flow, .stats { grid-template-columns: 1fr 1fr; }
  .location__grid, .host__grid { grid-template-columns: 1fr; }
  .host-photo { max-width: 300px; }
  .hero { min-height: 0; padding: 8rem var(--gutter) 4rem; }
  .hero__layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__inner { max-width: 620px; }
  .hero__media { max-width: 480px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .cards, .flow, .stats, .grid-gallery { grid-template-columns: 1fr; }
  .grid-gallery { grid-template-columns: 1fr 1fr; }
  .hero { padding-top: 7rem; }
  .hero__meta-sep { display: none; }
  .hero__meta { gap: 1.4rem; }
}
