:root {
  color-scheme: light;
  font-family: Montserrat, sans-serif;
  color: #0f2c53;
  background: #f8fbfe;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  min-width: 320px;
  margin: 0;
}

a {
  color: #2b70a8;
}

button,
input {
  font: inherit;
}

.launch-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(43, 112, 168, 0.16), transparent 30%),
    radial-gradient(circle at 88% 82%, rgba(255, 187, 51, 0.18), transparent 28%),
    linear-gradient(145deg, #f8fbfe 0%, #edf4f9 52%, #ffffff 100%);
}

.page-container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ambient-circle {
  position: absolute;
  border: 1px solid rgba(35, 61, 105, 0.08);
  border-radius: 50%;
}

.ambient-circle-top {
  width: 360px;
  height: 360px;
  top: -190px;
  right: -90px;
}

.ambient-circle-bottom {
  width: 240px;
  height: 240px;
  bottom: -130px;
  left: -80px;
}

.site-header {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand-link {
  width: 252px;
  height: 88px;
  display: block;
  overflow: hidden;
}

.brand-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.glacialbooks-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #233d69;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.glacialbooks-link:hover {
  color: #2b70a8;
}

.hero-grid {
  min-height: calc(100vh - 196px);
  padding-bottom: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 64px;
}

.hero-copy {
  max-width: 650px;
}

.status-pill {
  width: fit-content;
  margin: 0 0 24px;
  padding: 9px 16px;
  border: 1px solid rgba(43, 112, 168, 0.22);
  border-radius: 999px;
  color: #2b70a8;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Alata, Montserrat, sans-serif;
  font-weight: 400;
}

h1 {
  max-width: 620px;
  margin: 0 0 20px;
  color: #0f2c53;
  font-size: clamp(3rem, 5vw, 4.75rem);
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.hero-introduction {
  max-width: 610px;
  margin: 0 0 28px;
  color: #405572;
  font-size: clamp(1.05rem, 1.4vw, 1.16rem);
  line-height: 1.75;
}

.product-promises {
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 10px;
  color: #233d69;
  list-style: none;
}

.product-promises li {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.55;
}

.product-promises li span {
  width: 21px;
  height: 21px;
  display: inline-grid;
  flex: 0 0 21px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: #2b70a8;
  font-size: 0.75rem;
  font-weight: 700;
}

.waitlist-card {
  max-width: 610px;
  padding: 22px;
  border: 1px solid rgba(35, 61, 105, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 70px rgba(15, 44, 83, 0.09);
  backdrop-filter: blur(16px);
}

.waitlist-card h2 {
  margin: 0 0 6px;
  color: #0f2c53;
  font-size: 1.28rem;
}

.waitlist-card > p {
  margin: 0 0 18px;
  color: #5e6f85;
  line-height: 1.55;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field-grid label {
  display: grid;
  gap: 7px;
  color: #405572;
  font-size: 0.82rem;
  font-weight: 600;
}

.business-field {
  grid-column: 1 / 3;
}

.field-grid input {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(35, 61, 105, 0.22);
  border-radius: 10px;
  color: #0f2c53;
  background: rgba(255, 255, 255, 0.9);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field-grid input:focus {
  border-color: #2b70a8;
  box-shadow: 0 0 0 3px rgba(43, 112, 168, 0.14);
}

.hidden-field {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}

.consent-field {
  margin-top: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #405572;
  font-size: 0.88rem;
  line-height: 1.5;
}

.consent-field input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #2b70a8;
}

.waitlist-card button {
  min-height: 48px;
  margin-top: 16px;
  padding: 12px 24px;
  border: 0;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  background: linear-gradient(135deg, #233d69 0%, #2b70a8 100%);
  box-shadow: 0 12px 28px rgba(35, 61, 105, 0.24);
  font-weight: 700;
  cursor: pointer;
}

.waitlist-card button:hover {
  background: linear-gradient(135deg, #0f2c53 0%, #246595 100%);
}

.waitlist-card button:disabled {
  opacity: 0.64;
  cursor: wait;
}

.waitlist-card .privacy-note {
  margin: 12px 0 0;
  color: #718096;
  font-size: 0.78rem;
}

.form-message {
  display: none;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
}

.form-message.visible {
  display: block;
}

.form-message.success {
  color: #174d39;
  background: #e8f7ef;
}

.form-message.error {
  color: #742a2a;
  background: #fff0f0;
}

.arko-scene {
  min-height: 650px;
  position: relative;
}

.arko-backdrop {
  position: absolute;
  inset: 10% 3% 3%;
  border-radius: 50% 50% 44% 56% / 52% 42% 58% 48%;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(215, 231, 243, 0.68));
  box-shadow: inset 0 0 0 1px rgba(35, 61, 105, 0.07), 0 34px 90px rgba(15, 44, 83, 0.12);
}

.arko-scene > img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: contain;
}

.arko-scene > p {
  max-width: 240px;
  margin: 0;
  padding: 13px 16px;
  position: absolute;
  right: 8px;
  bottom: 44px;
  border: 1px solid rgba(35, 61, 105, 0.12);
  border-radius: 20px;
  color: #233d69;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 36px rgba(15, 44, 83, 0.12);
  backdrop-filter: blur(12px);
  font-size: 0.86rem;
  line-height: 1.5;
}

footer {
  padding: 24px 0;
  border-top: 1px solid rgba(35, 61, 105, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #718096;
  font-size: 0.82rem;
}

footer p {
  margin: 0;
}

footer nav {
  display: flex;
  gap: 20px;
}

footer a {
  color: #5e6f85;
  text-decoration: none;
}

.legal-page {
  min-height: 100vh;
  padding-bottom: 48px;
  background: linear-gradient(145deg, #f8fbfe 0%, #edf4f9 100%);
}

.legal-content {
  max-width: 760px;
  margin: 40px 0 80px;
  padding: 40px;
  border: 1px solid rgba(35, 61, 105, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 70px rgba(15, 44, 83, 0.07);
}

.legal-content h1 {
  margin-bottom: 12px;
  font-size: clamp(2.5rem, 6vw, 4rem);
}

.legal-content h2 {
  margin: 32px 0 10px;
  color: #0f2c53;
  font-size: 1.35rem;
}

.legal-content p,
.legal-content li {
  color: #405572;
  line-height: 1.75;
}

@media (max-width: 960px) {
  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .arko-scene {
    min-height: 560px;
    grid-row: 1;
    margin-top: -16px;
  }

  .hero-copy {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .page-container {
    width: min(100% - 32px, 1180px);
  }

  .site-header {
    min-height: 92px;
  }

  .brand-link {
    width: 214px;
    height: 76px;
  }

  .glacialbooks-link {
    display: none;
  }

  .arko-scene {
    min-height: 420px;
  }

  .arko-scene > p {
    right: 8px;
    bottom: 8px;
  }

  .hero-copy {
    padding-top: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .business-field {
    grid-column: auto;
  }

  footer {
    flex-direction: column;
  }

  .legal-content {
    margin-top: 24px;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
  }
}
