/* Prime City — Startseite */

html {
  overflow: hidden;
  height: 100%;
}

body {
  overflow: hidden;
  height: 100%;
}

.slides-wrapper {
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.65, 0, 0.35, 1);
}

header.hero,
section,
footer {
  height: 100vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  scrollbar-color: rgba(255, 255, 255, 0.12) transparent;
}

header.hero::-webkit-scrollbar,
section::-webkit-scrollbar,
footer::-webkit-scrollbar {
  width: 5px;
}

header.hero::-webkit-scrollbar-track,
section::-webkit-scrollbar-track,
footer::-webkit-scrollbar-track {
  background: transparent;
}

header.hero::-webkit-scrollbar-thumb,
section::-webkit-scrollbar-thumb,
footer::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

footer {
  padding: 80px 6% 40px;
  align-items: center;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 88px 6% 56px;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
}

.hero::before {
  content: '';
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 90vw);
  height: 280px;
  background: radial-gradient(ellipse at center, rgba(227, 20, 149, 0.12), transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.hero-content > * {
  animation: pcFadeUp 0.65s cubic-bezier(0.25, 0.8, 0.25, 1) backwards;
}

.hero-eyebrow {
  color: var(--prime);
  font-weight: 600;
  letter-spacing: 0.14em;
  font-size: 0.65rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  animation-delay: 0.05s;
}

.hero-live {
  margin-bottom: 16px;
  animation-delay: 0.1s;
}
.hero-logo { animation-delay: 0.16s, 0s; }
.hero h1 { animation-delay: 0.24s; }
.hero p { animation-delay: 0.32s; }
.hero-actions { animation-delay: 0.4s; }

.hero-logo {
  width: min(200px, 48vw);
  margin-bottom: 20px;
  border-radius: var(--radius-lg);
  filter: drop-shadow(0 0 16px rgba(227, 20, 149, 0.55));
  animation-name: pcFadeUp, pcFloatLogo;
  animation-duration: 0.65s, 7s;
  animation-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1), ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: backwards, none;
}

.hero h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  line-height: 1.15;
  margin-bottom: 14px;
  font-weight: 700;
  position: relative;
}

.hero h1.gradient-title {
  white-space: nowrap;
}

.hero h1::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 140%;
  background: radial-gradient(ellipse, rgba(227, 20, 149, 0.18), transparent 70%);
  z-index: -1;
  pointer-events: none;
  animation: pcGlowPulse 4s ease-in-out infinite;
}

.hero p {
  max-width: 440px;
  margin: 0 auto 28px;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.scroll-cue {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 20px;
  height: 32px;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  opacity: 0.5;
}

.scroll-cue::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  width: 2px;
  height: 6px;
  margin-left: -1px;
  background: var(--text-dim);
  border-radius: 1px;
  animation: pcScrollDot 2s ease-in-out infinite;
}

section {
  padding: 100px 6% 72px;
  position: relative;
}

.snap-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  opacity: 0.25;
  animation: pcBounceHint 2.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 10;
}

.snap-hint span {
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--text-dim);
  border-bottom: 1.5px solid var(--text-dim);
  transform: rotate(45deg);
}

.snap-hint span:nth-child(2) { opacity: 0.6; }
.snap-hint span:nth-child(3) { opacity: 0.3; }

/* Shop */
.shop-card {
  max-width: 640px;
  margin: 0 auto;
  padding: 36px 32px;
  text-align: center;
}

.shop-card h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.shop-card p {
  color: var(--text-muted);
  max-width: 420px;
  margin: 0 auto 24px;
  font-size: 0.9rem;
  line-height: 1.7;
}

.shop-perks {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.shop-perk {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--text-dim);
  font-size: 0.8rem;
  font-weight: 500;
}

@media (max-width: 640px) {
  .hero h1.gradient-title { white-space: normal; }
}
  .hero-content > *,
  .hero-logo,
  .hero h1::after {
    animation: none !important;
  }
}

.shop-perk .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--prime);
  opacity: 0.7;
}

/* Team */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 880px;
  margin: 0 auto;
}

.team-card {
  padding: 28px 20px 24px;
  text-align: center;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease);
}

.team-card:hover {
  transform: translateY(-4px) scale(1.02);
}

.team-avatar {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(227, 20, 149, 0.35), rgba(227, 20, 149, 0.08));
  border: 1px solid rgba(227, 20, 149, 0.4);
  box-shadow: 0 0 20px rgba(227, 20, 149, 0.2);
  transition: box-shadow 0.3s ease;
}

.team-card:hover .team-avatar {
  box-shadow: 0 0 28px rgba(227, 20, 149, 0.4);
}

.team-avatar span {
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--prime-bright);
}

.team-card h4 {
  font-size: 1rem;
  margin-bottom: 6px;
  font-weight: 600;
}

.team-role {
  display: inline-block;
  font-size: 0.62rem;
  color: var(--text-dim);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--surface-soft);
  border: 1px solid var(--border);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
}

@media (max-width: 820px) {
  .team-grid { grid-template-columns: 1fr; max-width: 340px; }
}

/* Footer */
footer {
  border-top: 1px solid var(--border);
  color: var(--text-dim);
  text-align: center;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 560px;
  margin: 0 auto;
}

.footer-logo {
  width: min(110px, 36vw);
  border-radius: var(--radius-md);
  opacity: 0.9;
}

.footer-tagline {
  font-size: 0.92rem;
  color: var(--text-muted);
  font-weight: 400;
}

.footer-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.foot-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.foot-links a {
  color: var(--text-dim);
  font-weight: 500;
  font-size: 0.82rem;
  transition: color 0.2s var(--ease);
}

.foot-links a:hover { color: var(--text-muted); }

.footer-divider {
  width: 100%;
  max-width: 320px;
  height: 1px;
  background: var(--border);
}

.footer-legal {
  font-size: 0.8rem;
  color: var(--text-dim);
  font-weight: 500;
}

.footer-small {
  font-size: 0.72rem;
  color: var(--text-dim);
  max-width: 460px;
  line-height: 1.6;
  opacity: 0.8;
}

.cta-row {
  text-align: center;
  position: relative;
  z-index: 2;
}
