* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0b0d10;
  color: white;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

/* HERO */

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #0b0d10;
}

.mosaic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: mosaicDim 1.6s forwards;
  animation-delay: 4.9s;
}

.photo {
  position: absolute;
  object-fit: cover;
  opacity: 0;
  animation: photoAppear 1.1s forwards;
}

/* PHOTO POSITIONS */

.p1 { left: 0; top: 0; width: 18%; height: 28%; animation-delay: .2s; }
.p2 { left: 18%; top: 0; width: 22%; height: 28%; animation-delay: 2.6s; }
.p3 { left: 40%; top: 0; width: 18%; height: 28%; animation-delay: 1.05s; }
.p4 { left: 58%; top: 0; width: 22%; height: 28%; animation-delay: 3.3s; }
.p5 { left: 80%; top: 0; width: 20%; height: 28%; animation-delay: .55s; }

.p6 { left: 0; top: 28%; width: 24%; height: 32%; animation-delay: 2.05s; }
.p7 { left: 24%; top: 28%; width: 18%; height: 32%; animation-delay: .85s; }
.p8 { left: 42%; top: 28%; width: 22%; height: 32%; animation-delay: 3.7s; }
.p9 { left: 64%; top: 28%; width: 16%; height: 32%; animation-delay: 1.65s; }
.p10 { left: 80%; top: 28%; width: 20%; height: 32%; animation-delay: 2.95s; }

.p11 { left: 0; top: 60%; width: 20%; height: 40%; animation-delay: 1.35s; }
.p12 { left: 20%; top: 60%; width: 24%; height: 40%; animation-delay: 3.95s; }
.p13 { left: 44%; top: 60%; width: 16%; height: 40%; animation-delay: 2.35s; }
.p14 { left: 60%; top: 60%; width: 20%; height: 40%; animation-delay: .35s; }
.p15 { left: 80%; top: 60%; width: 10%; height: 40%; animation-delay: 1.9s; }
.p16 { left: 90%; top: 60%; width: 10%; height: 40%; animation-delay: 3.45s; }

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  animation: overlayDarken 1.6s forwards;
  animation-delay: 4.9s;
}

.hero-text {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  opacity: 0;
  animation: textAppear 1.6s forwards;
  animation-delay: 5.7s;
}

.eyebrow {
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.28em;
  margin-bottom: 22px;
  opacity: 0.95;
  text-transform: uppercase;
}

.title {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.scroll-text {
  margin-top: 38px;
  font-size: 1.05rem;
  opacity: 0.8;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* JOURNEY SECTION */

.journey-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 8vw;
  background:
    radial-gradient(circle at 12% 18%, rgba(110, 155, 255, 0.08), transparent 28%),
    radial-gradient(circle at 86% 42%, rgba(255, 255, 255, 0.045), transparent 30%),
    radial-gradient(circle at 70% 85%, rgba(120, 180, 255, 0.06), transparent 26%),
    #0b0d10;
  color: white;
  overflow: hidden;
}

.journey-intro {
  max-width: 900px;
  margin: 0 auto 115px auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section-label {
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
  letter-spacing: 0.42em;
  opacity: 0.78;
  margin-bottom: 42px;
  text-transform: uppercase;
  font-weight: 400;
}

.journey-intro-copy {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.journey-intro-copy p {
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.9;
  opacity: 0.76;
  margin-bottom: 22px;
}

.journey-intro-copy p:last-child {
  margin-bottom: 0;
}

.timeline {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 88px;
  z-index: 3;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,0.22);
}

.chapter {
  position: relative;
  margin-bottom: 130px;
  max-width: 800px;
}

.dot {
  position: absolute;
  left: -73px;
  top: 12px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  box-shadow:
    0 0 24px rgba(255,255,255,0.35),
    0 0 60px rgba(120,180,255,0.18);
}

.chapter-kicker {
  font-size: 0.78rem;
  letter-spacing: 0.38em;
  opacity: 0.45;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.chapter h3 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 36px;
}

.chapter p {
  font-size: 1.05rem;
  line-height: 1.8;
  opacity: 0.78;
  margin-bottom: 18px;
}

/* DETAIL PANELS */

.detail-toggle {
  margin-top: 18px;
  border: none;
  background: transparent;
  color: white;
  opacity: 0.58;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
}

.detail-toggle:hover {
  opacity: 1;
}

.detail-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  padding: 0 28px;
  border-left: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.035);
  transition: max-height 0.8s ease, opacity 0.8s ease, margin-top 0.8s ease, padding 0.8s ease;
}

.detail-panel.open {
  max-height: 900px;
  opacity: 1;
  margin-top: 28px;
  padding: 28px;
}

.detail-panel h4 {
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 18px;
  opacity: 0.9;
}

.detail-panel p {
  font-size: 0.98rem;
  opacity: 0.72;
}

/* CONTACT */

.contact-links {
  margin-top: 40px;
}

.contact-links p {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.85rem;
  opacity: 0.55;
  margin-bottom: 18px;
}

.contact-links a,
.contact-links span {
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 12px;
  color: white;
  text-decoration: none;
  opacity: 0.75;
  text-transform: uppercase;
}

.contact-links a:hover {
  opacity: 1;
}

/* CONSTELLATIONS REMOVED */

.constellation {
  display: none;
}

/* SCROLL REVEAL */

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ANIMATIONS */

@keyframes photoAppear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mosaicDim {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.58;
  }
}

@keyframes overlayDarken {
  from {
    background: rgba(0, 0, 0, 0.15);
  }

  to {
    background: rgba(0, 0, 0, 0.52);
  }
}

@keyframes textAppear {
  from {
    opacity: 0;
    transform: translate(-50%, -45%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* SMALL SCREENS */

@media (max-width: 760px) {
  .title {
    font-size: 2rem;
  }

  .eyebrow {
    font-size: 1rem;
    letter-spacing: 0.18em;
  }

  .journey-section {
    padding: 95px 7vw;
  }

  .journey-intro {
    margin-bottom: 90px;
  }

  .section-label {
    font-size: 1.15rem;
    letter-spacing: 0.32em;
    margin-bottom: 34px;
  }

  .journey-intro-copy p {
    font-size: 0.98rem;
    line-height: 1.8;
  }

  .timeline {
    padding-left: 54px;
  }

  .dot {
    left: -56px;
  }

  .chapter {
    margin-bottom: 95px;
  }

  .chapter h3 {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
    margin-bottom: 30px;
  }
}