.access {
  width: min(560px, 100%);
  margin-block: clamp(28px, 7svh, 72px);
  padding: clamp(42px, 5vw, 58px);
  border-width: 1px;
  border-radius: 20px;
  background: rgba(229,229,226,.7);
  box-shadow: 0 24px 70px rgba(0,0,0,.15), 0 5px 15px rgba(0,0,0,.08);
}

.access::before {
  content: "↖";
  position: absolute;
  right: -145px;
  top: 230px;
  color: var(--ink);
  font: 150px/1 var(--serif);
  transform: rotate(-4deg);
}
.access::after {
  content: "#01";
  position: absolute;
  right: -180px;
  bottom: -38px;
  color: rgba(0,0,0,.76);
  font: 78px/1 var(--serif);
}

.access .eyebrow { margin-top: 28px; }
.access h1 {
  position: relative;
  display: inline-block;
  margin: 8px 0 24px;
  font: 400 clamp(50px, 6vw, 76px)/.84 var(--serif);
  letter-spacing: -.065em;
}
.access h1 i { padding-left: clamp(26px, 4vw, 42px); font-weight: 400; }
.access h1 em { position: absolute; left: 18px; bottom: -17px; width: min(172px, 45%); height: 1px; background: var(--ink); }
.access .muted { max-width: 46ch; margin: 16px 0 0; font-size: 15px; overflow-wrap: anywhere; }

.access form { margin-top: 28px; }
#hwid, #pairing-code { height: 50px; padding: 0 14px; text-transform: uppercase; letter-spacing: .055em; }
.pairing-field { margin-top: 15px; }
#pairing-code { font-family: var(--mono); font-size: 16px; font-weight: 700; letter-spacing: .14em; }
.access form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 49px;
  margin-top: 13px;
  border: 1px solid #000;
  border-radius: 11px;
  color: #e9e9e6;
  background: var(--ink);
  box-shadow: 0 10px 22px rgba(0,0,0,.17);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.access form button:hover { background: #222; }
.privacy-note { margin-top: 22px; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.24); color: #5d5d5a; font-size: 12px; line-height: 1.55; }
.privacy-note span { margin-right: 7px; color: var(--ink); }
