:root {
  color-scheme: light;
  font-family: ui-rounded, "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #2d2924;
  background: #f7f0e1;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 50% 42%, #fff9ec 0, #f7f0e1 64%, #f1e6d1 100%);
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 56px 24px 28px;
}

.hero {
  width: min(100%, 680px);
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.eyebrow {
  margin: 0 0 30px;
  color: #a9432f;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.app-icon {
  display: block;
  width: clamp(176px, 24vw, 248px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 24%;
  box-shadow: 0 22px 50px rgb(79 44 26 / 16%), 0 3px 9px rgb(79 44 26 / 12%);
}

h1 {
  margin: 30px 0 10px;
  font-size: clamp(1.9rem, 9vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.hero-tagline {
  margin: 0 0 22px;
  font-size: clamp(1.45rem, 3.5vw, 2.3rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.description {
  max-width: 570px;
  margin: 0;
  color: #62594e;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
}

.description--today {
  margin-top: 14px;
}

.app-store-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  margin-top: 34px;
  padding: 12px 24px;
  border: 0;
  border-radius: 14px;
  background: #2d2924;
  color: #fffaf2;
  font: inherit;
  font-size: 1rem;
  font-weight: 750;
  box-shadow: 0 8px 20px rgb(45 41 36 / 15%);
  cursor: not-allowed;
}

.availability {
  margin: 13px 0 0;
  color: #807568;
  font-size: 0.88rem;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 22px;
  width: 100%;
  padding-top: 28px;
  border-top: 1px solid rgb(101 80 62 / 13%);
  color: #8c8072;
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 560px) {
  .page {
    padding-top: 34px;
  }

  .eyebrow {
    margin-bottom: 24px;
    font-size: 0.69rem;
  }

  h1 {
    margin-top: 28px;
  }

  .app-store-button {
    width: 100%;
    max-width: 300px;
  }
}
