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

@font-face {
  font-family: "Source Serif Lane";
  src: local("Georgia"), local("Times New Roman");
}

* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(1200px 600px at 12% -10%, rgba(200, 138, 46, 0.12), transparent 55%),
    linear-gradient(165deg, #f7f4ef 0%, #efe8dc 48%, #e7dfd2 100%);
  color: var(--aa-ink, #1c1b19);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}
.plane {
  max-width: 42rem;
  margin: 0 auto;
  padding: clamp(3rem, 12vh, 6rem) 1.5rem 4rem;
}
.eyebrow {
  margin: 0 0 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--aa-slate, #4a5560);
}
.brand {
  margin: 0;
  font-family: Georgia, "Source Serif Lane", serif;
  font-size: clamp(2.6rem, 8vw, 4.2rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.05;
}
.positioning {
  margin: 1rem 0 0;
  font-size: 1.15rem;
  color: var(--aa-slate, #4a5560);
}
.slogan {
  margin: 0.85rem 0 0;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-style: italic;
}
.engine {
  margin: 1.25rem 0 2.25rem;
  color: var(--aa-slate, #4a5560);
  font-size: 0.95rem;
}
.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(--aa-rule, #d6d0c6);
  background: #fffef9;
  color: var(--aa-ink, #1c1b19);
  font-size: 1rem;
}
button {
  min-height: 2.75rem;
  padding: 0.65rem 1.15rem;
  border: 0;
  background: var(--aa-ink, #1c1b19);
  color: #f7f4ef;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
}
button:hover { background: #2a2825; }
.form-note, .disclaimer, .handle, .status {
  margin: 0.9rem 0 0;
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--aa-slate, #4a5560);
}
.disclaimer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--aa-rule, #d6d0c6);
}
.status { color: var(--aa-copper, #b87333); }
