/* Lorevolt waitlist — brand tokens */
@import url("../brand/palette.css");

* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(900px 480px at 80% -5%, rgba(196, 92, 38, 0.18), transparent 50%),
    linear-gradient(168deg, #1a1814 0%, #241f18 55%, #1a1814 100%);
  color: var(--lv-bone, #e8e0d4);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
.plane {
  max-width: 40rem;
  margin: 0 auto;
  padding: clamp(3rem, 12vh, 5.5rem) 1.5rem 4rem;
}
.eyebrow {
  margin: 0 0 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--lv-copper, #b87333);
}
.brand {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 9vw, 4.4rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: var(--lv-bone, #e8e0d4);
}
.tagline {
  margin: 1rem 0 0;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
  color: var(--lv-copper, #b87333);
}
.kit, .promise {
  margin: 0.75rem 0 0;
  color: #c8bfb0;
  font-size: 1.05rem;
  line-height: 1.45;
}
.waitlist {
  margin-top: 2.25rem;
}
.waitlist label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.55rem;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
input[type="email"] {
  flex: 1 1 14rem;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--lv-trace, #8a6230);
  background: #12100e;
  color: var(--lv-bone, #e8e0d4);
  font-size: 1rem;
}
button {
  min-height: 2.75rem;
  padding: 0.65rem 1.15rem;
  border: 0;
  background: var(--lv-ember, #c45c26);
  color: #1a1814;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
}
button:hover { background: #d46830; }
.form-note, .disclaimer, .handle, .status {
  margin: 0.9rem 0 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: #a89f90;
}
.disclaimer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #3a342c;
}
.status { color: var(--lv-ember, #c45c26); }
