.hero-photo {
  background: #fff0db;
}

.hero-model {
  padding: 0 2rem;
}

@media (max-width: 640px) {
  .hero-model {
    padding: 0;
  }
}

/* Rounded organic flower shape inspired by the visual reference. */
.flower-panel {
  clip-path: none;
  border-radius: 46% 54% 43% 57% / 55% 42% 58% 45%;
  transform: rotate(-1deg);
}

.flower-panel > * {
  transform: rotate(1deg);
}

@media (max-width: 640px) {
  .word-wall {
    height: 310px;
    padding: 62px 14px 54px;
  }

  .word-cloud {
    width: 100%;
    max-width: 360px;
    font-size: clamp(23px, 9vw, 32px);
    line-height: 1;
    letter-spacing: -0.045em;
    transform: rotate(-1deg);
  }

  .word-cloud span {
    display: inline-block;
    margin: 0.05em 0.08em;
    white-space: nowrap;
  }

  .word-cloud .outline {
    -webkit-text-stroke-width: 1px;
  }

  .sticker {
    z-index: 2;
    font-size: 8px;
    line-height: 1.05;
    padding: 7px 8px;
  }

  .sticker-a {
    left: 12px;
    top: 18px;
  }

  .sticker-b {
    right: 12px;
    top: 18px;
  }

  .sticker-c {
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%) rotate(-4deg);
  }
}
