.auth-brand-stage {
  border-bottom: 4px solid var(--copper);
  background: var(--green-deep);
  color: white;
  padding: 26px 22px 24px;
}

.auth-brand-lockup {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.auth-brand-lockup .eyebrow {
  margin: 0;
  color: #f0b08e;
}

.auth-brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
}

.auth-brand-mark svg {
  width: 24px;
  height: 24px;
}

.auth-brand-stage h1 {
  margin: 0 0 8px;
  color: white;
  font-size: 2.25rem;
  line-height: 1;
}

.auth-brand-promise {
  max-width: 340px;
  margin: 0;
  color: white;
  font-size: 1.22rem;
  font-weight: 780;
  line-height: 1.28;
}

.auth-brand-message {
  max-width: 350px;
  margin: 18px 0 0;
  border-left: 3px solid #d7865f;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.45;
}

.auth-principles {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  justify-content: space-between;
  gap: 8px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 13px;
}

.auth-principles span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.74rem;
  font-weight: 720;
  line-height: 1.3;
  white-space: nowrap;
}

.auth-sample-entry {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 16px;
}

.auth-sample-entry strong,
.auth-sample-entry span {
  display: block;
}

.auth-sample-entry strong {
  margin-bottom: 3px;
  color: white;
  font-size: 0.94rem;
}

.auth-sample-entry span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.38;
}

.auth-outcomes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
  border-block: 1px solid rgba(255, 255, 255, 0.16);
  padding-block: 11px;
}

.auth-outcomes span {
  min-width: 0;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.75rem;
  font-weight: 740;
  line-height: 1.25;
}

.auth-outcomes svg {
  width: 17px;
  height: 17px;
  color: #f0b08e;
}

.auth-sample-picker {
  display: grid;
  gap: 6px;
  margin: 0;
  color: white;
}

.auth-sample-picker > span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 760;
}

.auth-sample-picker select {
  width: 100%;
  min-height: 48px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: var(--radius);
  background: white;
  color: var(--green-deep);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
}

.auth-sample-entry .auth-sample-range {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
}

.auth-sample-button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: white;
  color: var(--green-deep);
  box-shadow: none;
}

.auth-brand-stage.compact .auth-brand-lockup {
  margin-bottom: 14px;
}

.auth-brand-stage.compact .auth-brand-message,
.auth-brand-stage.compact .auth-principles {
  display: none;
}

.auth-entry-panel {
  display: grid;
  gap: 14px;
  padding: 24px 20px 0;
}

.auth-entry-heading h2 {
  margin: 0 0 7px;
  color: var(--green-deep);
}

.auth-entry-heading p:last-child {
  margin: 0;
}

.auth-footer-note {
  margin: 20px 22px 0;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 380px) {
  .auth-brand-stage {
    padding: 22px 18px 20px;
  }

  .auth-brand-stage h1 {
    font-size: 2rem;
  }

  .auth-brand-promise {
    font-size: 1.1rem;
  }

  .auth-principles {
    gap: 6px;
  }

  .auth-principles span {
    font-size: 0.7rem;
  }

  .auth-entry-panel {
    padding-inline: 18px;
  }
}
