:root {
  --steel: #252824;
  --olive: #48513d;
  --olive-deep: #30382b;
  --copper: #a64b2a;
  --sandstone: #d8c7aa;
  --sage: #a7ae98;
  --ivory: #f5f1e8;
  --chalk: #fffdf8;
  --muted: #696b61;
}

* { box-sizing: border-box; }
html { min-height: 100%; }
body {
  min-height: 100vh;
  margin: 0;
  font-family: 'Helvetica', Arial, sans-serif;
}
a { color: inherit; }
.navbar { font-family: 'Alpha Centauri'; }

/** Steel Armadillo lander **/
.theme-steel-armadillo {
  color: var(--steel);
  background:
    radial-gradient(circle at 4% 8%, rgba(216, 199, 170, 0.65), transparent 31rem),
    radial-gradient(circle at 94% 88%, rgba(167, 174, 152, 0.27), transparent 28rem),
    var(--ivory);
}

.theme-steel-armadillo .lander-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
}

.theme-steel-armadillo .terrain {
  position: absolute;
  z-index: -1;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(72, 81, 61, 0.14);
  border-radius: 47% 53% 62% 38% / 39% 45% 55% 61%;
  pointer-events: none;
}

.theme-steel-armadillo .terrain::before,
.theme-steel-armadillo .terrain::after {
  position: absolute;
  content: '';
  border: 1px solid rgba(72, 81, 61, 0.12);
  border-radius: inherit;
  inset: 34px;
}

.theme-steel-armadillo .terrain::after { inset: 72px; }
.theme-steel-armadillo .terrain-one {
  top: -385px;
  right: -120px;
  animation: terrain-drift 22s ease-in-out infinite alternate;
}
.theme-steel-armadillo .terrain-two {
  bottom: -470px;
  left: -210px;
  transform: rotate(38deg);
  animation: terrain-drift 26s ease-in-out infinite alternate-reverse;
}

.theme-steel-armadillo .lander-header {
  display: flex;
  align-items: center;
  min-height: 118px;
  margin-inline: clamp(24px, 5vw, 96px);
  border-bottom: 1px solid rgba(72, 81, 61, 0.25);
}

.theme-steel-armadillo .brand {
  display: inline-flex;
  align-items: center;
  color: var(--steel);
  text-decoration: none;
}

.theme-steel-armadillo .brand-logo {
  display: block;
  width: 190px;
  height: auto;
}

.theme-steel-armadillo .lander-main {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1.16fr) minmax(420px, 0.84fr);
  gap: clamp(52px, 8vw, 128px);
  align-items: center;
  width: min(100%, 1680px);
  margin-inline: auto;
  padding: clamp(70px, 9vh, 124px) clamp(28px, 6vw, 112px);
}

