/* ofchords.io placeholder — Quiet center (dark), folded from the
 * sandbox prototype (ticket #49). Chrome tokens from docs/spec/colors.md. */

@font-face {
  font-family: 'Mg12';
  src: url('/fonts/mg12-regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: 'Mg12';
  src: url('/fonts/mg12-medium.woff2') format('woff2');
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #081226; /* background·dark */
  color: #eaf1fc; /* text·dark */
  font-family: 'Mg12', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-tap-highlight-color: transparent;
}

.lp {
  --lp-bg: #081226;
  --lp-text: #eaf1fc;
  --lp-dim: #8fa6c9; /* dimText·dark */
  --lp-control: #16264a; /* control·dark */
  --lp-line-weak: #24365e; /* lineWeak·dark */
  --lp-accent: #2ee6cf; /* accent·dark */
  --lp-accent-text: #032420; /* accentText·dark */
  color: var(--lp-text);
  background: var(--lp-bg);
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  gap: 20px;
}

.lp-lockup {
  height: 44px;
  width: auto;
}

.lp-photo {
  width: min(520px, 100%);
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
}

.lp-pitch {
  margin: 8px 0 0;
  max-width: 28em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.lp-blurb {
  margin: 0;
  max-width: 32em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--lp-dim);
}

.lp-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.lp-hp {
  position: absolute;
  left: -9999px;
}

.lp-join {
  display: flex;
  gap: 8px;
  align-items: stretch;
  width: min(420px, 100%);
}

.lp-field {
  display: flex;
  flex: 1;
  text-align: left;
}

.lp-field input {
  font: inherit;
  font-size: 15px;
  color: var(--lp-text);
  background: var(--lp-control);
  border: 1px solid var(--lp-line-weak);
  border-radius: 8px;
  padding: 10px 12px;
  height: 44px;
  width: 100%;
}

.lp-field input:focus {
  outline: none;
  border-color: var(--lp-accent);
}

.lp-send {
  font: inherit;
  font-weight: 500;
  color: var(--lp-accent-text);
  background: var(--lp-accent);
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  height: 44px;
  cursor: pointer;
  white-space: nowrap;
}

.lp-sitefoot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 13px;
}

.lp-mail {
  color: var(--lp-accent);
  text-decoration: none;
}

.lp-mail:hover {
  text-decoration: underline;
}

.lp-copy {
  margin: 0;
  color: var(--lp-dim);
}

.lp-thanks {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 800px) {
  .lp-join {
    flex-direction: column;
  }
}
