body {

    background: pink;

    color: #2E2A26;

    font-family: Georgia, serif;

    margin: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    min-height: 100vh;

    text-align: center;
}

.container {

    max-width: 700px;

    padding: 40px;
}

.star {

    font-size: 28px;

    color: #B49A67;

    margin-bottom: 20px;
}

.eyebrow {

    letter-spacing: 6px;

    font-size: 11px;

    text-transform: uppercase;

    color: #5A654D;

    margin-bottom: 20px;
}

h1 {

    font-weight: 400;

    font-size: clamp(48px, 8vw, 90px);

    margin: 0;
}

.tagline {

    font-size: 26px;

    margin-top: 25px;

    font-style: italic;
}

.progress-container {

    width: 320px;

    max-width: 100%;

    height: 10px;

    background: #ddd4c6;

    border-radius: 9999px;

    margin: 30px auto;
}

.progress-bar {

    width: 42%;

    height: 100%;

    background: #4E5A42;

    border-radius: 9999px;
}

.status {

    color: #6A6258;

    font-size: 18px;
}

.footer {

    margin-top: 60px;

    font-size: 12px;

    letter-spacing: 4px;

    text-transform: uppercase;

    color: #888;
}


.site-image {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
  margin: 28px auto;
  border-radius: 18px;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}


.photo-frame {
  display: inline-block;
  padding: 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin: 28px auto;
}
