@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');

:root {
  --bg: #0d0b09;
  --cream: #f4eee5;
  --muted: #aaa097;
  --muted-dark: #6d665f;
  --gold: #e2a34d;
  --gold-light: #f0b85f;
  --border: rgba(218, 178, 113, .22);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  background: var(--bg);
}

body {
  color: var(--cream);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.page {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 90px 24px 80px;
}

/* Background lighting closely follows the supplied reference */
.ambient {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(85px);
}

.ambient-left {
  width: 420px;
  height: 420px;
  left: -190px;
  top: 315px;
  background: rgba(111, 63, 20, .18);
}

.ambient-center {
  width: 760px;
  height: 430px;
  left: 50%;
  top: -160px;
  transform: translateX(-50%);
  background: rgba(102, 57, 20, .20);
}

.ambient-right {
  width: 420px;
  height: 420px;
  right: -160px;
  top: 210px;
  background: rgba(84, 55, 29, .16);
}

.grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 35%, transparent 92%);
}

/* Logo position and scale from the supplied screenshot */
.brand {
  position: absolute;
  top: 34px;
  left: 36px;
  width: 205px;
  animation: fadeUp .75s cubic-bezier(.22,1,.36,1) both;
}

.logo {
  display: block;
  width: 205px;
  height: auto;
  mix-blend-mode: normal;
}

.hero {
  width: min(860px, 100%);
  margin-left: 40px;
  transform: translateY(18px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 17px 7px 14px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(30, 26, 22, .48);
  color: #a9a198;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  line-height: 1;
  animation: fadeUp .75s .08s cubic-bezier(.22,1,.36,1) both;
}

.badge span {
  color: #9a6a2f;
  font-size: 15px;
  line-height: 0;
  margin-right: 8px;
  transform: translateY(-1px);
}

h1 {
  margin: 31px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(57px, 5.4vw, 83px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.045em;
  animation: fadeUp .85s .16s cubic-bezier(.22,1,.36,1) both;
}

h1 span, h1 em {
  display: block;
}

h1 span {
  color: var(--cream);
  font-style: normal;
}

h1 em {
  color: var(--gold-light);
  font-style: normal;
  margin-top: 9px;
}

.description {
  margin: 30px 0 0;
  color: #a59c93;
  font-size: 16px;
  line-height: 1.72;
  animation: fadeUp .8s .24s cubic-bezier(.22,1,.36,1) both;
}

.progress-wrap {
  width: 580px;
  max-width: 100%;
  margin-top: 46px;
  animation: fadeUp .8s .32s cubic-bezier(.22,1,.36,1) both;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #aaa19a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .17em;
}

.progress-label strong {
  color: #e5dfd7;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 15px;
  letter-spacing: 0;
}

.progress-track {
  height: 8px;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.35);
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f0c45e 0%, #e99b4c 100%);
  transition: width 1.5s cubic-bezier(.22,1,.36,1);
  box-shadow: 0 0 10px rgba(232, 151, 66, .16);
}

.progress-wrap p {
  margin: 12px 0 0;
  color: #8d837a;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.actions {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 44px;
  animation: fadeUp .8s .4s cubic-bezier(.22,1,.36,1) both;
}

.social-button {
  height: 46px;
  min-width: 129px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #eee8df;
  background: rgba(19,16,13,.35);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}

.social-button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-button:hover {
  transform: translateY(-2px);
  border-color: rgba(225, 163, 77, .42);
  background: rgba(225, 163, 77, .07);
  color: #fff7ed;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,.08);
  color: #716961;
  font-size: 11px;
}

/* Responsive */
@media (max-width: 900px) {
  .hero {
    margin-left: 0;
    transform: translateY(20px);
  }
}

@media (max-width: 650px) {
  .page {
    padding: 115px 22px 95px;
    justify-content: center;
  }

  .brand {
    top: 24px;
    left: 24px;
    width: 155px;
  }

  .logo { width: 155px; }

  .hero {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  h1 {
    margin-top: 28px;
    font-size: clamp(48px, 14vw, 66px);
  }

  h1 em { margin-top: 7px; }

  .description {
    font-size: 14px;
    line-height: 1.65;
  }

  .desktop { display: none; }

  .progress-wrap {
    width: min(580px, 100%);
    margin-top: 38px;
  }

  .actions {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 34px;
  }

  .social-button {
    min-width: 126px;
    padding: 0 17px;
  }

  footer {
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .social-button {
    width: 100%;
    min-width: 0;
  }

  .social-button:first-child {
    grid-column: 1 / -1;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}
