:root {
  --bg: #0b0b0d;
  --surface: #141417;
  --surface-2: #1a1a1e;
  --border: #2a2a32;
  --border-soft: #1f1f25;
  --text: #f4f1ea;
  --text-2: #c9c5bb;
  --text-dim: #8a857a;
  --accent: #c9a961;
  --accent-soft: rgba(201, 169, 97, 0.12);
  --accent-line: rgba(201, 169, 97, 0.32);
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.site {
  min-height: 100vh;
  min-height: 100dvh;
  background: radial-gradient(circle at 50% 0%, rgba(201, 169, 97, 0.16), transparent 38%), var(--bg);
}

.header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  padding: 22px clamp(18px, 5vw, 56px);
  border-bottom: 1px solid var(--border-soft);
}

.brand {
  display: grid;
  gap: 2px;
  color: var(--text);
  text-decoration: none;
}

.brand-name {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-tag {
  color: var(--text-dim);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text-2);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.button:hover {
  border-color: var(--accent-line);
  color: var(--text);
}

.button.primary {
  width: 100%;
  border-color: var(--accent);
  background: var(--accent);
  color: #0c0b09;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(70px, 13vw, 150px) clamp(18px, 5vw, 56px) 72px;
}

.eyebrow {
  color: var(--text-dim);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1 {
  max-width: 840px;
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: clamp(48px, 9vw, 92px);
  font-weight: 400;
  line-height: 0.95;
}

.lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: var(--text-2);
  font-size: clamp(17px, 2.2vw, 21px);
}

.waitlist {
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background: rgba(20, 20, 23, 0.9);
}

.form-kicker {
  margin: 0 0 6px;
  color: var(--text-dim);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.waitlist h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.field {
  display: grid;
  gap: 8px;
}

.field span {
  color: var(--text-dim);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.input,
.textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #111114;
  color: var(--text);
  font: inherit;
  outline: none;
}

.input {
  height: 48px;
  padding: 0 14px;
}

.textarea {
  min-height: 108px;
  padding: 12px 14px;
  resize: vertical;
}

.input:focus,
.textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.checkbox {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--text-2);
  font-size: 13px;
  line-height: 1.5;
}

.checkbox input {
  margin-top: 3px;
  accent-color: var(--accent);
}

.hp {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.form-status {
  min-height: 21px;
  margin: 0;
  color: var(--text-dim);
  font-size: 13px;
}

.form-status[data-kind="success"] {
  color: #9ed6a7;
}

.form-status[data-kind="error"] {
  color: #f1a2a2;
}

.panel {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 40px clamp(18px, 5vw, 56px) 72px;
}

.content-card {
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  background: rgba(20, 20, 23, 0.86);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.content-card h1 {
  font-size: clamp(38px, 6vw, 64px);
}

.content-card h2 {
  margin: 34px 0 8px;
  color: var(--text);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.content-card p,
.content-card li {
  color: var(--text-2);
}

.content-card ul {
  padding-left: 20px;
}

.meta {
  color: var(--text-dim);
  font-size: 13px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding: 22px clamp(18px, 5vw, 56px);
  border-top: 1px solid var(--border-soft);
  color: var(--text-dim);
  font-size: 13px;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--text-dim);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--text);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(44px, 13vw, 74px);
  }
}
