/* =========================================================
   8. HOME PAGE
========================================================= */
.hero-window{
  animation: riseIn .6s ease;
}

.hero-title{
  margin: 0 0 1rem;
  font-size: clamp(2.1rem, 5vw, 3.6rem);
  line-height: 1.05;
  color: var(--ink);
}

.hero-subtitle{
  font-size: 1.08rem;
  max-width: 640px;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.intro-panel{
  background: var(--white-68);
  border: 2px solid var(--outline);
  border-radius: 22px;
  padding: 1.25rem;
}

.intro-panel p:last-child{
  margin-bottom: 0;
}

.hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.profile-window{
  position: relative;
}

.mini-window .retro-window-body{
  padding: 1.4rem;
}

.photo-frame{
  background: var(--white);
  border: 2px solid var(--outline);
  border-radius: 20px;
  padding: .8rem;
}

.profile-image{
  border-radius: 14px;
}

.profile-caption{
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: .95rem;
  font-weight: 600;
}

.floating-sticker{
  position: absolute;
  width: 58px;
  height: 58px;
  border: 2px solid var(--outline);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: var(--shadow-sticker);
}

.sticker-folder{
  bottom: -18px;
  left: -10px;
  background: var(--sage);
  animation: floaty 3.2s ease-in-out infinite;
}

.sticker-star{
  top: -18px;
  right: -10px;
  background: var(--lavender);
  animation: floaty 3.8s ease-in-out infinite;
}

.video-frame{
  margin-top: 1.5rem;
  padding: 1rem;
  background: var(--white-45);
  border: 2px solid var(--outline);
  border-radius: 20px;
}