.brand-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.byline-audio-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}


.audio-lines {
  display: block;
  width: 100px;
  height: auto;
  margin: 0.18em 0 0 0;
  opacity: 0.92;
}
:root {
  --bg: #193d5c;
  --fg: #ffffff;
  --title-size: clamp(1.45rem, 2.8vw, 2.25rem);
  --byline-size: clamp(0.9rem, 1.5vw, 1rem);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

body {
  margin: 0;
  background: radial-gradient(
      circle at 15% 10%,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0) 40%
    ),
    var(--bg);
  color: var(--fg);
  font-family: "Inter", "Avenir Next", "Futura", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.page {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: clamp(1.25rem, 2vw, 2rem);
  padding-left: 5px;
}

.brand {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
}

.logo {
  height: calc(var(--title-size) * 1.1 + var(--byline-size) * 1.2 + 0.28rem);
  width: auto;
  flex-shrink: 0;
}

.brand-text h1 {
  margin: 0;
  font-family: "Inter", "Avenir Next", "Futura", sans-serif;
  font-size: var(--title-size);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-text p {
  margin: 0.28rem 0 0;
  font-family: "Spectral", "Times New Roman", serif;
  font-size: var(--byline-size);
  line-height: 1.2;
  opacity: 0.92;
  letter-spacing: 0.01em;
}

.audio-lines {
  display: block;
  width: 100px;
  height: auto;
  margin: 0.18em 0 0 75px;
  opacity: 0.92;
}

.waitlist {
  position: relative;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  font-family: "Inter", "Avenir Next", "Futura", sans-serif;
}

.waitlist h2 {
  margin: 0;
  text-align: center;
  font-family: "Spectral", "Times New Roman", serif;
  font-style: italic;
  font-size: clamp(1.4rem, 3.6vw, 2.25rem);
  font-weight: 320;
  letter-spacing: 0.02em;
}

.waitlist-form {
  display: grid;
  gap: 0.45rem;
  width: min(84vw, 22rem);
  margin-top: 25px;
}

.waitlist-form input,
.waitlist-form button {
  width: 100%;
  min-height: 2.2rem;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  font-family: "Inter", "Avenir Next", "Futura", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.waitlist-form input {
  padding: 0.55rem 0.65rem;
  font-weight: 300;
  color: var(--fg);
  background: transparent;
}

.waitlist-form input::placeholder {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.72);
}

.waitlist-form button {
  color: #193d5c;
  background: #ffffff;
  font-weight: 500;
  cursor: pointer;
}

.waitlist-form button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.waitlist-legal {
  margin-top: calc(0.2rem + 5px);
  text-align: center;
  font-size: 0.58rem;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.74);
  white-space: nowrap;
}

.waitlist-legal a {
  color: inherit;
  text-decoration: none;
}

.waitlist-legal a:hover {
  text-decoration: underline;
}

 .site-footer {
  position: fixed;
  left: 15px;
  bottom: 8px;
  margin: 0;
  font-family: "Inter", "Avenir Next", "Futura", sans-serif;
  font-size: calc(0.78rem - 2px);
  font-weight: 400;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
}
