/* ReapKeep — artwork-led launch page. No framework, fonts, or trackers to load. */
:root {
  color-scheme: dark;
  --night: #170d25;
  --cream: #f5e8ce;
  --muted: #c0afcd;
  --pink: #ec5593;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--night);
  color: var(--cream);
  font: 1rem/1.6 var(--body);
  -webkit-font-smoothing: antialiased;
}
h1, p, figure { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--pink); outline-offset: 5px; }
::selection { background: #90315f; color: #fff1e4; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10;
  padding: 10px 16px;
  background: var(--cream);
  color: var(--night);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.page { width: min(840px, 100%); margin-inline: auto; padding-top: 20px; }
.hero { text-align: center; }
.key-art { position: relative; }
.key-art img { width: 100%; height: auto; }
/* Feather the outer edge without altering the original illustration. */
.key-art::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(to right, var(--night), transparent 2%, transparent 98%, var(--night)),
    linear-gradient(to bottom, var(--night), transparent 1.5%, transparent 96%, var(--night));
}
.pitch {
  width: min(580px, calc(100% - 40px));
  margin: 24px auto 0;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  line-height: 1.65;
  text-wrap: pretty;
}
.wishlist { margin: 22px 20px 0; }
.steam-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  max-width: 100%;
  padding: 11px 30px;
  border: 1px solid var(--pink);
  border-radius: 4px;
  background: var(--pink);
  color: var(--night);
  font-weight: 750;
  text-decoration: none;
}
a.steam-button:hover { background: #ff81b5; border-color: #ff81b5; }
.steam-button:disabled {
  background: #362039;
  border-color: #8e5373;
  color: #dfbacf;
  opacity: 1;
  cursor: not-allowed;
}
[data-steam-note] { margin-top: 10px; font-size: .8125rem; color: var(--muted); }

.footer {
  width: min(720px, calc(100% - 40px));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 24px;
  margin: 20px auto 0;
  padding-bottom: 22px;
  color: var(--muted);
  font-size: .8125rem;
}
.footer nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; }
.footer a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: #766480;
  text-underline-offset: 4px;
}
.footer a:hover { color: var(--cream); text-decoration-color: var(--pink); }

@media (max-width: 600px) {
  .page { padding-top: 0; }
  .pitch { margin-top: 20px; }
  .wishlist { margin-top: 20px; }
  .footer { margin-top: 16px; padding-bottom: 16px; }
}
@media (max-width: 380px) {
  .footer { gap: 0 16px; }
  .footer nav { gap: 16px; }
}

/* Teaser refresh */
:root { --night: #100b18; --cream: #f5e8ce; --muted: #bcb0c9; --pink: #f05a93; }
body { background: radial-gradient(ellipse at 50% 12%, #29143d 0, var(--night) 62%); }
.page { width: min(1080px, 100%); padding: 30px 28px 0; }
.key-art { max-width: 980px; margin: 0 auto; }
.key-art img { border-radius: 12px; }
.key-art::after { background: none; }
.eyebrow { margin-top: 30px; color: var(--pink); font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 750; }
.headline { margin: 12px 0 0; font-size: clamp(2.25rem, 5vw, 3.75rem); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; }
.headline span { color: #c8a8e4; }
.pitch { margin-top: 20px; width: min(560px, 100%); color: var(--muted); font-size: 1.125rem; }
.wishlist { margin-top: 26px; }
.steam-status { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; border: 1px solid #80603b; border-radius: 6px; background: #2c2130; color: var(--cream); font-weight: 700; }
.steam-status::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #efc989; box-shadow: 0 0 12px #efc98955; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 56px; }
.features article { padding: 26px 24px; border: 1px solid #40304d; border-radius: 10px; background: linear-gradient(145deg, #271c34, #191222); }
.feature-number { color: var(--pink); font-size: .6875rem; font-weight: 750; letter-spacing: .14em; }
.features h2 { font-size: 1.2rem; margin: 12px 0 8px; letter-spacing: -.02em; }
.features p { color: var(--muted); font-size: .9375rem; }
.footer { width: min(1024px, calc(100% - 56px)); margin-top: 36px; padding: 20px 0 28px; border-top: 1px solid #33263f; justify-content: space-between; }
@media (max-width: 600px) {
 .page { padding: 16px 20px 0; }
 .eyebrow { font-size: .65rem; letter-spacing: .1em; margin-top: 24px; }
 .features { grid-template-columns: 1fr; gap: 12px; margin-top: 36px; }
 .features article { padding: 20px; }
 .pitch { font-size: 1rem; }
 .footer { justify-content: center; width: calc(100% - 40px); text-align: center; }
}
