@font-face {
  font-family: 'Belleza';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://static.figma.com/font/Belleza-Regular_3') format('woff2');
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Belleza', sans-serif;
  background-color: #929c91;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
}

.container {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.logo {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

.launch-date {
  color: #ffffff;
  font-size: clamp(26px, 5vw, 36px);
  line-height: 1.3;
}

.services {
  color: #ffffff;
  font-size: clamp(16px, 3vw, 22px);
  line-height: 1.7;
}

.models-heading {
  color: #4a5a48;
  font-size: clamp(18px, 3.5vw, 28px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 8px;
}

.model-photo {
  width: clamp(200px, 40vw, 260px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 15px;
}

.body-copy {
  color: #4a5a48;
  font-size: clamp(15px, 2.5vw, 20px);
  line-height: 1.7;
}

.contact {
  color: #4a5a48;
  font-size: clamp(15px, 2.5vw, 20px);
  margin-top: 4px;
}