.theme-steel-armadillo .hero-copy { max-width: 760px; }
.theme-steel-armadillo .eyebrow,
.theme-steel-armadillo .card-kicker {
  margin: 0 0 24px;
  color: var(--olive);
  font-family: 'Helvetica Bold', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.theme-steel-armadillo .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.theme-steel-armadillo .eyebrow span {
  display: block;
  width: 34px;
  height: 2px;
  background: var(--copper);
}

.theme-steel-armadillo h1 {
  max-width: 780px;
  margin: 0;
  color: var(--steel);
  font-family: 'Helvetica Bold', Arial, sans-serif;
  font-size: clamp(54px, 7.25vw, 104px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.theme-steel-armadillo .hero-lede {
  max-width: 650px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.7;
}

.theme-steel-armadillo .trail-note {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 600px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--sandstone);
}

.theme-steel-armadillo .trail-icon {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: var(--chalk);
  font-size: 19px;
}

.theme-steel-armadillo .trail-note strong {
  display: block;
  margin-bottom: 6px;
  font-family: 'Helvetica Bold', Arial, sans-serif;
}
.theme-steel-armadillo .trail-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.theme-steel-armadillo .signup-card {
  position: relative;
  padding: clamp(38px, 5vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(72, 81, 61, 0.42);
  border-top: 7px solid var(--olive);
  border-radius: 5px;
  background: rgba(255, 253, 248, 0.93);
  box-shadow: 0 28px 80px rgba(37, 40, 36, 0.15);
}

.theme-steel-armadillo .signup-number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(72, 81, 61, 0.16);
  font-family: 'Helvetica Bold', Arial, sans-serif;
  font-size: 62px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.theme-steel-armadillo .card-kicker {
  position: relative;
  margin-bottom: 20px;
  color: var(--copper);
}

.theme-steel-armadillo h2 {
  position: relative;
  max-width: 430px;
  margin: 0;
  color: var(--steel);
  font-family: 'Helvetica Bold', Arial, sans-serif;
  font-size: clamp(32px, 3.35vw, 50px);
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.theme-steel-armadillo .card-copy {
  max-width: 460px;
  margin: 22px 0 34px;
  color: var(--muted);
  line-height: 1.6;
}

.theme-steel-armadillo .signup-form label {
  display: block;
  margin-bottom: 9px;
  color: var(--steel);
  font-family: 'Helvetica Bold', Arial, sans-serif;
  font-size: 13px;
}

.theme-steel-armadillo .signup-control {
  display: flex;
  align-items: center;
  min-height: 58px;
  border: 1px solid var(--sage);
  border-radius: 3px;
  background: var(--chalk);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.theme-steel-armadillo .signup-control:focus-within {
  border-color: var(--copper);
  box-shadow: 0 0 0 4px rgba(166, 75, 42, 0.12);
}
.theme-steel-armadillo .signup-control > i {
  width: 52px;
  color: var(--olive);
  text-align: center;
}
.theme-steel-armadillo .signup-control input {
  width: 100%;
  min-width: 0;
  padding: 17px 16px 17px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--steel);
  font: inherit;
}
.theme-steel-armadillo .signup-control input::placeholder { color: #92948b; }

.theme-steel-armadillo .signup-form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
  margin-top: 14px;
  padding: 0 22px;
  border: 1px solid var(--copper);
  border-radius: 3px;
  background: var(--copper);
  color: var(--chalk);
  font-family: 'Helvetica Bold', Arial, sans-serif;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}
.theme-steel-armadillo .signup-form button:hover,
.theme-steel-armadillo .signup-form button:focus-visible {
  border-color: var(--steel);
  background: var(--steel);
  transform: translateY(-1px);
}

.theme-steel-armadillo .form-note {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}
.theme-steel-armadillo .form-note i { margin-right: 5px; }
.theme-steel-armadillo .form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.theme-steel-armadillo .signup-message {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border-radius: 3px;
  line-height: 1.45;
}
.theme-steel-armadillo .signup-message > i {
  margin-top: 2px;
  font-size: 20px;
}
.theme-steel-armadillo .signup-message strong,
.theme-steel-armadillo .signup-message span { display: block; }
.theme-steel-armadillo .signup-message strong {
  margin-bottom: 3px;
  font-family: 'Helvetica Bold', Arial, sans-serif;
}
.theme-steel-armadillo .signup-success {
  border: 1px solid var(--sage);
  background: #e6e9df;
  color: var(--olive-deep);
}
.theme-steel-armadillo .signup-error {
  margin-bottom: 20px;
  border: 1px solid #d6a18d;
  background: #f5e4dd;
  color: #71331f;
}

.theme-steel-armadillo .lander-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  margin-inline: clamp(24px, 5vw, 96px);
  border-top: 1px solid rgba(72, 81, 61, 0.25);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.04em;
}
.theme-steel-armadillo .footer-mark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
}
.theme-steel-armadillo .footer-mark i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 5px rgba(166, 75, 42, 0.12);
  animation: status-pulse 2.4s ease-in-out infinite;
}

@keyframes terrain-drift {
  from { transform: rotate(0deg) translate3d(0, 0, 0); }
  to { transform: rotate(8deg) translate3d(18px, 10px, 0); }
}
@keyframes status-pulse {
  0%, 100% { opacity: 0.62; }
  50% { opacity: 1; }
}

.alpha { font-family: 'Alpha Centauri'; }
.hel { font-family: 'Helvetica'; }
.helb { font-family: 'Helvetica Bold'; }

@font-face {
  font-family: 'Alpha Centauri';
  src: url('../font/AlphaCentauri.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Bold';
  src: url('../font/Helvetica-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../font/Helvetica.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 980px) {
  .theme-steel-armadillo .lander-main {
    grid-template-columns: 1fr;
    gap: 58px;
    padding-top: 66px;
    padding-bottom: 70px;
  }
  .theme-steel-armadillo .hero-copy { max-width: 760px; }
  .theme-steel-armadillo .signup-card { width: min(100%, 660px); }
}

@media (max-width: 620px) {
  .theme-steel-armadillo .lander-header {
    min-height: 72px;
    margin-inline: 14px;
  }
  .theme-steel-armadillo .brand-logo { width: 116px; }
  .theme-steel-armadillo .lander-main {
    gap: 26px;
    padding: 28px 14px 38px;
  }
  .theme-steel-armadillo .eyebrow {
    gap: 9px;
    margin-bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.11em;
  }
  .theme-steel-armadillo .eyebrow span { width: 24px; }
  .theme-steel-armadillo h1 {
    font-size: clamp(42px, 11.5vw, 56px);
    letter-spacing: -0.055em;
    line-height: 0.94;
  }
  .theme-steel-armadillo .hero-lede {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.5;
  }
  .theme-steel-armadillo .trail-note { display: none; }
  .theme-steel-armadillo .signup-card { padding: 25px 20px 22px; }
  .theme-steel-armadillo .signup-number { top: 18px; right: 20px; font-size: 48px; }
  .theme-steel-armadillo .card-kicker { margin-bottom: 12px; font-size: 10px; }
  .theme-steel-armadillo h2 { max-width: 320px; font-size: 29px; }
  .theme-steel-armadillo .card-copy {
    margin: 14px 0 20px;
    font-size: 14px;
    line-height: 1.45;
  }
  .theme-steel-armadillo .signup-control { min-height: 52px; }
  .theme-steel-armadillo .signup-control input { padding-block: 14px; }
  .theme-steel-armadillo .signup-form button { min-height: 54px; }
  .theme-steel-armadillo .lander-footer {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-height: 90px;
    margin-inline: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-steel-armadillo *,
  .theme-steel-armadillo *::before,
  .theme-steel-armadillo *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
